@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;500;600;700;800&display=swap";
.quiz-page{background:radial-gradient(circle at 100% 0,#afd2f557,#0000 30%),#f5f8fc;min-height:100vh}.quiz-shell,.quiz-main-shell{width:min(980px,100% - 40px);margin-inline:auto}.quiz-header-bar{background:var(--deep-navy);border-bottom:1px solid #ffffff1f}.quiz-nav{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.quiz-nav img{width:190px;height:auto}.quiz-nav>span{color:#fff9;font-family:var(--heading);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:600}.quiz-main-shell{padding:64px 0 100px}.quiz-title-row{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:34px;display:flex}.quiz-eyebrow{color:var(--prime-blue);font-family:var(--heading);letter-spacing:.16em;text-transform:uppercase;margin:0 0 9px;font-size:11px;font-weight:700}.quiz-title-row h1,.prequiz-card h1{color:var(--deep-navy);font-family:var(--heading);letter-spacing:-.04em;margin:0;font-size:clamp(31px,4vw,46px);line-height:1.14}.quiz-title-row>p{max-width:300px;color:var(--steel);margin:0 0 4px;font-size:13px;line-height:1.6}.quiz-card{background:var(--white);border:1px solid #dfe7f0;border-radius:16px;min-height:470px;padding:44px 48px;box-shadow:0 24px 70px #0a214014}.quiz-progress-meta{color:var(--steel);letter-spacing:.04em;justify-content:space-between;margin-bottom:8px;font-size:11px;font-weight:600;display:flex}.quiz-progress{background:#e6edf5;border-radius:99px;height:5px;overflow:hidden}.quiz-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--prime-blue), var(--bright-blue));height:100%;transition:width .22s;display:block}.question-copy{max-width:700px;margin:48px 0 30px}.question-copy h2,.resume-card h2{color:var(--deep-navy);font-family:var(--heading);letter-spacing:-.035em;margin:0;font-size:clamp(26px,3.3vw,36px);line-height:1.2}.question-copy p:last-child,.question-subtext{color:var(--steel);margin:13px 0 0;font-size:14px}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.answer-grid.pant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.answer-option{background:var(--white);color:#27364b;cursor:pointer;text-align:left;border:1px solid #d6e0eb;border-radius:9px;align-items:center;gap:14px;min-height:62px;padding:12px 17px;font-size:14px;font-weight:600;transition:border .16s,background .16s,transform .16s;display:flex}.answer-option:hover{border-color:var(--prime-blue);transform:translateY(-1px)}.answer-option.selected{border-color:var(--bright-blue);color:var(--deep-navy);background:#eef6ff}.answer-check{width:24px;height:24px;color:var(--white);border:1px solid #c3d0dd;border-radius:50%;flex:0 0 24px;place-items:center;font-size:12px;display:grid}.selected .answer-check{border-color:var(--bright-blue);background:var(--bright-blue)}.quiz-textarea{resize:vertical;width:100%;min-height:150px;color:var(--midnight);border:1px solid #d6e0eb;border-radius:9px;outline:none;padding:17px 18px;line-height:1.6}.quiz-textarea:focus,.number-field:focus-within{border-color:var(--bright-blue);box-shadow:0 0 0 3px #1677ff1a}.number-field{background:var(--white);border:1px solid #d6e0eb;border-radius:9px;align-items:center;width:min(100%,360px);min-height:62px;display:flex;overflow:hidden}.number-field input{width:100%;min-width:0;color:var(--deep-navy);font-family:var(--heading);border:0;outline:none;padding:17px 18px;font-size:20px;font-weight:600}.number-field>span{min-width:70px;color:var(--steel);background:#f5f8fc;border-left:1px solid #d6e0eb;align-self:stretch;place-items:center;padding:0 16px;font-size:13px;font-weight:600;display:grid}.number-field.field-error{border-color:#b42318;box-shadow:0 0 0 3px #b423181a}.measurement-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.measurement-grid label{color:var(--slate);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:700}.measurement-grid .number-field{width:100%;margin-top:8px}.bmi-result{background:var(--deep-navy);width:min(100%,240px);color:var(--white);border-radius:9px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:14px 17px;display:flex}.bmi-result span{color:#ffffff9e;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.bmi-result strong{color:#5ba6ff;font-family:var(--heading);font-size:24px}.unit-toggle{background:#eaf0f6;border-radius:8px;grid-template-columns:1fr 1fr;gap:5px;width:min(100%,360px);margin-bottom:14px;padding:4px;display:grid}.unit-toggle button{min-height:38px;color:var(--steel);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:12px;font-weight:600}.unit-toggle button.active{background:var(--white);color:var(--deep-navy);box-shadow:0 2px 7px #0a21401a}.quiz-controls{justify-content:flex-end;gap:12px;margin-top:34px;display:flex}.quiz-primary-button,.quiz-secondary-button{cursor:pointer;min-height:50px;font-family:var(--heading);border-radius:8px;justify-content:center;align-items:center;gap:13px;padding:0 23px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.quiz-primary-button{border:1px solid var(--bright-blue);color:var(--white);background:linear-gradient(100deg,#136ce3,#2c83ea)}.quiz-primary-button:disabled{cursor:not-allowed;background:#aeb9c5;border-color:#aeb9c5}.quiz-secondary-button{background:var(--white);color:var(--deep-navy);border:1px solid #cbd6e1}.resume-card{text-align:center;max-width:640px;min-height:0;margin:40px auto 0}.resume-card>p:not(.quiz-eyebrow){color:var(--steel)}.resume-icon{width:58px;height:58px;color:var(--bright-blue);background:#e9f4ff;border-radius:50%;place-items:center;margin:0 auto 22px;font-size:24px;display:grid}.resume-actions{justify-content:center;gap:11px;margin-top:26px;display:flex}.review-card{min-height:0}.review-list{border-top:1px solid #dfe7f0;margin:0;padding:0;list-style:none}.review-list li{border-bottom:1px solid #dfe7f0;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.review-list li>div{gap:3px;display:grid}.review-list li span{color:var(--steel);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600}.review-list li strong{color:var(--deep-navy);white-space:pre-wrap;font-size:14px;font-weight:600}.review-list li button{color:var(--prime-blue);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.confirm-row{color:#4b5563;background:#f3f7fb;border-radius:9px;grid-template-columns:20px 1fr;gap:13px;margin-top:28px;padding:18px;font-size:12px;line-height:1.6;display:grid}.confirm-row input{width:18px;height:18px;accent-color:var(--bright-blue);margin:1px 0 0}.submit-button{width:100%;margin-top:16px}.submit-error{color:#b42318;margin:14px 0 0;font-size:13px}.prequiz-main{place-items:center;min-height:720px;padding:70px 20px 100px;display:grid}.prequiz-card{background:var(--white);text-align:center;border:1px solid #dfe7f0;border-radius:16px;width:min(100%,670px);padding:52px;box-shadow:0 24px 70px #0a214014}.prequiz-mark{width:66px;margin:0 auto 25px}.prequiz-mark img{border-radius:16px;width:100%;height:auto}.prequiz-card>p:not(.quiz-eyebrow):not(.prequiz-terms){color:var(--steel);margin:18px 0 0}.prequiz-card ul{text-align:left;background:#f4f8fc;border-radius:10px;gap:12px;margin:28px auto;padding:22px;list-style:none;display:grid}.prequiz-card li{color:var(--slate);align-items:flex-start;gap:11px;font-size:13px;display:flex}.prequiz-card li span{color:var(--bright-blue);font-weight:700}.prequiz-terms{color:var(--steel);margin:17px 0 0;font-size:11px}.prequiz-terms a{color:var(--prime-blue);font-weight:600}@media (max-width:720px){.quiz-main-shell{padding-top:42px}.quiz-title-row{display:block}.quiz-title-row>p{margin-top:12px}.quiz-card,.prequiz-card{padding:30px 22px}.question-copy{margin-top:35px}.answer-grid,.answer-grid.pant-grid,.measurement-grid{grid-template-columns:1fr}.quiz-controls{grid-template-columns:1fr 1.6fr;display:grid}.quiz-controls .quiz-primary-button:only-child{grid-column:1/-1}.resume-actions{flex-direction:column}}@media (max-width:480px){.quiz-shell,.quiz-main-shell{width:min(100% - 24px,980px)}.quiz-nav{min-height:70px}.quiz-nav img{width:158px}.quiz-nav>span{display:none}.quiz-card{border-radius:12px;padding:26px 17px}.question-copy h2,.resume-card h2{font-size:27px}}
:root{--deep-navy:#0b2140;--prime-blue:#2c6595;--bright-blue:#1677ff;--ice-blue:#afd2f5;--white:#fff;--midnight:#111827;--slate:#374151;--steel:#6b7280;--cloud:#f3f4f6;--mist:#e5e7eb;--ink:#07152a;--heading:"Sora", sans-serif;--body:"Inter", sans-serif;--shadow:0 22px 70px #05162e1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--midnight);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}button,input,textarea{font:inherit}.shell{width:min(1180px,100% - 48px);margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid #ffffff1f;position:absolute;inset:0 0 auto}.nav-row{justify-content:space-between;align-items:center;gap:24px;min-height:92px;display:flex}.brand-link{align-items:center;display:inline-flex}.brand-link img{width:224px;height:auto}.nav-cta{min-height:44px;color:var(--white);font-family:var(--heading);letter-spacing:.03em;border:1px solid #ffffffb8;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:inline-flex}.nav-cta:hover{background:var(--white);color:var(--deep-navy)}.hero{min-height:820px;color:var(--white);background:radial-gradient(circle at 75% 44%, #1677ff38, transparent 27%), linear-gradient(126deg, #061327 0%, var(--deep-navy) 52%, #092c59 100%);padding:175px 0 100px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.2;background-image:linear-gradient(#afd2f51c 1px,#0000 1px),linear-gradient(90deg,#afd2f51c 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 60%,#0000);mask-image:linear-gradient(90deg,#0000,#000 60%,#0000)}.hero-glow{filter:blur(3px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-one{border:1px solid #afd2f533;width:520px;height:520px;top:-190px;right:-170px}.hero-glow-two{background:#2c659533;width:340px;height:340px;bottom:-150px;left:-240px}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:72px;display:grid;position:relative}.eyebrow{color:#5ba6ff;font-family:var(--heading);letter-spacing:.16em;text-transform:uppercase;margin:0 0 20px;font-size:12px;font-weight:700}.hero h1{max-width:680px;font-family:var(--heading);letter-spacing:-.045em;margin:0;font-size:clamp(48px,5.35vw,76px);line-height:1.05}.hero h1 span,.final-cta-inner h2 span{color:#4f9dff}.hero-lead{color:#ffffffc7;max-width:650px;margin:28px 0 0;font-size:18px;line-height:1.75}.hero-points{gap:11px;margin:30px 0;padding:0;list-style:none;display:grid}.hero-points li{align-items:center;gap:12px;font-weight:500;display:flex}.tick{color:#5ba6ff;border:1px solid #5ba6ffa6;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:13px;display:inline-grid}.primary-cta{min-height:58px;color:var(--white);font-family:var(--heading);letter-spacing:-.01em;background:linear-gradient(100deg,#136ce3,#2c83ea);border:0;border-radius:8px;justify-content:center;align-items:center;gap:16px;padding:0 29px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 14px 36px #1677ff47}.primary-cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px #1677ff5c}.primary-cta span{font-size:20px}.cta-note{color:#ffffff85;margin:11px 0 0;font-size:12px}.hero-visual{place-items:center;min-height:530px;display:grid;position:relative}.hero-visual:before{content:"";background:radial-gradient(circle,#2b85ff66,#2b85ff00 69%);border-radius:50%;width:370px;height:370px;position:absolute}.hero-visual img{z-index:1;mix-blend-mode:screen;filter:drop-shadow(0 32px 45px #0000004d);border-radius:26px;width:min(100%,540px);height:auto;position:relative}.visual-orbit{border:1px solid #5ea6ff47;border-radius:50%;position:absolute;transform:rotate(-14deg)}.orbit-one{width:500px;height:190px}.orbit-two{width:420px;height:150px;transform:rotate(18deg)}.privacy-chip{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffd6;background:#031228d1;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:9px;padding:12px 16px;font-size:12px;font-weight:600;display:flex;position:absolute;bottom:6%;right:4%}.privacy-chip span{color:#4f9dff;font-size:9px}.trust-bar{border-bottom:1px solid var(--mist);background:#f8fbff}.trust-row{min-height:72px;color:var(--slate);font-family:var(--heading);letter-spacing:.02em;justify-content:center;align-items:center;gap:34px;font-size:13px;font-weight:600;display:flex}.trust-row p{margin:0}.trust-row span{background:var(--prime-blue);border-radius:50%;width:4px;height:4px}.section{padding:112px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 56px}.section-heading h2,.values-copy h2,.final-cta-inner h2{color:var(--deep-navy);font-family:var(--heading);letter-spacing:-.035em;margin:0;font-size:clamp(34px,4vw,52px);line-height:1.12}.section-heading>p:last-child,.values-copy>p{color:var(--steel);margin:20px 0 0;font-size:17px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.step-card{border:1px solid var(--mist);background:var(--white);border-radius:12px;min-height:330px;padding:34px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.step-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.featured-card{background:linear-gradient(155deg,#f6faff,#eaf4ff);border-color:#2c659552}.step-number{color:#2c65951f;font-family:var(--heading);font-size:60px;font-weight:800;position:absolute;top:18px;right:26px}.step-icon{background:var(--deep-navy);color:#5ba6ff;width:54px;height:54px;font-family:var(--heading);border-radius:12px;place-items:center;margin-bottom:62px;font-size:24px;display:grid}.step-card h3,.values-list h3{color:var(--deep-navy);font-family:var(--heading);letter-spacing:-.02em;margin:0;font-size:21px;line-height:1.3}.step-card p,.values-list p{color:var(--steel);margin:13px 0 0;font-size:14px}.center-cta{text-align:center;margin-top:46px}.values-section{background:var(--deep-navy);color:var(--white)}.values-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:110px;display:grid}.values-copy h2{color:var(--white)}.values-copy>p{color:#ffffffab}.text-link{color:#5ba6ff;font-family:var(--heading);gap:12px;margin-top:27px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.values-list{display:grid}.values-list article{border-bottom:1px solid #ffffff21;grid-template-columns:54px 1fr;gap:22px;padding:28px 0;display:grid}.values-list article:first-child{padding-top:0}.values-list article:last-child{border-bottom:0}.value-icon{color:#5ba6ff;border:1px solid #5ba6ff59;border-radius:50%;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.values-list h3{color:var(--white)}.values-list p{color:#ffffff9e}.faq-section{background:#f8fbff}.faq-shell{grid-template-columns:.6fr 1.4fr;gap:90px;display:grid}.left-heading{text-align:left;margin:0}.faq-list details{border-bottom:1px solid #d7e0ea}.faq-list summary{cursor:pointer;color:var(--deep-navy);font-family:var(--heading);justify-content:space-between;gap:20px;padding:25px 0;font-size:17px;font-weight:600;list-style:none;display:flex;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--prime-blue);font-size:24px;font-weight:400;line-height:1;transition:transform .18s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--steel);margin:-4px 42px 24px 0;font-size:14px}.final-cta-section{color:var(--white);background:radial-gradient(circle at 50% 120%,#1677ff70,#0000 36%),linear-gradient(135deg,#061327,#0b2140);padding:104px 0;overflow:hidden}.final-cta-inner{text-align:center}.final-mark{border-radius:18px;width:74px;height:auto;margin:0 auto 28px}.final-cta-inner h2{color:var(--white)}.final-cta-inner>p:not(.eyebrow):not(.result-note){color:#ffffffa6;margin:20px 0 31px;font-size:17px}.light-cta{background:var(--white);box-shadow:none;color:var(--deep-navy)}.result-note{color:#ffffff6b;margin:15px 0 0;font-size:11px}.site-footer{color:#ffffff9e;background:#050e1d;padding:62px 0 26px}.footer-grid{justify-content:space-between;gap:50px;padding-bottom:42px;display:flex}.footer-brand img{width:194px;height:auto}.footer-brand p{max-width:380px;margin:15px 0 0;font-size:13px}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:15px 28px;font-size:13px;display:flex}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--white)}.footer-fineprint{color:#fff6;border-top:1px solid #ffffff17;justify-content:space-between;gap:24px;padding-top:24px;font-size:11px;display:flex}.footer-fineprint p{margin:0}.inner-header{background:var(--deep-navy);border-bottom:1px solid #ffffff1f}.inner-header .site-header{position:static}.legal-hero{background:linear-gradient(145deg, #07162d, var(--deep-navy));color:var(--white);padding:76px 0 62px}.legal-hero h1{font-family:var(--heading);letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,58px)}.legal-hero p{color:#fff9;margin:15px 0 0}.legal-content{max-width:840px;padding:72px 0 100px}.legal-content h2{color:var(--deep-navy);font-family:var(--heading);letter-spacing:-.025em;margin:44px 0 12px;font-size:24px}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#4b5563;font-size:15px}.legal-content li+li{margin-top:7px}.legal-callout{border-left:3px solid var(--prime-blue);background:#f3f8fd;margin:34px 0;padding:24px}.legal-callout p{margin:0}.contact-link{color:var(--prime-blue);font-weight:600}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-points{text-align:left;width:max-content;max-width:100%;margin-inline:auto}.hero-visual{min-height:440px}.hero-visual img{width:440px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:0}.step-icon{margin-bottom:40px}.values-grid,.faq-shell{grid-template-columns:1fr;gap:58px}}@media (max-width:680px){.shell{width:min(100% - 30px,1180px)}.nav-row{min-height:76px}.brand-link img{width:172px}.nav-cta{min-height:40px;padding:0 15px;font-size:11px}.hero{min-height:0;padding:132px 0 64px}.hero h1{font-size:43px}.hero-lead{font-size:16px}.hero-points{font-size:14px}.hero-visual{min-height:340px}.hero-visual img{width:340px}.orbit-one{width:360px;height:140px}.orbit-two{width:300px;height:110px}.privacy-chip{bottom:0;right:2%}.trust-row{flex-direction:column;gap:7px;min-height:auto;padding:22px 0}.trust-row span{display:none}.section{padding:80px 0}.section-heading{margin-bottom:38px}.section-heading h2,.values-copy h2,.final-cta-inner h2{font-size:36px}.step-card{padding:28px}.faq-list summary{font-size:15px}.footer-grid,.footer-fineprint{flex-direction:column}.footer-links{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
