/* LP Não é Não — design 1440px */

/* Mantém cookies/HandTalk ocultos nesta LP; header e footer do site ficam visíveis */
body.page-template-LP-nao-e-nao .cmplz-cookiebanner,
body.page-template-LP-nao-e-nao .cmplz-soft-cookiewall,
body.page-template-LP-nao-e-nao .cmplz-manage-consent,
body.page-template-LP-nao-e-nao #handtalk-plugin,
body.page-template-LP-nao-e-nao .ht-skip,
body.page-template-LP-nao-e-nao iframe[src*="handtalk"] {
  display: none !important;
}

body.page-template-LP-nao-e-nao {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  max-width: none !important;
}

body.page-template-LP-nao-e-nao main,
body.page-template-LP-nao-e-nao main.lp-nao-e-nao {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.lp-nao-e-nao *,
.lp-nao-e-nao *::before,
.lp-nao-e-nao *::after {
  box-sizing: border-box;
}

.lp-nao-e-nao {
  --lp-blue: #053285;
  --lp-blue-deep: #003b91;
  --lp-orange: #ff8124;
  --lp-orange-cta: #f07410;
  --lp-gray: #6b6767;
  --lp-gray-soft: #eeeeee;
  --lp-white: #ffffff;
  --lp-max: 1440px;
  --lp-pad: 100px;

  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: var(--lp-gray);
  background: var(--lp-white);
  width: 100%;
  overflow-x: hidden;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
}

.lp-nao-e-nao img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-nao-e-nao .lp-curso__visual img {
  max-width: none;
  height: auto;
}

.lp-nao-e-nao figure {
  margin: 0;
}

.lp-nao-e-nao h1,
.lp-nao-e-nao h2,
.lp-nao-e-nao h3,
.lp-nao-e-nao p {
  margin: 0;
}

.lp-nao-e-nao a {
  text-decoration: none;
  color: inherit;
}

.lp-inner {
  width: 100%;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding-left: var(--lp-pad);
  padding-right: var(--lp-pad);
}

/* ========== HERO ========== */
.lp-hero {
  position: relative;
  background-color: #053f93;
  background-image: url("../lp-nao-e-nao/section1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--lp-white);
  overflow: hidden;
  padding: 72px 0 120px;
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 80px 0 88px;
}

.lp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
  padding: 12px 0 24px;
}

.lp-hero__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 4px;
  border: 1.5px solid #ff8124;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  /* font-weight: 600; */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--lp-white);
  background: transparent;
}

.lp-hero__title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  max-width: 800px;
}

.lp-hero__title .accent {
  color: #ff8124;
  font-weight: 800;
}

.lp-hero__title .safe {
  color: #ffffff;
  font-weight: 700;
}

.lp-hero__lead {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 560px;
  margin-bottom: 0;
  color: #ffffff;
}

.lp-hero__support {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 560px;
  color: #ffffff;
}

.lp-hero__support strong {
  font-weight: 700;
}

.lp-hero__visual {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  justify-self: end;
  width: 100%;
  max-width: 560px;
  aspect-ratio: auto;
  background: transparent;
}

.lp-hero__visual img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  display: block;
}

.lp-hero__dots {
  position: absolute;
  right: 56px;
  bottom: 90px;
  display: grid;
  grid-template-columns: repeat(5, 20px);
  grid-auto-rows: 20px;
  gap: 16px;
  z-index: 1;
  pointer-events: none;
}

.lp-hero__dots span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  box-sizing: border-box;
}

/* ========== PROTOCOLO ========== */
.lp-protocolo {
  background: var(--lp-white);
  padding: 0 0 8px;
  text-align: center;
  border-radius: 84px 84px 0 0;
}

.lp-nao-e-nao .lp-protocolo__title {
  font-size: 46px;
  font-weight: 800;
  color: #053285;
  line-height: 1.18;
  max-width: 920px;
  margin: 0 auto 26px !important;
  letter-spacing: -0.02em;
}

.lp-nao-e-nao .lp-protocolo__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  color: #5c5858;
  max-width: 860px;
  margin: 0 auto 28px !important;
}

.lp-nao-e-nao .lp-protocolo__text:last-child {
  margin-bottom: 0 !important;
}

.lp-nao-e-nao .lp-protocolo__highlight {
  display: inline;
  font-size: 22px;
  font-weight: 800;
  color: #f07410;
  line-height: 1.45;
  letter-spacing: 0;
}

/* ========== BENEFÍCIOS ========== */
.lp-benefits {
  background: var(--lp-white);
  padding: 40px 0 48px;
}

.lp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: stretch;
}

.lp-benefit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #e9e9e9;
  border-radius: 24px;
  padding: 32px 22px 28px;
  min-height: 0;
}

.lp-benefit__icon {
  width: 84px;
  height: 84px;
  margin: 0;
  flex-shrink: 0;
}

.lp-benefit__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-nao-e-nao .lp-benefit__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  color: #5c5858;
  max-width: 240px;
  margin: 0 !important;
}

/* ========== CTA LEI ========== */
.lp-cta-lei {
  background: var(--lp-white);
  padding: 8px 40px 64px;
}

.lp-cta-lei__box {
  max-width: 1000px;
  margin: 0 auto;
  background: #053285;
  color: var(--lp-white);
  border-radius: 48px;
  padding: 42px 56px 38px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.lp-nao-e-nao .lp-cta-lei__eyebrow {
  font-size: 22px;
  font-weight: 500;
  margin: 0 !important;
  line-height: 1.3;
  color: #fff;
}

.lp-nao-e-nao .lp-cta-lei__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px !important;
  line-height: 1.3;
  color: #fff;
  max-width: 900px;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 18px 36px;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.lp-cta-lei .lp-btn--orange {
  font-size: 16px;
  font-weight: 800;
  padding: 18px 44px;
  min-width: 460px;
  white-space: nowrap;
  background: #f07410;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.lp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.lp-btn--orange {
  background: var(--lp-orange-cta);
  color: var(--lp-white);
}

.lp-btn--outline {
  background: var(--lp-white);
  color: var(--lp-blue);
  border: 3px solid var(--lp-orange);
}

.lp-btn__icon {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  object-fit: contain;
  flex-shrink: 0;
}

/* ========== CURSO ========== */
.lp-curso {
  position: relative;
  background-color: var(--lp-orange);
  background-image: url("../lp-nao-e-nao/section3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--lp-white);
  padding: 56px 0 64px;
  overflow: visible;
  min-height: 0;
}

.lp-curso__arcs,
.lp-curso__arcs::before,
.lp-curso__arcs::after {
  display: none !important;
}

.lp-curso__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
  max-width: var(--lp-max);
  margin: 0 auto;
  min-height: 0;
  padding: 0 72px 0 64px;
}

.lp-curso__media {
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  overflow: visible;
  z-index: 2;
}

.lp-curso__dots {
  position: absolute;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(5, 20px);
  grid-template-rows: repeat(2, 20px);
  gap: 10px;
  pointer-events: none;
}

.lp-curso__dots span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  box-sizing: border-box;
}

.lp-curso__dots--top {
  top: -27px;
  right: 15px;
}

.lp-curso__dots--bottom {
  left: 11px;
  bottom: 6px;
}

.lp-curso__visual-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.lp-curso__visual {
  border-radius: 0;
  overflow: visible;
  width: 100%;
  min-height: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.lp-curso__visual img {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center top;
  min-height: 0;
  display: block;
}

.lp-curso__cta {
  display: none;
}

.lp-curso__cta {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--lp-blue);
  color: var(--lp-white);
  border-radius: 999px;
  padding: 18px 30px 18px 34px;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  max-width: calc(100% - 40px);
}

.lp-curso__cta-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff;
}

.lp-curso__cta-icon {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.lp-curso__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  background: var(--lp-blue);
  color: var(--lp-white);
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

.lp-curso__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  color: #ffffff;
  -webkit-text-stroke: 5px #053285;
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 #053285,
     1px -1px 0 #053285,
    -1px  1px 0 #053285,
     1px  1px 0 #053285,
    -2px  0 0 #053285,
     2px  0 0 #053285,
     0 -2px 0 #053285,
     0  2px 0 #053285,
    -3px  0 0 #053285,
     3px  0 0 #053285,
     0 -3px 0 #053285,
     0  3px 0 #053285,
    -4px  0 0 #053285,
     4px  0 0 #053285,
     0 -4px 0 #053285,
     0  4px 0 #053285;
}

.lp-curso__lead,
.lp-nao-e-nao .lp-curso__lead {
  font-size: 22px;
  font-weight: 700;
  color: #053285 !important;
  line-height: 1.35;
  margin: 0;
  max-width: 540px;
}

.lp-curso__text,
.lp-nao-e-nao .lp-curso__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #053285 !important;
  max-width: 540px;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.lp-curso__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0 12px;
  max-width: 560px;
}

.lp-curso__divider {
  display: block;
  width: 95%;
  max-width: 95%;
  height: 0;
  margin: 4px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.lp-curso__credit,
.lp-nao-e-nao .lp-curso__credit {
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
  max-width: 540px;
  opacity: 0.98;
  margin: 0;
  border: 0;
  box-shadow: none;
  color: #ffffff !important;
}

/* ========== PODCAST ========== */
.lp-podcast {
  position: relative;
  background: #f1f1f1;
  padding: 72px 0 80px;
  overflow: hidden;
}

.lp-podcast::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: multiply;
}

.lp-podcast__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px 56px;
  align-items: center;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 72px 0 88px;
}

.lp-podcast__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 480px;
}

.lp-podcast__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  object-fit: contain;
}

.lp-podcast__title {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 22px;
  max-width: 700px;
  color: #4a4a4a;
}

.lp-podcast__title .accent {
  display: block;
  color: #f07410;
  margin-bottom: 2px;
}

.lp-podcast__title .rest {
  display: block;
  color: #4a4a4a;
}

.lp-podcast__text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  color: #6b6767;
  max-width: 440px;
  margin-bottom: 28px;
}

.lp-podcast__btn.lp-btn-img img {
  height: 56px;
  width: auto;
  max-width: 100%;
}

.lp-podcast__visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 760px;
  margin: 0;
}

.lp-podcast__visual::before,
.lp-podcast__visual::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 116, 16, 0.45) 0%, rgba(240, 116, 16, 0) 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(8px);
}

.lp-podcast__visual::before {
  top: -40px;
  right: -30px;
}

.lp-podcast__visual::after {
  bottom: -50px;
  left: -40px;
}

.lp-podcast__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

/* ========== GUIA ========== */
.lp-guia {
  background: var(--lp-white);
  padding: 64px 0 88px;
  position: relative;
  overflow: hidden;
}

.lp-guia__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px 48px;
  align-items: center;
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 0 72px 0 64px;
}

.lp-guia__visual {
  position: relative;
  max-width: 720px;
  margin: 0;
}

.lp-guia__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-guia__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  max-width: 480px;
  justify-self: center;
}

.lp-guia__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  object-fit: contain;
}

.lp-guia__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 22px;
  max-width: 420px;
}

.lp-guia__title .accent {
  display: block;
  color: #053285;
}

.lp-guia__title .mid {
  display: block;
  color: #6b6767;
  font-weight: 700;
}

.lp-guia__title .quote {
  display: block;
}

.lp-guia__text {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  color: #6b6767;
  max-width: 420px;
  margin-bottom: 28px;
}

.lp-guia__btn.lp-btn-img img {
  height: 56px;
  width: auto;
  max-width: 100%;
}

.lp-guia__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 56px;
  background: #fff;
  border-radius: 7% 7% 0 0 / 100% 100% 0 0;
  z-index: 0;
}

/* ========== FECHO ========== */
.lp-fecho {
  background-color: var(--lp-blue);
  background-image: url("../lp-nao-e-nao/section6.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--lp-white);
  text-align: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.lp-fecho__arcs,
.lp-fecho__arcs::before,
.lp-fecho__arcs::after,
.lp-fecho__dots {
  display: none !important;
}

.lp-fecho__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 40px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-nao-e-nao .lp-fecho__logo {
  width: 176px;
  margin: 0 0 40px !important;
}

.lp-fecho__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-nao-e-nao .lp-fecho__title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 32px !important;
  max-width: 900px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
}

.lp-nao-e-nao .lp-fecho__title .accent {
  color: var(--lp-orange);
}

.lp-nao-e-nao .lp-fecho__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 820px;
  margin: 0 0 28px !important;
  color: #fff;
  text-align: center;
}

.lp-nao-e-nao .lp-fecho__text--last {
  margin-bottom: 0 !important;
}

.lp-nao-e-nao .lp-fecho__highlight {
  font-size: 30px;
  font-weight: 700;
  color: var(--lp-orange);
  margin: 6px 0 22px !important;
  text-align: center;
}

.lp-fecho__footer {
  position: relative;
  z-index: 2;
  background: var(--lp-white);
  width: 100%;
  padding: 22px 24px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-fecho__footer img {
  height: 96px;
  width: auto;
  max-width: min(580px, 100%);
  object-fit: contain;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 1100px) {
  .lp-nao-e-nao {
    --lp-pad: 40px;
  }

  .lp-hero {
    padding: 48px 0 56px;
  }

  .lp-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 40px;
  }

  .lp-hero__content {
    max-width: 640px;
  }

  .lp-hero__visual {
    max-width: 480px;
    justify-self: center;
    width: 100%;
  }

  .lp-hero__dots {
    right: 28px;
    bottom: 24px;
    gap: 12px;
  }

  .lp-protocolo {
    padding: 56px 0 24px;
  }

  .lp-nao-e-nao .lp-protocolo__title {
    font-size: 36px !important;
  }

  .lp-nao-e-nao .lp-protocolo__text {
    font-size: 18px !important;
  }

  .lp-benefits__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 40px;
    max-width: 560px;
  }

  .lp-benefit {
    min-height: 0;
    padding: 28px 24px 26px;
  }

  .lp-cta-lei {
    padding: 12px 40px 48px;
  }

  .lp-cta-lei__box {
    max-width: 100%;
    padding: 32px 28px 28px;
    border-radius: 32px;
  }

  .lp-nao-e-nao .lp-cta-lei__title {
    font-size: 24px !important;
  }

  .lp-cta-lei .lp-btn--orange {
    min-width: 0;
    white-space: normal;
  }

  .lp-curso {
    min-height: 0;
    padding: 48px 0;
  }

  .lp-curso__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 40px;
    min-height: 0;
  }

  .lp-curso__dots {
    gap: 8px;
    grid-template-columns: repeat(5, 16px);
    grid-template-rows: repeat(2, 16px);
  }

  .lp-curso__dots span {
    width: 16px;
    height: 16px;
  }

  .lp-curso__dots--top {
    top: -18px;
    right: 12px;
  }

  .lp-curso__dots--bottom {
    left: 10px;
    bottom: 6px;
  }

  .lp-curso__visual {
    border-radius: 0;
    max-width: 520px;
    margin: 0 auto;
  }

  .lp-curso__visual img {
    min-height: 0;
  }

  .lp-curso__cta {
    display: none;
  }

  .lp-curso__cta-label {
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
  }

  .lp-curso__content {
    padding: 0;
    max-width: 560px;
  }

  .lp-nao-e-nao .lp-curso__title,
  .lp-curso__title {
    font-size: 42px;
    -webkit-text-stroke-width: 4px;
  }

  .lp-podcast {
    padding: 56px 0 64px;
  }

  .lp-podcast__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 40px;
  }

  .lp-podcast__content {
    max-width: 560px;
  }

  .lp-podcast__title {
    font-size: 34px;
  }

  .lp-podcast__visual {
    justify-self: center;
    max-width: 640px;
  }

  .lp-guia {
    padding: 56px 0 72px;
  }

  .lp-guia__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 40px;
  }

  .lp-guia__visual {
    max-width: 560px;
    margin: 0 auto;
    justify-self: center;
    width: 100%;
  }

  .lp-guia__content {
    max-width: 560px;
    justify-self: start;
  }

  .lp-guia__title {
    font-size: 40px;
  }

  .lp-nao-e-nao .lp-fecho__title {
    font-size: 40px !important;
  }
}

@media (max-width: 768px) {
  .lp-nao-e-nao {
    --lp-pad: 24px;
  }

  .lp-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp-hero {
    padding: 36px 0 40px;
  }

  .lp-hero__inner {
    gap: 28px;
    padding: 0 24px;
  }

  .lp-hero__badge {
    font-size: 12px;
    padding: 7px 14px;
    margin-bottom: 16px;
  }

  .lp-hero__title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .lp-hero__lead,
  .lp-hero__support {
    font-size: 16px;
    line-height: 1.5;
  }

  .lp-hero__lead {
    margin-bottom: 14px;
  }

  .lp-hero__visual {
    border-radius: 28px;
    max-width: 100%;
  }

  .lp-hero__dots {
    display: none;
  }

  .lp-protocolo {
    padding: 40px 0 16px;
  }

  .lp-nao-e-nao .lp-protocolo__title {
    font-size: 28px !important;
    line-height: 1.25 !important;
    margin-bottom: 18px !important;
  }

  .lp-protocolo__title br {
    display: none;
  }

  .lp-nao-e-nao .lp-protocolo__text {
    font-size: 16px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
  }

  .lp-benefits {
    padding: 20px 0 32px;
  }

  .lp-benefits__grid {
    padding: 0 24px;
    gap: 14px;
    max-width: 100%;
  }

  .lp-benefit {
    padding: 28px 20px 26px;
    border-radius: 22px;
    gap: 16px;
    min-height: 0;
  }

  .lp-benefit__icon {
    width: 72px;
    height: 72px;
  }

  .lp-nao-e-nao .lp-benefit__text {
    font-size: 16px !important;
    max-width: 280px;
  }

  /* Mantém o <br> no mobile para não colar palavras (confiançaentre / maisacolhedores) */

  .lp-cta-lei {
    padding: 8px 20px 40px;
  }

  .lp-cta-lei__box {
    border-radius: 28px;
    padding: 32px 20px 28px;
    margin: 0;
    gap: 6px;
  }

  .lp-nao-e-nao .lp-cta-lei__eyebrow {
    font-size: 18px !important;
  }

  .lp-nao-e-nao .lp-cta-lei__title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  .lp-cta-lei .lp-btn--orange {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    padding: 16px 18px;
    letter-spacing: 0.01em;
    white-space: normal;
  }

  .lp-curso {
    padding: 36px 0 40px;
  }

  .lp-curso__grid {
    padding: 0 20px;
    gap: 28px;
  }

  .lp-curso__dots {
    gap: 6px;
    grid-template-columns: repeat(5, 12px);
    grid-template-rows: repeat(2, 12px);
  }

  .lp-curso__dots span {
    width: 12px;
    height: 12px;
    border-width: 1px;
  }

  .lp-curso__dots--top {
    top: -12px;
    right: 8px;
  }

  .lp-curso__dots--bottom {
    left: 8px;
    bottom: 4px;
  }

  .lp-curso__visual {
    border-radius: 0;
  }

  .lp-curso__cta {
    display: none;
  }

  .lp-curso__cta-icon {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
  }

  .lp-curso__eyebrow {
    font-size: 12px;
    padding: 8px 14px;
    margin: 0;
  }

  .lp-nao-e-nao .lp-curso__title,
  .lp-curso__title {
    font-size: 32px;
    margin: 0;
    -webkit-text-stroke-width: 3px;
    text-shadow:
      -1px -1px 0 #053285,
       1px -1px 0 #053285,
      -1px  1px 0 #053285,
       1px  1px 0 #053285,
      -2px  0 0 #053285,
       2px  0 0 #053285,
       0 -2px 0 #053285,
       0  2px 0 #053285,
      -3px  0 0 #053285,
       3px  0 0 #053285,
       0 -3px 0 #053285,
       0  3px 0 #053285;
  }

  .lp-curso__title br {
    display: none;
  }

  .lp-nao-e-nao .lp-curso__lead,
  .lp-curso__lead {
    font-size: 17px;
    margin: 0;
    max-width: 100%;
  }

  .lp-curso__lead br {
    display: none;
  }

  .lp-nao-e-nao .lp-curso__text,
  .lp-curso__text {
    font-size: 15px;
    margin: 0;
    max-width: 100%;
  }

  .lp-nao-e-nao .lp-curso__credit,
  .lp-curso__credit {
    font-size: 13px;
    line-height: 1.45;
    max-width: 100%;
    margin: 0;
  }

  .lp-podcast {
    padding: 40px 0 48px;
  }

  .lp-podcast__grid {
    padding: 0 24px;
    gap: 28px;
  }

  .lp-podcast__content {
    max-width: 100%;
    align-items: flex-start;
    gap: 16px;
  }

  .lp-podcast__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }

  .lp-podcast__title {
    font-size: 28px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .lp-podcast__title .rest br {
    display: none;
  }

  .lp-podcast__text {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 0;
  }

  .lp-podcast__btn {
    align-self: flex-start;
  }

  .lp-podcast__btn.lp-btn-img img {
    height: 48px;
  }

  .lp-podcast__visual {
    max-width: 100%;
  }

  .lp-podcast__visual::before,
  .lp-podcast__visual::after {
    width: 140px;
    height: 140px;
  }

  .lp-guia {
    padding: 40px 0 56px;
  }

  .lp-guia__grid {
    padding: 0 24px;
    gap: 28px;
  }

  .lp-guia__visual {
    max-width: 100%;
  }

  .lp-guia__content {
    max-width: 100%;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }

  .lp-guia__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }

  .lp-guia__title {
    font-size: 30px;
    margin-bottom: 0;
    max-width: 100%;
    text-align: left;
  }

  .lp-guia__text {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    text-align: left;
  }

  .lp-guia__btn.lp-btn-img img {
    height: 48px;
  }

  .lp-guia__wave {
    height: 36px;
  }

  .lp-fecho__dots {
    display: none;
  }

  .lp-fecho__inner {
    padding: 48px 24px 40px;
  }

  .lp-nao-e-nao .lp-fecho__logo {
    width: 120px;
    margin-bottom: 28px !important;
  }

  .lp-nao-e-nao .lp-fecho__title {
    font-size: 30px !important;
    margin-bottom: 20px !important;
    line-height: 1.25 !important;
  }

  .lp-nao-e-nao .lp-fecho__text {
    font-size: 16px !important;
    margin-bottom: 18px !important;
    max-width: 100%;
  }

  .lp-nao-e-nao .lp-fecho__text br {
    display: none;
  }

  .lp-nao-e-nao .lp-fecho__highlight {
    font-size: 20px !important;
    margin: 4px 0 16px !important;
  }

  .lp-fecho__footer {
    padding: 20px 16px 22px;
  }

  .lp-fecho__footer img {
    height: 52px;
    max-width: 100%;
  }

  .lp-btn-img img {
    height: 52px;
  }
}

@media (max-width: 480px) {
  .lp-hero__title {
    font-size: 30px;
  }

  .lp-protocolo__title {
    font-size: 26px;
  }

  .lp-nao-e-nao .lp-curso__title,
  .lp-curso__title {
    font-size: 28px;
  }

  .lp-podcast__title {
    font-size: 26px;
  }

  .lp-guia__title {
    font-size: 28px;
  }

  .lp-nao-e-nao .lp-fecho__title {
    font-size: 26px !important;
  }

  .lp-cta-lei__title {
    font-size: 20px;
  }

  .lp-cta-lei .lp-btn--orange {
    font-size: 13px;
    padding: 14px 12px;
  }

  .lp-curso__cta-label {
    font-size: 10px;
  }

  .lp-benefit {
    padding: 20px 16px;
  }
}


.lp-btn-img {
  display: inline-block;
  line-height: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.lp-btn-img:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.lp-btn-img img {
  width: auto;
  height: 64px;
  max-width: 100%;
}
