/* Funnel v2: formula.care visual system (white, system font, centered, grey option cards, accent pill CTA). Accent comes from site tokens (--accent, --accentInk). */
:root{--fx-ink:#030712;--fx-ink2:#4b5563;--fx-ink3:#9ca3af;--fx-grey:#f5f5f4;--fx-grey2:#e7e5e4;--fx-line:#e5e7eb;--fx-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}
body.fnb{background:#fff;margin:0;padding:0;font-family:var(--fx-font);color:var(--fx-ink);-webkit-font-smoothing:antialiased}
.fn-wrap{max-width:480px;margin:0 auto;padding:0 24px 108px;min-height:100vh;min-height:100svh}
.fn-header{display:none}
.fx-screen{animation:fxfade .25s ease}
@keyframes fxfade{from{opacity:0}to{opacity:1}}
/* stage progress */
.fx-prog{padding:10px 0 4px;text-align:center}
.fx-stage{color:var(--accent);font-size:16px;font-weight:500;margin-bottom:10px}
.fx-dots{display:flex;align-items:center}
.fx-dot{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--fx-grey2);flex:none;box-sizing:border-box}
.fx-dot.on{background:var(--accent);border-color:var(--accent);width:18px;height:18px}
.fx-dot.done{background:var(--accent);border-color:var(--accent)}
.fx-seg{flex:1;height:6px;background:var(--fx-grey2);overflow:hidden}
.fx-seg i{display:block;height:100%;background:var(--accent);transition:width .4s ease}
/* type */
.fx-h1{font-family:var(--fx-font);font-size:clamp(23px,3.4svh,28px);font-weight:600;line-height:1.2;text-align:center;margin:clamp(10px,2.4svh,20px) 0 clamp(8px,1.6svh,12px);letter-spacing:-.01em;color:var(--fx-ink)}
.fx-h3{font-family:var(--fx-font);font-size:20px;font-weight:600;text-align:center;margin:26px 0 12px}
.fx-sub{font-size:clamp(14.5px,2svh,16px);color:var(--fx-ink2);text-align:center;margin:0 0 clamp(7px,1.8svh,14px);line-height:1.4}
.fx-p{font-size:17px;color:var(--fx-ink2);text-align:center;margin:0 0 14px;line-height:1.5}
.fx-p.good{background:var(--fx-grey);color:var(--fx-ink);padding:14px 16px;border-radius:12px}
.fx-note{font-size:13px;color:var(--fx-ink3);text-align:center;margin:14px 0 0;line-height:1.45}
.fx-legal{position:fixed;left:0;right:0;bottom:24px;margin:0 auto;max-width:440px;padding:0 24px;font-size:13px;color:var(--fx-ink3);text-align:center;line-height:1.45}
.fx-legal a{color:var(--fx-ink3);text-decoration:underline}
/* options */
.fx-opts{display:grid;gap:12px}
.fx-opt{display:flex;align-items:center;gap:12px;background:var(--fx-grey);border:0;border-radius:12px;padding:16px 16px;min-height:64px;cursor:pointer;font:inherit;font-size:17px;font-weight:500;text-align:left;color:var(--fx-ink);width:100%;transition:background-color .12s ease,transform .1s ease;position:relative}
.fx-opt .em{font-size:22px;line-height:1;flex:none}
.fx-opt .tx{flex:1;display:grid;gap:2px}
.fx-opt .tx small{color:var(--fx-ink2);font-size:14px;font-weight:400}
.fx-opt .fx-chev{color:var(--fx-ink3);opacity:.6;font-size:22px;line-height:1}
.fx-opt .fx-check{width:22px;height:22px;border-radius:6px;border:2px solid var(--fx-grey2);background:#fff;flex:none}
.fx-opt:hover{background:#ecebe8}
.fx-opt:active{transform:scale(.99)}
.fx-opt[aria-pressed="true"]{background:var(--fx-grey2)}
.fx-opt[aria-pressed="true"] .fx-check{background:var(--accent);border-color:var(--accent);box-shadow:inset 0 0 0 3px #fff}
/* image choice */
.fx-imgopts{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:4px}
.fx-imgopt{background:var(--fx-grey);border:0;border-radius:12px;padding:8px 8px 8px;cursor:pointer;font:inherit;display:flex;flex-direction:column;align-items:center;gap:0;transition:transform .1s ease}
.fx-imgopt img{width:100%;height:140px;object-fit:contain;object-position:center bottom;display:block;margin-top:2px}
.fx-imgopt .fx-pill{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--accent);color:#fff;border-radius:12px;padding:14px 14px;font-size:20px;font-weight:500;margin-top:-2px}
.fx-imgopt .fx-pill .fx-chev{opacity:.7;font-size:26px;line-height:1}
.fx-imgopt:active{transform:scale(.98)}
/* unit switcher */
.fx-units{display:flex;justify-content:center;gap:14px;margin:0 0 40px}
.fx-units button{border:0;background:transparent;font:inherit;font-size:17px;font-weight:500;color:var(--fx-ink);padding:12px 22px;border-radius:999px;cursor:pointer;min-width:74px}
.fx-units button[aria-pressed="true"]{background:var(--accent);color:#fff}
/* big number input */
.fx-big{display:flex;justify-content:center;align-items:baseline;gap:12px;margin:56px 0 24px}
.fx-big input{width:120px;border:0;border-bottom:1px solid var(--fx-grey2);outline:0;font:inherit;font-size:52px;font-weight:700;text-align:center;color:var(--fx-ink);padding:0 0 10px;background:transparent;-moz-appearance:textfield}
.fx-big input::-webkit-outer-spin-button,.fx-big input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.fx-big .u{font-size:32px;color:var(--fx-ink3);font-weight:400}
.fx-big.text input{width:100%;font-size:28px;font-weight:600}
.fx-react{background:var(--fx-grey);color:var(--fx-ink);padding:14px 16px;border-radius:12px;font-size:16px;line-height:1.45;margin:0 0 12px;text-align:center}
.fx-react:empty{display:none}
.fx-agree{display:flex;gap:12px;align-items:flex-start;font-size:16px;color:var(--fx-ink2);line-height:1.45;margin:30px 0 0;text-align:left}
.fx-agree input{width:22px;height:22px;margin:2px 0 0;flex:none;accent-color:var(--accent)}
.fx-agree a{color:var(--fx-ink2)}
/* CTA */
.fx-cta{position:fixed;left:0;right:0;bottom:clamp(16px,3svh,40px);display:flex;justify-content:center;padding:0 24px;z-index:20;pointer-events:none}
.fx-cta.static{position:static;padding:8px 0 0}
.fx-btn{pointer-events:auto;width:82%;max-width:330px;border:0;border-radius:999px;padding:18px 24px;background:var(--accent);color:#fff;font:inherit;font-size:20px;font-weight:500;cursor:pointer;transition:transform .1s ease,background-color .15s ease;box-shadow:0 10px 30px -14px rgba(0,0,0,.35)}
.fx-btn:hover{background:var(--accentInk)}
.fx-btn:active{transform:scale(.97)}
.fx-btn:disabled{opacity:.6;cursor:default}
.fx-btn.shake{animation:fxshake .4s}
@keyframes fxshake{0%,100%{transform:none}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}
.fx-cta.static .fx-btn{width:100%;max-width:none}
/* divider */
.fx-divider{text-align:center;padding:60px 0 10px}
.fx-divider .em{font-size:64px;line-height:1;margin-bottom:8px}
.fx-img{width:auto;max-width:100%;max-height:30svh;border-radius:12px;margin:4px auto 12px;display:block}
.fx-card{background:var(--fx-grey);border-radius:12px;padding:clamp(10px,2svh,16px);margin:0 0 clamp(8px,1.6svh,12px)}
.fx-card svg{width:100%;height:auto;display:block}
.fx-html ul{padding-left:22px;color:var(--fx-ink2);line-height:1.6;font-size:17px;margin:0 0 18px}
/* profile */
.fx-profile .row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--fx-grey2);font-size:16px}
.fx-profile .row:first-child{border-top:0}
.fx-profile .row b{font-weight:600;text-align:right}
.fx-card .bmi{margin:0 0 6px}
.fx-card .bmi .scale{height:10px;border-radius:10px;background:linear-gradient(90deg,#93c5fd 0 18%,#86efac 18% 45%,#fde68a 45% 68%,#fca5a5 68% 100%);position:relative;margin:8px 0 6px}
.fx-card .bmi .scale i{position:absolute;top:-5px;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--fx-ink);transform:translateX(-50%)}
.fx-card .bmi .lbl{display:flex;justify-content:space-between;font-size:12px;color:var(--fx-ink3)}
.fx-risks{font-size:15px;color:var(--fx-ink2);line-height:1.5}
.fx-risks b{color:var(--fx-ink);display:block;margin-bottom:4px}
/* stories */
.fx-stories{display:grid;gap:8px}
.fx-story{display:grid;grid-template-columns:auto 1fr;gap:12px;background:var(--fx-grey);border-radius:12px;padding:10px;text-align:left}
.fx-story img{width:clamp(44px,7svh,56px);height:clamp(44px,7svh,56px);border-radius:10px;object-fit:cover}
.fx-story b{display:block;margin-bottom:2px;font-size:15px}
.fx-story p{margin:0;color:var(--fx-ink2);font-size:14.5px;line-height:1.45}
.fx-story small{color:var(--fx-ink3);font-size:13px}
/* loader */
.fx-loader{text-align:center;padding:6px 0 10px}
.fx-lrows{display:grid;gap:20px;margin:4px 0 34px;text-align:left}
.fx-lrow .row{display:flex;justify-content:space-between;align-items:center;font-size:17px;color:var(--fx-ink3);margin-bottom:8px}
.fx-lrow .row b{font-weight:500;display:flex;align-items:center;gap:7px;color:var(--fx-ink3)}
.fx-lrow .row em{font-style:normal;font-variant-numeric:tabular-nums}
.fx-lrow .row .spin{display:none;width:15px;height:15px;border-radius:50%;border:2.5px solid var(--accent);border-color:var(--accent) var(--accent) transparent transparent;animation:fxspin .8s linear infinite}
.fx-lrow.on .row,.fx-lrow.done .row,.fx-lrow.on .row b,.fx-lrow.done .row b{color:var(--fx-ink)}
.fx-lrow.on .row .spin{display:inline-block}
.fx-lrow .bar{height:5px;border-radius:5px;background:var(--fx-grey2);overflow:hidden}
.fx-lrow .bar i{display:block;height:100%;width:0;background:var(--accent);transition:width .15s linear}
@keyframes fxspin{to{transform:rotate(360deg)}}
.fx-h3.trust{margin:0 0 16px;font-size:19px;line-height:1.35}
.fx-lrev{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;margin:0 -6px;padding:8px 6px 14px}
.fx-lrev::-webkit-scrollbar{display:none}
.fx-lcard{flex:0 0 100%;scroll-snap-align:center;background:#fff;border-radius:16px;padding:18px 20px 16px;box-shadow:0 12px 32px -14px rgba(0,0,0,.22),0 2px 8px rgba(0,0,0,.05);text-align:center}
.fx-lcard .stars{color:#f59e0b;letter-spacing:4px;font-size:20px;margin:2px 0 10px}
.fx-lcard p{margin:0 0 8px;font-size:16px;line-height:1.5;color:var(--fx-ink)}
.fx-lcard small{font-size:14px;color:var(--fx-ink3)}
.fx-ldots{display:flex;justify-content:center;gap:8px;margin:2px 0 0}
.fx-ldots i{width:7px;height:7px;border-radius:50%;background:var(--fx-grey2)}
.fx-ldots i.on{background:var(--fx-ink)}
.fx-loader .ring{width:140px;height:140px;border-radius:50%;margin:6px auto 12px;display:grid;place-items:center;background:conic-gradient(var(--accent) 0%,var(--fx-grey) 0);position:relative}
.fx-loader .ring::before{content:"";position:absolute;inset:12px;border-radius:50%;background:#fff}
.fx-loader .ring b{position:relative;font-size:34px;font-weight:700;color:var(--fx-ink)}
.fx-stages{list-style:none;padding:0;margin:8px 0 0;display:grid;gap:8px;text-align:left}
.fx-stages li{padding:12px 14px;border-radius:12px;background:var(--fx-grey);color:var(--fx-ink3);font-size:15px;font-weight:500}
.fx-stages li.done{color:var(--fx-ink)}
.fx-stages li.done::before{content:"✓ ";color:var(--accent);font-weight:700}
.fx-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:grid;place-items:end center;padding:0;z-index:80}
.fx-modal[hidden]{display:none}
.fx-modal .box{background:#fff;border-radius:20px 20px 0 0;padding:22px 24px 34px;width:100%;max-width:480px}
.fx-modal h3{font-size:22px;font-weight:600;margin:4px 0 16px;text-align:center}
.fx-modal .fx-sub{margin-bottom:6px}
/* reviews */
.fx-reviews,.fx-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 10px;margin:0 -24px;padding-left:24px}
.fx-review{flex:0 0 80%;scroll-snap-align:start;background:var(--fx-grey);border-radius:12px;padding:14px;text-align:left}
.fx-review p{margin:0 0 8px;font-size:15px;color:var(--fx-ink2);line-height:1.5}
.fx-review b{font-size:14px}
/* form */
.fx-form{display:grid;gap:12px}
.fx-form input{font:inherit;font-size:17px;padding:16px;border-radius:12px;border:1px solid var(--fx-grey2);outline:0;background:#fff;color:var(--fx-ink)}
.fx-form input:focus{border-color:var(--accent)}
/* scratch */
.fx-scratchbox{position:relative;width:320px;max-width:100%;margin:10px auto 16px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:var(--fx-grey);display:grid;place-items:center}
.fx-scratchbox .under{position:absolute;inset:0;display:grid;place-items:center;align-content:center;color:var(--accent)}
.fx-scratchbox .under b{font-size:64px;font-weight:700;line-height:1}
.fx-scratchbox .under span{font-weight:600;font-size:14px;color:var(--fx-ink2)}
.fx-scratchbox canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none;cursor:grab}
.fx-scratchbox .hint{position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:13px;color:#fff;margin:0;pointer-events:none;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.fx-scratchbox .hint.done{color:var(--fx-ink);text-shadow:none;font-weight:600}
.fx-toast{position:fixed;left:50%;bottom:120px;transform:translateX(-50%) translateY(20px);background:var(--fx-ink);color:#fff;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:500;opacity:0;transition:.25s;z-index:90;white-space:nowrap;max-width:92vw;overflow:hidden;text-overflow:ellipsis}
.fx-toast.on{opacity:1;transform:translateX(-50%)}
/* paywall */
.fx-paywall .fx-timer{position:sticky;top:0;z-index:5;background:var(--fx-ink);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin:0 -24px 18px;font-size:15px;font-weight:500}
.fx-paywall .fx-timer b{font-size:22px;font-weight:700;letter-spacing:.04em}
.fx-change{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 18px}
.fx-change .col{background:var(--fx-grey);border-radius:12px;padding:14px;text-align:left}
.fx-change .col.goal{background:#fff;border:2px solid var(--accent)}
.fx-change h4{margin:0 0 10px;font-size:13px;color:var(--fx-ink3);font-weight:600}
.fx-change .m{display:grid;gap:4px;margin-bottom:10px;font-size:14px;color:var(--fx-ink2)}
.fx-change .m b{font-size:16px;color:var(--fx-ink)}
.fx-change .bar{height:8px;border-radius:8px;background:var(--fx-grey2);overflow:hidden}
.fx-change .bar i{display:block;height:100%;background:var(--accent)}
.fx-benefits{background:var(--fx-grey);border-radius:12px;padding:16px;margin:0 0 18px;text-align:left}
.fx-benefits b{font-size:17px}
.fx-benefits ul{margin:8px 0 0;padding-left:20px;color:var(--fx-ink2);line-height:1.6;font-size:15px}
.fx-tiers{display:grid;gap:10px;margin:0 0 14px}
.fx-tier{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:2px solid var(--fx-grey2);background:#fff;border-radius:12px;padding:14px;cursor:pointer;font:inherit;text-align:left;position:relative;color:var(--fx-ink)}
.fx-tier[aria-pressed="true"]{border-color:var(--accent);background:var(--fx-grey)}
.fx-tier i{width:22px;height:22px;border-radius:50%;border:2px solid var(--fx-grey2);background:#fff}
.fx-tier[aria-pressed="true"] i{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px #fff}
.fx-tier .nm b{display:block;font-size:17px;font-weight:600}
.fx-tier .nm s{color:var(--fx-ink3);font-size:14px}
.fx-tier .nm span{font-size:14px;color:var(--fx-ink2);margin-left:6px;font-weight:600}
.fx-tier .pd{text-align:right}
.fx-tier .pd b{font-size:24px;font-weight:700;display:block;line-height:1}
.fx-tier .pd small{font-size:12px;color:var(--fx-ink3)}
.fx-tier .badge{position:absolute;top:-11px;left:14px;background:var(--accent);color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px}
.fx-buy{width:100%;border:0;border-radius:999px;padding:18px 24px;background:var(--accent);color:#fff;font:inherit;font-size:20px;font-weight:500;cursor:pointer}
.fx-buy:disabled{opacity:.6}
.fx-guarantee{display:flex;gap:12px;align-items:flex-start;background:var(--fx-grey);border-radius:12px;padding:16px;margin:18px 0;font-size:15px;color:var(--fx-ink2);line-height:1.5;text-align:left}
.fx-guarantee .em{font-size:26px}
.fx-press{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 18px;justify-content:center}
.fx-press span{background:var(--fx-grey);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:500;color:var(--fx-ink2)}
.fx-secure{text-align:center;font-size:13px;color:var(--fx-ink3);margin:10px 0 0}
.fx-fine{font-size:12px;color:var(--fx-ink3);line-height:1.45;margin:10px 0 0;text-align:center}
/* thanks page (after payment): site palette + Fraunces/Manrope, mini-app feel */
body.tkb .fn-wrap{padding-bottom:36px}
.tk{padding:28px 0 10px;position:relative;font-family:Manrope,var(--fx-font)}
.tk-block{margin:0 0 14px}
.tk-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accentInk);margin:0 0 8px}
.tk-h1{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:32px;line-height:1.12;letter-spacing:-.01em;margin:0 0 10px;color:var(--fx-ink)}
.tk-h2{font-family:Fraunces,Georgia,serif;font-weight:600;font-size:22px;line-height:1.2;letter-spacing:-.01em;margin:0 0 8px;color:var(--fx-ink)}
.tk-p{font-size:16px;line-height:1.55;color:var(--fx-ink2);margin:0}
.tk-paid{display:flex;align-items:center;gap:12px;background:var(--soft);border-radius:14px;padding:14px 16px}
.tk-paid b{display:block;font-size:16px;color:var(--fx-ink)}
.tk-paid span{font-size:14px;color:var(--fx-ink2);line-height:1.4;word-break:break-word}
.tk-check{flex:none;width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}
.tk-start{background:var(--bg);border-radius:14px;padding:16px}
.tk-congrats{text-align:center;padding:22px 12px 14px;border-radius:16px;background:linear-gradient(180deg,var(--bg2),#fff);animation:tkpop .6s cubic-bezier(.2,.9,.3,1.2) both}
.tk-congrats .tk-h2{font-size:26px}
.tk-em{font-size:44px;line-height:1;margin:0 0 10px;text-align:center}
.tk-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:6px 16px;margin:0 0 16px;box-shadow:var(--shadow)}
.tk-row{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:15px}
.tk-row:first-child{border-top:0}
.tk-row span{color:var(--fx-ink2)}
.tk-row b{font-weight:700;text-align:right;color:var(--fx-ink)}
.tk-row .tk-email{font-weight:600;font-size:14px;word-break:break-all}
.tk-img{display:block;position:relative;border-radius:18px;overflow:hidden;background:var(--bg);margin:0 0 22px;text-decoration:none;box-shadow:var(--shadow);transition:transform .12s ease}
.tk-img:active{transform:scale(.985)}
.tk-img img{display:block;width:100%;height:auto;aspect-ratio:4/4.4;object-fit:cover;object-position:50% 20%}
.tk-cap{position:absolute;left:0;right:0;bottom:0;padding:44px 16px 14px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.55));color:#fff}
.tk-cap b{display:block;font-family:Fraunces,Georgia,serif;font-size:19px;font-weight:600;line-height:1.2}
.tk-cap small{display:block;font-size:13px;opacity:.9;margin-top:3px}
.tk-cta{display:flex;justify-content:center;margin:0 0 12px}
.tk-btn{display:inline-block;width:100%;max-width:330px;border-radius:999px;padding:18px 24px;background:var(--accent);color:#fff;font-size:19px;font-weight:700;text-align:center;text-decoration:none;box-shadow:0 12px 30px -14px rgba(0,0,0,.4);transition:transform .1s ease,background-color .15s ease}
.tk-btn:hover{background:var(--accentInk)}.tk-btn:active{transform:scale(.97)}
.tk-note{font-size:12px;color:var(--fx-ink3);text-align:center;line-height:1.45;margin:0}
.tk-unpaid,.tk-wait{text-align:center;padding-top:60px}
.tk-unpaid .tk-h1{font-size:26px}.tk-unpaid .tk-p{margin-bottom:22px}
.tk-spin{display:inline-block;width:34px;height:34px;border-radius:50%;border:3px solid var(--fx-grey2);border-top-color:var(--accent);animation:tkspin .8s linear infinite;margin:0 0 14px}
.tk-confetti{position:absolute;left:0;right:0;top:0;height:0;pointer-events:none;overflow:visible;z-index:0}
.tk-confetti i{position:absolute;top:-10px;left:calc(4% + var(--i) * 6.8%);width:8px;height:12px;border-radius:2px;background:var(--accent);opacity:0;animation:tkfall 2.6s ease-out calc(var(--i) * .07s) both}
.tk-confetti i:nth-child(3n){background:var(--accent2);width:6px;height:6px;border-radius:50%}
.tk-confetti i:nth-child(4n){background:#f59e0b}
.tk-confetti i:nth-child(5n){background:var(--soft);border:1px solid var(--accent2)}
@keyframes tkfall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}100%{transform:translateY(520px) rotate(540deg);opacity:0}}
@keyframes tkpop{from{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}
@keyframes tkspin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}

.fx-modal h3,.fx-story b,.fx-review b,.fx-tier .nm b,.fx-benefits b{font-family:var(--fx-font)}

/* drum pickers (age, height, weight): curved iOS-style wheel, page never scrolls with it */
.fx-drums{position:relative;display:flex;justify-content:center;gap:8px;margin:14px 0 10px;width:100%;perspective:720px;perspective-origin:50% 50%;isolation:isolate}
.fx-drums::before{content:"";position:absolute;left:0;right:0;top:104px;height:52px;border-radius:14px;background:var(--fx-grey);z-index:0}
.fx-drum{position:relative;height:260px;width:100%;flex:1 1 auto;z-index:1}
.fx-drums:has(.fx-drum:nth-child(2)) .fx-drum{flex:0 0 150px;width:150px}
.fx-drum .col{height:260px;overflow-y:auto;scroll-snap-type:y mandatory;padding:104px 0;width:100%;-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior:contain;touch-action:pan-y;transform-style:preserve-3d;-webkit-mask-image:linear-gradient(180deg,transparent,#000 26%,#000 74%,transparent);mask-image:linear-gradient(180deg,transparent,#000 26%,#000 74%,transparent)}
.fx-drum .col::-webkit-scrollbar{display:none}
.fx-drum .it{height:52px;line-height:52px;text-align:center;font-size:30px;font-weight:600;color:var(--fx-ink3);scroll-snap-align:center;cursor:pointer;transition:color .15s,font-size .12s;backface-visibility:hidden;will-change:transform,opacity;font-variant-numeric:tabular-nums}
.fx-drum .it.on{color:var(--fx-ink);font-size:38px;font-weight:700}
.fx-drum .wu{position:absolute;left:calc(50% + 46px);top:104px;line-height:52px;font-size:17px;font-weight:500;color:var(--fx-ink3);pointer-events:none;z-index:2;white-space:nowrap}
.fx-drums:has(.fx-drum:nth-child(2)) .fx-drum .wu{left:calc(50% + 28px)}
.fx-drums:has(.fx-drum:nth-child(2)) .fx-drum .col{padding-right:36px}
/* drum screens: fixed-height layout, the drum shrinks before the page ever scrolls */
body.fx-drumscreen .fn-wrap{height:100svh;min-height:0;padding-bottom:0;display:flex;flex-direction:column}
body.fx-drumscreen #fn{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}
body.fx-drumscreen .fx-screen{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding-bottom:116px}
body.fx-drumscreen .fx-screen>*{flex:0 0 auto}
body.fx-drumscreen .fx-drums{flex:0 1 260px;min-height:156px;height:auto;margin:8px 0 6px}
body.fx-drumscreen .fx-drum,body.fx-drumscreen .fx-drum .col{height:100%}
body.fx-drumscreen .fx-drums::before,body.fx-drumscreen .fx-drum .wu{top:calc(50% - 26px)}
body.fx-drumscreen .fx-prog{padding-top:10px}
body.fx-drumscreen .fx-h1{margin:16px 0 12px}
body.fx-drumscreen .fx-react{font-size:15px;padding:10px 14px;line-height:1.4}
body.fx-drumscreen .fx-react b{margin-bottom:2px}
.fx-react b b{display:inline;margin:0}
body.fx-drumscreen .fx-units{margin-bottom:8px}
body.fx-drumscreen .fx-agree{margin-top:14px;font-size:15px}
body.fx-drumscreen .fx-react{margin-top:6px}
@media(max-width:360px){.fx-drums:has(.fx-drum:nth-child(2)) .fx-drum{flex-basis:140px;width:140px}}
/* BMI graph (formula style) */
.fx-bmig{padding:6px 0 4px}
.fx-bmig .top{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:34px}
.fx-bmig .top .n{font-size:56px;font-weight:700;line-height:1}
.fx-bmig .top .lb{text-align:left;line-height:1.2}
.fx-bmig .top .lb b{display:block;font-size:20px}
.fx-bmig .top .lb span{font-size:17px;color:var(--fx-ink2)}
.fx-bmig .ticks,.fx-bmig .ws{position:relative;height:26px;font-size:20px;font-weight:500}
.fx-bmig .ticks span,.fx-bmig .ws span{position:absolute;transform:translateX(-50%);white-space:nowrap}
.fx-bmig .ws{margin-top:10px;font-size:18px}
.fx-bmig .bar{position:relative;height:52px;border-radius:6px;background:linear-gradient(90deg,#5ec8f5 0%,#5ec8f5 17.5%,#22c55e 17.5%,#7ed957 40%,#fbbf24 50%,#fbbf24 72%,#ff6b3d 75%,#ef4444 100%);margin-top:6px}
.fx-bmig .bar .t{position:absolute;top:0;bottom:0;width:2px;background:#fff;transform:translateX(-50%)}
.fx-bmig .bar .mk{position:absolute;top:-2px;width:44px;height:36px;transform:translateX(-50%);background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 44 36%27%3E%3Cpath d=%27M4 2h36L22 32z%27 fill=%27%23030712%27 stroke=%27%23fff%27 stroke-width=%274%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/contain no-repeat}
.fx-bmig .top{border:0}.fx-html .fx-bmig{border:0}

/* profile (formula style) */
.fx-profile{padding:0;background:transparent}
.fx-pf-bmi{background:var(--fx-grey);border-radius:16px;padding:clamp(12px,2.4svh,18px) 18px clamp(10px,1.8svh,14px);margin-bottom:12px;text-align:left}
.fx-pf-bmi>b{font-size:19px;display:block;margin-bottom:6px}
.fx-pf-bmi .iy{display:flex;justify-content:space-between;color:var(--fx-ink2);font-size:16px;margin-bottom:12px}
.fx-pf-bmi .iy span:last-child{color:var(--fx-ink)}
.fx-pf-bmi .bar{position:relative;height:36px;border-radius:8px;background:linear-gradient(90deg,#5ec8f5 0%,#5ec8f5 15%,#22c55e 22%,#7ed957 45%,#fbbf24 55%,#fb923c 85%,#ef4444 100%)}
.fx-pf-bmi .bar .mk{position:absolute;top:-2px;width:38px;height:30px;transform:translateX(-50%);background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 44 36%27%3E%3Cpath d=%27M4 2h36L22 32z%27 fill=%27%23030712%27 stroke=%27%23fff%27 stroke-width=%274%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E") center/contain no-repeat}
.fx-pf-bmi .lbl{display:flex;justify-content:space-between;font-size:15px;color:var(--fx-ink3);margin-top:8px}
.fx-pf-card{background:var(--fx-grey);border-radius:16px;padding:16px 0 0 16px;margin:clamp(16px,4svh,40px) 0 12px;display:grid;grid-template-columns:1fr 128px;gap:8px;align-items:end;overflow:visible;text-align:left;position:relative;min-height:min(240px,30svh)}
.fx-pf-card .rows{display:grid;gap:clamp(8px,1.8svh,14px);padding-bottom:12px}
.fx-pf-card .r{display:flex;gap:10px;align-items:center}
.fx-pf-card .ic{width:30px;height:30px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:16px;flex:none}
.fx-pf-card small{display:block;color:var(--fx-ink2);font-size:14px}
.fx-pf-card b{font-size:19px;font-weight:500}
.fx-pf-card img.ph{position:absolute;right:8px;bottom:4px;width:min(200px,30vw);height:min(340px,34svh);object-fit:contain;object-position:bottom;display:block;background:transparent;border:0;border-radius:0}
.fx-risks{background:#fef9c3;border-radius:16px;padding:16px 18px;text-align:left;color:var(--fx-ink);font-size:17px}
.fx-risks .hd{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.fx-risks .hd b{font-size:20px;font-weight:600}
.fx-risks .plus{width:26px;height:26px;border-radius:50%;background:#f43f5e;color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px}
.fx-risks p{margin:0 0 12px;line-height:1.5}
.fx-risks .nih{border-top:1px solid #e9dfa0;padding-top:12px;font-size:15px;color:var(--fx-ink2)}
.fx-risks .nih p{margin:0 0 10px}
.fx-risks .nih .badge{display:inline-block;background:#030712;color:#fff;font-weight:800;font-size:12px;padding:3px 6px;border-radius:4px;margin-right:6px}
.fx-profile+.fx-risks+.fx-p.good,.fx-p.good{background:#dcfce7;color:var(--fx-ink);text-align:left;font-size:17px;line-height:1.5;padding:16px 18px;border-radius:16px}

/* v2c: full-bleed dividers */
body.fx-full{background:linear-gradient(165deg,var(--accent) 0%,var(--accentInk) 100%);color:#fff}
body.fx-full .fx-divider{text-align:left;padding:40px 0 0;min-height:70vh}
body.fx-full .fx-divider .em{font-size:64px;text-align:left;margin:0 0 30px}
body.fx-full .fx-h1{text-align:left;color:#fff;font-size:30px;margin:0 0 20px}
body.fx-full .fx-p{text-align:left;color:#fff;font-size:19px;line-height:1.45;opacity:.95}
body.fx-full .fx-btn{background:#fff;color:var(--accentInk)}
body.fx-full .fx-btn:hover{background:#fff}
/* multi "+" icon */
.fx-plus{width:22px;height:22px;flex:none;position:relative;opacity:.55}
.fx-plus::before,.fx-plus::after{content:"";position:absolute;background:var(--fx-ink3);left:50%;top:50%;transform:translate(-50%,-50%)}
.fx-plus::before{width:14px;height:2px}.fx-plus::after{width:2px;height:14px}
.fx-opt[aria-pressed="true"] .fx-plus{opacity:1}
.fx-opt[aria-pressed="true"] .fx-plus::before,.fx-opt[aria-pressed="true"] .fx-plus::after{background:var(--accent)}
.fx-opt[aria-pressed="true"] .fx-plus::after{display:none}
/* register */
.fx-register .fx-h1{margin-top:20px}
.fx-privacy{font-size:14px;color:var(--fx-ink3);text-align:left;line-height:1.45;margin:14px 0 0}
.fx-privacy a{color:var(--fx-ink3)}
/* reaction card */
.fx-react{background:#fff;border:1px solid var(--fx-grey2);border-radius:12px;padding:14px 16px;font-size:17px}
.fx-react b{display:block;color:#16a34a;font-weight:700;margin-bottom:4px}
.fx-react span{display:block;color:var(--fx-ink)}
/* loader linear */
.fx-lchart{margin:14px 0 22px}
.fx-lchart svg{width:100%;height:auto;display:block}
.fx-lbar .row{display:flex;justify-content:space-between;font-size:16px;margin-bottom:8px}
.fx-lbar .row b{font-weight:600}
.fx-lbar .bar{height:6px;border-radius:6px;background:var(--fx-grey2);overflow:hidden}
.fx-lbar .bar i{display:block;height:100%;width:0;background:var(--accent);transition:width .2s linear}
/* stories with stars */
.fx-story{grid-template-columns:1fr;padding:18px}
.fx-story img{display:none}
.fx-story .b b{font-size:19px;font-weight:600}
.fx-story .b b::before{content:"★★★★★";display:block;color:#f59e0b;font-size:20px;letter-spacing:2px;margin-bottom:8px}
.fx-story .b p{font-size:17px;color:var(--fx-ink);line-height:1.5;margin:8px 0 10px}
.fx-story .b small{font-size:16px;color:var(--fx-ink2)}
/* reviews */
.fx-review .stars{color:#f59e0b;font-size:15px;letter-spacing:2px;margin:6px 0 8px}
.fx-review b{font-size:15px;color:var(--fx-ink)}
.fx-review p{color:var(--fx-ink);font-size:15px}
/* prediction title accent */
.fx-prediction .fx-h1 b{color:#16a34a;font-weight:600}
/* stories title accent word */
.fx-stories-title em{font-style:normal;color:var(--accent)}
.fx-stages[hidden]{display:none}

.fx-react b.warn{color:#d97706}

.fx-stories-title em{font-style:normal;color:var(--accent)}

.fx-hl em{font-style:normal;color:#16a34a}
.fx-consent-btns{position:fixed;left:0;right:0;bottom:40px;padding:0 24px;display:grid;gap:14px;justify-items:center;max-width:480px;margin:0 auto}
.fx-consent-btns .fx-btn.full{width:100%;max-width:none}
.fx-consent-btns .fx-opt{display:block;text-align:center;justify-content:center;min-height:0;width:100%}
.fx-consent-btns .fx-link.fx-opt{background:none;color:var(--accent);padding:6px;font-size:18px}
.fx-link{background:none;border:0;font:inherit;font-size:18px;font-weight:500;color:var(--accent);cursor:pointer;padding:6px}
.fx-consent .fx-h1{margin-top:40px}
.fx-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:6px 0 18px}
.fx-tile{background:#dcfce7;border-radius:16px;padding:22px 14px 18px;text-align:center}
.fx-tile span{font-size:40px;display:block;margin-bottom:12px;line-height:1}
.fx-tile b{font-size:17px;font-weight:500;line-height:1.35}

/* v2e paywall */
.fx-paywall .fx-timer{background:#fde2e4;color:var(--fx-ink);justify-content:center;gap:10px;font-size:15px;border-radius:0;margin:0 -24px 16px}
.fx-paywall .fx-timer b{font-size:16px}
.fx-ba{background:var(--fx-grey);border-radius:16px;padding:12px;margin-bottom:18px}
.fx-ba .tabs{display:flex;background:#fff;border-radius:12px;overflow:hidden;font-weight:600;font-size:19px}
.fx-ba .tabs span{flex:1;text-align:center;padding:12px 0}
.fx-ba .tabs .goal{color:var(--accent)}
.fx-ba .pics{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0 6px}
.fx-ba .pics img{width:100%;height:230px;object-fit:contain;object-position:bottom}
.fx-ba .stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fff;border-radius:12px;padding:12px}
.fx-ba .stats>div{text-align:left;padding-left:6px}
.fx-ba .stats>div+div{border-left:1px solid var(--fx-grey2);padding-left:14px}
.fx-ba .stats small{display:block;color:var(--fx-ink2);font-size:14px;margin-top:6px}
.fx-ba .stats b{display:block;font-size:19px}
.fx-ba .seg{display:flex;gap:6px;margin-top:8px}
.fx-ba .seg i{flex:1;height:6px;border-radius:6px;background:var(--fx-grey2)}
.fx-ba .seg i.r{background:#ef4444}.fx-ba .seg i.g{background:#16a34a}
.fx-ready{background:linear-gradient(135deg,var(--accent),var(--accentInk));color:#fff;border-radius:16px;padding:22px 20px;margin:0 -8px 22px;text-align:center}
.fx-ready .pill{display:inline-block;background:rgba(255,255,255,.25);border-radius:999px;padding:8px 18px;font-size:15px;margin-bottom:14px}
.fx-ready h2{font-size:22px;font-weight:600;margin:0 0 16px;line-height:1.3}
.fx-ready ul{list-style:none;padding:0;margin:0;text-align:left;display:grid;gap:12px;font-size:17px}
.fx-ready li::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.3);margin-right:12px;font-size:13px}
.fx-tier{border:2px solid transparent;background:var(--fx-grey);border-radius:14px;padding:16px 14px}
.fx-tier[aria-pressed="true"]{border-color:var(--accent);background:#fff}
.fx-tier .nm b{font-size:19px;font-weight:600;color:var(--fx-ink)}
.fx-tier .nm .pr{font-size:16px;color:var(--fx-ink);margin-top:4px}
.fx-tier .nm .pr s{color:var(--fx-ink3);margin-right:4px}
.fx-tier .pd b{font-size:22px}
.fx-tier .badge{background:linear-gradient(90deg,#f43f5e,#f59e0b);left:14px;top:-12px;padding:5px 9px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.02em}
.fx-buy.grad{background:linear-gradient(90deg,var(--accent),var(--accent2,var(--accent)));font-size:19px;margin:10px 0 26px}
.fx-feat{text-align:center;letter-spacing:.06em;color:var(--fx-ink2);font-size:14px;margin:6px 0 14px}
.fx-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 26px;margin:0 0 30px}
.fx-logos span{font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:22px;color:#111;letter-spacing:-.01em}
.fx-logos span:nth-child(2n){font-family:var(--fx-font);letter-spacing:.14em;text-transform:uppercase;font-size:18px}
.fx-cases{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -24px;padding:6px 24px 12px}
.fx-case{flex:0 0 100%;scroll-snap-align:start;background:var(--fx-grey);border-radius:16px;padding:18px;text-align:left}
.fx-case .who{font-size:17px;font-weight:500}.fx-case .who span{color:var(--fx-ink2);font-weight:400;margin-left:6px}
.fx-case .stars{color:#f59e0b;letter-spacing:3px;margin:6px 0 10px}
.fx-case p{font-size:16px;line-height:1.5;margin:0 0 14px}
.fx-case img{width:100%;border-radius:12px;display:block}
.fx-fb{background:var(--fx-grey);margin:20px -24px;padding:22px 24px}
.fx-fb h4{margin:0 0 14px;color:var(--fx-ink2);font-size:19px;font-weight:600}
.fx-fbcard{display:grid;grid-template-columns:52px 1fr;gap:12px;background:#fff;border-radius:12px;padding:14px;margin-bottom:12px;text-align:left}
.fx-fbcard img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.fx-fbcard b{color:#3b5998;font-size:17px;display:flex;gap:8px;align-items:center}
.fx-fbcard b .badge{background:#f43f5e;color:#fff;border-radius:4px;font-size:10px;padding:2px 5px}
.fx-fbcard small{display:block;color:var(--fx-ink2);font-size:14px;margin:2px 0 8px}.fx-fbcard small em{font-style:normal;color:#3b5998}
.fx-fbcard p{margin:0;font-size:16px;line-height:1.45}
.fx-fb .more{text-align:center;color:var(--fx-ink2);font-weight:500;margin:6px 0 0}
.fx-checks{display:grid;grid-template-columns:1fr 1fr;gap:18px 12px;margin:0 0 26px;text-align:left}
.fx-checks>div{padding-left:34px;position:relative}
.fx-checks>div::before{content:"✓";position:absolute;left:0;top:2px;color:#16a34a;font-weight:700;font-size:22px}
.fx-checks small{display:block;color:var(--fx-ink2);font-size:15px}.fx-checks b{font-size:18px;font-weight:500}
.fx-checkout{text-align:left;margin:0 0 22px}
.fx-checkout h4,.fx-h4{font-size:24px;font-weight:600;margin:0 0 12px;text-align:left}
.fx-checkout .line{display:flex;justify-content:space-between;color:var(--fx-ink2);font-size:16px;padding:8px 0}
.fx-checkout .line.total{border-top:1px solid var(--fx-grey2);color:var(--fx-ink);font-weight:600;margin-top:6px;padding-top:14px}
.fx-checkout .green{color:#16a34a}
.fx-pay{display:grid;gap:10px;margin:0 0 14px}
.fx-pay label{display:flex;align-items:center;gap:12px;border:1px solid var(--fx-grey2);border-radius:12px;padding:16px 14px;font-size:18px;cursor:pointer}
.fx-pay label i{width:22px;height:22px;border-radius:50%;border:2px solid var(--fx-grey2)}
.fx-pay label.on{border-color:var(--fx-ink)}
.fx-pay label.on i{border-color:#f59e0b;background:radial-gradient(circle,#f97316 45%,#fff 50%)}
.fx-pay label span{flex:1;text-align:left}
.fx-pay label em{font-style:normal;font-size:13px;font-weight:700;border:1px solid var(--fx-grey2);border-radius:6px;padding:4px 8px;color:var(--fx-ink2)}
.fx-renew{font-size:14px;color:var(--fx-ink3);text-align:center;line-height:1.5;margin:0 0 10px}
.fx-guarantee{display:grid;grid-template-columns:1fr 96px;gap:10px;align-items:center;background:var(--fx-grey);border-radius:16px;padding:20px;margin:22px 0;text-align:left;color:var(--fx-ink2);font-size:16px}
.fx-guarantee b{font-size:20px;color:var(--fx-ink);display:block;margin-bottom:8px}
.fx-guarantee p{margin:0 0 10px;line-height:1.5}
.fx-guarantee a{color:var(--fx-ink2)}
.fx-guarantee .stamp{width:96px;height:96px;border-radius:50%;border:3px dashed #f43f5e;color:#f43f5e;display:grid;place-items:center;text-align:center;font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1.2;transform:rotate(-8deg)}
.fx-guarantee .stamp b{display:block;font-size:26px;color:#f43f5e;margin:0;line-height:1}
.fx-trust{text-align:left;margin:0 0 30px}
.fx-trust h4{font-size:22px;font-weight:600;margin:16px 0 4px}
.fx-trust p{color:var(--fx-ink2);font-size:16px;margin:0;line-height:1.5}
.fx-trust a{color:var(--accent)}
/* face change */
.fx-img.face3{border-radius:14px}
.fx-face3row{display:flex;gap:0;margin:4px 0 0;align-items:flex-end}
.fx-face3row img{flex:1;width:33.333%;max-height:30svh;object-fit:contain;object-position:center bottom;display:block}
.fx-chevrons{display:flex;margin:0 0 18px}
.fx-chevrons span{flex:1;text-align:center;color:#fff;font-size:19px;font-weight:500;padding:14px 0;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%,14px 50%)}
.fx-chevrons .c0{background:#7f1d1d;border-radius:14px 0 0 14px;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%)}
.fx-chevrons .c1{background:#be123c}
.fx-chevrons .c2{background:var(--accent);border-radius:0 14px 14px 0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,14px 50%)}
.fx-ready h2,.fx-checkout h4,.fx-h4,.fx-fb h4,.fx-trust h4,.fx-guarantee b,.fx-case .who,.fx-fbcard b{font-family:var(--fx-font)}

.fx-screen{transform:none!important}

.fx-buy.grad{background:linear-gradient(90deg,#f43f5e 0%,#fb923c 55%,#fbbf24 100%);box-shadow:0 10px 24px -12px rgba(244,63,94,.6)}
.fx-loader .fx-review .stars{color:#f59e0b;letter-spacing:2px;font-size:14px;margin:4px 0 6px}

/* image skeleton: soft shimmer on the image box until it has loaded */
img.fx-ld{background:linear-gradient(100deg,var(--fx-grey) 30%,#eeedeb 45%,var(--fx-grey) 60%);background-size:220% 100%;animation:fxsk 1.1s ease-in-out infinite;border-radius:12px;color:transparent}
.fx-pf-card img.ph.fx-ld,.fx-ba .pics img.fx-ld,.fx-imgopt img.fx-ld{border-radius:14px;opacity:.9}
@keyframes fxsk{from{background-position:120% 0}to{background-position:-100% 0}}
@media(prefers-reduced-motion:reduce){img.fx-ld{animation:none}}

/* embedded Stripe checkout sheet */
.fx-paysheet{position:fixed;inset:0;background:#fff;z-index:120;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateY(100%);transition:transform .28s ease;visibility:hidden}
.fx-paysheet.on{transform:none;visibility:visible}
.fx-paysheet .bar{position:sticky;top:0;display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--fx-line);font-size:14px;color:var(--fx-ink2);z-index:2}
.fx-paysheet .back{border:0;background:var(--fx-grey);border-radius:999px;padding:8px 14px;font:inherit;font-size:15px;font-weight:600;color:var(--fx-ink);cursor:pointer}
#fxcheckout{max-width:480px;margin:0 auto;padding:8px 0 40px}
body.fx-paylock{overflow:hidden}
@media(prefers-reduced-motion:reduce){.fx-paysheet{transition:none}}

.fx-lrow.single{margin:26px 0 0}
.fx-lchart{margin:10px 0 0}

/* 59: gift card — glow + moving shine before the scratch, pop + confetti after */
.fx-scratchbox.glow{box-shadow:0 14px 40px -12px rgba(168,85,247,.35),0 0 0 3px rgba(255,255,255,.7),0 0 0 4px rgba(236,72,153,.25);animation:fxgift 2.2s ease-in-out infinite}
@keyframes fxgift{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
.fx-scratchbox .shine{position:absolute;inset:-40% -60%;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.75) 50%,rgba(255,255,255,0) 60%);transform:translateX(-60%);animation:fxshine 2.4s ease-in-out infinite;mix-blend-mode:screen}
.fx-scratchbox:not(.glow) .shine{display:none}
@keyframes fxshine{0%{transform:translateX(-70%)}60%,100%{transform:translateX(70%)}}
.fx-scratchbox.won{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);box-shadow:0 16px 40px -14px rgba(22,163,74,.35)}
.fx-scratchbox.won .under b{animation:fxpop .6s cubic-bezier(.2,1.4,.4,1) both}
@keyframes fxpop{0%{transform:scale(.6);opacity:.4}60%{transform:scale(1.18)}100%{transform:scale(1);opacity:1}}
.fx-confetti{position:absolute;inset:0;pointer-events:none;overflow:visible;z-index:3}
.fx-confetti i{position:absolute;width:8px;height:12px;border-radius:2px;opacity:0;animation:fxconf 1.5s cubic-bezier(.2,.8,.3,1) forwards}
@keyframes fxconf{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--dx),calc(var(--dy) + 140px)) rotate(var(--r))}}
@media(prefers-reduced-motion:reduce){.fx-scratchbox.glow,.fx-scratchbox .shine,.fx-confetti i,.fx-scratchbox.won .under b{animation:none}}
.fx-theme{text-align:center;color:var(--accent);font-weight:600;font-size:15px;margin:22px 0 -18px}

.fx-opts.g3{grid-template-columns:repeat(3,1fr);gap:10px}.fx-opt.c{justify-content:center;text-align:center;padding:14px 6px;min-height:58px;font-weight:600}.fx-opt.c .tx{display:block;text-align:center}
.fx-zmap{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:10px;margin:4px 0 12px}.fx-zmap svg{width:100%;height:auto}.fx-zmap .zn{fill:var(--fx-accent,#3f7a5a);stroke:var(--fx-accent,#3f7a5a);opacity:.08}.fx-zmap .zn.on{animation:fxzone .9s ease forwards}.fx-zmap .zn.on{stroke:none}.fx-zmap path.zn.on{stroke:var(--fx-accent,#3f7a5a)}@keyframes fxzone{0%{opacity:.08;transform:scale(1)}60%{opacity:.85;transform:scale(1.06)}100%{opacity:.6;transform:scale(1)}}.fx-zmap .zn{transform-box:fill-box;transform-origin:center}.fx-zmap .pin{opacity:0;animation:fxzl .5s ease forwards}.fx-zmap .pin circle{fill:var(--fx-accent,#3f7a5a)}.fx-zmap .pin text{fill:#fff;font-size:12px;font-weight:700}.fx-zlist{list-style:none;margin:0;padding:0;display:grid;gap:10px;text-align:left}.fx-zlist li{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:var(--fx-ink);opacity:0;transform:translateX(8px);animation:fxzl .5s ease forwards}.fx-zlist li i{width:26px;height:26px;border-radius:50%;background:var(--fx-accent,#3f7a5a);color:#fff;font-style:normal;font-size:13px;display:grid;place-items:center;flex:none}@keyframes fxzl{to{opacity:1;transform:none}}

.fx-opts.pad{padding-bottom:140px} /* multi-select lists scroll clear of the fixed Continue button */

/* ---- /face/ funnel: puffiness gauge, event date, photo scan, Now → in 14 days result ---- */
.fx-pgauge{background:var(--fx-grey);border-radius:16px;padding:18px;margin:0 0 18px;text-align:left}
.fx-pgauge .top{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.fx-pgauge .n{font-size:44px;font-weight:700;line-height:1}.fx-pgauge .n small{font-size:18px;color:var(--fx-ink3);font-weight:500}
.fx-pgauge .lb b{display:block;font-size:18px}.fx-pgauge .lb span{color:var(--fx-ink2);font-size:14px}
.fx-pgauge .bar{position:relative;height:12px;border-radius:12px;background:linear-gradient(90deg,#22c55e 0%,#84cc16 30%,#fbbf24 55%,#f97316 78%,#ef4444 100%);margin:0 6px}
.fx-pgauge .bar .mk{position:absolute;top:-6px;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid var(--fx-ink);transform:translateX(-50%)}
.fx-pgauge .ws{display:flex;justify-content:space-between;font-size:13px;color:var(--fx-ink3);margin-top:10px}
.fx-datebox{position:relative;background:var(--fx-grey);border-radius:14px;padding:6px 16px;margin:0 0 6px}
.fx-datebox input{width:100%;border:0;background:transparent;font:inherit;font-size:24px;font-weight:600;padding:12px 0;color:var(--fx-ink);text-align:center;-webkit-appearance:none;appearance:none;min-height:56px}
.fx-datebox span{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:22px;pointer-events:none}
.fx-skip{text-align:center;margin:12px 0 0}
.fx-scan{text-align:center}
.fx-scanhint{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 0 18px}
.fx-scanhint span{background:var(--fx-grey);border-radius:999px;padding:8px 12px;font-size:14px;color:var(--fx-ink2)}
label.fx-scanbtn{display:block;margin:0 auto 12px;cursor:pointer}
.fx-scanst{font-size:14px;color:var(--fx-ink2);margin:6px 0 0;min-height:1em;line-height:1.45}.fx-scanst.err{color:#b91c1c}
.fx-analyzing{position:relative;border-radius:14px;overflow:hidden;background:var(--fx-grey);min-height:180px;margin:12px 0 0}
.fx-analyzing img{width:100%;display:block;opacity:.55}
.fx-analyzing .ov{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:var(--fx-ink);padding:20px}
.fx-analyzing .ov b{display:block;font-size:17px;margin:10px 0 4px}.fx-analyzing .ov small{color:var(--fx-ink2);font-size:13px}
.fx-analyzing .spin{width:40px;height:40px;border-radius:50%;border:4px solid rgba(255,255,255,.8);border-top-color:var(--accent);animation:fxspin .9s linear infinite;margin:0 auto}
@keyframes fxspin{to{transform:rotate(360deg)}}
.fx-scanprog{height:6px;border-radius:6px;background:var(--fx-grey2);overflow:hidden;margin:10px 0 0}.fx-scanprog i{display:block;height:100%;background:var(--accent);transition:width .6s}
.fx-result{background:var(--fx-grey);border-radius:16px;padding:12px;margin:0 0 18px}
.fx-result .tabs{display:flex;background:#fff;border-radius:12px;overflow:hidden;font-weight:600;font-size:18px}
.fx-result .tabs span{flex:1;text-align:center;padding:11px 0}.fx-result .tabs .goal{color:var(--accent)}
.fx-result .pics{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:10px 0 6px}
.fx-result .pics img{width:100%;aspect-ratio:3/3.6;object-fit:cover;border-radius:10px;display:block}
.fx-result .fx-img.one{margin:10px 0 6px}
.fx-result .cap{margin:6px 4px 2px;font-size:13px;color:var(--fx-ink3);text-align:center;line-height:1.4}
.fx-result+.fx-p{text-align:left}
.fx-h1 b{font-weight:600;color:#16a34a}
.fx-ba.face .pics.one{grid-template-columns:1fr 1fr}
.fx-ba.face .pics.one img{height:auto;aspect-ratio:3/3.6;object-fit:cover;border-radius:10px}
.fx-ba.face .pics.one img.wide{grid-column:1/-1;aspect-ratio:auto;height:auto;object-fit:contain}
.fx-pf-card img.ph.face{width:118px;height:200px;bottom:0;right:6px}
.fx-pf-card.face{grid-template-columns:1fr 112px}
.fx-pgauge .n{min-width:64px}
.fx-zmap.face{grid-template-columns:1fr 1.2fr}.fx-zmap.face svg{max-height:210px}

.fx-pct{display:flex;align-items:center;justify-content:center;gap:14px;margin:4px 0 6px}
.fx-pct span{background:var(--fx-grey);border-radius:14px;padding:12px 16px;min-width:130px;text-align:center}
.fx-pct small{display:block;font-size:12px;color:var(--fx-ink2);margin-bottom:2px}.fx-pct b{display:block;font-size:26px;line-height:1.1}.fx-pct em{font-style:normal;font-size:13px;color:var(--fx-ink2)}
.fx-pct span:last-child b,.fx-pct span:last-child em{color:#16a34a}.fx-pct i{font-style:normal;font-size:22px;color:var(--fx-ink3)}
.fx-ba.face .fx-note{margin:8px 0 0}

/* tap-zone photo + loader photo (/depuff/) */
/* The engine puts fx-<type> on the <section>, so the tap-zone photo needs a class of its own —
   as .fx-zones it also painted the whole screen as one grey rounded card. The photo is capped by
   viewport height (1200x1490 source, so width = height x 0.8) to keep the chips above the fold. */
.fx-screen.fx-zones{padding-bottom:104px}
.fx-screen.fx-zones .fx-h1{font-size:26px;margin:20px 0 10px}
.fx-screen.fx-zones .fx-sub{font-size:16px;margin:0 0 12px}
.fz-map{position:relative;border-radius:16px;overflow:hidden;max-width:270px;max-width:min(270px,25svh);margin:0 auto 12px;background:var(--fx-grey)}
.fz-map img{width:100%;display:block}
.fz-map svg,.fx-zphoto svg{position:absolute;inset:0;width:100%;height:100%}
.fz-map .z{fill:rgba(255,255,255,.14);stroke:rgba(255,255,255,.85);stroke-width:.7;cursor:pointer;transition:fill .15s}
.fz-map .z .ln{fill:none;stroke:rgba(255,255,255,.85)}
.fz-map .z.on{fill:rgba(63,122,90,.5);stroke:var(--accent);stroke-width:1}
.fz-map .z.on .ln{stroke:rgba(63,122,90,.75)}
.fx-zchips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0 0 14px}
.fx-zchips button{border:2px solid var(--fx-grey2);background:var(--fx-grey);border-radius:999px;padding:9px 14px;font:inherit;font-size:15px;color:var(--fx-ink);cursor:pointer}
.fx-zchips button[aria-pressed="true"]{border-color:var(--accent);background:#dcfce7;color:var(--accentInk)}
.fx-zphoto{margin:4px 0 8px}
.fx-zphoto .ph{position:relative;border-radius:14px;overflow:hidden;background:var(--fx-grey);max-width:300px;max-width:min(300px,26svh);margin:0 auto 10px}
.fx-zphoto .ph img{width:100%;display:block}
.fx-zphoto .zn{opacity:0;animation:fxzn .8s ease forwards}
.fx-zphoto .zn .zs{fill:rgba(63,122,90,.45);stroke:var(--accent);stroke-width:.9}.fx-zphoto .zn .zs .ln{fill:none;stroke:rgba(63,122,90,.8)}
.fx-zphoto .zn line{stroke:#fff;stroke-width:.9}.fx-zphoto .zn circle{fill:#fff;stroke:var(--accent);stroke-width:1}
.fx-zphoto .zn text{font:700 6px var(--fx-font);fill:var(--accent);text-anchor:middle}
@keyframes fxzn{from{opacity:0;transform:scale(.96);transform-origin:50% 50%}to{opacity:1;transform:none}}
.fx-zphoto .fx-zlist{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 10px}.fx-zphoto .fx-zlist li{font-size:15px}
.fx-loader .fx-lrow.single{margin:10px 0 0}
@media(prefers-reduced-motion:reduce){.fx-zphoto .zn{animation:none;opacity:1}}

/* heat map on the result photos */
.fx-result figure{margin:0;position:relative;border-radius:10px;overflow:hidden}
.fx-result figure img{border-radius:0}
.fx-result .heat{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .25s}
.fx-result.heaton .heat{opacity:1}
.fx-result figcaption{position:absolute;left:8px;top:8px;background:rgba(255,255,255,.9);color:var(--fx-ink);font-size:12px;font-weight:600;padding:4px 8px;border-radius:999px}
.fx-result .legend{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--fx-ink2);margin:8px 4px 0}
.fx-result .legend label{display:flex;align-items:center;gap:6px;cursor:pointer}.fx-result .legend input{accent-color:var(--accent);width:16px;height:16px;margin:0}
.fx-result .legend span i{display:inline-block;width:12px;height:12px;border-radius:50%;background:radial-gradient(circle,rgba(63,122,90,.75),rgba(63,122,90,0));vertical-align:-2px;margin-right:4px}
/* savings */
.fx-sav{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:start;margin:0 0 16px}
.fx-sav .col{background:var(--fx-grey);border-radius:16px;padding:14px 10px;text-align:center;min-width:0}
.fx-sav .col.on{background:#dcfce7}
.fx-sav small{display:block;font-size:13px;color:var(--fx-ink2);margin-bottom:8px}
.fx-sav .stack{height:110px;display:flex;align-items:flex-end;justify-content:center;margin:0 0 8px}
.fx-sav .stack i{display:block;width:54px;border-radius:8px;background:repeating-linear-gradient(180deg,#e7c66a 0 9px,#f6e2a0 9px 12px);box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)}
.fx-sav .stack.on i{background:repeating-linear-gradient(180deg,var(--accent) 0 9px,#8fc3a6 9px 12px)}
.fx-sav b{display:block;font-size:21px;line-height:1.1;white-space:nowrap}.fx-sav b em{font-style:normal;font-size:13px;color:var(--fx-ink2);font-weight:500}
.fx-sav ul{list-style:none;padding:0;margin:10px 0 0;text-align:left;font-size:13px;color:var(--fx-ink2);display:grid;gap:4px}
.fx-sav li{display:flex;justify-content:space-between;gap:6px}.fx-sav li span{color:var(--fx-ink3);white-space:nowrap}.fx-sav li strong{color:#16a34a}
.fx-sav .arrow{align-self:center;font-size:22px;color:var(--fx-ink3)}

.fn-face .fx-imgopt img,.fn-photo .fx-imgopt img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:center 20%;border-radius:10px;margin:0 0 8px}
.fn-face .fx-pf-card.face{grid-template-columns:1fr 104px;align-items:center;min-height:0;padding:18px 14px 18px 18px;gap:12px;margin-top:20px}
.fn-face .fx-pf-card.face .rows{padding-bottom:0;gap:12px}
.fn-face .fx-pf-card.face b{font-size:17px;line-height:1.25}
.fn-face .fx-pf-card img.ph.face{position:static;width:104px;height:104px;object-fit:cover;object-position:center 20%;border-radius:14px;align-self:center}
.fx-btn,.fx-opt,.fx-link,.fx-imgopt,.fx-tier,.fx-pill{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.fx-consent-btns{z-index:20}
.fx-result .pics.single,.fx-ba .pics.single{display:block}
.fx-result .pics.single img,.fx-ba .pics.single img{width:100%;height:auto;aspect-ratio:auto;border-radius:10px;display:block}

/* info screens: the tile grid and body copy carry the height */
.fx-info .fx-tiles{gap:8px}
.fx-info .fx-tile{padding:12px 10px}
/* the second loader stacks ring + stages + a review card */
.fx-loader .ring{width:clamp(96px,17svh,132px);height:clamp(96px,17svh,132px)}

/* prediction and stories carry a card stack; on a short screen the review strip is the part that
   pushes the button off, so it shrinks first */
.fx-prediction .fx-review p,.fx-story p{font-size:clamp(13.5px,2svh,15px)}
.fx-prediction .fx-note{font-size:13px;margin:6px 0 0}

/* Fold pass, 390x740 (iPhone with Safari's toolbars showing): the remaining screens are the ones
   that stack a picture or a card list, so those parts take their size from the small viewport. */
.fx-info .fx-img{max-height:26svh}
.fx-info .fx-html ul{margin:0 0 10px;line-height:1.5}
.fx-prediction .fx-card svg{max-height:24svh;height:auto;width:100%}
.fx-prediction .fx-review{padding:10px 12px}
.fx-prediction .fx-h3{margin:8px 0 6px;font-size:16px}
.fx-result .pics img{max-height:32svh;width:auto;margin:0 auto}
.fx-loader .stages li{padding:5px 0}
.fx-story{gap:10px}
.fx-story p{-webkit-line-clamp:3}

.fx-result .cap{font-size:12.5px;margin:4px 0 0}
.fx-forecast .fx-p{font-size:15px;line-height:1.45;margin:0}

/* the name field: a full-width tap target so one tap anywhere on it opens the keyboard */
.fx-big.text{padding:18px 0;cursor:text}
/* required name field (Nat 2026-09-08: the name step could be skipped empty) */
.fx-big.text input.bad{border-bottom-color:#dc2626}
.fx-inperr{margin:-8px 0 0;text-align:center;font-size:15px;color:#b91c1c}
/* пейволл: портрет и обещание первой строкой (Nat 2026-09-08) */
.fx-ready .lead{margin:-6px 0 16px;font-size:15px;line-height:1.5;color:rgba(255,255,255,.92)}
/* карточка дозы на лоадере креатина (Nat 2026-09-08: график похудения тут не в тему) */
.fx-dosecard{background:var(--fx-grey);border-radius:16px;padding:18px 16px;text-align:left}
.fx-dosecard .dc-top{display:flex;align-items:baseline;gap:10px;justify-content:center;margin-bottom:14px}
.fx-dosecard .dc-top b{font-size:44px;font-weight:800;color:var(--accent);line-height:1}
.fx-dosecard .dc-top span{font-size:15px;color:var(--fx-ink2)}
.fx-dosecard ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.fx-dosecard li{display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px;background:#fff;border-radius:10px;padding:9px 12px;opacity:0;animation:dcIn .45s ease forwards}
.fx-dosecard li i{font-style:normal;font-size:16px}
.fx-dosecard li small{font-size:14px;color:var(--fx-ink2)}
.fx-dosecard li b{font-size:14px;font-weight:600;text-align:right}
@keyframes dcIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
