/* The Weight Clinic — 'Clinical' design system (navy + orange, Plus Jakarta Sans).
   Scoped under .twcx so it never leaks into the shared header/footer or
   the portal/admin layouts. Apply by wrapping a public page's body in
   <div class="twcx"> and using the components below. Loaded site-wide via header.php. */

:root{
    --bg:#FFFFFF; --bg-2:#FBF8F4; --bg-3:#F3EAE2; --card:#FFFFFF;
    --em:#F0641F; --em-d:#CE5212; --em-bright:#FF7A33; --em-soft:#F8CDB4; --em-tint:#FDEEE3;
    --ink:#1E2640; --ink-2:#46506B; --soft:#7E8398; --softer:#AEB3C2;
    --line:#E5DACE; --line-2:#D7CCBE; --peach:#FCEADD;
    --ff:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
    --sh-sm:0 1px 2px rgba(60,36,18,.06); --sh:0 6px 20px rgba(60,36,18,.07);
    --sh-md:0 16px 40px rgba(60,36,18,.10); --sh-em:0 12px 30px rgba(35,24,18,.26);
    --r:16px; --r-lg:22px;
  }
.twcx *{box-sizing:border-box}
.twcx{scroll-behavior:smooth}
.twcx{margin:0;background:var(--bg);color:var(--ink);font-family:var(--ff);font-size:16px;line-height:1.55;letter-spacing:-.012em;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.twcx a{color:inherit;text-decoration:none}
::selection{background:var(--em);color:#fff}
.twcx .wrap{max-width:1180px;margin:0 auto;padding:0 30px}
@media(max-width:640px){
.twcx .wrap{padding:0 20px}
}
.twcx h1, .twcx h2, .twcx h3{margin:0;font-weight:700;letter-spacing:-.035em;line-height:1.05}
.twcx h1 .a, .twcx h2 .a{color:var(--em)}
.twcx .ey{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--em);background:transparent;border:1px solid var(--em-soft);padding:5px 13px;border-radius:999px}
.twcx .rv{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.2,.6,.3,1),transform .6s cubic-bezier(.2,.6,.3,1)}
.twcx .rv.in{opacity:1;transform:none}
.twcx .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:12px;font-size:15px;font-weight:700;border:1.5px solid transparent;cursor:pointer;font-family:var(--ff);transition:.16s}
.twcx .btn .arr{transition:transform .16s}
.twcx .btn:hover .arr{transform:translateX(3px)}
.twcx .btn-em{background:var(--em);color:#fff;box-shadow:var(--sh-em)}
.twcx .btn-em:hover{background:var(--em-d);transform:translateY(-1px)}
.twcx .btn-out{background:#fff;color:var(--ink);border-color:var(--line-2)}
.twcx .btn-out:hover{border-color:var(--ink)}
.twcx .micro{background:var(--ink);color:rgba(255,255,255,.86);font-size:12.5px}
.twcx .micro .wrap{display:flex;gap:20px;justify-content:center;align-items:center;padding:9px 30px;flex-wrap:wrap}
.twcx .micro b{color:#fff;font-weight:700}
.twcx .micro .sep{opacity:.5}
@media(max-width:640px){
.twcx .micro .h{display:none}
}
.twcx .nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line)}
.twcx .nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 30px}
.twcx .brand{font-weight:800;font-size:19px;letter-spacing:-.04em;line-height:1;white-space:nowrap}
.twcx .brand .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--em);margin-left:8px;vertical-align:middle}
.twcx .nav-links{display:flex;gap:26px;align-items:center}
.twcx .nav-links a{font-size:14px;font-weight:600;color:var(--ink-2)}
.twcx .nav-links a:hover{color:var(--em)}
.twcx .nav-cta{background:var(--em);color:#fff!important;padding:10px 17px;border-radius:11px;font-size:13.5px;box-shadow:var(--sh-em)}
.twcx .nav-cta:hover{background:var(--em-d)}
@media(max-width:920px){
.twcx .nav-links a:not(.nav-cta){display:none}
}
.twcx .hero{padding:60px 0 40px}
.twcx .hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
@media(max-width:940px){
.twcx .hero .wrap{grid-template-columns:1fr;gap:38px}
}
.twcx .hero h1{font-size:clamp(38px,5.2vw,62px);font-weight:800;letter-spacing:-.04em;line-height:1.02;margin:18px 0 18px;max-width:15ch}
.twcx .hero .lede{font-size:18px;line-height:1.55;color:var(--ink-2);max-width:46ch;margin:0 0 28px;font-weight:500}
.twcx .hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.twcx .hero-foot{margin-top:26px;display:flex;gap:18px;align-items:center;flex-wrap:wrap;font-size:13.5px;color:var(--soft)}
.twcx .hero-foot .chk{display:inline-flex;align-items:center;gap:6px}
.twcx .hero-foot svg{color:var(--em)}
.twcx .hero-vis{position:relative}
.twcx .hero-img{position:relative;aspect-ratio:1;border-radius:var(--r-lg);overflow:hidden;background:var(--bg-3);box-shadow:var(--sh-md)}
.twcx .hero-img img{width:100%;height:100%;object-fit:cover;object-position:50% 16%;display:block;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.twcx .hero-img:hover img{transform:scale(1.07)}
@media(prefers-reduced-motion:reduce){.twcx .hero-img:hover img{transform:none}}
/* Hero trust cards — compact cards floating on the photo, expand on hover/focus
   (homepage only; deliberately distinct from the shared .fc cards) */
.twcx .hero-floats{position:absolute;inset:0;z-index:2;pointer-events:none}
.twcx .hf{position:absolute;max-width:292px;pointer-events:auto;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--sh-md);outline:none;animation:floaty 5s ease-in-out infinite;transition:box-shadow .25s ease}
/* straddle the image edges — half on the photo, half off (web) */
.twcx .hf-1{top:34px;left:-38px;animation-duration:4.8s}
.twcx .hf-2{top:44%;right:-34px;animation-duration:5.6s;animation-delay:.5s}
.twcx .hf-3{bottom:30px;left:-30px;animation-duration:5.2s;animation-delay:.9s}
.twcx .hf:hover,.twcx .hf:focus-within{align-items:flex-start;animation-play-state:paused;box-shadow:0 16px 36px rgba(20,24,40,.22);z-index:3}
.twcx .hf .ic{width:36px;height:36px;border-radius:10px;background:var(--em-tint);color:var(--em);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.twcx .hf-head{font-weight:800;font-size:13.5px;letter-spacing:-.02em;line-height:1.14;color:var(--ink);white-space:nowrap}
.twcx .hf-more{font-size:12px;color:var(--ink-2);line-height:1.42;max-height:0;width:0;opacity:0;overflow:hidden;transition:max-height .4s cubic-bezier(.2,.7,.2,1),width .4s cubic-bezier(.2,.7,.2,1),opacity .3s ease,margin-top .3s ease}
.twcx .hf:hover .hf-more,.twcx .hf:focus-within .hf-more{max-height:170px;width:208px;opacity:1;margin-top:5px}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(prefers-reduced-motion:reduce){.twcx .hf{animation:none}}
/* Narrower desktop/tablet: pull cards back inside the image so they never spill off-screen */
@media(max-width:1080px){
.twcx .hf{max-width:200px}
.twcx .hf-1{top:14px;left:12px}
.twcx .hf-2{top:44%;right:12px}
.twcx .hf-3{bottom:14px;left:12px}
}
/* Single-column hero (<=940px): photo goes full-width, so drop the float and stack
   the cards fully-expanded below it — matches the hero breakpoint, no tiny cards lost on a big photo */
@media(max-width:940px){
.twcx .hero-floats{position:static;display:flex;flex-direction:column;gap:10px;margin-top:14px;pointer-events:auto}
.twcx .hf{position:static;max-width:none;align-items:flex-start;animation:none;box-shadow:var(--sh-sm)}
.twcx .hf-more{max-height:none;width:auto;opacity:1;margin-top:4px}
/* keep cards full-width on tap/focus — the desktop hover-expand width must not shrink them here */
.twcx .hf:hover .hf-more,.twcx .hf:focus-within .hf-more{max-height:none;width:auto;margin-top:4px}
}
.twcx .hero-collage{display:grid;grid-template-columns:1.12fr .88fr;grid-template-rows:1fr 1fr;gap:13px;aspect-ratio:1/1.03}
.twcx .hero-collage img{width:100%;height:100%;object-fit:cover;object-position:50% 16%;border-radius:18px;display:block;background:var(--bg-3);box-shadow:var(--sh-sm)}
.twcx .hero-collage .tall{grid-row:1 / span 2;object-position:50% 24%}
.twcx .fc{position:absolute;background:#fff;border-radius:14px;padding:13px 16px;box-shadow:var(--sh-md);display:flex;align-items:center;gap:11px}
.twcx .fc.a{top:18px;left:-20px;animation:floaty 4.6s ease-in-out infinite}
.twcx .fc.b{bottom:18px;right:-18px;animation:floaty 5.4s ease-in-out infinite .7s}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(prefers-reduced-motion:reduce){
.twcx .fc.a, .twcx .fc.b{animation:none}
}
@media(max-width:1080px){
.twcx .fc.a{left:10px}
.twcx .fc.b{right:10px}
}
.twcx .fc .ic{width:38px;height:38px;border-radius:10px;background:var(--em-tint);color:var(--em);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.twcx .fc .big{font-weight:800;font-size:18px;letter-spacing:-.03em;line-height:1}
.twcx .fc .cap{font-size:11.5px;color:var(--soft);margin-top:2px}
.twcx .pricecard{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 22px 18px;box-shadow:var(--sh-md);max-width:430px;margin-top:4px}
.twcx .pc-price{text-align:center;font-size:18px;color:var(--ink-2);margin-bottom:16px}
.twcx .pc-price b{font-size:32px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}
.twcx .pc-price span{color:var(--soft)}
.twcx .btn-block{width:100%;justify-content:center;font-size:16px;padding:16px}
.twcx .pc-link{display:block;text-align:center;margin-top:13px;font-size:14.5px;font-weight:700;color:var(--ink)}
.twcx .pc-link:hover{color:var(--em)}
.twcx .pc-trust{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;margin-top:15px;padding-top:14px;border-top:1px solid var(--line);font-size:11.5px;font-weight:600;color:var(--soft)}
.twcx .social{display:flex;align-items:center;gap:15px;margin-top:24px;max-width:450px}
.twcx .avatars{display:flex;flex-shrink:0}
.twcx .avatars img{width:46px;height:46px;border-radius:50%;object-fit:cover;object-position:50% 14%;border:3px solid var(--bg);margin-left:-13px;box-shadow:var(--sh-sm);background:var(--bg-3)}
.twcx .avatars img:first-child{margin-left:0}
.twcx .social p{margin:0;font-size:14px;color:var(--ink-2);line-height:1.45}
.twcx .switch-card{background:var(--peach);border-radius:26px;padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
@media(max-width:900px){
.twcx .switch-card{grid-template-columns:1fr;padding:34px 26px;gap:32px}
}
.twcx .switch-l h2{font-size:clamp(28px,3.7vw,44px);font-weight:800;letter-spacing:-.04em;line-height:1.04}
.twcx .switch-l h2 .a{color:var(--em)}
.twcx .sw-feats{margin:28px 0 32px;display:flex;flex-direction:column;gap:20px}
.twcx .sw-f{display:flex;gap:15px}
.twcx .sw-f .ic{width:46px;height:46px;border-radius:13px;background:#fff;color:var(--em);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--sh-sm)}
.twcx .sw-f h4{margin:0 0 3px;font-size:16.5px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}
.twcx .sw-f p{margin:0;font-size:14px;color:var(--ink-2);line-height:1.5}
.twcx .collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;height:460px}
@media(max-width:520px){
.twcx .collage{height:330px;gap:10px}
}
.twcx .collage img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;border-radius:16px;display:block;background:var(--bg-3)}
.twcx .collage .tall{grid-row:1 / span 2;object-position:50% 26%}
.twcx .marq{background:var(--ink);overflow:hidden}
.twcx .marq-track{display:flex;align-items:center;width:max-content;animation:marq 38s linear infinite}
.twcx .marq-set{display:flex;align-items:center}
.twcx .marq:hover .marq-track{animation-play-state:paused}
.twcx .marq .mi{font-size:13px;font-weight:600;color:rgba(255,255,255,.9);padding:13px 0;white-space:nowrap}
.twcx .marq .mi b{color:#fff;font-weight:700}
.twcx .marq .md{width:6px;height:6px;border-radius:50%;background:var(--em);margin:0 28px;flex-shrink:0}
@keyframes marq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* Reduced motion (and any non-animating browser): no scroll — show ONE copy,
   wrapped + centred. Hiding the duplicate set prevents the trust items from
   appearing twice, stacked. */
@media(prefers-reduced-motion:reduce){
.twcx .marq-track{animation:none;width:100%;flex-wrap:wrap;justify-content:center}
.twcx .marq-set{flex-wrap:wrap;justify-content:center}
.twcx .marq-set[aria-hidden="true"]{display:none}
}
.twcx .band{background:var(--em);color:#fff;position:relative;overflow:hidden}
.twcx .band::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.12) 1px,transparent 0);background-size:26px 26px;opacity:.35}
.twcx .band .wrap{position:relative;padding:42px 30px;display:grid;grid-template-columns:repeat(4,1fr)}
.twcx .band .m{padding:6px 34px;display:flex;flex-direction:column;justify-content:center}
.twcx .band .m+.m{border-left:1px solid rgba(255,255,255,.26)}
@media(max-width:760px){
.twcx .band .wrap{grid-template-columns:1fr 1fr;row-gap:26px}
.twcx .band .m{padding:6px 24px}
.twcx .band .m:nth-child(odd){border-left:0}
}
@media(max-width:430px){
.twcx .band .wrap{grid-template-columns:1fr;text-align:center}
.twcx .band .m{padding:0}
.twcx .band .m+.m{border-left:0;border-top:1px solid rgba(255,255,255,.2);padding-top:22px}
}
.twcx .band .m .v{font-weight:800;font-size:clamp(34px,4.3vw,50px);letter-spacing:-.04em;line-height:1;font-variant-numeric:tabular-nums}
.twcx .band .m .l{font-size:12.5px;color:rgba(255,255,255,.85);margin-top:9px;line-height:1.4;max-width:21ch}
.twcx .sec{padding:88px 0}
.twcx .sec.tint{background:var(--bg-2)}
.twcx .head{max-width:680px;margin-bottom:48px}
.twcx .head.ctr{margin-inline:auto;text-align:center}
.twcx .head h2,.twcx .head h1{font-size:clamp(30px,4vw,46px);font-weight:800;letter-spacing:-.04em;margin-top:16px}
.twcx .head p{font-size:17px;color:var(--ink-2);margin:16px 0 0;line-height:1.6;font-weight:500}
/* Mobile spacing — most visitors are on phones; tighten the generous desktop rhythm */
@media(max-width:760px){
.twcx .sec{padding:54px 0}
.twcx .head{margin-bottom:30px}
.twcx .hero{padding:30px 0 22px}
.twcx .band .wrap{padding:34px 22px}
.twcx .jr .c{padding:24px 22px}
}
@media(max-width:520px){
.twcx .sec{padding:44px 0}
.twcx .hero h1{margin:14px 0 14px}
.twcx .head h2,.twcx .head h1{margin-top:12px}
.twcx .hero .lede{margin-bottom:22px}
}
.twcx .grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:860px){
.twcx .grid4{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
.twcx .grid4{grid-template-columns:1fr}
}
.twcx .feat{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 24px;transition:.2s}
.twcx .feat:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:var(--em-soft)}
.twcx .feat .ic{width:48px;height:48px;border-radius:14px;background:var(--em-tint);color:var(--em);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.twcx .feat h3{font-size:17px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}
.twcx .feat p{font-size:14px;color:var(--ink-2);line-height:1.55;margin:0}
.twcx .jr{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:820px){
.twcx .jr{grid-template-columns:1fr}
}
.twcx .jr .c{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 28px}
.twcx .jr .c .ph{font-size:13px;font-weight:700;color:var(--em);margin-bottom:14px}
.twcx .jr .c .bar{height:6px;border-radius:99px;background:var(--bg-3);overflow:hidden;margin-bottom:20px}
.twcx .jr .c .bar i{display:block;height:100%;width:0;background:var(--em);border-radius:99px;transition:width 1.1s cubic-bezier(.2,.7,.2,1)}
.twcx .jr.in .bar i{width:var(--w,100%)}
.twcx .jr.in .c:nth-child(1) .bar i{transition-delay:.05s}
.twcx .jr.in .c:nth-child(2) .bar i{transition-delay:.25s}
.twcx .jr.in .c:nth-child(3) .bar i{transition-delay:.45s}
@media(prefers-reduced-motion:reduce){.twcx .jr .c .bar i{transition:none}}
.twcx .jr .c h3{font-size:20px;font-weight:700;letter-spacing:-.025em;margin:0 0 10px}
.twcx .jr .c p{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin:0}
.twcx .tx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:860px){
.twcx .tx-grid{grid-template-columns:1fr}
}
.twcx .tx{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px 24px 28px;display:flex;flex-direction:column;transition:.2s}
.twcx .tx .pimg{aspect-ratio:16/10;border-radius:13px;background:#fff;border:1px solid var(--line);overflow:hidden;margin-bottom:20px;display:flex;align-items:center;justify-content:center;position:relative}
.twcx .tx .pimg img{width:100%;height:100%;object-fit:cover;display:block}
.twcx .tx .pimg.contain img{object-fit:contain;padding:6px}
.twcx .tx .pimg.lg img{transform:scale(1.15)}
.twcx .tx .pimg img.wht{filter:brightness(1.07) contrast(1.03)}
.twcx .tx .pimg.soon{flex-direction:column;gap:9px;color:var(--em);background:repeating-linear-gradient(135deg,var(--bg-2),var(--bg-2) 12px,var(--em-tint) 12px,var(--em-tint) 24px)}
.twcx .tx .pimg.soon .lab{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--soft)}
.twcx .tx:hover{transform:translateY(-4px);box-shadow:var(--sh-md);border-color:var(--em-soft)}
.twcx .tx .tag{align-self:flex-start;font-size:11px;font-weight:700;color:var(--em);background:var(--em-tint);padding:4px 10px;border-radius:999px;margin-bottom:20px}
.twcx .tx .tag.soon{background:var(--ink);color:#fff}
.twcx .tx h3{font-size:26px;font-weight:800;letter-spacing:-.03em;margin:0 0 3px}
.twcx .tx .gen{font-size:13px;color:var(--soft);margin-bottom:18px}
.twcx .tx p{font-size:14.5px;color:var(--ink-2);line-height:1.6;margin:0 0 22px}
.twcx .tx .price{margin-top:auto;display:flex;align-items:baseline;gap:6px;font-size:13px;color:var(--soft);border-top:1px solid var(--line);padding-top:16px}
.twcx .tx .price b{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--ink)}
.twcx .calc{background:var(--bg-2)}
.twcx .calc-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:36px;box-shadow:var(--sh);display:grid;grid-template-columns:1fr 1.25fr;gap:40px;align-items:center}
@media(max-width:900px){
.twcx .calc-card{grid-template-columns:1fr;gap:28px;padding:26px}
}
.twcx .calc .lbl{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--soft);margin-bottom:8px}
.twcx .calc .wt{font-weight:800;font-size:46px;letter-spacing:-.04em;line-height:1}
.twcx .calc .wt small{font-size:19px;color:var(--soft)}
.twcx input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:8px;border-radius:99px;margin:22px 0 6px;background:linear-gradient(90deg,var(--em) var(--pct,40%),var(--bg-3) var(--pct,40%))}
.twcx input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:26px;height:26px;border-radius:50%;background:#fff;border:4px solid var(--em);box-shadow:var(--sh);cursor:pointer}
.twcx input[type=range]::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#fff;border:4px solid var(--em);cursor:pointer}
.twcx .calc .scale{display:flex;justify-content:space-between;font-size:11.5px;color:var(--softer)}
.twcx .ms{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
@media(max-width:520px){
.twcx .ms{grid-template-columns:1fr 1fr}
}
.twcx .ms .m{background:var(--bg-2);border:1px solid var(--line);border-radius:13px;padding:15px 8px;text-align:center}
.twcx .ms .m .mo{font-size:11.5px;font-weight:700;color:var(--soft)}
.twcx .ms .m .kg{font-weight:800;font-size:25px;letter-spacing:-.03em;color:var(--em);margin:5px 0 2px;line-height:1}
.twcx .ms .m.peak{background:var(--em);border-color:var(--em)}
.twcx .ms .m.peak .mo{color:rgba(255,255,255,.85)}
.twcx .ms .m.peak .kg{color:#fff}
.twcx .calc .note{font-size:11.5px;color:var(--softer);margin-top:14px;line-height:1.5}
.twcx .calc-in{display:flex;flex-direction:column;gap:20px}
.twcx .cfh{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.twcx .seg{display:inline-flex;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:3px}
.twcx .seg button{border:0;background:transparent;font-family:var(--ff);font-size:12.5px;font-weight:700;color:var(--soft);padding:6px 12px;border-radius:7px;cursor:pointer;transition:.15s;white-space:nowrap}
.twcx .seg button.on{background:var(--em);color:#fff}
.twcx .crow{display:flex;align-items:center;gap:8px}
.twcx .crow[hidden]{display:none}
.twcx .crow input{width:100%;min-width:0;font-family:var(--ff);font-weight:800;font-size:25px;letter-spacing:-.03em;color:var(--ink);background:#fff;border:1.5px solid var(--line-2);border-radius:12px;padding:11px 14px;outline:none;-moz-appearance:textfield;appearance:textfield}
.twcx .crow input:focus{border-color:var(--em)}
.twcx .crow input::-webkit-outer-spin-button, .twcx .crow input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.twcx .crow .u{font-size:14px;font-weight:700;color:var(--soft);flex-shrink:0}
.twcx .bmi{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:var(--ink-2);background:var(--bg-2);border:1px solid var(--line);border-radius:12px;padding:12px 16px}
.twcx .bmi b{font-size:21px;font-weight:800;color:var(--ink);letter-spacing:-.02em}
/* Treatments card CTA links (Mounjaro/Wegovy "Check eligibility", Foundayo "Register interest") */
.twcx .tx .tx-cta{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--em);font-weight:800;font-size:14px;text-decoration:none}
.twcx .tx .tx-cta:hover{color:var(--em-d)}
.twcx .tx .tx-cta .arr{transition:transform .15s}
.twcx .tx .tx-cta:hover .arr{transform:translateX(3px)}
.twcx .tx .tx-cta.solo{margin-top:auto;border-top:1px solid var(--line);padding-top:16px}
/* Weight slider readouts + projection graph */
.twcx .calc .wt-alt{font-size:14px;font-weight:600;color:var(--soft);margin-top:1px}
.twcx .calc .wt-hint{font-size:12.5px;color:var(--softer);margin:12px 0 0;line-height:1.5}
.twcx .calc-graph svg{width:100%;height:auto;display:block}
.twcx .proj-legend{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:16px}
.twcx .proj-legend .lg{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink-2)}
.twcx .proj-legend .lg i{width:11px;height:11px;border-radius:3px;flex-shrink:0}
.twcx .proj-legend .lg b{font-weight:800;color:var(--ink)}
.twcx .bmiCat{margin-left:auto;font-size:11px;font-weight:700;padding:4px 11px;border-radius:999px;background:var(--em-tint);color:var(--em)}
.twcx .team-row{display:flex;flex-wrap:wrap;justify-content:center;gap:30px 22px}
.twcx .tmc{width:150px;text-align:center}
.twcx .tmc .av{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 14px;background:var(--bg-3);box-shadow:var(--sh);animation:bob 5.5s ease-in-out infinite;animation-delay:calc(var(--i,0) * -0.9s)}
.twcx .tmc .av img{width:100%;height:100%;object-fit:cover;object-position:50% 16%;display:block}
.twcx .tmc .av.mono{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:36px;letter-spacing:-.02em;color:var(--em);background:var(--em-tint)}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(prefers-reduced-motion:reduce){
.twcx .tmc .av{animation:none}
}
.twcx .tmc .nm{font-size:15px;font-weight:700;letter-spacing:-.02em;margin:0}
.twcx .tmc .role{font-size:11.5px;font-weight:600;color:var(--em);margin:4px 0 5px;line-height:1.3}
.twcx .tmc .reg{font-size:11px;color:var(--soft);display:inline-flex;align-items:center;gap:5px;justify-content:center}
.twcx .tmc .reg svg{color:var(--em)}
.twcx .faq-list{max-width:760px;margin:0 auto;border-top:1px solid var(--line-2)}
.twcx details{border-bottom:1px solid var(--line);padding:20px 0}
.twcx summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:17px;font-weight:700;letter-spacing:-.02em}
.twcx summary::-webkit-details-marker{display:none}
.twcx summary:hover{color:var(--em)}
.twcx summary .pm{flex-shrink:0;width:26px;height:26px;border-radius:8px;border:1px solid var(--line-2);position:relative}
.twcx summary .pm::before, .twcx summary .pm::after{content:"";position:absolute;background:var(--ink);left:50%;top:50%;transform:translate(-50%,-50%)}
.twcx summary .pm::before{width:11px;height:1.7px}
.twcx summary .pm::after{width:1.7px;height:11px;transition:.2s}
.twcx details[open] summary .pm{background:var(--em);border-color:var(--em)}
.twcx details[open] summary .pm::before, .twcx details[open] summary .pm::after{background:#fff}
.twcx details[open] summary .pm::after{transform:translate(-50%,-50%) scaleY(0)}
.twcx details .ans{padding-top:13px;font-size:15px;line-height:1.7;color:var(--ink-2);max-width:64ch}
/* FAQ — editorial two-column: sticky intro rail + themed accordion cards */
.twcx .faq-wrap{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:start}
.twcx .faq-intro{position:sticky;top:96px}
.twcx .faq-intro h2{font-size:clamp(28px,3.4vw,40px);font-weight:800;letter-spacing:-.04em;margin-top:14px}
.twcx .faq-intro p{font-size:15.5px;color:var(--ink-2);line-height:1.6;margin:14px 0 22px;max-width:34ch}
.twcx .faq-acc{display:flex;flex-direction:column;gap:28px}
.twcx .faq-grp{display:flex;flex-direction:column;gap:10px}
.twcx .faq-lbl{font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--em);margin-bottom:3px}
.twcx .faq-acc details{border-bottom:0;padding:0;background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .2s,box-shadow .2s}
.twcx .faq-acc details[open]{border-color:var(--em-soft);box-shadow:var(--sh-sm)}
.twcx .faq-acc summary{padding:15px 18px;font-size:15.5px}
.twcx .faq-acc summary:hover{color:var(--em)}
.twcx .faq-acc details .ans{padding:2px 18px 16px}
@media(max-width:860px){
.twcx .faq-wrap{grid-template-columns:1fr;gap:24px}
.twcx .faq-intro{position:static}
.twcx .faq-intro p{max-width:none}
}
.twcx .tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:860px){
.twcx .tst-grid{grid-template-columns:1fr}
}
.twcx .tst{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px}
.twcx .tst .st{color:#F5A623;letter-spacing:1px;font-size:14px;margin-bottom:14px}
.twcx .tst p{font-size:14.5px;color:var(--ink-2);line-height:1.65;margin:0 0 20px}
.twcx .tst .by{display:flex;align-items:center;gap:12px}
.twcx .tst .by .av{width:40px;height:40px;border-radius:50%;background:var(--em-tint);color:var(--em);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}
.twcx .tst .by .nm{font-weight:700;font-size:14px;letter-spacing:-.01em}
.twcx .tst .by .mt{font-size:12px;color:var(--soft)}
.twcx .final{padding:30px 0 88px}
.twcx .final-card{background:var(--em);border-radius:26px;padding:58px 46px;color:#fff;position:relative;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center}
.twcx .final-card::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.14) 1px,transparent 0);background-size:24px 24px;opacity:.4}
@media(max-width:760px){
.twcx .final-card{grid-template-columns:1fr;text-align:center;padding:46px 26px}
}
.twcx .final-card .in{position:relative;z-index:1}
.twcx .final-card h2{color:#fff;font-size:clamp(30px,4.2vw,48px);font-weight:800;letter-spacing:-.04em;margin:0 0 14px;max-width:18ch}
.twcx .final-card p{font-size:16.5px;color:rgba(255,255,255,.92);max-width:42ch;margin:0}
.twcx .final-r{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:18px}
@media(max-width:760px){
.twcx .final-r{align-items:center}
}
.twcx .final-card .btn-w{background:#fff;color:var(--em-d)}
.twcx .final-card .btn-w:hover{transform:translateY(-2px);background:var(--bg-2)}
.twcx .final-join{display:flex;align-items:center;gap:13px}
.twcx .final-join .avatars img{border-color:var(--em)}
.twcx .final-join span{font-size:13.5px;color:rgba(255,255,255,.92);line-height:1.4}
.twcx .ft{background:var(--ink);color:rgba(255,255,255,.62);padding:54px 0 38px}
.twcx .ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
@media(max-width:760px){
.twcx .ft-grid{grid-template-columns:1fr 1fr}
}
.twcx .ft .brand{color:#fff;font-size:19px;margin-bottom:13px}
.twcx .ft p{font-size:13px;line-height:1.65;max-width:34ch}
.twcx .ft h5{font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#fff;margin:0 0 13px}
.twcx .ft ul{list-style:none;padding:0;margin:0}
.twcx .ft li{margin-bottom:8px;font-size:13.5px}
.twcx .ft a:hover{color:var(--em-soft)}
.twcx .ft-legal{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:11.5px;line-height:1.7;color:rgba(255,255,255,.45)}
