/* 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 150px;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:14px 0 6px;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:30px;font-weight:600;line-height:1.2;text-align:center;margin:34px 0 18px;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:17px;color:var(--fx-ink2);text-align:center;margin:0 0 22px;line-height:1.45}
.fx-p{font-size:17px;color:var(--fx-ink2);text-align:center;margin:0 0 18px;line-height:1.55}
.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:150px;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: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:100%;border-radius:12px;margin:6px 0 18px;display:block}
.fx-card{background:var(--fx-grey);border-radius:12px;padding:18px;margin:0 0 16px}
.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:12px}
.fx-story{display:grid;grid-template-columns:auto 1fr;gap:14px;background:var(--fx-grey);border-radius:12px;padding:14px;text-align:left}
.fx-story img{width:76px;height:76px;border-radius:10px;object-fit:cover}
.fx-story b{display:block;margin-bottom:4px;font-size:16px}
.fx-story p{margin:0;color:var(--fx-ink2);font-size:15px;line-height:1.5}
.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:160px;height:160px;border-radius:50%;margin:10px auto 18px;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}
.fn-thanks{padding:30px 0}
.fn-thanks .plan{background:var(--fx-grey);border-radius:12px;padding:18px;margin:16px 0;text-align:left}
.fn-thanks .plan ul{margin:8px 0 0;padding-left:20px;line-height:1.6;color:var(--fx-ink2)}
.fn-thanks .fn-h1{font-family:var(--fx-font);font-size:28px;font-weight:600;text-align:center}
.fn-thanks .fn-p,.fn-thanks .fn-note{text-align:center;color:var(--fx-ink2)}
.fn-thanks .fn-cta{display:flex;justify-content:center;margin-top:18px}
.fn-thanks .fn-btn{display:inline-block;width:82%;max-width:330px;border-radius:999px;padding:18px 24px;background:var(--accent);color:#fff;font-size:20px;font-weight:500;text-align:center;text-decoration:none}
@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:18px 18px 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:18px 0 0 18px;margin:64px 0 12px;display:grid;grid-template-columns:1fr 128px;gap:8px;align-items:end;overflow:visible;text-align:left;position:relative;min-height:280px}
.fx-pf-card .rows{display:grid;gap:14px;padding-bottom:16px}
.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:200px;height:340px;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-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:1.1fr 1fr;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-zlist{list-style:none;margin:0;padding:0;display:grid;gap:10px}.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 */
