    :root {
      --blue: #0066ff;
      --blue-dark: #002b5c;
      --blue-deep: #001932;
      --blue-soft: #eaf6ff;
      --cyan: #16c7ff;
      --green: #20c86b;
      --white: #ffffff;
      --text: #0b1f33;
      --muted: #5d7085;
      --line: #dcecf8;
      --sand: #f5fbff;
      --shadow: 0 22px 70px rgba(0, 50, 100, .12);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', Arial, sans-serif;
      color: var(--text);
      background: #fff;
      line-height: 1.55;
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    .container { width: min(1180px, 92%); margin: 0 auto; }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 56px;
      border-radius: 999px;
      padding: 0 24px;
      font-weight: 900;
      border: 1px solid transparent;
      transition: .25s ease;
      cursor: pointer;
      white-space: nowrap;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary {
      background: var(--green);
      color: #fff;
      box-shadow: 0 18px 42px rgba(32,200,107,.30);
    }
    .btn-secondary {
      background: #fff;
      color: var(--blue-dark);
      border-color: rgba(255,255,255,.28);
    }
    .btn-outline {
      background: rgba(255,255,255,.10);
      color: #fff;
      border-color: rgba(255,255,255,.26);
      backdrop-filter: blur(14px);
    }
    .tag {
      display: inline-flex;
      border-radius: 999px;
      padding: 9px 14px;
      background: var(--blue-soft);
      color: var(--blue);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    h1, h2, h3 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 500;
      letter-spacing: -0.05em;
      font-variant-numeric: lining-nums;
      font-feature-settings: "lnum" 1;
    }

    header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(220,236,248,.72);
    }
    .nav {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }
    .brand img {
      width: 206px;
      height: auto;
      object-fit: contain;
    }
    .menu {
      display: flex;
      align-items: center;
      gap: 18px;
      color: #1f3a52;
      font-size: 14px;
      font-weight: 800;
    }
    .menu a:hover { color: var(--blue); }
    .menu-cta {
      background: var(--green);
      color: #fff !important;
      padding: 12px 18px;
      border-radius: 999px;
      box-shadow: 0 14px 30px rgba(32,200,107,.24);
    }

    .hero {
      min-height: 100vh;
      padding: 126px 0 70px;
      background:
        linear-gradient(105deg, rgba(0,25,50,.96) 0%, rgba(0,55,110,.82) 43%, rgba(0,25,50,.48) 100%),
        url('../images/hero-batismo.jpg');
      background-size: cover;
      background-position: center 35%;
      color: #fff;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
    }
    .hero::after {
      content: "";
      position: absolute;
      left: 0; right: 0; bottom: -1px;
      height: 56px;
      background: linear-gradient(to bottom, transparent, #fff);
    }
    .hero-grid {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 58px;
      align-items: center;
    }
    .hero h1 {
      font-size: clamp(58px, 8.8vw, 116px);
      line-height: .82;
      max-width: 860px;
      color: #fff;
    }
    .hero p {
      margin: 28px 0 0;
      max-width: 720px;
      font-size: 20px;
      line-height: 1.72;
      color: #e5f8ff;
    }
    .hero-actions {
      margin-top: 34px;
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
    .hero-trust {
      margin-top: 28px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .hero-trust span {
      border-radius: 999px;
      background: rgba(255,255,255,.14);
      border: 1px solid rgba(255,255,255,.20);
      padding: 10px 13px;
      color: #e7f8ff;
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(14px);
    }
    .vsl-card {
      border-radius: 40px;
      padding: 16px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.20);
      box-shadow: 0 30px 80px rgba(0,0,0,.25);
      backdrop-filter: blur(18px);
    }
    .vsl-inner {
      min-height: 530px;
      border-radius: 30px;
      background: url('../images/poster-batismo-vsl.jpg') center/cover no-repeat;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-start;
      padding: 32px;
    }
    .vsl-inner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,20,45,.80), rgba(0,60,110,.12) 55%, rgba(0,0,0,.02));
      z-index: 1;
      pointer-events: none;
    }
    #vsl-labels { position: relative; z-index: 2; }
    #vsl-sound-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 4;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 0;
      background: rgba(0,0,0,.52);
      backdrop-filter: blur(8px);
      color: #fff;
      font-size: 18px;
      cursor: pointer;
      display: none;
      align-items: center;
      justify-content: center;
      transition: background .2s;
    }
    #vsl-sound-btn:hover { background: rgba(0,0,0,.75); }
    .vsl-inner h3 {
      font-size: 54px;
      line-height: .88;
      color: #fff;
      margin: 0 0 14px;
    }
    .vsl-inner p { color: #dff6ff; max-width: 540px; }

    .lead-strip {
      position: relative;
      z-index: 4;
      margin-top: -38px;
    }
    .lead-box {
      border-radius: 34px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 24px;
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 24px;
      align-items: center;
    }
    .lead-box h2 {
      font-size: 42px;
      line-height: .92;
      color: var(--blue-deep);
    }
    .lead-box p { color: var(--muted); margin-top: 10px; }
    .lead-form {
      display: grid;
      grid-template-columns: 1fr 1fr auto;
      gap: 10px;
    }
    .lead-form input, .lead-form select {
      min-height: 54px;
      border-radius: 999px;
      border: 1px solid var(--line);
      padding: 0 18px;
      outline: none;
      color: var(--text);
      background: #f8fcff;
    }
    .lead-form button {
      border: none;
      min-height: 54px;
      border-radius: 999px;
      background: var(--green);
      color: #fff;
      padding: 0 22px;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 16px 38px rgba(32,200,107,.26);
    }

    section { padding: 96px 0; }
    .section-head {
      max-width: 920px;
      margin-bottom: 42px;
    }
    .section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
    .section-head h2 {
      font-size: clamp(48px, 6vw, 92px);
      line-height: .84;
      color: var(--blue-deep);
      margin-top: 18px;
    }
    .section-head p {
      margin-top: 22px;
      max-width: 760px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.72;
    }
    .section-head.center p { margin-left: auto; margin-right: auto; }

    .proof-bar {
      background: #fff;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      padding: 0;
    }
    .proof-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      overflow: hidden;
    }
    .proof-item {
      padding: 28px 18px;
      text-align: center;
      border-right: 1px solid var(--line);
    }
    .proof-item:last-child { border-right: 0; }
    .proof-item strong {
      display: block;
      font-family: var(--font-sans);
      color: var(--blue-deep);
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -0.02em;
    }
    .proof-item span {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .pain-solution {
      background:
        radial-gradient(circle at 18% 0%, rgba(22,199,255,.10), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f4fbff 100%);
    }
    .split {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 48px;
      align-items: center;
    }
    .editorial-card {
      border-radius: 36px;
      padding: 34px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 18px 52px rgba(0,50,100,.08);
    }
    .editorial-card h3 {
      font-size: 48px;
      line-height: .9;
      color: var(--blue-deep);
      margin-bottom: 18px;
    }
    .editorial-card p {
      color: var(--muted);
      line-height: 1.7;
      font-size: 17px;
    }
    .check-grid {
      display: grid;
      gap: 14px;
    }
    .check {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 16px;
      align-items: start;
      border-radius: 26px;
      background: #fff;
      border: 1px solid var(--line);
      padding: 22px;
      box-shadow: 0 12px 34px rgba(0,50,100,.05);
    }
    .check b {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--blue-soft);
      color: var(--blue);
    }
    .check strong {
      display: block;
      color: var(--blue-deep);
      margin-bottom: 6px;
    }
    .check p { color: var(--muted); }

    .included {
      background: #fff;
    }
    .included-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }
    .included-card {
      border-radius: 30px;
      border: 1px solid var(--line);
      background: #fff;
      padding: 28px;
      box-shadow: 0 14px 42px rgba(0,50,100,.06);
    }
    .included-card span {
      display: block;
      color: var(--blue);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 16px;
    }
    .included-card h3 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 500;
      font-size: 40px;
      line-height: .92;
      color: var(--blue-deep);
      margin-bottom: 14px;
      font-variant-numeric: lining-nums;
      font-feature-settings: "lnum" 1;
    }
    .included-card p { color: var(--muted); line-height: 1.62; }
    .included-card.featured {
      background: var(--blue-deep);
      color: #fff;
    }
    .included-card.featured h3 { color: #fff; }
    .included-card.featured p { color: #dff6ff; }
    .included-card.featured span { color: #8ee8ff; }

    .how {
      background: var(--blue-deep);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .how::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 20% 0%, rgba(22,199,255,.18), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(32,200,107,.10), transparent 28%);
    }
    .how .container { position: relative; }
    .how .section-head h2 { color: #fff; }
    .how .section-head p { color: #dff6ff; }
    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    .step {
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.08);
      padding: 26px;
      backdrop-filter: blur(18px);
    }
    .step span {
      color: #8ee8ff;
      font-weight: 900;
      letter-spacing: .12em;
      font-size: 12px;
    }
    .step h3 {
      color: #fff;
      font-size: 38px;
      line-height: .92;
      margin: 18px 0 14px;
    }
    .step p { color: #dff6ff; line-height: 1.62; }

    .how-extra {
      margin-top: 28px;
      border-radius: 26px;
      padding: 28px 32px;
      background:
        radial-gradient(circle at 0% 50%, rgba(32,200,107,.28), transparent 45%),
        linear-gradient(135deg, rgba(32,200,107,.16), rgba(22,199,255,.10));
      border: 1px solid rgba(32,200,107,.40);
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }
    .how-extra-icon {
      font-size: 36px;
      flex-shrink: 0;
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(32,200,107,.20);
      border: 1px solid rgba(32,200,107,.50);
      border-radius: 16px;
    }
    .how-extra-body { flex: 1; min-width: 260px; }
    .how-extra-tag {
      display: inline-block;
      background: rgba(32,200,107,.25);
      color: #5fffaa;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 999px;
      margin-bottom: 6px;
    }
    .how-extra h3 {
      color: #fff;
      font-size: 26px;
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .how-extra p {
      color: #dff6ff;
      line-height: 1.55;
      margin-bottom: 0;
      font-size: 15.5px;
    }
    .how-extra-price {
      flex-shrink: 0;
      text-align: right;
    }
    .how-extra-price strong {
      display: block;
      color: #fff;
      font-family: "Cormorant Garamond", serif;
      font-size: 32px;
      line-height: 1;
      font-variant-numeric: lining-nums;
    }
    .how-extra-price em {
      display: block;
      color: #bfe6ff;
      font-style: normal;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-top: 4px;
    }
    @media(max-width:720px){
      .how-extra { padding: 22px 20px; }
      .how-extra-price { text-align: left; }
    }

    .offer {
      background:
        radial-gradient(circle at 14% 0%, rgba(22,199,255,.12), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f4fbff 100%);
    }
    .offer-box {
      border-radius: 42px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 380px;
    }
    .offer-copy { padding: 42px; }
    .offer-copy h2 {
      font-size: clamp(48px, 5.6vw, 86px);
      line-height: .84;
      color: var(--blue-deep);
      margin: 18px 0 22px;
    }
    .offer-copy p {
      color: var(--muted);
      line-height: 1.72;
      font-size: 18px;
      max-width: 720px;
    }
    .offer-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      margin-top: 28px;
    }
    .offer-list div {
      border-radius: 18px;
      background: #f5fbff;
      border: 1px solid var(--line);
      padding: 14px;
      color: var(--blue-dark);
      font-weight: 800;
    }
    .price-panel {
      background:
        radial-gradient(circle at top right, rgba(32,200,107,.24), transparent 38%),
        linear-gradient(135deg, #003a68, #0066ff);
      color: #fff;
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .price-panel span {
      color: #bfffe0;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      font-size: 12px;
    }
    .price-panel strong {
      display: block;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 500;
      font-size: 78px;
      line-height: .8;
      letter-spacing: -0.06em;
      margin: 18px 0;
    }
    .price-panel p { color: #dff6ff; line-height: 1.62; margin-bottom: 12px; }
    .price-pix { font-size: 13px; opacity: .8; margin-bottom: 4px !important; }
    .price-cc { font-size: 14px; margin-bottom: 20px !important; }
    .price-cc strong { color: #fff; }
    .price-panel small {
      display: block;
      color: #dff6ff;
      margin-top: 14px;
      line-height: 1.45;
    }

    .comparison {
      background: #fff;
    }
    .comparison-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      align-items: stretch;
    }
    .compare-card {
      border-radius: 34px;
      padding: 32px;
      border: 1px solid var(--line);
      box-shadow: 0 14px 42px rgba(0,50,100,.06);
    }
    .compare-card h3 {
      font-size: 44px;
      line-height: .9;
      color: var(--blue-deep);
      margin-bottom: 20px;
    }
    .compare-card ul {
      display: grid;
      gap: 12px;
      list-style: none;
    }
    .compare-card li { color: var(--muted); }
    .compare-card.good {
      background: var(--blue-deep);
      color: #fff;
    }
    .compare-card.good h3 { color: #fff; }
    .compare-card.good li { color: #dff6ff; }

    .testimonials {
      background: #f5fbff;
    }
    .testimonials .section-head h2 {
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.18;
    }
    /* Depoimentos em vídeo */
    .depo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-bottom: 48px;
    }
    .depo-card { text-align: center; }
    .depo-vid {
      width: 100%;
      height: 400px;
      border-radius: 24px;
      position: relative;
      overflow: hidden;
      margin-bottom: 14px;
      box-shadow: 0 12px 40px rgba(0,30,60,.16);
      border: 2px solid #001e3c;
    }
    .depo-vid img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }
    .depo-vid::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,20,45,.65) 0%, transparent 55%);
      pointer-events: none;
    }
    .depo-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: rgba(255,255,255,.2);
      border: 2px solid rgba(255,255,255,.85);
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(8px);
      padding: 0 0 0 3px;
      line-height: 1;
      transition: background .18s ease, transform .18s ease;
    }
    .depo-btn:hover {
      background: rgba(255,255,255,.34);
      transform: translate(-50%, -50%) scale(1.08);
    }
    .depo-role {
      color: var(--blue);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .12em;
      margin-bottom: 6px;
    }
    .depo-card blockquote {
      color: var(--blue-deep);
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 22px;
      line-height: 1.12;
      font-style: normal;
      quotes: none;
      padding: 0;
    }
    /* Responsive depo-grid */
    @media (max-width: 1040px) {
      .depo-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    }
    @media (max-width: 720px) {
      .depo-grid { grid-template-columns: 1fr; }
      .depo-vid { height: 320px; max-width: 280px; margin-left: auto; margin-right: auto; }
    }
    .review-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
    }
    .review {
      border-radius: 28px;
      background: #fff;
      border: 1px solid var(--line);
      padding: 26px;
      box-shadow: 0 14px 42px rgba(0,50,100,.06);
    }
    .review b {
      display: block;
      color: #ffb800;
      margin-bottom: 14px;
    }
    .review p {
      font-family: 'Cormorant Garamond', Georgia, serif;
      color: var(--blue-deep);
      font-size: 28px;
      line-height: 1;
      letter-spacing: -0.04em;
    }
    .review span {
      display: block;
      color: var(--blue);
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-weight: 900;
      margin-top: 16px;
    }

    .capture {
      background:
        linear-gradient(105deg, rgba(0,25,50,.96), rgba(0,70,130,.76)),
        url('../images/coral-stock.jpg');
      background-size: cover;
      background-position: center;
      color: #fff;
    }
    .capture-box {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 34px;
      align-items: center;
    }
    .capture h2 {
      font-size: clamp(48px, 6.4vw, 92px);
      line-height: .84;
      color: #fff;
    }
    .capture p {
      margin-top: 22px;
      color: #dff6ff;
      font-size: 18px;
      line-height: 1.72;
      max-width: 720px;
    }
    .capture-form {
      border-radius: 36px;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.18);
      padding: 28px;
      backdrop-filter: blur(18px);
      box-shadow: 0 24px 70px rgba(0,0,0,.22);
    }
    #capture-form-fields {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .capture-form input, .capture-form select, .capture-form textarea {
      width: 100%;
      min-height: 54px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(255,255,255,.10);
      color: #fff;
      padding: 0 16px;
      outline: none;
    }
    .capture-form textarea { padding-top: 14px; min-height: 92px; }
    .capture-form input::placeholder, .capture-form textarea::placeholder { color: rgba(255,255,255,.72); }
    .capture-form button {
      min-height: 56px;
      border: 0;
      border-radius: 999px;
      background: var(--green);
      color: #fff;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 18px 42px rgba(32,200,107,.32);
    }
    .capture-form small { color: #bceeff; line-height: 1.45; }

    .faq {
      background: #fff;
    }
    .faq-layout {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 34px;
      align-items: start;
    }
    .faq-aside {
      position: sticky;
      top: 96px;
      border-radius: 32px;
      background: var(--blue-deep);
      color: #fff;
      padding: 28px;
      box-shadow: 0 24px 70px rgba(0,25,50,.20);
    }
    .faq-aside h3 {
      color: #fff;
      font-size: 38px;
      line-height: .9;
      margin-bottom: 16px;
    }
    .faq-aside p { color: #dff6ff; line-height: 1.62; margin-bottom: 20px; }
    .faq-list { display: grid; gap: 12px; }
    details {
      border: 1px solid var(--line);
      border-radius: 24px;
      background: #fff;
      box-shadow: 0 12px 34px rgba(0,50,100,.05);
      overflow: hidden;
    }
    summary {
      cursor: pointer;
      padding: 22px 26px;
      color: var(--blue-deep);
      font-weight: 900;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      list-style: none;
    }
    summary::-webkit-details-marker { display: none; }
    summary::after {
      content: "+";
      width: 30px;
      height: 30px;
      min-width: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--blue-soft);
      color: var(--blue);
    }
    details[open] summary::after { content: "-"; }
    details p {
      color: var(--muted);
      line-height: 1.7;
      padding: 0 26px 24px;
    }

    .final {
      text-align: center;
      background:
        radial-gradient(circle at 20% 0%, rgba(22,199,255,.14), transparent 32%),
        linear-gradient(180deg, #f4fbff 0%, #fff 100%);
    }
    .final h2 {
      font-size: clamp(52px, 7vw, 98px);
      line-height: .84;
      color: var(--blue-deep);
      max-width: 960px;
      margin: 0 auto 24px;
    }
    .final p {
      max-width: 760px;
      color: var(--muted);
      margin: 0 auto 32px;
      font-size: 18px;
      line-height: 1.72;
    }

    footer {
      background: var(--blue-deep);
      color: #fff;
      padding: 44px 0 22px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr;
      gap: 22px;
      align-items: start;
    }
    .footer-card {
      border: 1px solid rgba(255,255,255,.12);
      background: rgba(255,255,255,.06);
      border-radius: 24px;
      padding: 22px;
    }
    .footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
    .footer-social a {
      display: inline-flex;
      align-items: center;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      border: 1px solid rgba(255,255,255,.18);
      color: #fff;
    }
    .footer-social a.fs-wa { background: #20c86b !important; border-color: transparent !important; color: #fff !important; }
    .footer-social a.fs-ig { background: linear-gradient(135deg, #833ab4 0%, #e1306c 50%, #f77737 100%) !important; border-color: transparent !important; color: #fff !important; box-shadow: 0 12px 32px rgba(225,48,108,.35); }
    .footer-card img {
      width: 210px;
      background: transparent;
      padding: 0;
      border-radius: 0;
      margin-bottom: 18px;
    }
    .footer-card p, .footer-card a {
      color: #dff6ff;
      font-size: 14px;
      line-height: 1.55;
      display: block;
      margin-bottom: 8px;
    }
    .footer-card h3 {
      color: #fff;
      font-size: 34px;
      line-height: .92;
      margin-bottom: 14px;
    }
    .bottom {
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.12);
      color: #bcd6e8;
      font-size: 13px;
      display: flex;
      justify-content: space-between;
      gap: 18px;
    }

    /* Barra de reserva fixa, aparece ao rolar (funil sempre vendendo) */
    .sticky-bar {
      position: fixed;
      left: 0; right: 0; bottom: 0;
      z-index: 110;
      background: rgba(255,255,255,.97);
      backdrop-filter: blur(14px);
      border-top: 1px solid var(--line);
      box-shadow: 0 -10px 34px rgba(0,30,60,.14);
      padding: 12px 0;
      transform: translateY(110%);
      transition: transform .32s ease;
    }
    .sticky-bar.show { transform: translateY(0); }
    .sticky-bar-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .sticky-bar-info strong {
      display: block;
      font-family: 'Inter', sans-serif;
      color: var(--blue-deep);
      font-size: 16px;
      font-weight: 800;
      line-height: 1.2;
    }
    .sticky-bar-info span { font-size: 13px; color: var(--muted); }
    .sticky-bar-info span b { color: var(--blue); font-weight: 800; }
    .sticky-bar-cta { display: flex; align-items: center; gap: 10px; flex: none; }
    .sticky-bar-cta .btn { min-height: 50px; }
    .sticky-bar-wa {
      font-size: 13px; font-weight: 800; color: var(--blue-deep);
      white-space: nowrap;
    }
    .sticky-bar-wa:hover { color: var(--green); }
    @media (max-width: 600px) {
      .sticky-bar-info strong { font-size: 14px; }
      .sticky-bar-info span { font-size: 12px; }
      .sticky-bar-wa { display: none; }
      .sticky-bar-cta .btn { padding: 0 20px; }
    }

    @media (max-width: 1040px) {
      .menu { display: none; }
      .hero-grid, .lead-box, .split, .offer-box, .capture-box, .faq-layout { grid-template-columns: 1fr; }
      .proof-grid { grid-template-columns: repeat(2, 1fr); }
      .included-grid, .steps, .depo-grid, .review-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
      .offer-list { grid-template-columns: 1fr; }
      .price-panel { min-height: 360px; }
      .faq-aside { position: static; }
    }

    @media (max-width: 720px) {
      .brand img { width: 176px; }
      .hero { padding-top: 100px; min-height: auto; }
      .hero-grid { gap: 34px; }
      .hero h1 { font-size: clamp(48px, 14vw, 76px); }
      .hero p { font-size: 17px; }
      .hero-actions .btn, .lead-form button, .capture-form button { width: 100%; }
      .vsl-inner { min-height: 420px; padding: 24px; }
      .vsl-inner h3 { font-size: 38px; }
      .lead-form { grid-template-columns: 1fr; }
      section { padding: 72px 0; }
      .proof-grid, .included-grid, .steps, .comparison-grid, .depo-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
      .offer-copy, .price-panel, .capture-form, .editorial-card { padding: 24px; }
      .bottom { display: grid; }
    }
  
/* Ajuste SEO/CRO: Hero mais legível e menos pesado */
.hero h1 {
  font-size: clamp(48px, 7.2vw, 92px) !important;
  line-height: .86 !important;
  max-width: 760px !important;
}

/* Respiro entre a pílula e o título do hero */
.hero .tag { margin-bottom: 18px; }

.hero p {
  max-width: 650px !important;
  font-size: 19px !important;
}

.vsl-inner h3 {
  font-size: clamp(38px, 4.2vw, 50px) !important;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(42px, 12vw, 64px) !important;
  }

  .hero p {
    font-size: 16px !important;
  }
}


  .mobile-drawer { position:fixed; inset:0; z-index:1000; display:none; }
  .mobile-drawer.is-open { display:block; }
  .mobile-drawer__backdrop { position:absolute; inset:0; background:rgba(0,25,50,.55); backdrop-filter:blur(2px); }
  .mobile-drawer__panel { position:absolute; top:0; right:0; height:100%; width:min(86vw,360px); background:#fff; box-shadow:-16px 0 48px rgba(0,25,50,.25); display:flex; flex-direction:column; padding:20px; transform:translateX(100%); transition:transform .28s ease; overflow-y:auto; }
  .mobile-drawer.is-open .mobile-drawer__panel { transform:translateX(0); }
  .mobile-drawer__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid #e6eef5; }
  .mobile-drawer__close { border:none; background:#f2f6fa; color:#002b5c; width:40px; height:40px; border-radius:10px; display:grid; place-items:center; cursor:pointer; flex-shrink:0; }
  .mobile-drawer__nav { display:flex; flex-direction:column; flex:1; }
  .mobile-drawer__nav a { padding:14px 8px; border-bottom:1px solid #e6eef5; color:#0b1f33; font-weight:600; font-size:16px; text-decoration:none; }
  .mobile-drawer__nav a:active { color:#0066ff; }
  .mobile-drawer__nav a.mobile-drawer__sub { padding-left:20px; font-size:14px; font-weight:500; color:#4a6282; }
  .mobile-drawer__nav a.mobile-drawer__highlight { background:#eef5ff; color:#0052cc; border-radius:10px; border-color:transparent; font-weight:700; padding:13px 14px; margin-bottom:4px; }
  .mobile-drawer__cta { margin-top:22px; background:#0066ff; color:#fff; text-align:center; padding:15px; border-radius:12px; font-weight:700; text-decoration:none; }
  @media (prefers-reduced-motion:reduce) { .mobile-drawer__panel { transition:none; } }

    /* Mobile fixes, rodada final */
    @media (max-width: 720px) {
      .hero-inner { gap: 16px !important; }
      .proof-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
      .steps { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }
      .depo-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
      .included-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
      .info-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
    }
    @media (max-width: 480px) {
      .proof-grid { grid-template-columns: 1fr !important; }
      .steps { grid-template-columns: 1fr !important; }
    }
