/* Header — barra branca flutuante 64px, raio 18px */
.header {
  position: relative;
  z-index: 40;
  padding: 24px 12px 0;
  background: transparent;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
  padding: 12px 16px;
  width: 100%;
  margin: 0;
  background: var(--white);
  border-radius: 18px;
}

.logo img {
  height: 26px;
  width: 84px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 400;
}

.nav a:hover {
  color: var(--navy);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 168px;
  padding: 0 16px;
  border: 1px solid #222;
  border-radius: 6px;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
}

.btn-outline:hover {
  background: var(--gray-3);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 232px;
  height: 60px;
  background: var(--red);
  color: var(--white);
  border: 0;
  border-radius: 50px;
  padding: 9px 12px 11px 26px;
  font-family: var(--font-cta);
  font-weight: 500;
  font-size: 16px;
}

.btn-cta:hover {
  filter: brightness(1.05);
}

.btn-cta__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: #111;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  flex: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 24px;
}

/* Hero — 100vh, duas colunas nas medidas do Framer */
.hero {
  background: var(--navy);
  color: var(--white);
  margin-top: -88px;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero__grid {
  display: grid;
  grid-template-columns: 536px 444px;
  gap: 110px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 88px 24px 24px 168px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0e0e0;
  color: #000;
  border-radius: 43px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.badge__icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--red);
  display: grid;
  place-items: center;
}

.hero h1 {
  margin: 24px 0 16px;
  max-width: 536px;
  font-size: 42px;
  font-weight: 500;
  line-height: 50.4px;
  letter-spacing: -1.68px;
}

.hero h1 .accent {
  color: var(--lavender);
}

.hero__sub {
  margin: 0 0 24px;
  max-width: 536px;
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
  line-height: 21.6px;
  color: #fafafa;
}

.hero__visual {
  position: relative;
  width: 444px;
  height: 503px;
}

.hero__visual img {
  width: 444px;
  height: 503px;
  object-fit: cover;
  object-position: 48.2% 42.9%;
  border-radius: 12px;
}

.pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: #000;
  border-radius: 26px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  box-shadow: var(--shadow);
  white-space: nowrap;
}

.pill::before {
  content: "";
  width: 21px;
  height: 20px;
  border-radius: 50%;
  background: var(--lavender) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

.pill--a { top: 292px; left: 350px; }
.pill--b { top: 70px; left: -40px; }
.pill--c { top: 351px; left: -40px; }

/* Sections */
.section {
  padding: 80px 0;
}

.section h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.64px;
  line-height: 38.4px;
  margin: 0 0 24px;
}

.section h2 span,
.section h2 .red,
.section h2.is-red {
  color: var(--red);
}

.center {
  text-align: center;
}

.eyebrow {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 36px;
}

.lead {
  max-width: 760px;
  margin: 20px auto 28px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
}

.video-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #e8eef8;
  width: min(912px, 100%);
  height: 513px;
  margin: 0 auto 28px;
  box-shadow: var(--shadow);
}

.video-frame iframe,
.video-frame img.poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 38, 38, 0.78);
  color: #fff;
  font-size: 0;
  padding: 0;
}

.play::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.play:hover {
  background: rgba(38, 38, 38, 0.78);
}

.play--yt {
  width: 68px;
  height: 48px;
  border-radius: 0;
  background: none;
}

.play--yt::after {
  content: none;
}

.play--yt:hover {
  background: none;
}

.play--yt svg {
  display: block;
  width: 68px;
  height: 48px;
}

.play--yt:hover svg {
  transform: scale(1.12);
}

/* Testimonials */
.depo-head {
  margin-bottom: 36px;
}

.depo-title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
  color: #000;
}

.depo-sub {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: var(--text);
}

.depo-videos {
  display: grid;
  grid-template-columns: 397px 397px;
  justify-content: center;
  gap: 24px;
  margin: 0 0 40px;
}

.card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.video-card .thumb {
  position: relative;
  width: 100%;
  height: 560px;
  background: #111;
  border-radius: 20px;
  overflow: hidden;
}

.video-card .thumb img,
.video-card .thumb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.video-card .person {
  padding: 14px 8px 0;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 18px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}

.avatar.letter {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}

.person strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #001122;
  letter-spacing: -0.5px;
}

.person small {
  color: #001122;
  font-size: 11px;
  letter-spacing: -0.5px;
}

.stars {
  color: var(--green-star);
  letter-spacing: 2px;
  font-size: 14px;
}

.review-viewport {
  overflow: hidden;
}

.review-viewport--bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.review-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.review-track--rows {
  flex-direction: column;
}

.review-row {
  display: flex;
  gap: 16px;
}

.review {
  flex: 0 0 448px;
  height: 300px;
  padding: 22px 24px;
}

.review p {
  margin: 12px 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.carousel-nav button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 10px;
}

.carousel-nav img {
  width: 100%;
  height: 100%;
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

.split img.rounded,
.rounded {
  border-radius: 28px;
  width: 100%;
  object-fit: cover;
}

.split.reverse {
  grid-template-columns: 1fr 1.05fr;
}

/* Process list */
.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--lavender) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* Resources carousel */
.recurso {
  flex: 0 0 345px;
  padding: 8px 8px 22px;
}

.recurso img {
  border-radius: 16px;
  width: 345px;
  height: 192px;
  object-fit: cover;
  background: #eef2f7;
}

.recurso h3 {
  margin: 16px 16px 8px;
  font-size: 22px;
}

.recurso ul {
  margin: 0 16px;
  padding-left: 0;
  list-style: none;
  color: var(--muted);
}

.recurso li::before {
  content: "🔹 ";
}

/* Trial */
.trial {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.price-card {
  background: var(--navy);
  color: #fff;
  border-radius: 28px;
  padding: 28px;
  text-align: center;
}

.price-card img {
  height: 28px;
  margin: 0 auto 12px;
  filter: brightness(10);
}

.price-card .big {
  font-size: 42px;
  font-weight: 700;
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.benefits li {
  padding: 8px 0;
  font-weight: 600;
}

/* Highlight cards */
.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.highlight {
  background: var(--white);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.highlight h3 {
  margin-top: 0;
}

/* Plans */
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.plan {
  background: var(--white);
  border-radius: 24px;
  padding: 22px 22px 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.period {
  display: flex;
  background: var(--gray-3);
  border-radius: var(--radius-pill);
  padding: 4px;
  margin-bottom: 16px;
  font-size: 13px;
}

.period button {
  flex: 1;
  border: 0;
  background: transparent;
  border-radius: var(--radius-pill);
  padding: 8px 10px;
  font-weight: 600;
}

.period button.is-on {
  background: var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.plan h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.plan .badge-hot {
  display: block;
  background: #32bf30;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin: -22px -22px 16px;
  padding: 8px 10px;
}

.plan .valor {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.plan .valor small {
  font-size: 16px;
  font-weight: 500;
  color: var(--muted);
}

.economia {
  color: var(--check);
  font-weight: 600;
  font-size: 14px;
  margin: 4px 0 12px;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 20px;
  display: grid;
  gap: 10px;
  flex: 1;
}

.plan li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
}

.icon-yes,
.icon-no {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.btn-plan {
  display: block;
  text-align: center;
  background: var(--red);
  color: #fff;
  border-radius: 12px;
  padding: 14px;
  font-weight: 700;
}

.notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.notes span {
  background: var(--lavender);
  color: #111;
  border-radius: var(--radius-pill);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

/* FAQ */
.faq {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border-radius: 16px;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-item button::after {
  content: "+";
  font-size: 22px;
  color: var(--muted);
}

.faq-item.is-open button::after {
  content: "–";
}

.faq-item .answer {
  display: none;
  padding: 0 20px 18px;
  color: var(--muted);
}

.faq-item.is-open .answer {
  display: block;
}

/* Footer */
.footer {
  background: var(--navy);
  color: #fff;
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h4 {
  margin: 0 0 6px;
  font-size: 13px;
  opacity: 0.7;
  font-weight: 600;
}

.footer p {
  margin: 0;
}

.copy {
  margin-top: 36px;
  opacity: 0.75;
  font-size: 13px;
}

/* Cookies */
.cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  width: min(340px, calc(100% - 24px));
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  padding: 18px;
}

.cookie h3 {
  margin: 0 0 8px;
}

.cookie p {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted);
}

.cookie a {
  text-decoration: underline;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cookie-actions button {
  border: 0;
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
}

.cookie-actions .rej {
  background: var(--gray-1);
}

.cookie-actions .ok {
  background: #111;
  color: #fff;
}

.cookie[hidden] {
  display: none;
}

.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

@media (max-width: 1280px) and (min-width: 981px) {
  .hero__grid {
    grid-template-columns: minmax(280px, 1fr) 444px;
    gap: 40px;
    max-width: none;
    padding-left: 48px;
    padding-right: 24px;
  }
}

@media (max-width: 980px) {
  .header {
    padding: 12px;
  }

  .header__inner {
    height: 60px;
  }

  .nav,
  .header .btn-outline {
    display: none;
  }

  .header.is-open .nav,
  .header.is-open .btn-outline {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .header.is-open .header__inner {
    height: auto;
    flex-wrap: wrap;
  }

  .header.is-open .nav {
    flex-direction: column;
    width: 100%;
    padding: 12px 4px 8px;
    align-items: flex-start;
    gap: 16px;
  }

  .hero {
    margin-top: -84px;
    min-height: auto;
    overflow: hidden;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: start;
    max-width: none;
    padding: 88px 24px 48px;
    text-align: left;
  }

  .hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .hero h1 {
    max-width: 342px;
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -1.12px;
    margin: 20px 0 16px;
  }

  .hero__sub {
    max-width: 342px;
  }

  .hero__visual {
    width: 272px;
    height: 328px;
    margin-left: 35px;
  }

  .hero__visual img {
    width: 272px;
    height: 328px;
  }

  .pill--a { top: 117px; left: 178px; }
  .pill--b { top: 21px; left: -35px; }
  .pill--c { top: 176px; left: -40px; }

  .section {
    padding: 56px 0;
  }

  .section h2 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.56px;
  }

  .video-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .depo-videos {
    grid-template-columns: 1fr;
  }

  .video-card .thumb {
    height: 360px;
  }

  .split,
  .split.reverse,
  .process,
  .trial,
  .highlights,
  .plans,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .review {
    flex: 0 0 min(300px, 82vw);
    height: auto;
    min-height: 220px;
  }

  .recurso {
    flex: 0 0 min(300px, 82vw);
  }

  .recurso img {
    width: 100%;
    height: auto;
  }

  .notes {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }

  .wa-float {
    width: 56px;
    height: 56px;
    right: 14px;
    bottom: 14px;
  }
}
