/* ═══ home_dark.css — loads AFTER dark_base.css ═══ */
/*   HERO — unchanged from production
   ═══════════════════════════════════════════════════════════════ */
.hero-section{background:linear-gradient(150deg,#00120B 0%,#002417 45%,#001a10 100%);
    min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.hero-grid{position:absolute;inset:0;pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
                     linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
    background-size:88px 88px}
.hero-top-layer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;will-change:transform}
@keyframes heroSpinCW{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes heroSpinCCW{from{transform:rotate(0)}to{transform:rotate(-360deg)}}
.hero-ring-spin-cw-slow{animation:heroSpinCW 40s linear infinite;transform-origin:50% 50%}
.hero-ring-spin-ccw{animation:heroSpinCCW 24s linear infinite;transform-origin:50% 50%}
.hero-ring-spin-cw-fast{animation:heroSpinCW 14s linear infinite;transform-origin:50% 50%}
.hero-corner{position:absolute;width:16px;height:16px;border-color:rgba(255,255,255,.15);border-style:solid;pointer-events:none}
.hero-corner--tl{top:28px;left:28px;border-width:1px 0 0 1px}
.hero-corner--tr{top:28px;right:28px;border-width:1px 1px 0 0}
.hero-corner--bl{bottom:28px;left:28px;border-width:0 0 1px 1px}
.hero-corner--br{bottom:28px;right:28px;border-width:0 1px 1px 0}
.hero-content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center;padding:120px 40px 80px}
.hero-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;
    color:rgba(255,255,255,.30);margin-bottom:32px;display:flex;align-items:center;gap:14px}
.hero-kicker::before,.hero-kicker::after{content:'';width:28px;height:1px;background:rgba(255,255,255,.18);display:block}
.hero-h1{font-size:92px;font-weight:100;line-height:1.03;letter-spacing:-.04em;color:#fff;margin-bottom:0}
.hero-h1-dim{color:rgba(255,255,255,.22);font-weight:300}
.hero-rule{width:36px;height:1px;background:var(--secondary);margin:28px auto}
.hero-lead{font-size:16px;color:rgba(255,255,255,.40);font-weight:300;line-height:1.8;max-width:5000px;margin-bottom:52px}
.hero-scroll-cta{font-size:10px;text-transform:uppercase;letter-spacing:.20em;font-weight:600;
    color:rgba(255,255,255,.28);text-decoration:none;display:flex;align-items:center;gap:12px;transition:color .2s ease}
.hero-scroll-cta::before,.hero-scroll-cta::after{content:'';width:20px;height:1px;background:rgba(255,255,255,.14);display:block}
.hero-scroll-cta:hover{color:rgba(255,255,255,.50)}
.hero-floor{position:absolute;bottom:0;left:0;right:0;height:2px;pointer-events:none;
    background:linear-gradient(90deg,transparent 0%,var(--secondary) 25%,var(--secondary) 75%,transparent 100%)}
@media(max-width:991.98px){.hero-h1{font-size:56px}}
@media(max-width:767.98px){.hero-h1{font-size:40px;letter-spacing:-.03em}.hero-lead{font-size:15px}.hero-content{padding:100px 24px 60px}}


/*   NEW — SECTION 1 · MÉTODO DOAR
   ═══════════════════════════════════════════════════════════════ */
.fx-method{position:relative;background:var(--fx-ground)}
/* bridge from the hero's #003d26 floor into the darker ground */
/* This used to be a 220px patch starting at #003d26, there only to hide the
   step where the old hero handed over to the page. The hero now ends at
   #001a10 — 1.6x the ground instead of 7.2x — so the patch just needs to
   carry that last bit of green a short way, from the colour the hero
   actually ends on. */
.fx-method::before{content:'';position:absolute;top:0;left:0;right:0;height:120px;pointer-events:none;
    background:linear-gradient(180deg,#001a10 0%,rgba(4,18,12,0) 100%)}
.fx-wrap{max-width:1240px;margin:0 auto;padding:0 40px;position:relative;z-index:2}

/* ── section header ── */
.fx-head{padding:140px 0 0}
.fx-label{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;
    color:rgba(255,183,77,.75);display:flex;align-items:center;gap:14px;margin-bottom:28px}
.fx-label::before{content:'';width:28px;height:1px;background:rgba(255,183,77,.35);display:block}
.fx-title{font-size:58px;font-weight:200;letter-spacing:-.035em;line-height:1.06;margin:0 0 26px;color:var(--fx-ink);max-width:15ch}
.fx-title em{font-style:normal;color:rgba(242,247,244,.26)}
.fx-lead{font-size:16.5px;font-weight:300;line-height:1.85;color:var(--fx-muted);max-width:56ch;margin:0}

/* ── acronym rail ── */
.fx-acronym{display:flex;gap:0;margin:56px 0 0;border-top:1px solid var(--fx-line-soft);
    border-bottom:1px solid var(--fx-line-soft)}
.fx-ac{flex:1;padding:22px 4px 20px;border-right:1px solid var(--fx-line-soft);
    display:flex;align-items:baseline;gap:14px;transition:background .5s var(--fx-ease)}
.fx-ac:last-child{border-right:none}
.fx-ac-letter{font-size:30px;font-weight:200;letter-spacing:-.02em;color:rgba(242,247,244,.22);
    line-height:1;transition:color .5s var(--fx-ease)}
.fx-ac-name{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:500;color:var(--fx-hint);
    transition:color .5s var(--fx-ease)}
.fx-ac.is-on{background:rgba(255,255,255,.022)}
.fx-ac.is-on .fx-ac-letter{color:var(--fx-amber)}
.fx-ac.is-on .fx-ac-name{color:rgba(242,247,244,.82)}

/* ── scrolly layout ── */
.fx-scrolly{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:72px;
    align-items:start;padding:40px 0 120px}

/* left: steps */
.fx-steps{position:relative}
.fx-step{min-height:88vh;display:flex;flex-direction:column;justify-content:center;
    opacity:.18;transition:opacity .6s var(--fx-ease)}
.fx-step.is-on{opacity:1}
.fx-step-no{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.fx-step-letter{font-size:13px;font-weight:600;letter-spacing:.02em;color:#02220f;background:var(--fx-amber);
    width:26px;height:26px;border-radius:7px;display:grid;place-items:center;
    transform:scale(.86);opacity:.35;transition:all .6s var(--fx-ease)}
.fx-step.is-on .fx-step-letter{transform:scale(1);opacity:1}
.fx-step-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--fx-hint)}
.fx-step-name{font-size:44px;font-weight:200;letter-spacing:-.03em;line-height:1.1;margin:0 0 22px;color:var(--fx-ink)}
.fx-step-body{font-size:16px;font-weight:300;line-height:1.9;color:var(--fx-muted);margin:0 0 30px;max-width:48ch}
.fx-step-body em{font-style:italic;color:rgba(242,247,244,.72)}
.fx-bullets{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--fx-line-soft)}
.fx-bullet{font-size:13.5px;font-weight:300;line-height:1.6;color:rgba(242,247,244,.66);
    padding:15px 0 15px 22px;border-bottom:1px solid var(--fx-line-soft);position:relative}
.fx-bullet::before{content:'';position:absolute;left:0;top:22px;width:7px;height:1px;background:var(--fx-amber);opacity:.65}

/* right: sticky stage */
.fx-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center}
.fx-stage{position:relative;width:100%;aspect-ratio:1/.86;max-height:76vh;
    background:linear-gradient(160deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,.012) 100%);
    border:1px solid var(--fx-line);border-radius:var(--fx-radius);overflow:hidden;
    box-shadow:0 40px 90px rgba(0,0,0,.45)}
.fx-stage::before{content:'';position:absolute;inset:0;pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
                     linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:46px 46px}

/* stage chrome */
.fx-stage-head{position:absolute;top:0;left:0;right:0;height:46px;display:flex;align-items:center;
    justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--fx-line-soft);z-index:6}
.fx-stage-title{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:var(--fx-hint);
    transition:color .5s var(--fx-ease)}
.fx-stage-count{font-size:10.5px;font-weight:300;color:var(--fx-hint);font-variant-numeric:tabular-nums}

/* ── the 24-month field ── */
.fx-field{position:absolute;left:0;right:0;top:46px;bottom:0;padding:34px 26px 0}
.fx-axis-caps{display:flex;justify-content:space-between;margin-bottom:10px;transition:opacity .5s var(--fx-ease)}
.fx-cap{font-size:9.5px;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:var(--fx-hint);
    transition:color .55s var(--fx-ease),opacity .55s var(--fx-ease);opacity:.35}
.fx-cap.is-on{opacity:1;color:rgba(255,183,77,.8)}

.fx-track{position:relative;height:calc(100% - 118px);display:flex;align-items:flex-end;gap:0}
.fx-half{flex:1;display:flex;align-items:flex-end;gap:3px;height:100%}
.fx-half--future{position:relative}

/* now divider */
.fx-now{position:absolute;left:50%;top:-14px;bottom:-34px;width:1px;background:linear-gradient(180deg,
    rgba(255,183,77,0) 0%,rgba(255,183,77,.55) 18%,rgba(255,183,77,.55) 82%,rgba(255,183,77,0) 100%);z-index:5}
.fx-now-lbl{position:absolute;top:-14px;left:50%;transform:translateX(-50%);
    font-size:9px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--fx-amber);
    background:var(--fx-ground-2);padding:2px 8px;border-radius:4px;border:1px solid rgba(255,183,77,.3);z-index:6;white-space:nowrap}

/* bars */
.fx-col{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;min-width:0}
.fx-bar{position:relative;width:100%;height:0;border-radius:3px 3px 0 0;overflow:hidden;
    transition:height .85s var(--fx-ease),opacity .6s var(--fx-ease);
    transition-delay:calc(var(--i) * 26ms)}
.fx-seg{width:100%}
.fx-seg--a{background:rgba(23,185,128,.62);flex:none}
.fx-seg--b{background:rgba(23,185,128,.34);flex:none}
.fx-seg--c{background:rgba(255,183,77,.42);flex:none}
.fx-bar-inner{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end}

/* ghost (planned) bars on the future half */
.fx-ghost{position:absolute;left:0;right:0;bottom:0;height:0;border:1px dashed rgba(255,183,77,.45);
    border-bottom:none;border-radius:3px 3px 0 0;background:rgba(255,183,77,.05);opacity:0;
    transition:height .8s var(--fx-ease),opacity .5s var(--fx-ease);transition-delay:calc(var(--i) * 30ms)}

/* scatter dots (state 1) */
.fx-dot{position:absolute;width:3px;height:3px;border-radius:50%;background:rgba(242,247,244,.55);opacity:0;z-index:4}

/* playhead (state 3) */
.fx-playhead{position:absolute;top:-14px;bottom:0;width:1px;background:rgba(255,255,255,.5);
    left:50%;opacity:0;z-index:5;box-shadow:0 0 14px rgba(255,255,255,.35)}
.fx-playhead::after{content:'';position:absolute;top:-3px;left:-2.5px;width:6px;height:6px;border-radius:50%;background:#fff}

/* nudge card (state 3) */
.fx-nudge{position:absolute;right:22px;top:78px;width:216px;padding:13px 14px;border-radius:11px;
    background:rgba(10,35,24,.92);border:1px solid rgba(255,183,77,.32);backdrop-filter:blur(8px);
    opacity:0;transform:translateY(8px) scale(.97);transition:all .6s var(--fx-ease);z-index:8;
    box-shadow:0 18px 40px rgba(0,0,0,.5)}
.fx-nudge-top{display:flex;align-items:center;gap:7px;margin-bottom:7px}
.fx-nudge-dot{width:5px;height:5px;border-radius:50%;background:var(--fx-amber);flex:none}
.fx-nudge-tag{font-size:9px;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:rgba(255,183,77,.9)}
.fx-nudge-txt{font-size:12px;font-weight:300;line-height:1.55;color:rgba(242,247,244,.8);margin:0}

/* reserves (state 4) */
.fx-reserves{position:absolute;inset:46px 0 0;display:flex;align-items:center;justify-content:center;
    gap:26px;padding:0 34px;opacity:0;pointer-events:none;transition:opacity .6s var(--fx-ease);z-index:7}
.fx-res{flex:1;max-width:118px;display:flex;flex-direction:column;align-items:center;gap:14px}
.fx-res-vessel{position:relative;width:100%;height:186px;border:1px solid var(--fx-line);border-radius:10px;
    background:rgba(255,255,255,.02);overflow:hidden}
.fx-res-fill{position:absolute;left:0;right:0;bottom:0;height:0;transition:height 1.1s var(--fx-ease);
    transition-delay:calc(var(--i) * 130ms);
    background:linear-gradient(180deg,rgba(23,185,128,.55) 0%,rgba(23,185,128,.24) 100%)}
.fx-res-fill::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:rgba(23,185,128,.9)}
.fx-res--new .fx-res-vessel{border-style:dashed;border-color:rgba(255,183,77,.35)}
.fx-res--new .fx-res-fill{background:linear-gradient(180deg,rgba(255,183,77,.4) 0%,rgba(255,183,77,.12) 100%)}
.fx-res--new .fx-res-fill::after{background:rgba(255,183,77,.8)}
.fx-res-pct{position:absolute;top:12px;left:0;right:0;text-align:center;font-size:15px;font-weight:200;
    color:rgba(242,247,244,.9);font-variant-numeric:tabular-nums}
.fx-res-name{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:600;
    color:var(--fx-hint);text-align:center;line-height:1.45;min-height:30px}
.fx-res-name small{display:block;font-size:8.5px;letter-spacing:.08em;font-weight:400;
    color:rgba(242,247,244,.2);text-transform:none;margin-top:3px}

/* chip */
.fx-chip{position:absolute;left:26px;bottom:22px;display:flex;align-items:center;gap:10px;
    padding:9px 14px;border-radius:100px;background:rgba(255,255,255,.05);border:1px solid var(--fx-line);
    font-size:11.5px;font-weight:300;color:rgba(242,247,244,.72);opacity:0;transform:translateY(6px);
    transition:all .55s var(--fx-ease);z-index:8;backdrop-filter:blur(6px)}
.fx-chip-dot{width:5px;height:5px;border-radius:50%;background:var(--fx-green-lift);flex:none}
.fx-chip.is-on{opacity:1;transform:none}

/* month ruler */
.fx-ruler{display:flex;margin-top:14px;border-top:1px solid var(--fx-line-soft);padding-top:9px;transition:opacity .5s var(--fx-ease)}
.fx-tick{flex:1;font-size:8.5px;font-weight:400;color:rgba(242,247,244,.22);text-align:center;
    font-variant-numeric:tabular-nums;transition:color .5s var(--fx-ease)}
.fx-tick.is-lit{color:rgba(242,247,244,.55)}

/* ─────────────── STATE MACHINE ─────────────── */
/* state 1 — Diagnóstico: past fills, dots absorb */
.fx-stage[data-state="1"] .fx-half--past .fx-bar{height:var(--h)}
.fx-stage[data-state="1"] .fx-dot{animation:fxAbsorb 1.5s var(--fx-ease) forwards;animation-delay:calc(var(--d) * 1ms)}
.fx-stage[data-state="1"] .fx-cap--past{opacity:1;color:rgba(255,183,77,.8)}
.fx-stage[data-state="1"] .fx-stage-title{color:rgba(242,247,244,.78)}
@keyframes fxAbsorb{
    0%{opacity:0;transform:translate(var(--x),var(--y)) scale(1)}
    22%{opacity:.9}
    100%{opacity:0;transform:translate(0,0) scale(.3)}
}

/* state 2 — Objetivos: past stays, ghosts mirror forward */
.fx-stage[data-state="2"] .fx-half--past .fx-bar{height:var(--h);opacity:.42}
.fx-stage[data-state="2"] .fx-ghost{height:var(--g);opacity:1}
.fx-stage[data-state="2"] .fx-cap--past{opacity:.5}
.fx-stage[data-state="2"] .fx-cap--future{opacity:1;color:rgba(255,183,77,.8)}
.fx-stage[data-state="2"] .fx-stage-title{color:rgba(242,247,244,.78)}
.fx-stage[data-state="2"] .fx-mirror-sweep{animation:fxSweep 1.5s var(--fx-ease) forwards}
.fx-mirror-sweep{position:absolute;top:0;bottom:0;left:50%;width:140px;z-index:5;opacity:0;pointer-events:none;
    background:linear-gradient(90deg,rgba(255,183,77,.22) 0%,rgba(255,183,77,0) 100%)}
@keyframes fxSweep{
    0%{opacity:0;transform:translateX(0)}
    12%{opacity:1}
    100%{opacity:0;transform:translateX(calc(50% + 100%))}
}

/* state 3 — Acompanhamento: ghosts fill with realized, playhead walks, nudge fires */
.fx-stage[data-state="3"] .fx-half--past .fx-bar{height:var(--h);opacity:.22}
.fx-stage[data-state="3"] .fx-ghost{height:var(--g);opacity:.85}
.fx-stage[data-state="3"] .fx-half--future .fx-bar{height:var(--r)}
.fx-stage[data-state="3"] .fx-playhead{animation:fxWalk 2.6s var(--fx-ease) forwards}
.fx-stage[data-state="3"] .fx-nudge{opacity:1;transform:none;transition-delay:1.5s}
.fx-stage[data-state="3"] .fx-cap--future{opacity:1;color:rgba(255,183,77,.8)}
.fx-stage[data-state="3"] .fx-stage-title{color:rgba(242,247,244,.78)}
@keyframes fxWalk{0%{left:50%;opacity:1}92%{opacity:1}100%{left:calc(100% - 26px);opacity:0}}

/* state 4 — Reservas: field recedes, vessels fill */
.fx-stage[data-state="4"] .fx-half--past .fx-bar{height:var(--h);opacity:0}
.fx-stage[data-state="4"] .fx-half--future .fx-bar{height:var(--r);opacity:0}
.fx-stage[data-state="4"] .fx-ghost{opacity:0}
.fx-stage[data-state="4"] .fx-now{opacity:0}
.fx-stage[data-state="4"] .fx-now-lbl{opacity:0}
.fx-stage[data-state="4"] .fx-reserves{opacity:1}
.fx-stage[data-state="4"] .fx-res-fill{height:var(--f)}
.fx-stage[data-state="4"] .fx-ruler{opacity:0}
.fx-stage[data-state="4"] .fx-axis-caps{opacity:0}
.fx-stage[data-state="4"] .fx-playhead{opacity:0}
.fx-stage[data-state="4"] .fx-stage-title{color:rgba(242,247,244,.78)}

/* ── closing note ── */
.fx-close{border-top:1px solid var(--fx-line-soft);padding:44px 0 130px;display:flex;
    align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.fx-close-txt{font-size:17px;font-weight:200;color:var(--fx-muted);max-width:52ch;line-height:1.7;margin:0}
.fx-close-cta{font-size:12.5px;font-weight:500;letter-spacing:.02em;color:var(--fx-amber);text-decoration:none;
    display:inline-flex;align-items:center;gap:10px;padding:13px 24px;border:1px solid rgba(255,183,77,.35);
    border-radius:10px;transition:all .3s ease;white-space:nowrap}
.fx-close-cta:hover{background:rgba(255,183,77,.09);border-color:rgba(255,183,77,.6);color:var(--fx-amber)}

/* ── responsive ── */
@media(max-width:1199.98px){
    .fx-title{font-size:46px}
    .fx-scrolly{gap:48px}
    .fx-step-name{font-size:38px}
}
@media(max-width:991.98px){
    .fx-wrap{padding:0 24px}
    .fx-head{padding:100px 0 0}
    .fx-title{font-size:36px;max-width:none}
    .fx-lead{font-size:15.5px}
    .fx-acronym{flex-wrap:wrap}
    .fx-ac{flex:1 0 50%;border-bottom:1px solid var(--fx-line-soft)}
    .fx-ac:nth-child(2n){border-right:none}
    .fx-scrolly{grid-template-columns:1fr;gap:0;padding-top:24px}
    /* stage moves to a sticky band at the top; copy scrolls beneath it */
    .fx-sticky{position:sticky;top:76px;height:auto;order:-1;padding:12px 0 16px;
        background:var(--fx-ground);box-shadow:0 16px 22px -12px var(--fx-ground);z-index:20}
    .fx-stage{aspect-ratio:1/.70;max-height:none;
        background:linear-gradient(160deg,#0B2519 0%,#06170F 100%)}
    .fx-steps > .fx-step:first-child{padding-top:34px}
    .fx-chip{left:16px;bottom:14px;font-size:10.5px;padding:7px 11px}
    .fx-step{min-height:0;padding:56px 0;opacity:1;border-bottom:1px solid var(--fx-line-soft)}
    .fx-step:last-child{border-bottom:none}
    .fx-step-name{font-size:30px}
    .fx-nudge{width:170px;right:14px;top:62px;padding:11px}
    .fx-reserves{gap:14px;padding:0 18px}
    .fx-res-vessel{height:130px}
}
@media(max-width:767.98px){
    /* month ruler: keep the rhythm, thin the labels so they stop colliding */
    .fx-tick,.fx-tick.is-lit{color:transparent;font-size:8px}
    .fx-tick:nth-child(3n+1){color:rgba(242,247,244,.28)}
    .fx-tick.is-lit:nth-child(3n+1){color:rgba(242,247,244,.58)}
    /* stage header: one line, no wrap */
    .fx-stage-head{height:40px;padding:0 13px}
    .fx-stage-title{font-size:9px;letter-spacing:.14em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .fx-stage-count{display:none}
    .fx-field{top:40px;padding-top:24px}
    .navbar{padding:12px 0}
    .btn-nav-enter,.btn-nav-register{padding:7px 14px;font-size:.8rem;white-space:nowrap}
    .ms-lg-3{margin-left:8px}
}
@media(max-width:575.98px){
    .fx-title{font-size:30px}
    .fx-step-name{font-size:26px}
    .fx-field{padding:24px 16px 0}
    .fx-stage{aspect-ratio:1/.72}
    .fx-res-vessel{height:104px}
    .fx-res-name{font-size:8.5px;letter-spacing:.08em}
    .fx-nudge{width:150px;font-size:11px}
    .fx-close{padding-bottom:90px}
}



/*   NEW — SECTION 2 · O APLICATIVO (Ano → Mês → Dia + Família)
   Camera-push zoom: each plane crossfades at scale 1, so type
   never renders blurred — only the outgoing/incoming planes do.
   ═══════════════════════════════════════════════════════════════ */
.zx-app{position:relative;background:var(--fx-ground)}
.zx-head{padding:120px 0 0}
.zx-title{font-size:58px;font-weight:200;letter-spacing:-.035em;line-height:1.06;margin:0 0 26px;
    color:var(--fx-ink);max-width:16ch}
.zx-title em{font-style:normal;color:rgba(242,247,244,.26)}
.zx-lead{font-size:16.5px;font-weight:300;line-height:1.85;color:var(--fx-muted);max-width:58ch;margin:0}

/* free badge */
.zx-free{display:inline-flex;align-items:center;gap:9px;margin-top:30px;padding:9px 16px;border-radius:100px;
    background:rgba(23,185,128,.09);border:1px solid rgba(23,185,128,.28);font-size:11.5px;font-weight:500;
    letter-spacing:.02em;color:rgba(23,185,128,.95)}
.zx-free-dot{width:5px;height:5px;border-radius:50%;background:var(--fx-green-lift)}

/* ── scrolly ── */
.zx-scrolly{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:72px;
    align-items:start;padding:34px 0 110px}
/* The sticky camera is only centred while it is actually STUCK. Without runway
   at both ends it is still settling when step 1 centres (+66px) and already
   being pushed up by the end of its containing block on Família (-96px).
   These paddings buy that runway. Keep them OUT of the mobile media block —
   there the sticky rail is a short top bar and needs neither. */
.zx-steps{position:relative;padding-top:9vh;padding-bottom:17vh}
.zx-step{min-height:82vh;display:flex;flex-direction:column;justify-content:center;
    opacity:.18;transition:opacity .6s var(--fx-ease)}
.zx-step.is-on{opacity:1}
.zx-step-top{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.zx-scale-tag{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
    color:#02220f;background:var(--fx-green-lift);padding:5px 10px;border-radius:6px;
    transform:scale(.88);opacity:.35;transition:all .6s var(--fx-ease)}
.zx-step.is-on .zx-scale-tag{transform:scale(1);opacity:1}
.zx-step--fam .zx-scale-tag{background:var(--fx-amber)}
.zx-step-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--fx-hint)}
.zx-step-name{font-size:44px;font-weight:200;letter-spacing:-.03em;line-height:1.1;margin:0 0 20px;color:var(--fx-ink)}
.zx-step-body{font-size:16px;font-weight:300;line-height:1.9;color:var(--fx-muted);margin:0 0 28px;max-width:48ch}
.zx-bullets{display:flex;flex-direction:column;border-top:1px solid var(--fx-line-soft)}
.zx-bullet{font-size:13.5px;font-weight:300;line-height:1.6;color:rgba(242,247,244,.66);
    padding:14px 0 14px 22px;border-bottom:1px solid var(--fx-line-soft);position:relative}
.zx-bullet::before{content:'';position:absolute;left:0;top:21px;width:7px;height:1px;
    background:var(--fx-green-lift);opacity:.7}
.zx-step--fam .zx-bullet::before{background:var(--fx-amber)}

/* ── sticky camera ── */
.zx-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:16px;
    /* the crumbs row sits below the viewport, so centring the sticky's CONTENT
       leaves the viewport itself ~15px high. This padding re-centres it. */
    padding-top:30px}
.zx-viewport{position:relative;width:100%;aspect-ratio:1/.72;max-height:70vh;overflow:hidden;
    border-radius:var(--fx-radius);perspective:1100px;transform-style:preserve-3d}
.zx-plane{position:absolute;inset:0;opacity:0;transform:scale(.30);filter:blur(7px);
    transition:opacity .8s var(--fx-ease),transform .95s var(--fx-ease),filter .75s var(--fx-ease);
    will-change:transform,opacity,filter;pointer-events:none}
.zx-plane.is-now{opacity:1;transform:none;filter:none;pointer-events:auto}
.zx-plane.is-past{opacity:0;transform:scale(3.1);filter:blur(10px)}
/* Família arrives sideways — it is another view of the same month, not a deeper zoom */
.zx-plane--fam{transform:translateX(64px) scale(.94);filter:blur(5px)}
.zx-plane--fam.is-past{transform:translateX(64px) scale(.94)}

/* window chrome */
.zx-win{position:absolute;inset:0;border:1px solid var(--fx-line);border-radius:var(--fx-radius);
    background:linear-gradient(160deg,#0B2519 0%,#06170F 100%);overflow:hidden;
    display:flex;flex-direction:column;box-shadow:0 40px 90px rgba(0,0,0,.5)}
.zx-win-bar{height:40px;flex:none;display:flex;align-items:center;gap:9px;padding:0 15px;
    border-bottom:1px solid var(--fx-line-soft);background:rgba(255,255,255,.02)}
.zx-win-dot{width:6px;height:6px;border-radius:50%;background:var(--fx-green-lift);flex:none}
.zx-plane--fam .zx-win-dot{background:var(--fx-amber)}
.zx-win-name{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;
    color:rgba(242,247,244,.72);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zx-win-tag{margin-left:auto;flex:none;font-size:8.5px;letter-spacing:.18em;text-transform:uppercase;
    font-weight:600;color:rgba(255,183,77,.9);border:1px solid rgba(255,183,77,.3);
    padding:3px 8px;border-radius:100px}
.zx-win-body{flex:1;min-height:0;padding:15px 16px 14px;display:flex;flex-direction:column;gap:11px}

/* KPI tiles (ano) */
.zx-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;flex:none}
.zx-kpi{border:1px solid var(--fx-line-soft);border-radius:9px;padding:9px 11px;background:rgba(255,255,255,.018)}
.zx-kpi-lbl{font-size:8.5px;text-transform:uppercase;letter-spacing:.14em;font-weight:600;
    color:var(--fx-hint);margin-bottom:5px}
.zx-kpi-val{font-size:17px;font-weight:200;letter-spacing:-.02em;color:var(--fx-ink);font-variant-numeric:tabular-nums}
.zx-kpi-val.up{color:var(--fx-green-lift)}
.zx-kpi-val.dn{color:var(--fx-amber)}

/* 12-month chart (ano) */
.zx-chart{flex:1;min-height:0;display:flex;align-items:flex-end;gap:4px;position:relative;padding-bottom:2px}
.zx-cbar{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,rgba(23,185,128,.62),rgba(23,185,128,.26));
    height:var(--h);transition:height .8s var(--fx-ease);transition-delay:calc(var(--i) * 30ms)}
.zx-cbar.hot{background:linear-gradient(180deg,rgba(255,183,77,.7),rgba(255,183,77,.28))}
.zx-months{display:flex;gap:4px;flex:none}
.zx-months span{flex:1;text-align:center;font-size:8px;color:rgba(242,247,244,.26);font-variant-numeric:tabular-nums}
.zx-months span.on{color:rgba(255,183,77,.9)}

/* category rows (mês / família) */
.zx-rows{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:space-evenly;gap:6px}
.zx-row{display:grid;grid-template-columns:82px 1fr 74px;align-items:center;gap:10px}
.zx-row-lbl{font-size:10.5px;font-weight:300;color:rgba(242,247,244,.66);white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis}
.zx-row-track{position:relative;height:8px;border-radius:100px;background:rgba(255,255,255,.055);overflow:hidden}
.zx-row-fill{position:absolute;left:0;top:0;bottom:0;width:var(--w);border-radius:100px;
    background:var(--fx-green-lift);opacity:.72;transition:width .8s var(--fx-ease);transition-delay:calc(var(--i) * 45ms)}
.zx-row-fill.over{background:var(--fx-amber);opacity:.85}
.zx-row-fill.b{background:rgba(255,183,77,.75);opacity:1}
.zx-row-plan{position:absolute;top:-3px;bottom:-3px;width:1px;left:var(--p);background:rgba(255,255,255,.5)}
.zx-row-val{font-size:10px;font-weight:300;color:rgba(242,247,244,.55);text-align:right;
    font-variant-numeric:tabular-nums;white-space:nowrap}

/* month heat strip (mês → dia bridge) */
.zx-heat{position:relative;flex:none;display:flex;gap:2px;align-items:flex-end;height:26px;padding-top:8px;
    border-top:1px solid var(--fx-line-soft)}
.zx-heat i{flex:1;height:100%;border-radius:2px;background:rgba(23,185,128,var(--o));display:block}

/* day strip + transactions (dia) */
.zx-days{flex:none;display:flex;gap:5px}
.zx-day{flex:1;border:1px solid var(--fx-line-soft);border-radius:7px;padding:6px 2px;text-align:center}
.zx-day.on{border-color:rgba(255,183,77,.5);background:rgba(255,183,77,.08)}
.zx-day-n{font-size:12px;font-weight:300;color:rgba(242,247,244,.78);font-variant-numeric:tabular-nums}
.zx-day.on .zx-day-n{color:var(--fx-amber)}
.zx-day-d{font-size:7.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--fx-hint);margin-top:2px}
.zx-txs{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:space-evenly;gap:0}
.zx-tx{display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:10px;
    padding:9px 0;border-bottom:1px solid var(--fx-line-soft)}
.zx-tx:last-child{border-bottom:none}
.zx-tx-dot{width:6px;height:6px;border-radius:50%;background:var(--c)}
.zx-tx-desc{font-size:11px;font-weight:300;color:rgba(242,247,244,.72);white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis}
.zx-tx-desc small{display:block;font-size:8.5px;letter-spacing:.06em;color:var(--fx-hint);margin-top:2px}
.zx-tx-val{font-size:11px;font-weight:300;color:rgba(242,247,244,.8);font-variant-numeric:tabular-nums}
.zx-tx-val.rec{color:var(--fx-green-lift)}

/* people chips (família) */
.zx-people{flex:none;display:flex;align-items:center;gap:8px}
.zx-who{display:flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;border-radius:100px;
    border:1px solid var(--fx-line-soft);background:rgba(255,255,255,.02)}
.zx-who i{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;font-style:normal;
    font-size:8.5px;font-weight:600;color:#02220f;background:var(--fx-green-lift)}
.zx-who.b i{background:var(--fx-amber)}
.zx-who span{font-size:9.5px;font-weight:400;color:rgba(242,247,244,.62)}
.zx-who-sum{margin-left:auto;font-size:9.5px;color:var(--fx-hint);font-variant-numeric:tabular-nums}

/* focus bracket — shows the region the next step zooms into */
.zx-focus{position:absolute;z-index:3;border:1px dashed rgba(255,183,77,.55);border-radius:4px;
    pointer-events:none;opacity:0;transition:opacity .5s var(--fx-ease)}
.zx-plane.is-now .zx-focus{opacity:1;animation:zxPulse 2.4s ease-in-out infinite}
@keyframes zxPulse{0%,100%{border-color:rgba(255,183,77,.25)}50%{border-color:rgba(255,183,77,.75)}}

/* breadcrumb under the camera */
.zx-crumbs{display:flex;align-items:center;gap:12px;flex:none}
.zx-crumb{font-size:9.5px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;
    color:rgba(242,247,244,.22);transition:color .5s var(--fx-ease)}
.zx-crumb.on{color:var(--fx-amber)}
.zx-crumb-sep{width:14px;height:1px;background:var(--fx-line)}

/* closing band */
.zx-close{border-top:1px solid var(--fx-line-soft);padding:46px 0 120px;display:flex;
    align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.zx-close-txt{font-size:19px;font-weight:200;color:var(--fx-muted);max-width:50ch;line-height:1.65;margin:0}
.zx-close-txt strong{font-weight:400;color:var(--fx-ink)}
.zx-close-next{font-size:12.5px;font-weight:500;color:var(--fx-violet);text-decoration:none;
    display:inline-flex;align-items:center;gap:10px;padding:13px 24px;border:1px solid rgba(139,124,246,.35);
    border-radius:10px;transition:all .3s ease;white-space:nowrap}
.zx-close-next:hover{background:rgba(139,124,246,.1);border-color:rgba(139,124,246,.6)}

/* ── responsive ── */
@media(max-width:1199.98px){
    .zx-title{font-size:46px}
    .zx-scrolly{gap:48px}
    .zx-step-name{font-size:38px}
}
@media(max-width:991.98px){
    .zx-head{padding:88px 0 0}
    .zx-title{font-size:36px;max-width:none}
    .zx-lead{font-size:15.5px}
    .zx-scrolly{grid-template-columns:1fr;gap:0;padding-top:22px}
    .zx-sticky{position:sticky;top:76px;height:auto;order:-1;padding:12px 0 16px;gap:11px;
        background:var(--fx-ground);box-shadow:0 16px 22px -12px var(--fx-ground);z-index:20}
    .zx-viewport{aspect-ratio:1/.78;max-height:none}
    .zx-step{min-height:0;padding:52px 0;opacity:1;border-bottom:1px solid var(--fx-line-soft)}
    .zx-step:last-child{border-bottom:none}
    .zx-steps > .zx-step:first-child{padding-top:30px}
    .zx-step-name{font-size:30px}
    .zx-row{grid-template-columns:70px 1fr 64px}
    .zx-close{padding-bottom:90px}
    .zx-close-txt{font-size:17px}
}
@media(max-width:575.98px){
    .zx-title{font-size:30px}
    .zx-step-name{font-size:26px}
    .zx-win-body{padding:12px 12px 11px;gap:9px}
    .zx-kpi-val{font-size:14px}
    .zx-row{grid-template-columns:58px 1fr 58px;gap:7px}
    .zx-row-lbl,.zx-row-val{font-size:9px}
    .zx-day-n{font-size:10px}
    .zx-viewport{aspect-ratio:1/.90}
}



.ax{position:relative;background:var(--fx-violet-ground);overflow:hidden}
/* green → violet crossing */
.ax::before{content:'';position:absolute;top:0;left:0;right:0;height:340px;pointer-events:none;
    background:linear-gradient(180deg,var(--fx-ground) 0%,rgba(10,7,24,0) 100%)}
/* slow aurora behind the whole section */
.ax::after{content:'';position:absolute;top:-10%;left:50%;width:1100px;height:1100px;margin-left:-550px;
    pointer-events:none;border-radius:50%;opacity:.5;
    background:radial-gradient(circle,rgba(139,124,246,.13) 0%,rgba(139,124,246,0) 62%);
    animation:axDrift 26s ease-in-out infinite alternate}
@keyframes axDrift{from{transform:translate(-60px,-30px) scale(1)}to{transform:translate(60px,40px) scale(1.12)}}

.ax-label{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;
    color:rgba(139,124,246,.85);display:flex;align-items:center;gap:14px;margin-bottom:28px}
.ax-label::before{content:'';width:28px;height:1px;background:rgba(139,124,246,.4);display:block}
.ax-head{padding:140px 0 0;position:relative;z-index:2}
.ax-title{font-size:60px;font-weight:200;letter-spacing:-.035em;line-height:1.05;margin:0 0 26px;
    color:var(--fx-ink);max-width:15ch}
.ax-title em{font-style:normal;
    background:linear-gradient(96deg,var(--fx-violet) 0%,#B9AFFF 55%,var(--fx-violet) 100%);
    -webkit-background-clip:text;background-clip:text;color:transparent}
.ax-lead{font-size:16.5px;font-weight:300;line-height:1.85;color:var(--fx-muted);max-width:60ch;margin:0}

/* counters */
.ax-stats{display:flex;gap:0;margin:52px 0 0;border-top:1px solid var(--fx-violet-line);
    border-bottom:1px solid var(--fx-violet-line)}
.ax-stat{flex:1;padding:22px 4px;border-right:1px solid var(--fx-violet-line)}
.ax-stat:last-child{border-right:none}
.ax-stat-n{font-size:34px;font-weight:200;letter-spacing:-.03em;line-height:1;color:var(--fx-violet-ink);
    font-variant-numeric:tabular-nums}
.ax-stat-l{font-size:11px;font-weight:300;color:var(--fx-hint);margin-top:9px;line-height:1.5;max-width:22ch}

/* ── generic row ── */
.ax-row{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:64px;
    align-items:center;padding:110px 0;border-bottom:1px solid rgba(139,124,246,.12);position:relative;z-index:2}
.ax-row--flip{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}
.ax-row--flip .ax-copy{order:2}
.ax-row--wide{grid-template-columns:1fr;gap:44px}
.ax-when{display:inline-flex;align-items:center;gap:8px;font-size:9.5px;text-transform:uppercase;
    letter-spacing:.18em;font-weight:600;color:rgba(139,124,246,.9);border:1px solid var(--fx-violet-line);
    padding:5px 11px;border-radius:100px;margin-bottom:20px}
.ax-when i{width:4px;height:4px;border-radius:50%;background:var(--fx-violet);font-style:normal;
    animation:axBlink 2.2s ease-in-out infinite}
@keyframes axBlink{0%,100%{opacity:.3}50%{opacity:1}}
.ax-h3{font-size:38px;font-weight:200;letter-spacing:-.03em;line-height:1.12;margin:0 0 20px;color:var(--fx-ink)}
.ax-p{font-size:15.5px;font-weight:300;line-height:1.9;color:var(--fx-muted);margin:0 0 24px;max-width:46ch}
.ax-p strong{font-weight:400;color:rgba(242,247,244,.88)}
.ax-list{display:flex;flex-direction:column;border-top:1px solid rgba(139,124,246,.14)}
.ax-li{font-size:13.5px;font-weight:300;line-height:1.6;color:rgba(242,247,244,.64);padding:14px 0 14px 22px;
    border-bottom:1px solid rgba(139,124,246,.14);position:relative}
.ax-li::before{content:'';position:absolute;left:0;top:21px;width:7px;height:1px;background:var(--fx-violet);opacity:.8}

/* panel shell shared by the row visuals */
.ax-panel{position:relative;border:1px solid var(--fx-violet-line);border-radius:var(--fx-radius);
    background:linear-gradient(160deg,rgba(139,124,246,.075) 0%,rgba(139,124,246,.015) 100%);
    overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.5)}
.ax-panel-bar{height:40px;display:flex;align-items:center;gap:9px;padding:0 15px;
    border-bottom:1px solid rgba(139,124,246,.16);background:rgba(139,124,246,.05)}
.ax-panel-dot{width:6px;height:6px;border-radius:50%;background:var(--fx-violet);flex:none;
    box-shadow:0 0 9px rgba(139,124,246,.8)}
.ax-panel-name{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;
    color:rgba(201,192,255,.85)}
.ax-panel-meta{margin-left:auto;font-size:9.5px;color:var(--fx-hint);font-variant-numeric:tabular-nums}

/* ── ROW A · nudge stream ── */
.ax-daybar{display:flex;gap:4px;padding:14px 15px;border-bottom:1px solid rgba(139,124,246,.14)}
.ax-daybar i{flex:1;height:22px;border-radius:3px;background:rgba(255,255,255,.045);position:relative}
.ax-daybar i.hit{background:rgba(139,124,246,.42)}
.ax-daybar i.hit::after{content:'';position:absolute;top:-3px;left:50%;width:3px;height:3px;margin-left:-1.5px;
    border-radius:50%;background:var(--fx-violet)}
.ax-stream{padding:13px 15px 15px;display:flex;flex-direction:column;gap:9px;min-height:336px}
.ax-nudge{border:1px solid rgba(139,124,246,.2);border-radius:10px;padding:11px 13px;
    background:rgba(139,124,246,.05);opacity:0;transform:translateY(-10px);
    animation:axDrop .6s var(--fx-ease) forwards}
@keyframes axDrop{to{opacity:1;transform:none}}
.ax-nudge.fade{animation:axFade .6s var(--fx-ease) forwards}
@keyframes axFade{to{opacity:.22;transform:scale(.985)}}
.ax-nudge-top{display:flex;align-items:center;gap:8px;margin-bottom:6px}
.ax-rule{font-size:8px;letter-spacing:.12em;font-weight:600;text-transform:uppercase;
    color:rgba(139,124,246,.95);border:1px solid rgba(139,124,246,.3);padding:2px 7px;border-radius:100px;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.ax-nudge-when{margin-left:auto;font-size:9px;color:var(--fx-hint);white-space:nowrap}
.ax-nudge-t{font-size:12.5px;font-weight:400;color:rgba(242,247,244,.9);margin:0 0 4px}
.ax-nudge-b{font-size:11.5px;font-weight:300;line-height:1.55;color:var(--fx-muted);margin:0}

/* ── ROW B · three analyses ── */
.ax-three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ax-an{display:flex;flex-direction:column;opacity:0;transform:translateY(16px);
    transition:all .8s var(--fx-ease);transition-delay:calc(var(--i) * 140ms)}
.ax-three.is-on .ax-an{opacity:1;transform:none}
.ax-an-body{padding:15px;display:flex;flex-direction:column;gap:10px;flex:1}
.ax-scale{align-self:flex-start;font-size:8.5px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;
    color:#0A0718;background:var(--fx-violet-ink);padding:3px 8px;border-radius:5px}
/* IAlex answer styling — mirrors the real .ai-* classes in the product */
.ai-section-title{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;
    color:rgba(201,192,255,.8);margin:2px 0 2px}
.ax-an p,.ax-ans p{font-size:12.5px;font-weight:300;line-height:1.7;color:var(--fx-muted);margin:0}
.ai-positive{color:var(--fx-green-lift)}
.ai-negative{color:#FF8C7A}
.ai-neutral{color:var(--fx-amber)}
.ai-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}
.ai-actions li{font-size:12px;font-weight:300;line-height:1.55;color:rgba(242,247,244,.72);
    padding-left:18px;position:relative}
.ai-actions li::before{content:'';position:absolute;left:0;top:8px;width:7px;height:1px;background:var(--fx-violet)}
.ai-table{width:100%;border-collapse:collapse;font-size:11.5px}
.ai-table th{text-align:left;font-weight:600;font-size:9px;letter-spacing:.12em;text-transform:uppercase;
    color:var(--fx-hint);padding:0 0 7px;border-bottom:1px solid rgba(139,124,246,.18)}
.ai-table th:last-child,.ai-table td:last-child{text-align:right}
.ai-table td{padding:8px 0;border-bottom:1px solid rgba(139,124,246,.10);font-weight:300;
    color:rgba(242,247,244,.78);font-variant-numeric:tabular-nums}
.ai-table tr:last-child td{border-bottom:none}

/* ── ROW C · chat + skills ── */
.ax-chat{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:0}
.ax-skills{padding:16px;border-right:1px solid rgba(139,124,246,.16);display:flex;flex-direction:column;gap:12px}
.ax-skills-h{font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--fx-hint)}
.ax-chips{display:flex;flex-wrap:wrap;gap:6px}
.ax-chip{font-size:10.5px;font-weight:300;color:rgba(242,247,244,.4);border:1px solid rgba(255,255,255,.09);
    background:rgba(255,255,255,.02);padding:5px 10px;border-radius:100px;
    transition:all .45s var(--fx-ease);white-space:nowrap}
.ax-chip.on{color:#0A0718;background:var(--fx-violet-ink);border-color:var(--fx-violet-ink);
    box-shadow:0 0 20px rgba(139,124,246,.45)}
.ax-asks{display:flex;flex-direction:column;gap:7px;margin-top:auto;padding-top:14px;
    border-top:1px solid rgba(139,124,246,.16)}
.ax-ask{text-align:left;font-family:inherit;font-size:11.5px;font-weight:300;line-height:1.5;
    color:rgba(242,247,244,.6);background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);
    border-radius:9px;padding:10px 12px;cursor:pointer;transition:all .3s ease}
.ax-ask:hover{color:rgba(242,247,244,.9);border-color:var(--fx-violet-line)}
.ax-ask.on{color:var(--fx-violet-ink);border-color:rgba(139,124,246,.55);background:rgba(139,124,246,.10)}

.ax-conv{padding:16px;display:flex;flex-direction:column;gap:13px;min-height:330px}
.ax-q{align-self:flex-end;max-width:82%;font-size:12.5px;font-weight:300;line-height:1.6;
    color:rgba(242,247,244,.9);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);
    border-radius:12px 12px 3px 12px;padding:10px 13px}
.ax-think{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;
    font-weight:600;color:rgba(139,124,246,.85);opacity:0;transition:opacity .4s ease}
.ax-think.on{opacity:1}
.ax-think i{width:38px;height:1px;background:rgba(139,124,246,.25);position:relative;overflow:hidden;display:block}
.ax-think i::after{content:'';position:absolute;inset:0;width:40%;background:var(--fx-violet);
    animation:axScan 1.1s linear infinite}
@keyframes axScan{from{transform:translateX(-100%)}to{transform:translateX(250%)}}
.ax-ans{max-width:94%;border:1px solid rgba(139,124,246,.22);border-radius:12px 12px 12px 3px;
    padding:13px 15px;background:rgba(139,124,246,.055);display:flex;flex-direction:column;gap:9px;
    opacity:0;transform:translateY(8px);transition:all .6s var(--fx-ease)}
.ax-ans.on{opacity:1;transform:none}

/* ── ROW D · consultancy loop ── */
.ax-loop{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;
    border:1px solid var(--fx-violet-line);border-radius:var(--fx-radius);overflow:hidden;
    background:linear-gradient(160deg,rgba(139,124,246,.07) 0%,rgba(139,124,246,.012) 100%)}
.ax-node{padding:26px 22px;border-right:1px solid rgba(139,124,246,.16);position:relative}
.ax-node:last-child{border-right:none}
.ax-node-n{font-size:9px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;
    color:rgba(139,124,246,.75);margin-bottom:12px}
.ax-node--human .ax-node-n{color:rgba(255,183,77,.9)}
.ax-node-t{font-size:16px;font-weight:300;letter-spacing:-.01em;color:var(--fx-ink);margin:0 0 9px;line-height:1.3}
.ax-node-p{font-size:12.5px;font-weight:300;line-height:1.7;color:var(--fx-muted);margin:0}
.ax-node--human{background:rgba(255,183,77,.045)}
/* pulse travelling the loop */
.ax-loop-rail{position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(139,124,246,.14)}
.ax-loop-rail::after{content:'';position:absolute;top:0;bottom:0;width:22%;border-radius:2px;
    background:linear-gradient(90deg,transparent,var(--fx-violet),transparent);
    animation:axLoop 6.5s linear infinite}
@keyframes axLoop{from{left:-22%}to{left:100%}}

/* closing */
.ax-close{padding:70px 0 130px;display:flex;align-items:center;justify-content:space-between;
    gap:32px;flex-wrap:wrap;position:relative;z-index:2}
.ax-close-txt{font-size:20px;font-weight:200;color:var(--fx-muted);max-width:48ch;line-height:1.6;margin:0}
.ax-close-txt strong{font-weight:400;color:var(--fx-ink)}
.ax-cta{font-size:13px;font-weight:600;color:#0A0718;background:var(--fx-violet-ink);
    text-decoration:none;padding:15px 28px;border-radius:10px;transition:all .3s ease;white-space:nowrap;
    display:inline-flex;align-items:center;gap:10px}
.ax-cta:hover{background:#DDD6FF;color:#0A0718;transform:translateY(-1px)}

/* ── responsive ── */
@media(max-width:1199.98px){
    .ax-title{font-size:46px}
    .ax-row{gap:44px;padding:88px 0}
    .ax-h3{font-size:32px}
}
@media(max-width:991.98px){
    .ax-head{padding:96px 0 0}
    .ax-title{font-size:36px;max-width:none}
    .ax-lead{font-size:15.5px}
    .ax-stats{flex-wrap:wrap}
    .ax-stat{flex:1 0 50%;border-bottom:1px solid var(--fx-violet-line)}
    .ax-stat:nth-child(2n){border-right:none}
    .ax-stat-n{font-size:28px}
    .ax-row,.ax-row--flip{grid-template-columns:1fr;gap:36px;padding:66px 0}
    .ax-row--flip .ax-copy{order:0}
    .ax-h3{font-size:27px}
    .ax-three{grid-template-columns:1fr;gap:14px}
    .ax-chat{grid-template-columns:1fr}
    .ax-skills{border-right:none;border-bottom:1px solid rgba(139,124,246,.16)}
    .ax-loop{grid-template-columns:1fr}
    .ax-node{border-right:none;border-bottom:1px solid rgba(139,124,246,.16);padding:22px 18px}
    .ax-node:last-child{border-bottom:none}
    .ax-close{padding:54px 0 96px}
    .ax-close-txt{font-size:17px}
}
@media(max-width:575.98px){
    .ax-title{font-size:30px}
    .ax-h3{font-size:24px}
    .ax-stat{flex:1 0 100%;border-right:none}
    .ax-stream{min-height:0}
    .ax-conv{min-height:0}
    .ax-chip{font-size:9.5px;padding:4px 8px}
    .ax-daybar i{height:16px}
}



.cs{position:relative;background:var(--cs-ground);overflow:hidden}
/* violet → warm green crossing */
.cs::before{content:'';position:absolute;top:0;left:0;right:0;height:360px;pointer-events:none;
    background:linear-gradient(180deg,var(--fx-violet-ground) 0%,rgba(8,20,14,0) 100%)}
.cs::after{content:'';position:absolute;top:6%;left:50%;width:1000px;height:1000px;margin-left:-500px;
    pointer-events:none;border-radius:50%;opacity:.55;
    background:radial-gradient(circle,rgba(255,183,77,.09) 0%,rgba(255,183,77,0) 62%);
    animation:axDrift 30s ease-in-out infinite alternate}

.cs-wrap{position:relative;z-index:2}
.cs-head{padding:140px 0 0}
.cs-label{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;
    color:rgba(255,183,77,.85);display:flex;align-items:center;gap:14px;margin-bottom:28px}
.cs-label::before{content:'';width:28px;height:1px;background:rgba(255,183,77,.4);display:block}
.cs-title{font-size:58px;font-weight:200;letter-spacing:-.035em;line-height:1.06;margin:0 0 26px;
    color:var(--fx-ink);max-width:17ch}
.cs-title em{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;
    color:var(--fx-amber);letter-spacing:-.02em}
.cs-lead{font-size:16.5px;font-weight:300;line-height:1.85;color:var(--fx-muted);max-width:60ch;margin:0}


/* ── what you leave with ── */
.cs-out{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:64px;
    align-items:center;padding:110px 0 0}
.cs-steps{border:1px solid var(--cs-line);border-radius:var(--fx-radius);overflow:hidden;
    background:linear-gradient(160deg,rgba(255,183,77,.075) 0%,rgba(255,183,77,.012) 100%);
    box-shadow:0 40px 90px rgba(0,0,0,.45)}
.cs-steps-bar{height:42px;display:flex;align-items:center;gap:9px;padding:0 16px;
    border-bottom:1px solid rgba(255,183,77,.18);background:rgba(255,183,77,.05)}
.cs-steps-dot{width:6px;height:6px;border-radius:50%;background:var(--fx-amber);flex:none}
.cs-steps-name{font-size:10px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;
    color:rgba(255,183,77,.9)}
.cs-steps-meta{margin-left:auto;font-size:9.5px;color:var(--fx-hint)}
.cs-step{display:grid;grid-template-columns:24px 1fr;gap:13px;padding:16px 18px;
    border-bottom:1px solid rgba(255,183,77,.13);align-items:start}
.cs-step:last-child{border-bottom:none}
.cs-step{opacity:0;transform:translateY(8px);transition:opacity .55s var(--fx-ease),transform .55s var(--fx-ease)}
.cs-step.in{opacity:1;transform:none}
.cs-box{width:16px;height:16px;border-radius:5px;border:1px solid rgba(255,183,77,.45);margin-top:2px;
    position:relative}
.cs-box::after{content:'';position:absolute;left:4px;top:1.5px;width:4px;height:8px;
    border:solid var(--fx-amber);border-width:0 1.5px 1.5px 0;transform:rotate(42deg);opacity:0;
    transition:opacity .4s ease}
.cs-step.done .cs-box{background:rgba(255,183,77,.16)}
.cs-step.done .cs-box::after{opacity:1}
.cs-step-t{font-size:13.5px;font-weight:300;line-height:1.6;color:rgba(242,247,244,.8);margin:0}
.cs-step-w{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:600;
    color:var(--fx-hint);margin-top:7px;display:flex;align-items:center;gap:7px}
.cs-step-w i{font-style:normal;color:var(--fx-violet)}

/* ── closing / conditions ── */
.cs-close{margin-top:110px;border-top:1px solid var(--fx-line-soft);padding:56px 0 96px}
.cs-close-in{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cs-close-txt{font-size:26px;font-weight:200;line-height:1.4;color:var(--fx-ink);max-width:20ch;margin:0}
.cs-close-txt em{font-family:Georgia,'Times New Roman',serif;font-style:italic;color:var(--fx-amber)}
.cs-cond{display:flex;flex-direction:column;gap:9px;font-size:13px;font-weight:300;color:var(--fx-muted)}
.cs-cond strong{font-weight:500;color:var(--fx-ink)}
.cs-band{display:inline-block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;
    color:rgba(255,183,77,.9);border:1px solid var(--cs-line);padding:2px 8px;border-radius:100px;margin-right:8px}
.cs-off{display:inline-block;font-size:9.5px;font-weight:600;color:#02220f;background:var(--fx-amber);
    padding:2px 8px;border-radius:100px;margin-left:8px}
.cs-cta{font-size:13.5px;font-weight:600;color:#02220f;background:var(--fx-amber);text-decoration:none;
    padding:16px 30px;border-radius:10px;transition:all .3s ease;white-space:nowrap;
    display:inline-flex;align-items:center;gap:10px;align-self:center}
.cs-cta:hover{background:#FFC978;color:#02220f;transform:translateY(-1px)}

/* ── responsive ── */
@media(max-width:1199.98px){
    .cs-title{font-size:46px}
    .cs-h3{font-size:32px}
    .cs-out{gap:44px}
}
@media(max-width:991.98px){
    .cs-head{padding:96px 0 0}
    .cs-title{font-size:36px;max-width:none}
    .cs-lead{font-size:15.5px}
    .cs-recon-heads{display:none}
    .cs-pair{grid-template-columns:1fr;gap:0;padding:18px 0 26px}
    /* the seam turns horizontal on narrow screens */
    .cs-seam{min-height:0;height:42px;transform:rotate(90deg)}
    .cs-grid{grid-template-columns:1fr}
    .cs-out{grid-template-columns:1fr;gap:34px;padding-top:74px}
    .cs-h3{font-size:27px}
    .cs-close{margin-top:74px;padding-bottom:96px}
    .cs-close-in{align-items:flex-start}
    .cs-close-txt{font-size:22px;max-width:none}
    .cs-cta{align-self:flex-start}
}
@media(max-width:575.98px){
    .cs-title{font-size:30px}
    .cs-h3{font-size:24px}
    .cs-said{font-size:15.5px}
    .cs-num{font-size:19px}
    .cs-card{padding:15px 16px}
    .cs-topic{padding:22px 18px}
}



/* ── final CTA — the fork ── */
.fk{position:relative;overflow:hidden;
    background:linear-gradient(330deg,#001a10 0%,#002d1c 45%,#003d26 100%)}
.fk::before{content:'';position:absolute;inset:0;pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),
                     linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
    background-size:88px 88px}
.fk-top{position:relative;z-index:2;text-align:center;padding:118px 0 0}
.fk-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.22em;font-weight:600;
    color:rgba(255,255,255,.32);margin-bottom:26px;display:flex;align-items:center;justify-content:center;gap:14px}
.fk-kicker::before,.fk-kicker::after{content:'';width:28px;height:1px;background:rgba(255,255,255,.18);display:block}
.fk-q{font-size:64px;font-weight:100;letter-spacing:-.045em;line-height:1.02;color:#fff;margin:0 auto;
    max-width:14ch}
.fk-q em{font-style:normal;color:rgba(255,255,255,.24);font-weight:300}
.fk-sub{font-size:15.5px;font-weight:300;line-height:1.8;color:rgba(255,255,255,.42);max-width:46ch;
    margin:24px auto 0}

/* the split */
.fk-fork{position:relative;z-index:2;width:100%;height:96px;margin-top:6px;display:block}
.fk-fork path{stroke-dasharray:240;stroke-dashoffset:240;transition:stroke-dashoffset 1.4s var(--fx-ease)}
.fk.is-on .fk-fork path{stroke-dashoffset:0}
.fk.is-on .fk-fork path:last-child{transition-delay:.18s}

.fk-split{position:relative;z-index:2;display:flex;align-items:stretch;min-height:44vh;
    border-top:1px solid rgba(255,255,255,.1)}
.fk-side{flex:1 1 0;position:relative;padding:56px 48px 62px;text-decoration:none;display:flex;
    flex-direction:column;justify-content:flex-end;gap:14px;min-width:0;
    transition:flex-grow .65s var(--fx-ease),background .45s ease,opacity .45s ease}
.fk-side + .fk-side{border-left:1px solid rgba(255,255,255,.1)}
.fk-side--lead{background:rgba(255,183,77,.045)}
/* the layout answers the choice */
.fk-split:hover .fk-side{opacity:.4}
.fk-split:hover .fk-side:hover{opacity:1;flex-grow:1.5;background:rgba(255,255,255,.05)}
.fk-split:hover .fk-side--lead:hover{background:rgba(255,183,77,.11)}
.fk-tag{font-size:9.5px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;
    color:rgba(255,255,255,.38)}
.fk-side--lead .fk-tag{color:rgba(255,183,77,.95)}
.fk-h{font-size:42px;font-weight:200;letter-spacing:-.035em;line-height:1.08;color:#fff;margin:0;
    transition:transform .55s var(--fx-ease)}
.fk-side:hover .fk-h{transform:translateX(6px)}
.fk-p{font-size:14px;font-weight:300;line-height:1.8;color:rgba(255,255,255,.48);margin:0;max-width:42ch}
.fk-go{display:inline-flex;align-items:center;gap:12px;margin-top:10px;font-size:12px;
    text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:rgba(255,255,255,.55);
    transition:color .35s ease,gap .35s var(--fx-ease)}
.fk-side--lead .fk-go{color:rgba(255,183,77,.95)}
.fk-side:hover .fk-go{color:#fff;gap:20px}
.fk-side--lead:hover .fk-go{color:var(--fx-amber)}
.fk-go i{display:block;width:26px;height:1px;background:currentColor;font-style:normal}
.fk-price{font-size:11.5px;font-weight:300;color:rgba(255,255,255,.38);margin:0}
.fk-price strong{font-weight:500;color:rgba(255,255,255,.78)}
.fk-alt{position:relative;z-index:2;text-align:center;padding:32px 0 46px;font-size:13px;font-weight:300;
    color:rgba(255,255,255,.34);border-top:1px solid rgba(255,255,255,.07)}
.fk-alt a{color:rgba(255,255,255,.72);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:1px;transition:all .25s ease}
.fk-alt a:hover{color:#fff;border-color:rgba(255,255,255,.6)}

/* ── leituras — the Substack pieces, editorial, no thumbnails ── */
.lt{position:relative;background:var(--cs-ground);padding:0 0 110px}
.lt-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;flex-wrap:wrap;
    margin-bottom:36px;padding-bottom:24px;border-bottom:1px solid var(--fx-line-soft)}
.lt-title{font-size:34px;font-weight:200;letter-spacing:-.03em;line-height:1.16;margin:14px 0 0;
    color:var(--fx-ink);max-width:22ch}
.lt-all{font-size:12px;font-weight:500;color:rgba(255,183,77,.9);text-decoration:none;white-space:nowrap;
    border-bottom:1px solid rgba(255,183,77,.3);padding-bottom:2px;transition:all .25s ease}
.lt-all:hover{color:var(--fx-amber);border-color:var(--fx-amber)}
/* ── article shelf. Substack covers are square (1563px), cropped to 16/10 so
      the cards stay short enough to read as a shelf rather than a gallery. ── */
.lt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.lt-a{display:flex;flex-direction:column;text-decoration:none;group:article}
.lt-cover{position:relative;aspect-ratio:16/10;overflow:hidden;border-radius:var(--fx-radius);
    background:linear-gradient(150deg,rgba(23,185,128,.12),rgba(255,183,77,.07));
    border:1px solid var(--fx-line-soft);transition:border-color .35s ease}
.lt-cover img{width:100%;height:100%;object-fit:cover;display:block;
    transition:transform .7s var(--fx-ease)}
.lt-a:hover .lt-cover{border-color:rgba(255,183,77,.4)}
.lt-a:hover .lt-cover img{transform:scale(1.04)}
.lt-meta{display:flex;align-items:center;gap:11px;margin:16px 0 0}
.lt-tag{font-size:9px;text-transform:uppercase;letter-spacing:.18em;font-weight:600;color:rgba(255,183,77,.75)}
.lt-date{font-size:10px;font-weight:400;color:var(--fx-muted);font-variant-numeric:tabular-nums}
.lt-t{font-size:19px;font-weight:300;letter-spacing:-.015em;line-height:1.32;color:var(--fx-ink);
    margin:9px 0 0;transition:color .3s ease}
.lt-a:hover .lt-t{color:var(--fx-amber)}
.lt-x{font-size:13px;font-weight:300;line-height:1.75;color:var(--fx-muted);margin:10px 0 0;flex:1}
.lt-go{font-size:10px;text-transform:uppercase;letter-spacing:.16em;font-weight:600;color:var(--fx-hint);
    display:inline-flex;align-items:center;gap:9px;margin-top:16px;transition:all .3s var(--fx-ease)}
.lt-go i{width:16px;height:1px;background:currentColor;display:block;transition:width .3s var(--fx-ease)}
.lt-a:hover .lt-go{color:rgba(255,183,77,.9);gap:15px}
.lt-a:hover .lt-go i{width:26px}
@media(max-width:991.98px){
    .lt{padding-bottom:74px}
    .lt-title{font-size:26px;max-width:none}
    .lt-grid{grid-template-columns:1fr 1fr;gap:28px}
    .lt-t{font-size:18px}
}
@media(max-width:575.98px){
    .lt-grid{grid-template-columns:1fr;gap:32px}
}


/* ── responsive ── */
@media(max-width:1199.98px){
    .fk-q{font-size:50px}
    .fk-h{font-size:34px}
    .fk-side{padding:46px 34px 52px}
    .rv-title{font-size:32px}
    .rv-stage{column-gap:36px;height:500px}
}
@media(max-width:991.98px){
    .rv{padding-bottom:84px}
    .rv-title{font-size:27px;max-width:none}
    .rv-grid{grid-template-columns:1fr;gap:14px}
    .rv-stage{grid-template-columns:1fr;height:430px}
    .rv-stage .rv-col:nth-child(n+2){display:none}
    .rv-head{margin-bottom:28px}
    .fk-top{padding-top:84px}
    .fk-q{font-size:34px;max-width:none}
    .fk-sub{font-size:14.5px}
    .fk-fork{height:64px}
    .fk-split{flex-direction:column;min-height:0}
    .fk-side{padding:38px 24px 42px;gap:12px}
    .fk-side + .fk-side{border-left:none;border-top:1px solid rgba(255,255,255,.1)}
    /* no hover on touch — both paths stay fully legible */
    .fk-split:hover .fk-side{opacity:1;flex-grow:1}
    .fk-h{font-size:30px}
    .fn-cols{grid-template-columns:1fr 1fr;gap:36px;padding-bottom:44px}
    .fn-brand{grid-column:1 / -1}
    .fn-legal{padding-bottom:36px}
}
@media(max-width:575.98px){
    .fk-q{font-size:28px}
    .fk-h{font-size:26px}
    .fn-cols{grid-template-columns:1fr}
    .rv-score-n{font-size:32px}
    .rv-quote{font-size:15.5px}
}


/* ═══════════════════════════════════════════════
   S1 · COPY PASS — título do método em duas linhas
   Append-only. Só ≥992px: abaixo disso a regra
   existente (.fx-title{max-width:none}) continua
   valendo e a quebra fica por conta do <br>.
   ═══════════════════════════════════════════════ */
@media (min-width: 992px) {
    .fx-head .fx-title { max-width: 24ch; }
}

/* ── S4 · copy pass — fecho da consultoria em duas linhas ── */
@media (min-width: 992px) {
    .cs-close .cs-close-txt { max-width: 34ch; }
}

/* ── Janela do Dia no celular: menos transações onde a caixa não comporta ──
   As cinco linhas somam 359px de conteúdo contra uma caixa de 281px (360w),
   308px (390w) e 329px (414w) — a 4ª linha cobria o rodapé de totais e a 5ª
   desaparecia. O contador e o total são recalculados por JS a partir das
   linhas visíveis (syncDia, em home_dark.js), então os números continuam
   verdadeiros em qualquer largura. ── */
@media (max-width: 575.98px) {
    .zx-plane[data-p="3"] .zx-tx:nth-child(5) { display: none; }
}
@media (max-width: 430px) {
    .zx-plane[data-p="3"] .zx-tx:nth-child(4) { display: none; }
}

/* ── Palco do aplicativo no celular: mesma altura do palco do método ──
   O do método mede 246px a 390w (aspect 1/.72) e o do app media 308 (1/.90),
   com a faixa grudada indo a 361 contra 274. Igualamos a proporção, tiramos
   a linha de migalhas e apertamos o respiro da faixa. As janelas 1, 2 e 4
   se esticam para preencher a caixa e acompanham; a do Dia tem piso, porque
   as transações não encolhem — daí uma linha a menos abaixo de 430px. ── */
@media (max-width: 991.98px) {
    .zx-sticky  { padding: 8px 0 10px; gap: 8px; }
    .zx-viewport{ aspect-ratio: 1/.70; }
    .zx-crumbs  { display: none; }
}
@media (max-width: 575.98px) {
    .zx-viewport{ aspect-ratio: 1/.72; }
}
@media (max-width: 430px) {
    .zx-plane[data-p="3"] .zx-tx:nth-child(3) { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   V2 · PASSE DE LEGIBILIDADE  —  append only
   ───────────────────────────────────────────────────────────────
   Escala tipográfica direcionada, não um +2px geral: um aumento
   uniforme quebraria as medidas em `ch` e os `aspect-ratio` dos
   palcos, e +2px num título de 58px é imperceptível enquanto num
   label de 10px é +20%. O ganho real de leitura veio dos tokens
   --fx-muted (.54 -> .70) e --fx-hint (.30 -> .52, que reprovava
   no AA) em dark_base.css; aqui fica só o ajuste de tamanho e a
   saturação dos eyebrows.
   ═══════════════════════════════════════════════════════════════ */

/* ── eyebrows: mais saturação e régua mais longa ── */
.fx-label,.ax-label,.cs-label{font-size:11.5px;letter-spacing:.2em}
.fx-label,.cs-label{color:var(--fx-amber)}
.ax-label{color:#9B8CF8}
.fx-label::before,.cs-label::before{width:34px;background:rgba(255,183,77,.6)}
.ax-label::before{width:34px;background:rgba(139,124,246,.6)}
.fk-kicker{font-size:11.5px;color:rgba(255,255,255,.5)}

/* ── kickers e micro-labels ── */
.fx-step-kicker,.zx-step-kicker{font-size:11px;letter-spacing:.18em}
.fx-ac-name{font-size:11.5px}
.fx-stage-title,.cs-rh{font-size:11px}
.fx-stage-count,.ax-panel-meta{font-size:10.5px}
.ax-when{font-size:10.5px}

/* ── leads, corpo e bullets ── */
.fx-lead,.zx-lead,.ax-lead,.cs-lead{font-size:17.5px;line-height:1.8}
.fx-step-body,.zx-step-body{font-size:16.5px}
.ax-p,.cs-p{font-size:16px}
.fx-bullet,.zx-bullet{font-size:14.5px;color:rgba(242,247,244,.78)}
.fx-close-txt{font-size:17.5px}

/* ── ems dos títulos: .26 dava 2.19:1 (o gradiente entra logo abaixo) ── */
.fx-title em,.zx-title em{color:rgba(242,247,244,.46)}
.fk-q em{color:rgba(255,255,255,.42)}

@media (max-width:767.98px){
    .fx-lead,.zx-lead,.ax-lead,.cs-lead{font-size:16px}
    .fx-step-body,.zx-step-body{font-size:15.5px}
    .fx-bullet,.zx-bullet{font-size:14px}
}


/* ═══════════════════════════════════════════════════════════════
   V2 · REVEAL NO SCROLL  —  append only
   ───────────────────────────────────────────────────────────────
   O estado inicial escondido vive todo sob `html.fx-reveal`, classe
   que home_dark.js só adiciona quando há IntersectionObserver. Sem
   JS nada some. `.is-rev` é aplicado pelo observer ao entrar em tela.
   ═══════════════════════════════════════════════════════════════ */

/* ── eyebrow: sobe 8px e a régua cresce do zero ── */
.fx-reveal .fx-label,
.fx-reveal .ax-label,
.fx-reveal .cs-label,
.fx-reveal .fk-kicker{
    opacity:0;transform:translateY(8px);
    transition:opacity .7s var(--fx-ease),transform .7s var(--fx-ease)}
.fx-reveal .fx-label::before,
.fx-reveal .cs-label::before,
.fx-reveal .ax-label::before,
.fx-reveal .fk-kicker::before,
.fx-reveal .fk-kicker::after{width:0;transition:width .9s var(--fx-ease) .18s}

.fx-reveal .fx-label.is-rev,
.fx-reveal .ax-label.is-rev,
.fx-reveal .cs-label.is-rev,
.fx-reveal .fk-kicker.is-rev{opacity:1;transform:none}
.fx-reveal .fx-label.is-rev::before,
.fx-reveal .cs-label.is-rev::before,
.fx-reveal .ax-label.is-rev::before{width:34px}
.fx-reveal .fk-kicker.is-rev::before,
.fx-reveal .fk-kicker.is-rev::after{width:28px}

/* ── highlight do <em>: gradiente da cor da seção varrendo da esquerda.
      Duas camadas com background-clip:text — a de baixo é o cinza legível,
      a de cima é o gradiente que cresce de 0% a 100%. Dentro de @supports
      porque `color:transparent` sem background-clip apagaria o texto.
      Sem JS o wipe fica em 0% e sobra o cinza .46 — degradação limpa. ── */
@supports ((-webkit-background-clip:text) or (background-clip:text)){
    .fx-title em,.zx-title em{
        color:transparent;
        background-repeat:no-repeat;
        -webkit-background-clip:text;background-clip:text;
        background-size:0% 100%,100% 100%;
        transition:background-size 1.15s var(--fx-ease) .15s}
    .fx-title em{
        background-image:
            linear-gradient(96deg,var(--fx-amber) 0%,#FFD9A3 55%,var(--fx-amber) 100%),
            linear-gradient(rgba(242,247,244,.46),rgba(242,247,244,.46))}
    .zx-title em{
        background-image:
            linear-gradient(96deg,var(--fx-green-lift) 0%,#6FE6B8 55%,var(--fx-green-lift) 100%),
            linear-gradient(rgba(242,247,244,.46),rgba(242,247,244,.46))}
    .fx-title.is-rev em,.zx-title.is-rev em{background-size:100% 100%,100% 100%}
}

@media (prefers-reduced-motion:reduce){
    .fx-reveal .fx-label,.fx-reveal .ax-label,.fx-reveal .cs-label,.fx-reveal .fk-kicker{
        opacity:1;transform:none;transition:none}
    .fx-reveal .fx-label::before,.fx-reveal .cs-label::before,.fx-reveal .ax-label::before{width:34px;transition:none}
    .fx-reveal .fk-kicker::before,.fx-reveal .fk-kicker::after{width:28px;transition:none}
    .fx-title em,.zx-title em{background-size:100% 100%,100% 100%;transition:none}
}


/* ═══════════════════════════════════════════════════════════════
   V2.1 · MARCADOR DE SEÇÃO, HIGHLIGHT E NÚMEROS  —  append only
   ═══════════════════════════════════════════════════════════════ */

/* ── (3) o eyebrow vira pílula: um objeto, não um texto fino, para a
      troca de seção ser percebida de imediato. A régua ::before vira
      ponto dentro da pílula. ── */
.fx-label,.ax-label,.cs-label{
    display:inline-flex;align-items:center;gap:11px;
    font-size:12.5px;letter-spacing:.18em;font-weight:600;
    padding:10px 18px 10px 15px;border-radius:100px;margin-bottom:32px}
.fx-label,.cs-label{color:var(--fx-amber);
    background:rgba(255,183,77,.09);border:1px solid rgba(255,183,77,.32)}
.ax-label{color:#B9AFFF;
    background:rgba(139,124,246,.10);border:1px solid rgba(139,124,246,.34)}
.fx-label::before,.cs-label::before{width:6px;height:6px;border-radius:50%;background:var(--fx-amber)}
.ax-label::before{width:6px;height:6px;border-radius:50%;background:var(--fx-violet)}

/* o ponto entra com escala; sobrepõe as larguras do bloco de reveal acima */
.fx-reveal .fx-label::before,.fx-reveal .cs-label::before,.fx-reveal .ax-label::before{
    width:6px;transform:scale(0);transition:transform .6s var(--fx-ease) .2s}
.fx-reveal .fx-label.is-rev::before,.fx-reveal .cs-label.is-rev::before,.fx-reveal .ax-label.is-rev::before{
    width:6px;transform:none}

/* ── (2) o wipe do <em> nas outras duas seções ──
      IAlex mantém o violeta e Consultoria mantém o serifado itálico —
      só passam a revelar em vez de já nascerem coloridos. ── */
@supports ((-webkit-background-clip:text) or (background-clip:text)){
    .ax-title em,.cs-title em{
        background-repeat:no-repeat;
        -webkit-background-clip:text;background-clip:text;
        color:transparent;
        background-size:0% 100%,100% 100%;
        transition:background-size 1.15s var(--fx-ease) .15s}
    .ax-title em{
        background-image:
            linear-gradient(96deg,var(--fx-violet) 0%,#D6CFFF 55%,var(--fx-violet) 100%),
            linear-gradient(rgba(242,247,244,.46),rgba(242,247,244,.46))}
    .cs-title em{
        background-image:
            linear-gradient(96deg,var(--fx-amber) 0%,#FFD9A3 55%,var(--fx-amber) 100%),
            linear-gradient(rgba(242,247,244,.46),rgba(242,247,244,.46))}
    .ax-title.is-rev em,.cs-title.is-rev em{background-size:100% 100%,100% 100%}
}

/* ── (4) números grandes: o que os fazia parecer pequenos era o peso 200,
      não só o tamanho. Sobem os dois. ── */
.ax-stat-n{font-size:42px;font-weight:300}
.ax-stat-l{font-size:12.5px;max-width:24ch}
.rv-score-n{font-size:46px;font-weight:300}

@media(max-width:991.98px){
    .ax-stat-n{font-size:34px}
    .rv-score-n{font-size:38px}
}
@media(max-width:767.98px){
    .fx-label,.ax-label,.cs-label{font-size:11.5px;letter-spacing:.16em;padding:9px 15px 9px 13px}
    .ax-stat-n{font-size:30px}
    .ax-stat-l{font-size:11.5px}
    .rv-score-n{font-size:32px}
}
@media(prefers-reduced-motion:reduce){
    .fx-reveal .fx-label::before,.fx-reveal .cs-label::before,.fx-reveal .ax-label::before{
        transform:none;transition:none}
    .ax-title em,.cs-title em{background-size:100% 100%,100% 100%;transition:none}
}


/* ═══════════════════════════════════════════════════════════════
   V2.2 · MARCA-TEXTO NO LUGAR DA PÍLULA  —  append only
   ───────────────────────────────────────────────────────────────
   Desfaz a pílula do bloco V2.1 acima: sem borda, sem raio, sem
   fundo chapado. O eyebrow volta a ser texto solto com régua, e
   quem o faz saltar é um traço de caneta varrido da esquerda para
   a direita no scroll. A letra vai a quase branco porque quem
   carrega a cor da seção agora é o traço, não o texto.
   Sem JS (sem html.fx-reveal) o traço já nasce inteiro.
   ═══════════════════════════════════════════════════════════════ */
.fx-label,.ax-label,.cs-label{
    display:inline-flex;align-items:center;gap:12px;
    font-size:12.5px;letter-spacing:.18em;font-weight:600;
    padding:4px 10px 4px 0;
    border:none;border-radius:0;background-color:transparent;
    background-repeat:no-repeat;background-position:46px 60%;
    background-size:calc(100% - 46px) 100%;
    color:rgba(242,247,244,.96);
    transition:background-size .95s var(--fx-ease) .2s}
.fx-label,.cs-label{background-image:linear-gradient(90deg,
    rgba(255,183,77,.06) 0%,rgba(255,183,77,.34) 3%,rgba(255,183,77,.40) 55%,
    rgba(255,183,77,.28) 95%,rgba(255,183,77,.07) 100%)}
.ax-label{background-image:linear-gradient(90deg,
    rgba(139,124,246,.07) 0%,rgba(139,124,246,.40) 3%,rgba(139,124,246,.46) 55%,
    rgba(139,124,246,.32) 95%,rgba(139,124,246,.09) 100%)}

/* a régua volta a ser régua — desfaz o ponto redondo da pílula */
.fx-label::before,.cs-label::before{width:34px;height:1px;border-radius:0;
    background:rgba(255,183,77,.65);transform:none}
.ax-label::before{width:34px;height:1px;border-radius:0;
    background:rgba(139,124,246,.65);transform:none}

/* estados de entrada, só quando há JS */
.fx-reveal .fx-label,.fx-reveal .ax-label,.fx-reveal .cs-label{background-size:0 100%}
.fx-reveal .fx-label.is-rev,.fx-reveal .ax-label.is-rev,.fx-reveal .cs-label.is-rev{
    background-size:calc(100% - 46px) 100%}
.fx-reveal .fx-label::before,.fx-reveal .cs-label::before,.fx-reveal .ax-label::before{
    width:0;transform:none;transition:width .8s var(--fx-ease)}
.fx-reveal .fx-label.is-rev::before,.fx-reveal .cs-label.is-rev::before,
.fx-reveal .ax-label.is-rev::before{width:34px;transform:none}

@media (max-width:767.98px){
    .fx-label,.ax-label,.cs-label{font-size:11.5px;letter-spacing:.16em;gap:10px;
        background-position:38px 60%;background-size:calc(100% - 38px) 100%}
    .fx-reveal .fx-label,.fx-reveal .ax-label,.fx-reveal .cs-label{background-size:0 100%}
    .fx-reveal .fx-label.is-rev,.fx-reveal .ax-label.is-rev,.fx-reveal .cs-label.is-rev{
        background-size:calc(100% - 38px) 100%}
    .fx-label::before,.cs-label::before,.ax-label::before{width:26px}
    .fx-reveal .fx-label.is-rev::before,.fx-reveal .cs-label.is-rev::before,
    .fx-reveal .ax-label.is-rev::before{width:26px}
}
@media (prefers-reduced-motion:reduce){
    .fx-reveal .fx-label,.fx-reveal .ax-label,.fx-reveal .cs-label{
        background-size:calc(100% - 46px) 100%;transition:none}
    .fx-reveal .fx-label::before,.fx-reveal .cs-label::before,.fx-reveal .ax-label::before{
        width:34px;transition:none}
}


/* ═══ V2.3 · revisão completa — append only ═══
   Peso 100 cintila em display nas telas não-retina, que são a maioria
   do público; 200 é visualmente idêntico e estável. ── */
.hero-h1{font-weight:200}
.fk-q{font-weight:200}


/* ═══════════════════════════════════════════════════════════════
   V2.4 · CONTRASTE POR FUNDO DE SEÇÃO  —  append only
   ───────────────────────────────────────────────────────────────
   O passe anterior corrigiu o que estava sobre o #04120C. Estas
   regras vivem sobre gradientes mais CLAROS — o hero (até #002417)
   e o bloco final (até #003d26) — onde texto claro perde contraste
   em vez de ganhar. Os alfas abaixo foram resolvidos contra a
   parada mais clara de cada gradiente, com folga:
     hero  #002417 -> branco .47 (AA) / .34 (3:1 display)
     final #003d26 -> branco .53 (AA)
     fundo #04120C -> ink .47 (AA)
   ═══════════════════════════════════════════════════════════════ */

/* hero */
.hero-kicker{color:rgba(255,255,255,.52)}      /* era .30 */
.hero-h1-dim{color:rgba(255,255,255,.38)}      /* era .22 — 92px, piso 3:1 */
.hero-lead{color:rgba(255,255,255,.58)}        /* era .40 */
.hero-scroll-cta{color:rgba(255,255,255,.52)}  /* era .28 */
.hero-scroll-cta:hover{color:#fff}

/* palco do método e migalhas do aplicativo */
.fx-res-name small{color:var(--fx-hint)}       /* era .20 */
.zx-crumb{color:rgba(242,247,244,.55)}         /* era .22 */

/* nós do ciclo na seção do IAlex */
.ax-node-n{color:rgba(185,175,255,.92)}        /* era o violeta cheio a .75 */

/* bloco final — o gradiente mais claro da página */
.fk-sub{color:rgba(255,255,255,.58)}           /* era .42 */
.fk-tag{color:rgba(255,255,255,.58)}           /* era .38 */
.fk-price{color:rgba(255,255,255,.58)}         /* era .38 */
.fk-alt{color:rgba(255,255,255,.58)}           /* era .34 */


/* ═══ V2.5 · o wipe do index também degrada sem JS — append only ═══
   Antes o background-size nascia em 0% independente do guard: sem JS
   o <em> ficava só no cinza. Agora o estado zerado vive sob
   html.fx-reveal, igual às outras três páginas. ── */
@supports ((-webkit-background-clip:text) or (background-clip:text)){
    .fx-title em,.zx-title em,.ax-title em,.cs-title em{background-size:100% 100%,100% 100%}
    .fx-reveal .fx-title em,.fx-reveal .zx-title em,
    .fx-reveal .ax-title em,.fx-reveal .cs-title em{background-size:0% 100%,100% 100%}
    .fx-reveal .fx-title.is-rev em,.fx-reveal .zx-title.is-rev em,
    .fx-reveal .ax-title.is-rev em,.fx-reveal .cs-title.is-rev em{background-size:100% 100%,100% 100%}
}


/* ═══ V2.6 · perguntas no cabeçalho do Método — append only ═══════════
   Ocupa a vaga do antigo .fx-lead, entre o <h2> e o trilho D-O-A-R.
   Contrato: as cinco perguntas existem sempre no DOM (.mq-all). A linha
   animada é aria-hidden e só aparece sob html.js-type, classe que o
   home_dark.js só adiciona quando há IntersectionObserver e nenhum
   prefers-reduced-motion. Sem JS a lista inteira renderiza e nada anima. ── */
.mq{margin:30px 0 0;padding-left:22px;border-left:1px solid rgba(255,183,77,.30);max-width:60ch}

.mq-live{display:none}
.js-type .mq-live{display:block;margin:0;font-size:27px;font-weight:200;letter-spacing:-.02em;
    line-height:1.35;color:var(--fx-ink);min-height:2.7em}
.mq-caret{display:inline-block;width:2px;height:.95em;margin-left:3px;background:var(--fx-amber);
    vertical-align:-.08em;animation:mqBlink 1s step-end infinite}
@keyframes mqBlink{0%,100%{opacity:1}50%{opacity:0}}

.mq-all{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px}
.mq-all li{font-size:19px;font-weight:200;letter-spacing:-.01em;line-height:1.45;color:var(--fx-muted);
    padding-left:20px;position:relative}
.mq-all li::before{content:'';position:absolute;left:0;top:.62em;width:9px;height:1px;
    background:rgba(255,183,77,.55)}
/* no modo animado a lista continua no DOM para leitores de tela */
.js-type .mq-all{position:absolute;width:1px;height:1px;overflow:hidden;
    clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}

.mq-bridge{font-size:16.5px;font-weight:300;line-height:1.85;color:var(--fx-muted);max-width:56ch;
    margin:26px 0 0}
.mq-bridge-cta{display:inline-block;margin-top:14px;font-size:12.5px;font-weight:500;letter-spacing:.02em;
    color:var(--fx-amber);text-decoration:none;border:1px solid rgba(255,183,77,.34);border-radius:100px;
    padding:9px 18px;transition:background .3s var(--fx-ease),border-color .3s var(--fx-ease)}
.mq-bridge-cta:hover{background:rgba(255,183,77,.09);border-color:rgba(255,183,77,.6);color:var(--fx-amber)}

@media(max-width:991.98px){
    .js-type .mq-live{font-size:21px;min-height:3.6em}
    .mq-all li{font-size:16.5px}
}
@media(max-width:575.98px){
    .mq{padding-left:16px}
    .js-type .mq-live{font-size:19px;min-height:4.2em}
    .mq-all li{font-size:15.5px}
    .mq-bridge{font-size:15.5px}
}
@media (prefers-reduced-motion:reduce){
    .mq-caret{animation:none}
}


/* ═══ V2.6 · CTA de fecho do Método aponta para o workshop — append only ═══
   O âmbar é a cor da consultoria. O workshop é gratuito, então o botão
   herda o verde que a página já usa para o que não tem custo (.zx-free). ── */
.fx-close-cta--ws{color:var(--fx-green-lift);border-color:rgba(23,185,128,.34)}
.fx-close-cta--ws:hover{background:rgba(23,185,128,.09);border-color:rgba(23,185,128,.6);
    color:var(--fx-green-lift)}


/* ═══ V2.6 · trilho D-O-A-R em 2×2 no mobile — append only ════════════
   O flex:1 0 50% não encolhia, e "ACOMPANHAMENTO" pede ~144px onde só
   há ~123px numa meia-célula: as células 3 e 4 caíam cada uma em sua
   própria linha (2/1/1) e o acrônimo deixava de ser lido como D-O-A-R.
   Grid de duas colunas fixa as quatro células; a coluna de 20px da
   letra alinha letra e nome no mesmo x em todas as linhas, o que o
   align-items:baseline não fazia (cada glifo tem avanço diferente).
   Verificado sem transbordo de 320px a 991px. ── */
@media(max-width:991.98px){
    .fx-acronym{display:grid;grid-template-columns:1fr 1fr}
    .fx-ac{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:center;
        padding:16px 8px;
        border-right:1px solid var(--fx-line-soft);
        border-bottom:1px solid var(--fx-line-soft)}
    .fx-ac:nth-child(2n){border-right:none}
    .fx-ac:nth-last-child(-n+2){border-bottom:none}
    .fx-ac-letter{font-size:24px;text-align:center}
    .fx-ac-name{font-size:9.5px;letter-spacing:.10em;line-height:1.25}
}


/* ═══ V2.6 · Método e Aplicativo em abas no celular — append only ═════
   Medido a 390w: a faixa grudada do Método dava 274px e a do app 264px,
   com a navbar somando 76px — 41% da tela de moldura — contra etapas de
   564px (Método) e 572–684px (app). Nenhuma cabia. Aqui o palco deixa de
   ser sticky e rola em tamanho cheio, o controle passa a ser o trilho
   D-O-A-R / as migalhas, e só a etapa escolhida ocupa a tela.

   Contrato: html.js-tabs só entra pelo JS, e .is-tab só é escrita pelo
   setState/setZoom. Sem JS nenhuma das duas existe, o seletor de abas
   nunca casa e as quatro etapas seguem empilhadas como antes. O desktop
   não vê nada disto: tudo vive dentro do media query. ── */
.fx-next,.zx-next{display:none}

@media(max-width:991.98px){
    /* ── o palco desce do topo e rola junto ── */
    .js-tabs .fx-sticky,.js-tabs .zx-sticky{position:static;top:auto;z-index:auto;
        background:none;box-shadow:none}
    .js-tabs .fx-sticky{padding:14px 0 0}
    .js-tabs .zx-sticky{padding:0}

    /* ── controle: trilho D-O-A-R ── */
    .js-tabs .fx-ac{cursor:pointer;-webkit-tap-highlight-color:transparent}
    .js-tabs .fx-ac.is-sel{background:rgba(255,183,77,.07)}
    .js-tabs .fx-ac.is-sel .fx-ac-letter{color:var(--fx-amber)}
    .js-tabs .fx-ac.is-sel .fx-ac-name{color:rgba(242,247,244,.92)}
    .js-tabs .fx-ac:not(.is-sel) .fx-ac-letter{color:rgba(242,247,244,.30)}

    /* ── controle: migalhas do app, de volta acima do palco ── */
    .js-tabs .zx-crumbs{order:-1;display:flex;justify-content:space-between;align-items:center;
        gap:4px;width:100%;padding:14px 0;
        border-top:1px solid var(--fx-line-soft);border-bottom:1px solid var(--fx-line-soft)}
    .js-tabs .zx-crumb{cursor:pointer;font-size:10px;letter-spacing:.11em;padding:2px 4px;
        -webkit-tap-highlight-color:transparent}
    .js-tabs .zx-crumb-sep{display:none}
    .js-tabs .zx-viewport{margin-top:14px}

    /* ── uma etapa por vez ── */
    .js-tabs .fx-steps > .fx-step,.js-tabs .zx-steps > .zx-step{display:none;
        padding:26px 0 0;border-bottom:none}
    .js-tabs .fx-steps > .fx-step.is-tab,.js-tabs .zx-steps > .zx-step.is-tab{display:flex}
    .js-tabs .fx-steps > .fx-step:first-child{padding-top:26px}

    /* ── avanço sem voltar ao topo ── */
    .js-tabs .fx-next,.js-tabs .zx-next{display:flex;align-items:center;
        justify-content:space-between;gap:16px;margin-top:26px;padding:15px 18px;
        border-radius:10px;text-decoration:none;font-size:13px;font-weight:500}
    .js-tabs .fx-next{border:1px solid rgba(255,183,77,.30);color:var(--fx-amber)}
    .js-tabs .zx-next{border:1px solid rgba(23,185,128,.30);color:var(--fx-green-lift)}
    .js-tabs .fx-next small,.js-tabs .zx-next small{display:block;font-size:9.5px;
        letter-spacing:.16em;text-transform:uppercase;color:var(--fx-hint);font-weight:600;
        margin-bottom:3px}
}


/* ═══ V2.7 · chamada acima do nome no trilho D-O-A-R — append only ════
   Medido com Range sobre o texto renderizado, não sobre a caixa: a
   linha mais longa ("Crie o hábito do") pede 144px contra ~168px livres
   na célula de 228px a 992w, e sobram 50px na célula de 171px a 390w.
   A altura do trilho praticamente não muda (74→74.9px no desktop,
   115→116px no celular) porque a letra já definia a altura da célula.

   Abaixo de 375px o trilho passa a uma coluna. Não é a chamada que
   obriga: "ACOMPANHAMENTO" é palavra única, pede 113px e há ~90px em
   meia célula a 320w. Hoje o grid disfarça roubando largura da coluna
   vizinha (160/112 a 320w), o que já quebrava o alinhamento do 2×2. ── */
.fx-ac{align-items:center}
.fx-ac-txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.fx-ac-pre{font-size:9.5px;font-weight:400;letter-spacing:.04em;line-height:1.25;
    color:rgba(242,247,244,.42);white-space:nowrap;transition:color .5s var(--fx-ease)}

@media(max-width:991.98px){
    .fx-ac{grid-template-columns:20px 1fr;align-items:center}
    .fx-ac-pre{font-size:8.5px;letter-spacing:.02em}
    /* a aba selecionada também acende a chamada */
    .js-tabs .fx-ac.is-sel .fx-ac-pre{color:rgba(242,247,244,.66)}
}
@media(max-width:374.98px){
    .fx-acronym{grid-template-columns:1fr}
    .fx-ac{border-right:none}
    .fx-ac:nth-last-child(-n+2){border-bottom:1px solid var(--fx-line-soft)}
    .fx-ac:last-child{border-bottom:none}
}


/* ═══ V2.7 · fecho do cabeçalho do Método — append only ══════════════
   Antes reusava .mq/.mq-bridge e herdava a régua âmbar e o corpo de
   16.5px do bloco das perguntas, então o trilho ficava espremido entre
   dois blocos idênticos. Classe própria: sem régua, centralizado, um
   degrau abaixo no tamanho e na cor, com o verde que a página já usa
   para o que não custa nada (.zx-free). ── */
.fx-coda{max-width:46ch;margin:34px auto 0;text-align:center;font-size:14.5px;
    font-weight:300;line-height:1.8;color:var(--fx-hint)}
.fx-coda strong{font-weight:500;color:var(--fx-green-lift)}
@media(max-width:991.98px){
    .fx-coda{margin-top:26px;font-size:13.5px;max-width:40ch}
}

/* ═══ V2.8 · medida do cabeçalho do método ═══
   Iguala a régua da pergunta e da ponte, e alarga a coda mantendo-a centrada.
   Sobrescreve por ordem de origem: .mq 60ch (l.1306), .mq-bridge 56ch (l.1324),
   .fx-coda 46ch (l.1465). Nada de !important, nada tocado acima. */
@media (min-width: 992px) {
    .mq        { max-width: 68ch; }
    .mq-bridge { max-width: none; }   /* a medida passa a ser a do .mq */
    .fx-coda   { max-width: 62ch; }
}