:root{--accent: #e6786c;--accent-deep: #c2554a;--accent-soft: #fae4e0;--pink: #efbcbb;--gold: #e7c26a;--gold-soft: #faf0d9;--olive: #8a9551;--olive-deep: #67713c;--olive-soft: #eef0e0;--ink: #3f2b22;--ink-2: #5c4438;--muted: #8a6f61;--faint: #b59c8f;--bg: #fbf4ee;--surface: #ffffff;--line: #f0ded4;--r-card: 20px;--r-sm: 12px;--shadow-sm: 0 1px 2px rgb(63 43 34 / .05), 0 2px 8px rgb(63 43 34 / .05);--shadow-md: 0 2px 4px rgb(63 43 34 / .05), 0 10px 28px rgb(63 43 34 / .1);--font-display: "Baloo 2", sans-serif;--font-body: "Nunito", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.12;letter-spacing:-.01em;text-wrap:balance;font-weight:700}p{text-wrap:pretty}.container{max-width:1140px;margin:0 auto;padding:0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;font-weight:700;font-family:var(--font-body);font-size:16px;padding:14px 28px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;text-decoration:none;white-space:nowrap}.btn:active{transform:scale(.98)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-deep);box-shadow:0 4px 16px #e6786c73;transform:translateY(-1px)}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{background:var(--ink-2)}.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--pink)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent-deep)}.btn-ghost-dark{background:transparent;color:#fff;border:1.5px solid rgb(255 255 255 / .3)}.btn-ghost-dark:hover{border-color:#ffffffa6}.btn-sm{padding:9px 18px;font-size:14.5px}.btn-lg{padding:17px 36px;font-size:17px}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.nav{position:sticky;top:0;z-index:50;background:#fbf4eed9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.nav-links{display:flex;align-items:center;gap:28px}.nav-link{background:none;border:none;font-size:15px;font-weight:600;color:var(--muted);padding:4px 0}.nav-link:hover{color:var(--ink)}.nav-link.active{color:var(--accent-deep);font-weight:700}.logo{display:flex;align-items:center;gap:9px;background:none;border:none;padding:0}.logo-mascot{width:36px;height:auto;transform:rotate(-4deg)}.logo-word{font-family:var(--font-display);font-weight:800;font-size:21px;letter-spacing:-.02em;color:var(--accent-deep)}.logo-word em{font-style:normal;color:var(--ink)}.tag{display:inline-flex;align-items:center;font-size:13px;font-weight:600;padding:4px 11px;border-radius:999px;background:var(--bg);border:1px solid var(--line);color:var(--ink-2)}.tag-accent{background:var(--accent-soft);border-color:transparent;color:var(--accent-deep);font-weight:700}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.stars{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700}.stars svg{display:block}.stars .count{color:var(--muted);font-weight:400}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-sm)}.card-pad{padding:24px}.avatar{border-radius:16px;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:600;flex-shrink:0;-webkit-user-select:none;user-select:none}.hero{background:linear-gradient(175deg,#fdf6f0,#fbeee7 55%,#f9e4dd);color:var(--ink);overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:72px 0 84px;position:relative}.hero h1{font-size:62px;font-weight:800;color:var(--ink)}.hero h1 .hl{color:var(--accent)}.hero-sub{font-size:19px;color:var(--ink-2);max-width:46ch;margin:20px 0 32px}.hero-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.hero-meta{display:flex;gap:32px;margin-top:44px}.hero-meta .m b{font-family:var(--font-display);font-size:25px;display:block;color:var(--accent-deep)}.hero-meta .m span{font-size:13.5px;color:var(--muted)}.crew-badge{display:inline-flex;align-items:center;gap:8px;background:#efbcbb59;border:1px solid var(--pink);color:var(--accent-deep);font-family:var(--font-display);font-weight:700;font-size:12.5px;letter-spacing:.16em;text-transform:uppercase;padding:7px 16px;border-radius:999px;margin-bottom:22px}.hero-mascot-wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-mascot{width:min(400px,80%);height:auto;animation:bob 5s ease-in-out infinite;filter:drop-shadow(0 24px 36px rgb(130 95 73 / .28))}@keyframes bob{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-12px) rotate(1.5deg)}}.speech-bubble{position:relative;background:var(--surface);border:1.5px solid var(--pink);border-radius:18px;padding:14px 26px;text-align:center;box-shadow:var(--shadow-md);margin-bottom:26px;z-index:2;animation:floaty 5s ease-in-out infinite}.speech-bubble:after{content:"";position:absolute;left:50%;bottom:-9px;transform:translate(-50%) rotate(45deg);width:16px;height:16px;background:var(--surface);border-right:1.5px solid var(--pink);border-bottom:1.5px solid var(--pink)}.speech-bubble .sb-hi{font-family:var(--font-display);font-weight:800;font-size:18px}.speech-bubble .sb-line{font-size:14px;color:var(--muted)}.hero-matchcard{position:absolute;left:0;bottom:36px;display:flex;align-items:center;gap:12px;background:#fff;color:var(--ink);border-radius:16px;padding:12px 16px 12px 12px;border:1px solid var(--line);box-shadow:0 18px 50px #3f2b222e;animation:floaty 5s ease-in-out infinite reverse;z-index:2}@media(prefers-reduced-motion:reduce){.hero-matchcard,.hero-mascot,.speech-bubble{animation:none}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.match-pill{background:var(--olive);color:#fff;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap;font-family:var(--font-display)}.hero-blob{position:absolute;border-radius:50%;pointer-events:none}.hero-blob.b1{width:520px;height:520px;background:radial-gradient(circle,rgb(231 194 106 / .3),transparent 65%);top:-120px;right:-140px}.hero-blob.b2{width:420px;height:420px;background:radial-gradient(circle,rgb(138 149 81 / .16),transparent 65%);bottom:-160px;left:-120px}.section{padding:88px 0}.section-head{max-width:56ch;margin-bottom:48px}.kicker{font-family:var(--font-display);font-size:13.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--olive-deep);display:block;margin-bottom:14px}.section-head h2{font-size:40px}.section-head p{color:var(--muted);font-size:17px;margin-top:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:30px 26px;position:relative}.step-num{width:42px;height:42px;border-radius:13px;color:var(--ink);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:18px;margin-bottom:20px}.step:nth-child(1) .step-num{background:var(--gold)}.step:nth-child(2) .step-num{background:var(--pink)}.step:nth-child(3) .step-num{background:var(--olive);color:#fff}.step h3{font-size:20px;margin-bottom:8px}.step p{font-size:15px;color:var(--muted)}.coach-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.goal-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.goal-tile{position:relative;border:none;border-radius:var(--r-card);overflow:hidden;aspect-ratio:4/5;padding:0;text-align:left;background:var(--ink)}.goal-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.22,1,.36,1)}.goal-tile:hover img{transform:scale(1.05)}.gt-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#301e16d9,#301e1600 55%)}.gt-label{position:absolute;left:20px;right:56px;bottom:18px;display:flex;flex-direction:column;gap:2px}.gt-name{font-family:var(--font-display);font-weight:700;font-size:21px;color:#fff;letter-spacing:-.01em}.gt-sub{font-size:13.5px;color:#ffffffd9}.gt-arrow{position:absolute;right:16px;bottom:18px;width:34px;height:34px;border-radius:50%;background:var(--gold);display:grid;place-items:center;transition:transform .2s ease}.goal-tile:hover .gt-arrow{transform:translate(3px)}.testimonial{display:grid;grid-template-columns:340px 1fr;gap:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-sm)}.t-photo{min-height:320px}.t-photo img{width:100%;height:100%;object-fit:cover}.t-body{padding:52px 56px;display:flex;flex-direction:column;justify-content:center}.t-body blockquote{font-family:var(--font-display);font-size:27px;font-weight:600;line-height:1.32;letter-spacing:-.01em;text-wrap:pretty;margin:0}.t-who{margin-top:22px;font-size:14.5px;color:var(--muted);font-weight:600}.coach-card{display:flex;flex-direction:column;gap:0;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.coach-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.coach-card .top{display:flex;gap:16px;align-items:center;padding:22px 22px 0}.coach-card .body{padding:14px 22px 22px;display:flex;flex-direction:column;gap:12px;flex:1}.coach-card h3{font-size:19px}.coach-card .role{font-size:13.5px;color:var(--muted)}.coach-card .price{font-family:var(--font-display);font-weight:700;font-size:18px;white-space:nowrap}.coach-card .price span{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--muted)}.showcase{position:relative;overflow:hidden;background:var(--surface);border:1.5px solid var(--pink);border-radius:28px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;padding:56px 60px}.showcase-badge{display:inline-flex;align-items:center;gap:8px;background:var(--gold-soft);color:var(--ink-2);font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;padding:7px 16px;border-radius:999px;margin-bottom:18px}.showcase h2{font-size:40px;margin-bottom:10px}.showcase>div>p{color:var(--muted);font-size:17px;max-width:42ch}.showcase-rows{display:flex;flex-direction:column;gap:12px;margin:28px 0 26px;max-width:460px}.showcase-row{display:flex;align-items:center;gap:16px;border-radius:16px;padding:16px 20px}.showcase-row.date{background:var(--accent-soft)}.showcase-row.time{background:var(--olive-soft)}.showcase-row .ic{width:42px;height:42px;border-radius:12px;background:#fff;display:grid;place-items:center;flex-shrink:0}.showcase-row .lab{font-size:13px;font-weight:700;color:var(--muted);letter-spacing:.04em}.showcase-row .val{font-family:var(--font-display);font-weight:700;font-size:19px}.showcase-contacts{display:flex;gap:12px;flex-wrap:wrap}.showcase-mascot-wrap{position:relative;display:grid;place-items:center}.showcase-mascot{width:min(300px,90%);transform:rotate(3deg);filter:drop-shadow(0 18px 28px rgb(130 95 73 / .25))}.confetti{position:absolute;border-radius:3px;pointer-events:none;opacity:.85}.cta-band{background:var(--ink);border-radius:28px;color:#fff;padding:64px;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;overflow:hidden}.cta-band h2{font-size:36px;color:#fff;max-width:22ch}.cta-band p{color:#ffffffa6;margin-top:10px}.cta-band .hl{color:var(--gold)}.footer{border-top:1px solid var(--line);padding:36px 0 44px;margin-top:40px}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.footer p{font-size:13.5px;color:var(--faint)}.footer-links{display:flex;gap:22px}.footer-links span{font-size:13.5px;color:var(--muted)}.footer-credit{font-family:var(--font-display);font-weight:700;color:var(--accent-deep)!important;letter-spacing:.08em;text-transform:uppercase;font-size:12px!important;margin-top:4px}.quiz-shell{max-width:660px;margin:0 auto;padding:48px 32px 80px}.quiz-progress{height:6px;background:var(--line);border-radius:999px;overflow:hidden;margin:18px 0 44px}.quiz-progress .fill{height:100%;background:var(--accent);border-radius:999px;transition:width .35s cubic-bezier(.22,1,.36,1)}.quiz-stepmeta{display:flex;justify-content:space-between;align-items:baseline;font-size:13.5px;color:var(--muted)}.quiz-q h2{font-size:32px;margin-bottom:8px}.quiz-q .hint{color:var(--muted);margin-bottom:30px}.quiz-options{display:flex;flex-direction:column;gap:10px}.quiz-options.grid2{display:grid;grid-template-columns:1fr 1fr}.opt{display:flex;align-items:center;gap:14px;text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-sm);padding:16px 18px;font-size:16px;font-weight:600;color:var(--ink);transition:border-color .12s ease,background .12s ease,transform .12s ease}.opt:hover{border-color:var(--pink);transform:translateY(-1px)}.opt.selected{border-color:var(--accent);background:var(--accent-soft)}.opt .opt-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--line);flex-shrink:0;display:grid;place-items:center;transition:all .12s ease}.opt.selected .opt-dot{border-color:var(--accent);background:var(--accent)}.opt.multi .opt-dot{border-radius:7px}.opt .opt-sub{display:block;font-size:13.5px;font-weight:400;color:var(--muted)}.quiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.results-head{padding:56px 0 8px}.results-head h1{font-size:42px}.results-head p{color:var(--muted);margin-top:12px;font-size:17px}.answer-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.result-list{display:flex;flex-direction:column;gap:16px;padding:36px 0 80px}.result-card{display:grid;grid-template-columns:auto 1fr auto;gap:22px;padding:24px;align-items:center;transition:transform .15s ease,box-shadow .15s ease}.result-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.result-card .mid{display:flex;flex-direction:column;gap:9px;min-width:0}.result-card h3{font-size:21px}.result-card .why{font-size:14.5px;color:var(--olive-deep);font-weight:600}.result-card .why b{font-weight:700}.result-card .end{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.match-ring{position:relative;width:64px;height:64px}.match-ring svg{transform:rotate(-90deg);display:block}.match-ring .pct{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:15px}.best-badge{position:absolute;top:-11px;left:24px;background:var(--ink);color:var(--gold);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:999px}.profile-hero{background:linear-gradient(170deg,#fdf6f0,#f9e4dd);border-bottom:1px solid var(--line);padding:52px 0}.profile-hero-grid{display:flex;gap:32px;align-items:center}.profile-hero h1{font-size:40px}.profile-hero .role{color:var(--muted);font-size:17px;margin-top:4px}.profile-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;padding:40px 0 80px;align-items:start}.profile-main{display:flex;flex-direction:column;gap:28px;min-width:0}.profile-side{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}.pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:28px}.pcard h2{font-size:22px;margin-bottom:16px}.pcard h2 small{display:block;font-family:var(--font-body);font-size:14px;color:var(--muted);font-weight:400;margin-top:4px;letter-spacing:0}.video-ph{border-radius:var(--r-sm);background:repeating-linear-gradient(45deg,#f7ebe2,#f7ebe2 12px,#fbf4ee 12px,#fbf4ee 24px);aspect-ratio:16/9;display:grid;place-items:center;border:1px solid var(--line)}.video-ph .play{width:64px;height:64px;border-radius:50%;background:var(--accent);display:grid;place-items:center;box-shadow:var(--shadow-md)}.video-ph .lab{font-family:ui-monospace,monospace;font-size:12.5px;color:var(--muted);margin-top:12px}.cred-list{display:flex;flex-direction:column;gap:12px}.cred-list .cred{display:flex;gap:12px;align-items:center;font-size:15px;font-weight:600}.cred .ic{width:30px;height:30px;border-radius:9px;background:var(--olive-soft);display:grid;place-items:center;flex-shrink:0}.plan-steps{display:flex;flex-direction:column;gap:0}.plan-step{display:flex;gap:16px;padding:14px 0;border-bottom:1px dashed var(--line);font-size:15px;color:var(--ink-2)}.plan-step:last-child{border-bottom:none}.plan-step .n{font-family:var(--font-display);font-weight:700;color:var(--accent-deep);flex-shrink:0}.price-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.price-row:last-of-type{border-bottom:none}.price-row b{font-family:var(--font-display);font-size:17px}.review{padding:18px 0;border-bottom:1px solid var(--line)}.review:last-child{border-bottom:none;padding-bottom:0}.review .rhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.review .rname{font-weight:700;font-size:15px}.review p{font-size:15px;color:var(--ink-2)}.avail-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.avail-day{text-align:center;font-size:12px;color:var(--muted);padding-bottom:4px}.avail-cell{height:34px;border-radius:8px;background:var(--bg);border:1px solid var(--line)}.avail-cell.on{background:var(--olive-soft);border-color:var(--olive)}.book-shell{max-width:760px;margin:0 auto;padding:44px 32px 80px}.book-steps{display:flex;gap:8px;align-items:center;margin:26px 0 36px}.bstep{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;color:var(--faint)}.bstep .dot{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;font-size:12.5px;font-family:var(--font-display)}.bstep.active{color:var(--ink)}.bstep.active .dot{background:var(--accent);border-color:var(--accent);color:#fff}.bstep.done{color:var(--olive-deep)}.bstep.done .dot{background:var(--olive-soft);border-color:transparent;color:var(--olive-deep)}.bstep-line{flex:1;height:1.5px;background:var(--line);min-width:16px}.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pkg{position:relative;text-align:left;background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-card);padding:22px 20px;transition:all .12s ease;display:flex;flex-direction:column;gap:6px}.pkg:hover{border-color:var(--pink);transform:translateY(-2px)}.pkg.selected{border-color:var(--accent);background:var(--accent-soft)}.pkg .plabel{font-weight:700;font-size:15px}.pkg .pprice{font-family:var(--font-display);font-weight:700;font-size:26px}.pkg .pper{font-size:13px;color:var(--muted)}.pkg .pnote{font-size:12.5px;font-weight:700;color:var(--olive-deep)}.pkg .pop{position:absolute;top:-10px;right:14px;background:var(--ink);color:var(--gold);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:3px 10px;border-radius:999px}.slot-days{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px}.slot-day{flex-shrink:0;width:76px;padding:12px 0 10px;border-radius:var(--r-sm);border:1.5px solid var(--line);background:var(--surface);text-align:center;transition:all .12s ease}.slot-day:hover{border-color:var(--pink)}.slot-day.selected{border-color:var(--accent);background:var(--accent);color:#fff}.slot-day .dow{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.slot-day.selected .dow{color:#ffffffd9}.slot-day .dnum{font-family:var(--font-display);font-weight:700;font-size:21px}.slot-times{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.slot-time{padding:11px 20px;border-radius:999px;border:1.5px solid var(--line);background:var(--surface);font-size:14.5px;font-weight:700;transition:all .12s ease}.slot-time:hover{border-color:var(--pink)}.slot-time.selected{background:var(--accent);border-color:var(--accent);color:#fff}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:13.5px;font-weight:700;color:var(--ink-2)}.field input{font-family:var(--font-body);font-size:15.5px;padding:13px 16px;border-radius:var(--r-sm);border:1.5px solid var(--line);background:var(--surface);color:var(--ink);outline:none;transition:border-color .12s ease}.field input:focus{border-color:var(--accent)}.field input::placeholder{color:var(--faint)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.summary-card{background:var(--bg);border-radius:var(--r-sm);padding:18px 20px;display:flex;flex-direction:column;gap:9px;border:1px solid var(--line)}.summary-row{display:flex;justify-content:space-between;font-size:14.5px;color:var(--ink-2)}.summary-row.total{border-top:1px solid var(--line);padding-top:10px;font-weight:800;color:var(--ink);font-size:16px}.confirm-hero{text-align:center;padding:36px 0 8px}.confirm-check{width:84px;height:84px;border-radius:50%;background:var(--olive);display:grid;place-items:center;margin:0 auto 26px;animation:pop .45s cubic-bezier(.22,1.4,.36,1)}@keyframes pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.dash-head{padding:48px 0 28px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.dash-head h1{font-size:36px}.dash-head p{color:var(--muted);margin-top:6px}.dash-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:18px;padding-bottom:24px}.dash-grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-bottom:80px}.dcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:26px}.dcard .dlabel{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.dcard-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.dcard-dark .dlabel{color:#ffffff8c}.stat-big{font-family:var(--font-display);font-weight:700;font-size:44px;line-height:1}.stat-big small{font-size:18px;font-weight:500;color:var(--muted)}.stat-delta{display:inline-flex;align-items:center;gap:5px;font-size:13.5px;font-weight:700;color:var(--olive-deep);background:var(--olive-soft);padding:3px 10px;border-radius:999px;margin-top:12px}.spark{margin-top:18px}.sessions-dots{display:flex;gap:7px;margin-top:18px}.sessions-dots .sd{width:100%;height:38px;border-radius:8px;background:var(--bg);border:1px solid var(--line)}.sessions-dots .sd.done{background:var(--gold);border-color:transparent}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:8px;padding:44px 0 56px;text-align:center}.hero-grid>div:first-child{order:2}.hero-mascot-wrap{order:1;margin-bottom:28px}.hero-mascot{width:min(280px,64%)}.hero-sub{margin-left:auto;margin-right:auto}.hero-ctas,.hero-meta{justify-content:center}.hero-meta{gap:24px;margin-top:36px}.hero-matchcard{display:none}.hero h1{font-size:42px}.steps,.coach-strip,.pkg-grid{grid-template-columns:1fr}.goal-tiles{grid-template-columns:1fr 1fr}.goal-tile{aspect-ratio:1}.testimonial{grid-template-columns:1fr}.t-photo{height:300px;min-height:0}.t-body{padding:32px 28px}.t-body blockquote{font-size:21px}.showcase{grid-template-columns:1fr;padding:36px 24px;gap:8px}.showcase h2{font-size:32px}.showcase-mascot{width:min(220px,70%);margin-top:16px}.profile-grid{grid-template-columns:1fr}.profile-side{position:static}.dash-grid,.dash-grid2{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start;padding:40px 32px}.section{padding:56px 0}.section-head h2{font-size:31px}.result-card{grid-template-columns:1fr}.result-card .end{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.quiz-options.grid2{grid-template-columns:1fr}.nav-links .hide-mobile{display:none}.container{padding:0 20px}.field-row{grid-template-columns:1fr}.profile-hero{padding:36px 0}.profile-hero-grid{flex-direction:column;align-items:flex-start;gap:20px}.profile-hero-grid .avatar{width:88px!important;height:88px!important}.profile-hero h1{font-size:32px}.profile-hero .role{font-size:15.5px}.profile-hero-grid>.btn{width:100%;align-self:stretch}}
