    :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: transparent;
      border-bottom: 1px solid transparent;
      transition: background .3s ease, border-color .3s ease;
    }
    .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;
      font-size: 14px;
      font-weight: 800;
    }
    .menu a { color: #fff; }
    .menu a:hover { color: var(--cyan); }
    .menu-cta {
      background: var(--green);
      color: #fff !important;
      padding: 12px 18px;
      border-radius: 999px;
      box-shadow: 0 14px 30px rgba(32,200,107,.24);
    }
    /* Scrolled state: aplicado pelo header.js */
    header.scrolled {
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(18px);
      border-color: rgba(220,236,248,.72);
    }
    header.scrolled .menu a { color: #1f3a52; }
    header.scrolled .menu a:hover { color: var(--blue); }
    .mobile-toggle {
      display: none;
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 8px;
      color: #fff;
      align-items: center;
      justify-content: center;
    }
    header.scrolled .mobile-toggle { color: #1f3a52; }

    /* TROCAR pela foto profissional de baleia jubarte da Atlantes: assets/images/hero-baleias-jubarte.jpg */
    .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/baleia-stock.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);
    }
    /* Imagem mostrada antes do vídeo carregar (mesma capa do vídeo) */
    .vsl-inner {
      min-height: 530px;
      border-radius: 30px;
      background: url('../images/jubarte-cover.webp') 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: 14px 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-cta {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .lead-cta .btn { padding: 0 44px; }
    .lead-cta-wa {
      color: var(--blue);
      font-weight: 800;
      font-size: 14px;
    }
    .lead-cta-wa:hover { text-decoration: underline; }

    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-size: 40px;
      line-height: .92;
      color: var(--blue-deep);
      margin-bottom: 14px;
    }
    .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; }

    .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; }
      .mobile-toggle { display: inline-flex; }
      .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) {
      .hero { padding-top: 110px; 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; }
      .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
      .proof-item:last-child { border-bottom: 0; }
      .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;
}

.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;
  }
}

/* Showcase de passeios, vende cedo na página */
.passeios { padding: 76px 0; background: #fff; }
.passeios-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.passeio-card {
  border-radius: 28px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,50,100,.10);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.passeio-card:hover { transform: translateY(-6px); box-shadow: 0 30px 66px rgba(0,50,100,.17); }
.passeio-card.premium { border-color: #e7b24e; }
.passeio-img { position: relative; height: 260px; }
.passeio-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.passeio-badge {
  position: absolute; top: 14px; left: 14px;
  font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; color: #fff; background: var(--blue);
}
.passeio-card.premium .passeio-badge { background: linear-gradient(135deg,#c7861d,#e7b24e); }
.passeio-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.passeio-kicker {
  font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--blue);
}
.passeio-card.premium .passeio-kicker { color: #b9821f; }
.passeio-body h3 { font-size: 33px; line-height: .98; color: var(--blue-deep); margin: 8px 0 10px; }
.passeio-body > p { color: var(--muted); line-height: 1.62; font-size: 15px; }
.passeio-feats { list-style: none; margin: 16px 0 2px; padding: 0; display: grid; gap: 9px; }
.passeio-feats li { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.45; color: var(--blue-deep); }
.passeio-feats li::before { content: "\2713"; position: absolute; left: 0; top: -1px; color: #18a957; font-weight: 900; }
.passeio-feats li.base { color: var(--muted); }
.passeio-card.premium .passeio-feats li.plus { font-weight: 700; }
.passeio-card.premium .passeio-feats li.plus::before { content: "+"; color: #b9821f; font-size: 18px; top: -3px; }
.passeio-bottom {
  margin-top: auto; padding-top: 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.passeio-price span { display: block; font-size: 12px; color: var(--muted); }
.passeio-price strong {
  font-family: 'Inter', sans-serif; font-size: 30px; font-weight: 800; color: var(--blue-deep); line-height: 1;
}
.passeio-card.premium .btn-primary {
  background: linear-gradient(135deg,#c7861d,#e7b24e);
  box-shadow: 0 14px 30px rgba(231,178,78,.4);
}
@media (max-width: 760px) { .passeios-grid { grid-template-columns: 1fr; } }
