/* VSL FACADE */
    .vsl{position:relative;width:min(400px,100%);margin:38px auto 0;aspect-ratio:9/16;border-radius:18px;overflow:hidden}
    .vsl-facade{position:absolute;inset:0;width:100%;height:100%;display:block;padding:0;border-radius:18px;overflow:hidden}
    .vsl-facade img{width:100%;height:100%;object-fit:cover}
    .vsl-facade::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,16,8,.10),rgba(26,16,8,.45))}
    .vsl-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;
      width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#E7D2A6,#C9A96B);
      display:grid;place-items:center;box-shadow:0 0 0 8px rgba(203,169,107,.18),0 10px 30px rgba(0,0,0,.45);
      transition:transform .18s var(--ease)}
    .vsl-facade:hover .vsl-play{transform:translate(-50%,-50%) scale(1.07)}
    .vsl-play svg{width:26px;height:26px;margin-left:4px;fill:#1A1008}
    .vsl-label{position:absolute;left:0;right:0;bottom:14px;z-index:2;text-align:center;font-size:11px;font-weight:700;
      letter-spacing:.14em;text-transform:uppercase;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.7)}
    .vsl vturb-smartplayer{display:block;width:100%;height:100%}

    /* PROBLEMA / PILARES */
    .head-block{max-width:640px;margin:0 auto;text-align:center}
    .head-block h2{font-size:clamp(28px,4.4vw,42px);margin-top:12px}
    .head-block p{margin-top:16px}
    .pillars{margin-top:40px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
    .pillar{border-radius:14px;overflow:hidden;display:flex;flex-direction:column;height:100%;
      background:radial-gradient(120% 80% at 50% 0%, rgba(40,23,8,.6), transparent 60%), rgba(12,9,5,.55);
      border:1px solid rgba(184,154,106,.22)}
    .pillar-shot{position:relative;aspect-ratio:560/300;overflow:hidden;border-bottom:1px solid rgba(184,154,106,.2)}
    .pillar-shot img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
    .pillar-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(12,9,5,.9));pointer-events:none}
    .pillar-shot .tag{position:absolute;left:12px;bottom:10px;z-index:1;font-size:10.5px;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);font-weight:700}
    .pillar-grid{display:flex;flex-direction:column;flex:1;padding:18px 20px 22px}
    .pillar-side{padding:0;display:flex;align-items:center;gap:10px;border:0;background:none}
    .pillar-num{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;color:rgba(184,154,106,.5);line-height:1;flex-shrink:0}
    .pillar-side .ic{width:20px;height:20px;color:var(--gold);stroke:var(--gold);margin:0 0 0 auto;flex-shrink:0}
    .pillar-side h3{font-size:17px;color:var(--cream);margin:0;flex-basis:100%;order:3;min-height:2.4em;display:flex;align-items:flex-end;
      font-family:'Cormorant Garamond',Georgia,serif;line-height:1.2;margin-top:10px}
    .gift{margin-top:22px;border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr 168px;gap:22px;align-items:center}
    .gift-head{display:flex;gap:14px;align-items:flex-start}
    .gift-shot{border-radius:12px;overflow:hidden;border:1px solid rgba(184,154,106,.28);box-shadow:0 16px 34px rgba(0,0,0,.5)}
    .gift-shot img{display:block;width:100%;height:auto}
    .pillar-body{padding:10px 0 0;flex:1}
    .pillar-body>p{color:rgba(245,239,230,.74);line-height:1.55;font-size:13.5px;margin:0}
    .checklist{margin-top:18px;display:grid;gap:9px}
    .checklist li{list-style:none;display:flex;align-items:flex-start;gap:9px;font-size:14px;color:rgba(245,239,230,.76)}
    .checklist li::before{content:"";flex-shrink:0;margin-top:3px;width:16px;height:16px;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B89A6A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}

    /* DELIVERABLES */
    .deliver-grid{margin-top:50px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}
    /* provas sociais (vídeos lazy: só baixam no clique) */
    .proof-grid{margin:46px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:760px}
    .proof-card{position:relative}
    .proof-facade{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;
      width:100%;aspect-ratio:9/16;border-radius:18px;overflow:hidden;cursor:pointer;border:1px solid var(--line);
      background:radial-gradient(circle at 50% 32%,#3a2417,#160d08);padding:16px;gap:3px;font-family:inherit}
    .proof-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 30%;z-index:0}
    .proof-facade::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(26,16,8,0) 38%,rgba(26,16,8,.55) 72%,rgba(26,16,8,.9))}
    .proof-play{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);z-index:2;width:60px;height:60px;
      border-radius:50%;display:grid;place-items:center;background:var(--gold-bright);box-shadow:0 12px 30px -8px rgba(0,0,0,.6);
      transition:transform .15s}
    .proof-play::before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(231,210,166,.55);
      transform:scale(1);opacity:.6;animation:proofpulse 2.2s var(--ease) infinite;will-change:transform,opacity}
    .proof-facade:hover .proof-play{transform:translate(-50%,-50%) scale(1.07)}
    .proof-play svg{width:25px;height:25px;margin-left:4px;fill:#1A1008}
    @keyframes proofpulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.6);opacity:0}}
    @media(prefers-reduced-motion:reduce){ .proof-play::before{animation:none} }
    .proof-name{position:relative;z-index:2;font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;color:#fff;font-weight:600;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.6)}
    .proof-listen{position:relative;z-index:2;margin-top:8px;display:inline-flex;align-items:center;gap:6px;
      font-size:12.5px;font-weight:800;color:#1A1008;background:var(--gold-bright);padding:7px 13px;border-radius:999px;
      box-shadow:0 8px 20px -6px rgba(0,0,0,.55)}
    .proof-cue{margin-top:14px;color:var(--gold-bright);font-weight:600;font-size:15px}
    .proof-card vturb-smartplayer{display:block;width:100%;aspect-ratio:9/16;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#000}
    @media(max-width:520px){ .proof-grid{gap:12px} .proof-name{font-size:17px} .proof-play{width:48px;height:48px} .proof-play svg{width:20px;height:20px} }
    .deliver{border:1px solid rgba(184,154,106,.20);background:rgba(36,23,16,.60);border-radius:18px;padding:24px;transition:transform .2s var(--ease)}
    .deliver:hover{transform:translateY(-4px)}
    .deliver-n{width:36px;height:36px;border-radius:50%;background:var(--wine);color:var(--cream);display:grid;place-items:center;font-weight:700;font-size:14px}
    .deliver h3{font-family:'Inter',sans-serif;font-weight:600;font-size:16px;color:var(--cream);margin-top:16px;line-height:1.3}
    .deliver p{font-size:14px;color:rgba(245,239,230,.76);margin-top:8px;line-height:1.6}

    /* JACKELINE */
    .bio-grid{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
    .bio-text{align-self:start}
    .bio-photos{display:grid;gap:16px}
    .bio-main{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:3/4;max-height:520px}
    .bio-main img{width:100%;height:100%;object-fit:cover;object-position:top center}
    .bio-cap{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(0deg,rgba(26,16,8,.92),transparent);
      font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:var(--gold-soft)}
    .bio-mini{display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .bio-mini div{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:1/1}
    .bio-mini img{width:100%;height:100%;object-fit:cover;object-position:top center}
    .bio-quote{border-left:4px solid var(--wine);background:rgba(123,28,28,.15);padding:20px 24px;border-radius:14px;margin-bottom:22px}
    .bio-quote p{font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;color:var(--cream);line-height:1.35}
    .bio-text p{color:rgba(245,239,230,.78);line-height:1.7;margin-top:14px}
    .bio-text p:first-child{margin-top:0}
    .stats{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
    .stat{border-radius:16px;padding:20px}
    .stat .ic{width:20px;height:20px;color:var(--gold);stroke:var(--gold)}
    .stat b{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:22px;color:var(--cream);margin-top:10px}
    .stat span{display:block;font-size:12.5px;color:rgba(245,239,230,.74);margin-top:4px;line-height:1.5}

    /* OFERTA */
    .offer{border-radius:26px;padding:clamp(28px,5vw,52px);text-align:center}
    .offer h2{font-size:clamp(28px,4.2vw,40px);margin-top:12px}
    .offer-cover{margin:26px auto 0;width:160px}
    .offer-cover img{width:160px;height:auto;border-radius:12px;box-shadow:0 20px 50px -15px rgba(0,0,0,.7)}
    .price-box{margin-top:24px;border:1px solid rgba(184,154,106,.20);background:rgba(26,16,8,.55);border-radius:18px;padding:26px}
    .launch-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border-radius:999px;
      border:1px solid rgba(203,169,107,.55);background:rgba(123,28,28,.30);color:var(--gold-bright);
      font-weight:800;font-size:12.5px;letter-spacing:1.5px;text-transform:uppercase}
    .anchor-price{text-align:center;margin-top:4px;font-size:15px;color:rgba(245,239,230,.62)}
    .anchor-price s{color:rgba(245,239,230,.5)}
    .price{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:2px;
      flex-wrap:nowrap;white-space:nowrap}
    .price b{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:clamp(38px,11.5vw,54px);
      line-height:1;white-space:nowrap}
    .price .price-x{color:var(--cream);font-size:clamp(16px,4.6vw,20px);font-weight:600;white-space:nowrap}
    .price-cash{text-align:center;margin-top:10px;font-size:14px;color:rgba(245,239,230,.7)}
    .price-cash strong{color:var(--cream)}
    .kit-preview{margin:34px auto 6px;max-width:680px;text-align:center}
    .kit-preview img{width:100%;height:auto;filter:drop-shadow(0 24px 48px rgba(0,0,0,.5))}
    .kit-preview figcaption{margin-top:12px;font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:18px;color:rgba(245,239,230,.72)}
    .offer-list-title{margin:22px 0 0;text-align:left;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-weight:700}
    .offer-list{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:9px;text-align:left}
    .offer-list-terms{margin-top:16px;padding-top:14px;border-top:1px solid rgba(245,239,230,.12)}
    .offer-list li{list-style:none;display:flex;align-items:flex-start;gap:9px;font-size:14px;color:rgba(245,239,230,.78)}
    .offer-list li .ic{width:16px;height:16px;flex-shrink:0;margin-top:3px;color:var(--gold);stroke:var(--gold);stroke-width:2.5}
    .guarantee{margin-top:24px;display:flex;align-items:flex-start;gap:14px;text-align:left;
      border:1px solid rgba(123,28,28,.45);background:rgba(123,28,28,.18);border-radius:14px;padding:20px}
    .guarantee .ic{width:26px;height:26px;flex-shrink:0;color:var(--gold);stroke:var(--gold)}
    .guarantee b{display:block;color:var(--cream);font-family:'Inter',sans-serif;font-weight:600}
    .guarantee p{font-size:14px;color:rgba(245,239,230,.78);margin-top:4px;line-height:1.6}

    /* FAQ */
    .faq{margin-top:40px}
    .faq details{border-bottom:1px solid rgba(184,154,106,.16)}
    .faq summary{list-style:none;cursor:pointer;padding:20px 0;font-weight:600;color:var(--cream);
      display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .15s}
    .faq summary::-webkit-details-marker{display:none}
    .faq summary:hover{color:var(--gold)}
    .faq summary .chev{flex-shrink:0;width:18px;height:18px;color:var(--gold-soft);transition:transform .2s}
    .faq details[open] summary .chev{transform:rotate(180deg)}
    .faq details p{color:rgba(245,239,230,.78);line-height:1.7;padding:0 0 20px}

    /* FINAL */
    .final-card{border:1px solid rgba(123,28,28,.50);background:rgba(123,28,28,.20);border-radius:26px;padding:clamp(28px,5vw,46px);text-align:center}
    .final-card h2{font-size:clamp(28px,4.2vw,40px);color:var(--cream)}
    .final-price{margin-top:24px;font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;color:var(--cream)}

    /* FOOTER */
    footer{border-top:1px solid rgba(184,154,106,.16);margin-top:80px}
    footer .wrap{padding:48px 0;text-align:center}
    footer img{height:54px;width:auto;margin:0 auto 8px}
    footer .links{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;font-size:14px;color:rgba(245,239,230,.74)}
    footer .links a:hover{color:var(--gold)}
    footer .dot{color:rgba(184,154,106,.4)}
    footer .disc{margin-top:22px;font-size:12px;color:rgba(245,239,230,.62);max-width:640px;margin-inline:auto;line-height:1.6}

    .skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--gold);color:#1A1008;padding:8px 16px;font-weight:700;border-radius:0 0 8px 0}
    .skip:focus{left:0}
    :focus-visible{outline:2px solid var(--gold);outline-offset:3px}

    .anim{animation:rise .7s var(--ease) both}
    @keyframes rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}

    /* RESPONSIVO */
    @media(max-width:860px){
      .pillars{grid-template-columns:1fr 1fr}
      .deliver-grid{grid-template-columns:1fr 1fr}
      .bio-grid{grid-template-columns:1fr;gap:32px}
      .offer-list{grid-template-columns:1fr}
    }
    @media(max-width:560px){
      .section{padding:60px 0}
      .hero{padding:30px 0 64px}
      .deliver-grid{grid-template-columns:1fr}
      .stats{grid-template-columns:1fr 1fr}
      .pillars{grid-template-columns:1fr}
      .gift{grid-template-columns:1fr;justify-items:center;text-align:left}
      .gift-shot{max-width:220px}
    }
    @media(prefers-reduced-motion:reduce){
      .anim{animation:none}
      html{scroll-behavior:auto}
      .btn,.deliver,.vsl-play{transition:none}
    }

    /* ===== NOVOS BLOCOS (copy 28/06) ===== */
    /* FALA A VERDADE (dor ruminada) */
    .truth{max-width:680px;margin:34px auto 0}
    .truth-list{display:grid;gap:11px;margin-top:8px}
    .truth-list li{list-style:none;display:flex;align-items:flex-start;gap:11px;
      font-size:15.5px;line-height:1.55;color:rgba(245,239,230,.84);
      border:1px solid var(--line);background:rgba(36,23,16,.5);border-radius:13px;padding:13px 16px}
    .truth-list li::before{content:"";flex-shrink:0;margin-top:2px;width:18px;height:18px;
      background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B89A6A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}
    .truth-time{margin:18px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;text-align:center}
    .truth-time span{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-size:18px;color:var(--gold-soft)}
    .truth-turn{margin:22px auto 0;max-width:600px;text-align:center;font-size:17px;line-height:1.65;color:rgba(245,239,230,.9)}
    .truth-turn b{color:var(--gold-bright)}

    /* BENEFÍCIOS RÁPIDOS */
    .bene-grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .bene-grid li{list-style:none;display:flex;align-items:flex-start;gap:11px;font-size:15px;
      line-height:1.5;color:rgba(245,239,230,.86);
      border:1px solid var(--line);background:rgba(36,23,16,.5);border-radius:13px;padding:15px 16px}
    .bene-grid li svg{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:var(--gold);stroke:var(--gold);stroke-width:2.6;fill:none}
    .steps-grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .step-card{position:relative;border:1px solid var(--line);background:rgba(36,23,16,.5);
      border-radius:15px;padding:20px 18px}
    .step-num{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;
      font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;font-weight:700;color:#1a1109;
      background:linear-gradient(150deg,var(--gold-bright),var(--gold));margin-bottom:14px}
    .step-card h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;color:var(--cream);line-height:1.2}
    .step-card p{margin-top:8px;font-size:14px;line-height:1.55;color:rgba(245,239,230,.8)}
    @media(max-width:860px){ .steps-grid{grid-template-columns:1fr 1fr} }
    @media(max-width:460px){ .steps-grid{grid-template-columns:1fr} }
    .safe-box{display:flex;align-items:flex-start;gap:18px;border:1px solid var(--line2);
      background:linear-gradient(160deg,rgba(203,169,107,.10),rgba(36,23,16,.55));border-radius:20px;padding:26px 26px;
      font-size:15px;line-height:1.6;color:rgba(245,239,230,.82)}
    .safe-box strong{color:var(--cream)}
    .safe-txt .safe-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:700;margin:0}
    .safe-txt .safe-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:600;color:var(--cream);line-height:1.1;margin:4px 0 8px}
    .safe-txt p:last-child{margin:0}
    .safe-ic{flex-shrink:0;width:46px;height:46px;display:grid;place-items:center;border-radius:13px;
      background:rgba(184,154,106,.14);color:var(--gold);box-shadow:inset 0 0 0 1px rgba(203,169,107,.28)}
    .safe-ic svg{width:24px;height:24px}
    @media(max-width:460px){ .safe-box{flex-direction:column;gap:12px;padding:22px 20px} }

    /* PARA QUEM É / NÃO É */
    .aud-grid{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
    .aud-card{border-radius:20px;padding:26px 24px;border:1px solid var(--line2)}
    .aud-card.yes{background:linear-gradient(180deg,rgba(203,169,107,.10),rgba(36,23,16,.55))}
    .aud-card.no{background:linear-gradient(180deg,rgba(123,28,28,.16),rgba(36,23,16,.55));border-color:rgba(123,28,28,.4)}
    .aud-card h3{font-size:23px;color:var(--cream);display:flex;align-items:center;gap:10px}
    .aud-card .pin{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}
    .aud-card.yes .pin{background:rgba(52,224,122,.18)}
    .aud-card.no .pin{background:rgba(123,28,28,.32)}
    .aud-card .pin svg{width:17px;height:17px;stroke-width:3;fill:none}
    .aud-card.yes .pin svg{color:#34e07a;stroke:#34e07a}
    .aud-card.no .pin svg{color:#E7A9A9;stroke:#E7A9A9}
    .aud-list{margin-top:18px;display:grid;gap:10px}
    .aud-list li{list-style:none;display:flex;align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.5;color:rgba(245,239,230,.82)}
    .aud-list li svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;fill:none;stroke-width:2.8}
    .aud-card.yes .aud-list li svg{color:#34e07a;stroke:#34e07a}
    .aud-card.no .aud-list li svg{color:#D98C8C;stroke:#D98C8C}
    .aud-foot{margin-top:18px;font-size:13.5px;line-height:1.55;color:rgba(245,239,230,.72);font-style:italic}

    /* VALUE STACK */
    .vstack{max-width:620px;margin:34px auto 0;border-radius:22px;padding:clamp(22px,4vw,34px)}
    .vstack-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px dashed rgba(184,154,106,.22)}
    .vstack-row span{font-size:14.5px;line-height:1.4;color:rgba(245,239,230,.84)}
    .vstack-row .vs-val{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:18px;color:var(--gold-soft);white-space:nowrap}
    .vstack-total{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:18px}
    .vstack-total span{font-size:15px;color:rgba(245,239,230,.8)}
    .vstack-total s{font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;color:rgba(245,239,230,.55)}
    .vstack-now{margin-top:18px;text-align:center}
    .vstack-now .vs-lead{font-size:15px;color:rgba(245,239,230,.82)}
    .vstack-now .price{margin-top:6px}

    /* COMO FUNCIONA */
    .steps-grid{margin-top:38px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
    .step{position:relative;border-radius:18px;padding:26px 22px;border:1px solid var(--line2);
      background:linear-gradient(180deg,rgba(203,169,107,.07),rgba(36,23,16,.5))}
    .step-n{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
      background:linear-gradient(135deg,#E7D2A6,#C9A96B);color:#1A1008;
      font-family:'Cormorant Garamond',Georgia,serif;font-weight:700;font-size:22px;line-height:1}
    .step h3{margin-top:16px;font-family:'Inter',sans-serif;font-weight:700;font-size:16px;color:var(--cream)}
    .step p{margin-top:8px;font-size:13.5px;line-height:1.55;color:rgba(245,239,230,.76)}

    /* DUAS ESCOLHAS */
    .choices{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
    .choice{border-radius:20px;padding:28px 24px;border:1px solid var(--line2)}
    .choice.bad{background:linear-gradient(180deg,rgba(40,26,16,.7),rgba(20,13,7,.6))}
    .choice.good{background:radial-gradient(120% 100% at 50% 0%,rgba(123,28,28,.22),transparent 60%),linear-gradient(180deg,rgba(203,169,107,.1),rgba(36,23,16,.55));
      border-color:rgba(203,169,107,.45);box-shadow:0 0 0 1px rgba(184,154,106,.25),0 18px 50px -22px rgba(184,154,106,.4)}
    .choice .tag{display:inline-block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;padding:6px 14px;border-radius:999px;margin-bottom:14px}
    .choice.bad .tag{color:rgba(245,239,230,.7);border:1px solid rgba(245,239,230,.2)}
    .choice.good .tag{color:#1A1008;background:linear-gradient(135deg,#E7D2A6,#C9A96B)}
    .choice h3{font-size:21px;color:var(--cream)}
    .choice ul{margin-top:16px;display:grid;gap:10px}
    .choice li{list-style:none;display:flex;align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.5;color:rgba(245,239,230,.82)}
    .choice li svg{width:16px;height:16px;flex-shrink:0;margin-top:3px;fill:none;stroke-width:2.6}
    .choice.bad li svg{color:#C98A8A;stroke:#C98A8A}
    .choice.good li svg{color:var(--gold);stroke:var(--gold)}
    .choices-verdict{margin:26px auto 0;text-align:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;color:var(--gold-bright)}

    @media(max-width:760px){
      .bene-grid{grid-template-columns:1fr}
      .aud-grid{grid-template-columns:1fr}
      .steps-grid{grid-template-columns:1fr 1fr}
      .choices{grid-template-columns:1fr}
    }
    @media(max-width:430px){
      .steps-grid{grid-template-columns:1fr}
      .vstack-row{flex-wrap:wrap;gap:4px}
    }

    /* ===== DESIGN v2: profundidade, brilho e movimento ===== */
    body{background:
      radial-gradient(90% 55% at 50% 0%,rgba(123,28,28,.15),transparent 62%),
      radial-gradient(60% 40% at 88% 18%,rgba(203,169,107,.05),transparent 60%),
      radial-gradient(60% 40% at 10% 55%,rgba(203,169,107,.04),transparent 60%),
      var(--bg)}
    main > .section + .section{border-top:1px solid rgba(184,154,106,.09)}

    /* Títulos: filete dourado + eyebrow com hastes */
    .head-block h2::after{content:"";display:block;width:66px;height:2px;margin:18px auto 0;border-radius:2px;
      background:linear-gradient(90deg,transparent,var(--gold),transparent)}
    .eyebrow{display:inline-flex;align-items:center;gap:12px}
    .eyebrow::before,.eyebrow::after{content:"";width:26px;height:1px;flex-shrink:0;
      background:linear-gradient(90deg,transparent,rgba(184,154,106,.7))}
    .eyebrow::after{background:linear-gradient(90deg,rgba(184,154,106,.7),transparent)}

    /* Botões: brilho varrendo + presença */
    .btn{position:relative;overflow:hidden;letter-spacing:.03em}
    .btn::after{content:"";position:absolute;top:0;left:-80%;width:55%;height:100%;pointer-events:none;will-change:transform;
      background:linear-gradient(105deg,transparent,rgba(255,255,255,.5),transparent);
      transform:translateX(0) skewX(-20deg);animation:btnshine 3.4s var(--ease) infinite}
    @keyframes btnshine{0%,55%{transform:translateX(0) skewX(-20deg)}100%{transform:translateX(391%) skewX(-20deg)}}

    /* Capa do kit no herói: halo dourado + flutuação */
    .hero-cover{position:relative}
    .hero-cover::before{content:"";position:absolute;top:4%;left:50%;transform:translateX(-50%);
      width:min(360px,95%);aspect-ratio:1;border-radius:50%;z-index:0;pointer-events:none;
      background:radial-gradient(circle,rgba(203,169,107,.24),transparent 66%);filter:blur(12px)}
    .hero-cover img{position:relative;z-index:1;animation:floaty 5.5s ease-in-out infinite alternate;
      box-shadow:0 0 0 1px rgba(231,210,166,.45),0 30px 70px -22px rgba(0,0,0,.85),0 0 70px -12px rgba(203,169,107,.38)}
    .hero-cover-badge{position:relative;z-index:1}
    @keyframes floaty{from{transform:translateY(0)}to{transform:translateY(-10px)}}

    /* Cards: resposta ao toque/hover */
    .pillar,.step-card,.aud-card,.choice,.trust-item,.deliver,.gift,.vstack,.final-card,.safe-box,
    .truth-list li,.bene-grid li{transition:transform .25s var(--ease),border-color .25s,box-shadow .25s}
    .pillar:hover,.step-card:hover,.truth-list li:hover,.bene-grid li:hover,.trust-item:hover{
      transform:translateY(-4px);border-color:rgba(203,169,107,.5);
      box-shadow:0 18px 44px -18px rgba(0,0,0,.65),0 0 34px -14px rgba(203,169,107,.4)}
    .aud-card:hover,.choice:hover{transform:translateY(-3px);border-color:rgba(203,169,107,.55)}

    /* Preço com brilho */
    .price b{text-shadow:0 0 42px rgba(203,169,107,.4)}
    .vstack-now .price b{font-size:clamp(50px,13vw,66px)}
    .vstack{position:relative}
    .vstack::before{content:"";position:absolute;inset:-1px;border-radius:23px;padding:1px;pointer-events:none;
      background:linear-gradient(160deg,rgba(231,210,166,.55),rgba(184,154,106,.08) 40%,rgba(231,210,166,.35));
      -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}
    .final-card{box-shadow:0 0 60px -22px rgba(123,28,28,.6),inset 0 0 60px -30px rgba(203,169,107,.25)}

    /* FAQ em card */
    .faq{border:1px solid var(--line);border-radius:20px;padding:4px 22px;background:rgba(26,16,8,.45)}
    .faq details:last-child{border-bottom:0}

    /* Revelar ao rolar */
    .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
    .reveal.in{opacity:1;transform:none}

    /* Barra fixa de compra */
    #stickyCta{position:fixed;left:12px;right:12px;bottom:12px;z-index:900;max-width:560px;margin-inline:auto;
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      background:rgba(26,16,8,.94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
      border:1px solid rgba(203,169,107,.42);border-radius:18px;padding:10px 12px 10px 18px;
      transform:translateY(140%);transition:transform .35s var(--ease);
      box-shadow:0 18px 50px -16px rgba(0,0,0,.75)}
    #stickyCta.show{transform:none}
    body.co-open #stickyCta{transform:translateY(140%)}
    #stickyCta .sc-txt{display:flex;flex-direction:column;line-height:1.3;min-width:0}
    #stickyCta .sc-txt b{font-size:13.5px;color:var(--cream);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    #stickyCta .sc-txt span{font-size:12px;color:var(--gold-bright)}
    #stickyCta .btn{padding:13px 20px;font-size:13px;flex-shrink:0;border-radius:14px}

    @media(prefers-reduced-motion:reduce){
      .btn::after,.hero-cover img{animation:none}
      .reveal{opacity:1;transform:none;transition:none}
      .pillar,.step-card,.aud-card,.choice,.trust-item,.truth-list li,.bene-grid li{transition:none}
    }
