@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#172021;--dark:#101a1b;--cream:#f2f0e9;--muted:#697170;--orange:#fb6c35;--lime:#d9ff6a;--line:#d5d8d1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;line-height:.92;letter-spacing:-.025em}h1{font-size:clamp(4.5rem,10vw,10.5rem);font-weight:900}h2{font-size:clamp(3.7rem,7vw,7.6rem);font-weight:800}h3{font-size:2.2rem;font-weight:700}em{font-style:normal;color:var(--orange)}.site-header{height:82px;padding:0 4.7%;display:flex;align-items:center;justify-content:space-between;background:var(--cream);position:relative;z-index:5}.logo{font-family:'Barlow Condensed',sans-serif;font-size:1.85rem;font-weight:900;letter-spacing:.005em;display:inline-flex;align-items:center;gap:1px;white-space:nowrap}.logo>span:last-child{color:var(--orange)}.logo-mark{width:31px;height:31px;display:inline-grid;place-items:center;color:var(--cream);background:var(--orange);font-size:25px;transform:skew(-10deg);margin-right:7px}.site-header nav{display:flex;gap:35px;font-weight:700;font-size:.85rem}.site-header nav a:hover,.text-link:hover{color:var(--orange)}.header-cta{background:var(--dark);color:white;padding:14px 17px;text-transform:uppercase;font-size:.76rem;font-weight:700;letter-spacing:.05em}.header-cta span{margin-left:22px;color:var(--lime)}.menu-toggle{display:none;background:none;border:0;font-size:1.7rem}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:50px;padding:18px 21px;font-size:.83rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;border:0;min-width:220px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:1.3rem;line-height:1}.button-light{background:var(--cream);color:var(--dark)}.button-dark{background:var(--dark);color:white}.button-accent{background:var(--orange);color:var(--dark)}.section{padding:110px 5%}.section-kicker{display:block;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero{min-height:690px;background:var(--dark);color:#f4f1e9;display:grid;grid-template-columns:54% 46%;position:relative;overflow:hidden}.hero-copy{padding:72px 6% 86px 9%;position:relative;z-index:1}.eyebrow{font-size:.73rem;font-weight:800;letter-spacing:.16em}.dot{display:inline-block;width:8px;height:8px;background:var(--orange);border-radius:50%;margin-right:8px}.hero h1{margin:37px 0 23px;white-space:nowrap}.hero h1 em{color:var(--lime)}.hero-copy>p{max-width:490px;color:#bbc6c1;font-size:1.03rem;line-height:1.7;margin-bottom:32px}.hero-meta{display:flex;gap:45px;margin-top:60px;color:#a4aaa6;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.hero-meta b{color:var(--lime);font-size:1.3rem;margin-right:5px}.hero-visual{position:relative;min-height:690px}.hero-photo{position:absolute;inset:0;background:url('/assets/hero.png') center 28%/cover}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--dark),transparent 25%),linear-gradient(0deg,rgba(0,0,0,.36),transparent 30%)}.vertical-label{position:absolute;right:24px;top:30px;z-index:1;writing-mode:vertical-rl;font-size:.68rem;letter-spacing:.2em;font-weight:800}.hero-stamp{position:absolute;right:6%;bottom:12%;z-index:1;background:var(--orange);color:var(--dark);border-radius:50%;height:120px;width:120px;display:grid;align-content:center;text-align:center;transform:rotate(13deg);font-family:'Barlow Condensed';font-size:1.4rem;line-height:1}.hero-stamp strong{font-size:2rem}.hero-index{position:absolute;left:5%;bottom:20px;right:5%;font-size:.65rem;letter-spacing:.16em;color:#919c96;display:flex;justify-content:space-between}.ticker{overflow:hidden;background:var(--lime);white-space:nowrap;color:var(--dark);font-family:'Barlow Condensed';font-weight:900;font-size:1.75rem;letter-spacing:.035em;padding:10px 0}.ticker div{width:max-content;animation:marquee 28s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.intro-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end;margin:35px 0 60px}.intro h2{margin:0}.intro-grid p{font-size:1.04rem;line-height:1.75;color:#5f6965}.text-link{font-weight:800;text-transform:uppercase;font-size:.8rem;border-bottom:2px solid var(--orange);display:inline-flex;gap:45px;padding-bottom:9px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#e5e6dd;min-width:0}.feature-image{height:320px;background-image:url('/assets/stories.png');background-size:300% 100%;background-repeat:no-repeat}.image-training{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:left center}.image-meal{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:right center}.image-habit{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:center center}.feature-text{padding:25px 27px 35px}.feature-text span,.blog-grid article>span{font-size:.67rem;letter-spacing:.13em;font-weight:800;color:#e55d2c}.feature h3{margin:16px 0 8px}.feature p{color:#63706a;line-height:1.6;margin:0;font-size:.88rem}.how{background:var(--lime)}.how-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin:35px 0 50px}.how h2{margin:0}.how h2 em{color:var(--dark);-webkit-text-stroke:1px var(--dark);color:transparent}.how-head p{max-width:275px;line-height:1.6;font-size:.95rem}.steps-grid{border-top:1px solid #829642;display:grid;grid-template-columns:repeat(3,1fr)}.steps-grid>div{padding:32px 32px 0 0;border-right:1px solid #829642;min-height:280px}.steps-grid>div+div{padding-left:32px}.steps-grid>div:last-child{border-right:0}.steps-grid b{font-family:'Barlow Condensed';font-size:1.2rem}.step-icon{font-size:3.8rem;margin:20px 0}.steps-grid h3{margin-bottom:10px}.steps-grid p{font-size:.85rem;line-height:1.6;max-width:260px}.statement{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.statement-image{background:url('/assets/hero.png') center 55%/cover}.statement-copy{padding:110px 10%;background:var(--orange);display:flex;flex-direction:column;align-items:start;justify-content:center}.statement h2{margin:30px 0}.statement h2 em{color:var(--cream)}.statement p{max-width:380px;line-height:1.6;margin-bottom:28px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:70px}.faq h2{margin-top:35px}.faq-list{align-self:center}.faq details{border-bottom:1px solid #bfc7bb;padding:25px 0}.faq summary{font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.faq summary:after{content:'+';font-size:1.3rem}.faq details[open] summary:after{content:'−'}.faq details p{color:#66716b;line-height:1.6;margin:18px 0 0}.closing{background:var(--dark);color:var(--cream);text-align:center;padding:100px 20px}.closing>span{font-size:.72rem;letter-spacing:.2em}.closing h2{margin:25px 0 35px}.closing h2 em{color:var(--lime)}.site-footer{background:#172122;color:#e7ece6;padding:65px 5% 25px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.site-footer>div{display:flex;flex-direction:column;align-items:start;gap:13px}.site-footer .logo{margin-bottom:5px}.site-footer p,.site-footer small{color:#929c96;font-size:.8rem}.site-footer strong{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;color:var(--lime)}.site-footer a:not(.logo){font-size:.83rem}.footer-bottom{grid-column:1/-1;border-top:1px solid #3a4643;margin-top:50px;padding-top:25px;color:#929c96;font-size:.73rem}.quiz-shell{min-height:660px;max-width:900px;margin:0 auto;padding:28px 25px 90px}.quiz-top{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:800;letter-spacing:.08em}.back-link{color:#64716a}.progress{height:4px;background:#d6dcd2;margin:20px 0 75px}.progress span{height:100%;display:block;background:var(--orange);transition:width .3s}.quiz-content{max-width:600px;margin:auto;text-align:center}.quiz-content h1{font-size:clamp(3.5rem,7vw,5.8rem);margin:20px 0 15px}.quiz-content>p{color:#66716b;min-height:27px}.option-grid{display:grid;gap:12px;margin:35px auto 25px}.option{border:1px solid #cbd4c9;background:#fff;padding:18px 23px;text-align:left;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:var(--ink)}.option:hover,.option:focus{background:var(--lime);border-color:var(--ink)}.option-arrow{font-size:1.3rem}.quiz-content>small,.email-form>small{color:#858e87;font-size:.7rem;line-height:1.5}.result-page,.pricing-page,.checkout-page{padding:80px 5% 120px;max-width:1200px;margin:auto}.result-page>h1,.pricing-page>h1,.checkout-page>h1{font-size:clamp(5rem,10vw,9rem);margin:25px 0 20px}.result-page>p,.pricing-page>p,.checkout-page>p{max-width:550px;color:#65716b;line-height:1.7}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:55px 0}.result-cards>div{background:var(--dark);color:white;padding:30px;min-height:145px;display:flex;flex-direction:column;justify-content:space-between}.result-cards span{color:var(--lime);font-size:.7rem;font-weight:800;letter-spacing:.12em}.result-cards strong{font-family:'Barlow Condensed';font-size:2.3rem;text-transform:uppercase}.result-details{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin:0 0 60px}.result-details>div{border-top:2px solid var(--orange);padding-top:20px}.result-details b{color:var(--orange)}.result-details h3{margin:30px 0 10px}.result-details p{font-size:.88rem;color:#65716b;line-height:1.6}.pricing-page{max-width:850px}.price-cards{display:grid;gap:12px;margin:45px 0 35px}.price-card{display:flex;gap:20px;align-items:center;padding:23px 25px;background:white;border:2px solid transparent}.price-card:hover,.price-card.featured{border-color:var(--orange)}.price-card .radio{width:22px;height:22px;border-radius:50%;border:2px solid #87938c;display:inline-block;flex:none}.price-card .radio.active{border:7px solid var(--orange)}.price-card strong{font-family:'Barlow Condensed';font-size:2rem;text-transform:uppercase}.price-card small{display:block;color:#78827c}.price-card em{margin-left:auto;font-size:.65rem;font-style:normal;background:var(--lime);padding:8px;color:var(--dark);font-weight:800}.email-form{display:grid;gap:12px}.email-form label{font-size:.75rem;text-transform:uppercase;font-weight:800}.email-form input{border:1px solid #cbd3c9;padding:18px 20px;background:white;font-size:1rem}.email-form button{margin-top:5px}.email-form .error{color:#aa341f}.checkout-page{text-align:center;max-width:850px}.checkout-page>p{margin:0 auto 35px}.checkout-icon{width:100px;height:100px;background:var(--lime);border-radius:50%;display:grid;place-items:center;font-size:4rem;margin:0 auto 25px}.checkout-note{display:flex;flex-direction:column;background:white;border:1px solid #d5dcd1;padding:25px;gap:8px;max-width:450px;margin:0 auto 35px}.checkout-note span{color:var(--orange);font-size:.7rem;letter-spacing:.1em;font-weight:800}.checkout-note strong{font-size:1.1rem}.checkout-note small{color:#78837d}.editorial{padding:90px 5% 120px;max-width:1250px;margin:auto}.editorial h1{margin:25px 0}.editorial .lead{font-size:1.3rem;max-width:710px;line-height:1.65;color:#627069}.editorial-image{height:500px;margin:60px 0;background-repeat:no-repeat}.editorial h2{font-size:clamp(3rem,5vw,5rem);max-width:800px}.editorial>p:not(.lead){max-width:600px;line-height:1.7;color:#65716b}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:55px}.blog-image{height:280px;margin-bottom:23px}.blog-grid h2{font-size:2.5rem;margin:15px 0}.blog-grid p{line-height:1.6;color:#66716b;font-size:.85rem}.short-page{min-height:65vh}.short-page h1{font-size:clamp(4rem,8vw,8rem)}
@media(max-width:900px){.site-header nav{gap:18px}.hero{grid-template-columns:1fr 1fr}.hero-copy{padding-left:8%}.hero h1{font-size:clamp(4.5rem,9vw,7rem)}.hero-visual,.hero{min-height:600px}.feature-image{height:240px}.feature h3{font-size:1.7rem}.statement{min-height:550px}.statement-copy{padding:70px 8%}.site-footer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.site-header{height:66px;padding:0 5%}.site-header nav{display:none;position:absolute;top:66px;left:0;right:0;background:var(--cream);padding:30px;flex-direction:column;box-shadow:0 10px 15px #0002}.menu-open .site-header nav{display:flex}.site-header .header-cta{margin-left:auto;margin-right:13px;padding:10px;font-size:.65rem}.header-cta span{margin-left:5px}.menu-toggle{display:block}.logo{font-size:1.45rem}.logo-mark{height:25px;width:25px;font-size:20px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:58px 6% 50px}.hero h1{font-size:clamp(4.5rem,14vw,7rem);margin:26px 0}.hero-copy>p{font-size:.93rem}.hero-meta{margin-top:35px;gap:20px}.hero-visual{min-height:450px}.hero-photo{background-position:center 25%}.hero-index{display:none}.section{padding:70px 6%}.intro-grid,.faq{grid-template-columns:1fr;gap:25px}.intro-grid{margin:30px 0 40px}.intro-grid h2,.how h2,.faq h2{font-size:clamp(3.5rem,12vw,5rem)}.feature-grid,.steps-grid,.result-cards,.result-details,.blog-grid{grid-template-columns:1fr}.feature-image{height:330px}.how-head{display:block}.steps-grid>div,.steps-grid>div+div{border-right:0;border-bottom:1px solid #829642;padding:22px 0;min-height:0}.step-icon{margin:10px 0}.statement{display:flex;flex-direction:column}.statement-image{height:380px}.statement-copy{padding:65px 6%}.statement h2{font-size:clamp(4rem,13vw,6rem)}.faq{gap:15px}.closing{padding:75px 20px}.closing h2{font-size:clamp(4rem,13vw,6rem)}.site-footer{grid-template-columns:repeat(2,1fr);padding:55px 6% 25px;gap:35px 15px}.site-footer>div:first-child{grid-column:1/-1}.footer-bottom{margin-top:15px}.quiz-shell{padding:25px 6% 80px}.progress{margin-bottom:55px}.quiz-content h1{font-size:clamp(3.2rem,11vw,5rem)}.result-page,.pricing-page,.checkout-page{padding:65px 6% 90px}.result-page>h1,.pricing-page>h1,.checkout-page>h1{font-size:clamp(5rem,17vw,8rem)}.result-cards{margin:40px 0;gap:10px}.result-cards>div{min-height:110px}.result-details{gap:15px}.result-details h3{margin:15px 0 6px}.editorial{padding:70px 6% 90px}.editorial h1{font-size:clamp(5rem,15vw,8rem)}.editorial-image{height:360px}.blog-image{height:320px}}

/* Responsive PULSEFORM redesign */
:root{--ink:#11202b;--navy:#102236;--deep:#0b1929;--cream:#f3f5f2;--paper:#fff;--muted:#5c7078;--line:#d7e0df;--lime:#c9f35c;--orange:#ff7645}
body{min-width:320px;background:var(--cream);color:var(--ink);overflow-x:clip}
main{max-width:100%;overflow-x:clip}
*,*::before,*::after{box-sizing:border-box}
img,video,svg{max-width:100%}
button,summary,a,input{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
h1,h2,h3{overflow-wrap:anywhere}
h2{font-size:clamp(3.5rem,7vw,7rem)}
.button{min-height:54px;gap:20px}
.button-accent{background:var(--lime);color:var(--deep)}
.button-accent:hover{background:#ddff88}
.button-dark{background:var(--deep)}
.section-kicker{line-height:1.4}
.site-header{height:76px;padding-inline:clamp(18px,4.5vw,88px);gap:28px;background:#fff;border-bottom:1px solid #e8ebea}
.site-header nav{margin-inline:auto;gap:clamp(16px,2.2vw,36px);font-size:.82rem;text-transform:uppercase;letter-spacing:.045em}
.header-actions{margin-inline-start:auto;display:flex;align-items:center;gap:14px;min-width:0}
.header-help{font-size:.82rem;font-weight:800;white-space:nowrap}
.language-menu,.nav-menu{position:relative}
.language-menu summary,.nav-menu summary{list-style:none;display:flex;align-items:center;justify-content:center;min-height:44px;cursor:pointer;font-size:.82rem;font-weight:800;white-space:nowrap}
.language-menu summary::-webkit-details-marker,.nav-menu summary::-webkit-details-marker{display:none}
.language-menu summary{padding:0 12px;border:1px solid var(--line);background:var(--cream)}
.language-list,.nav-menu>div{position:absolute;top:calc(100% + 10px);inset-inline-end:0;z-index:50;background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px #101f2e25}
.language-list{min-width:170px;max-height:min(70vh,440px);overflow:auto;padding:6px;display:grid;gap:2px}
.language-list a{padding:10px 12px;font-size:.84rem;min-height:40px;display:flex;align-items:center}
.language-list a:hover,.language-list a[aria-current]{background:var(--lime)}
.nav-menu{display:block}
.nav-menu summary{width:44px;font-size:1.5rem;border:1px solid var(--line)}
.nav-menu>div{width:min(280px,calc(100vw - 32px));padding:12px;display:grid}
.nav-menu>div a{display:flex;align-items:center;min-height:46px;padding:8px 10px;border-bottom:1px solid var(--line);font-size:.9rem;font-weight:700}
.nav-menu>div a:last-child{border:0}
.nav-menu>div a:hover{background:var(--lime)}
/* Main content sections */
.reference-hero{position:relative;isolation:isolate;min-height:720px;padding:clamp(70px,7vw,118px) clamp(22px,6vw,112px) 110px;background:var(--deep);color:#fff;overflow:hidden}
.reference-hero::before{content:'';position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 71% 54%,#234059 0,transparent 38%),linear-gradient(150deg,#0e2030 0%,#0b1723 65%)}
.reference-hero::after{content:'';position:absolute;inset:0;z-index:-1;opacity:.08;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,transparent,#000)}
.reference-hero-glow{position:absolute;width:540px;height:540px;right:8%;top:10%;border-radius:50%;background:#315c7c;filter:blur(100px);opacity:.23;pointer-events:none}
.reference-hero>.section-kicker{position:relative;z-index:2;color:var(--lime)}
.reference-hero h1{position:relative;z-index:1;max-width:1100px;margin:24px 0 20px;font-size:clamp(5.5rem,13vw,15rem);line-height:.82;letter-spacing:-.038em;text-transform:uppercase;white-space:normal}
.reference-hero>p{position:relative;z-index:2;max-width:470px;color:#c1d0d8;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.65;margin-bottom:26px}
.reference-hero>.button{position:relative;z-index:2;min-width:250px}
.reference-hero>small{position:absolute;z-index:2;bottom:28px;left:clamp(22px,6vw,112px);color:#91a6b2;font-size:.72rem;line-height:1.6}
.reference-hero>small a:hover{text-decoration:underline}
.phone-mockup{position:absolute;z-index:1;right:10%;top:15%;width:clamp(240px,22vw,320px);height:clamp(470px,42vw,615px);padding:9px;border:5px solid #111619;border-radius:38px;background:#111619;box-shadow:0 35px 85px #000a,0 0 0 1px #587085;transform:rotate(10deg);overflow:hidden}
.phone-mockup::before{content:'';position:absolute;top:10px;left:50%;z-index:5;width:32%;height:20px;transform:translateX(-50%);border-radius:0 0 14px 14px;background:#111619}
.phone-top{height:29px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#111e2a;color:#fff;font-size:.58rem;font-weight:700;border-radius:25px 25px 0 0}
.phone-top span:last-child{letter-spacing:2px;font-size:.42rem}
.phone-photo{height:65%;background:url('/assets/hero.png') center 30%/cover}
.phone-content{height:calc(35% - 29px);padding:18px 16px 8px;background:#eaf1e8;color:var(--deep)}
.phone-content>span{font-size:.52rem;font-weight:800;letter-spacing:.12em}
.phone-content strong{display:block;margin:6px 0;font-family:'Barlow Condensed',Impact,sans-serif;font-size:2.3rem;line-height:.83}
.phone-progress{height:4px;background:#b4c7bc;margin:12px 0 6px}
.phone-progress i{display:block;width:62%;height:100%;background:var(--orange)}
.phone-content p{margin:0;font-size:.55rem;font-weight:800;letter-spacing:.08em}
.reference-section{display:grid;grid-template-columns:1fr 1fr;min-height:660px}
.reference-copy{padding:clamp(60px,8vw,118px) clamp(30px,7vw,112px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.reference-copy h2{max-width:600px;margin:28px 0 20px;text-transform:uppercase}
.reference-copy>p{max-width:445px;color:#53646c;font-size:1rem;line-height:1.72;margin-bottom:28px}
.reference-copy>small{max-width:440px;color:#687780;line-height:1.5;margin-top:20px;font-size:.72rem}
.reference-art{position:relative;min-height:620px;background-color:#e1e8eb;background-repeat:no-repeat;overflow:hidden}
.reference-art::after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#09172291);pointer-events:none}
.workout-section,.workout-section .reference-copy{background:#e8eff0}
.workout-art{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:left center}
.meal-section{background:#f6f5ed}
.meal-art{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:right center}
.habits-section,.habits-section .reference-copy{background:var(--lime)}
.habits-section .reference-copy>p{color:#425230}
.habits-art{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:center center}
.art-label{position:absolute;z-index:1;bottom:32px;left:32px;color:#fff;font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(2rem,3vw,3.6rem);font-weight:800;line-height:.9;letter-spacing:.04em}
.workout-metric{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #b7c7cc}
.workout-metric strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:5.3rem;line-height:.8;color:#f26d42}
.workout-metric span{max-width:150px;font-size:.8rem;line-height:1.4;font-weight:800;text-transform:uppercase}
.reference-bullets{display:grid;gap:12px;max-width:460px}
.reference-bullets div{display:flex;align-items:flex-start;gap:12px;font-size:.88rem;line-height:1.45;font-weight:700}
.reference-bullets b{color:#ea6d44;font-size:1.3rem;line-height:1}
.mini-tags{display:flex;flex-wrap:wrap;gap:7px}
.mini-tags span{padding:9px 12px;border:1px solid #8d9ca0;font-size:.65rem;font-weight:800;letter-spacing:.1em}
.results-section{padding:clamp(70px,8vw,118px) clamp(22px,6vw,112px);background:var(--deep);color:#fff}
.results-section .section-kicker{color:var(--lime)}
.results-section h2{margin:22px 0 48px;text-transform:uppercase}
.results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #587083;border-bottom:1px solid #587083}
.results-grid>div{position:relative;min-height:230px;padding:25px 25px 34px;border-right:1px solid #587083}
.results-grid>div:last-child{border-right:0}
.results-grid span{position:absolute;right:25px;top:24px;color:var(--orange);font-size:1.5rem}
.results-grid strong{display:block;margin-top:17px;color:var(--lime);font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(6rem,10vw,10rem);font-weight:800;line-height:.75}
.results-grid p{max-width:220px;margin:25px 0 0;color:#c3d0d7;font-size:.9rem;line-height:1.5}
.support-strip{padding:35px clamp(22px,6vw,112px);display:flex;justify-content:space-between;align-items:center;gap:35px;background:#dbe8f1;color:var(--deep)}
.support-strip h3{margin:8px 0;font-size:3.1rem}
.support-strip p{margin:0;max-width:640px;color:#526773;line-height:1.55}
.support-strip .button{flex:none;background:var(--deep);color:#fff}
.more-section{padding:clamp(70px,8vw,118px) clamp(22px,6vw,112px);background:#f6f5ef}
.more-section h2{margin:20px 0 8px;text-transform:uppercase}
.more-section>p{max-width:550px;color:#5d6d73;line-height:1.65}
.more-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:45px}
.more-cards article{min-height:250px;padding:28px;background:#e4eae8;display:flex;flex-direction:column}
.more-cards article:nth-child(2){background:#d3e5eb}
.more-cards article:nth-child(3){background:#dcefae}
.more-cards span{font-size:.68rem;font-weight:800;letter-spacing:.1em}
.more-cards h3{margin:auto 0 12px;text-transform:uppercase;font-size:clamp(2.5rem,4vw,4rem)}
.more-cards p{margin:0;max-width:290px;font-size:.85rem;line-height:1.55;color:#4a5f66}
.review-policy-link{display:inline-flex;align-items:center;gap:8px;margin-top:25px;color:#284d60;font-size:.82rem;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.video-section{display:grid;grid-template-columns:1.25fr .75fr;min-height:540px;background:#e1ebe9}
.video-section video{width:100%;height:100%;min-height:540px;object-fit:cover;background:var(--dark)}
.video-still{min-height:540px;position:relative;background:url('/assets/hero.png') center 38%/cover}
.video-still::after{content:'';position:absolute;inset:0;background:#07162430}
.play-symbol{position:absolute;z-index:1;left:50%;top:50%;width:100px;height:100px;border:2px solid #fff;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;color:#fff;font-size:1.8rem;padding-left:4px}
.video-section>div:last-child{padding:70px clamp(30px,6vw,90px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.video-section h2{margin:25px 0 17px;text-transform:uppercase}
.video-section p{max-width:360px;line-height:1.65;color:#52656c}
@media(max-width:760px){.video-section video{min-height:300px;max-height:420px}}
.closing{padding:clamp(75px,8vw,120px) 24px;background:var(--lime);color:var(--deep)}
.closing>span{font-weight:800}
.closing h2{margin:20px auto 30px;max-width:1000px;text-transform:uppercase}
.closing .button{background:var(--deep);color:#fff}
.site-footer{padding:60px clamp(22px,6vw,112px) 24px;grid-template-columns:2fr repeat(3,minmax(0,1fr));background:#0b1722;color:#f2f6f4}
.site-footer>div{min-width:0}
.site-footer p{max-width:270px;color:#94a6ae;line-height:1.6}
.site-footer strong{color:var(--lime)}
.site-footer a:not(.logo),.site-footer small{color:#c0ccd0;overflow-wrap:anywhere}
.site-footer a:not(.logo):hover{color:var(--lime)}
.footer-bottom{border-color:#31424d;color:#80939d}
/* Quiz, results and conversion */
.page-quiz,.page-result,.page-plans,.page-checkout{background:#edf2f0}
.quiz-shell{min-height:calc(100vh - 76px)}
.quiz-content h1,.result-page>h1,.pricing-page>h1,.checkout-page>h1{overflow-wrap:anywhere}
.quiz-content>p{line-height:1.6}
.option{min-height:62px;text-align:start}
.option span:first-child{min-width:0;overflow-wrap:anywhere}
.option:hover,.option:focus-visible{background:var(--lime);border-color:var(--deep)}
.result-cards>div{background:var(--deep)}
.result-cards strong{overflow-wrap:anywhere}
.price-card{min-height:90px}
.price-card:hover{background:#fcfff5}
.email-form input{width:100%;min-height:57px;border-radius:0}
.email-form .button{width:100%}
.checkout-icon{background:var(--lime)}
.checkout-note strong{overflow-wrap:anywhere}
.editorial h1,.editorial h2{overflow-wrap:anywhere}
.editorial .lead{line-height:1.65}
.blog-grid article{min-width:0}
[dir=rtl] .reference-hero>small{left:auto;right:clamp(22px,6vw,112px)}
[dir=rtl] .phone-mockup{right:auto;left:10%;transform:rotate(-10deg)}
[dir=rtl] .art-label{left:auto;right:32px}
[dir=rtl] .results-grid>div{border-right:0;border-left:1px solid #587083}
[dir=rtl] .results-grid>div:last-child{border-left:0}
[dir=rtl] .results-grid span{right:auto;left:25px}
[dir=rtl] .phone-top,[dir=rtl] .phone-content{direction:ltr}
@media(max-width:1100px){.site-header nav{display:none}.nav-menu{display:block}.header-help{display:none}.reference-hero h1{font-size:clamp(5.5rem,12vw,9rem)}.phone-mockup{right:5%;top:22%}[dir=rtl] .phone-mockup{left:5%}.reference-copy{padding:65px 6%}.reference-art{min-height:570px}}
@media(max-width:760px){h2{font-size:clamp(3.45rem,12vw,5.4rem)}.reference-hero{min-height:0;padding:64px 6% 45px}.reference-hero h1{font-size:clamp(4.4rem,14vw,7rem);max-width:100%;margin:22px 0}.reference-hero>p{max-width:540px}.reference-hero>small{position:relative;display:block;left:auto;bottom:auto;margin-top:20px}[dir=rtl] .reference-hero>small{right:auto}.phone-mockup,[dir=rtl] .phone-mockup{position:relative;right:auto;left:auto;top:auto;width:min(280px,74vw);height:520px;margin:45px auto -115px;transform:rotate(5deg)}[dir=rtl] .phone-mockup{transform:rotate(-5deg)}.reference-section{grid-template-columns:1fr;min-height:0}.reference-copy{padding:78px 6%;min-height:0}.reference-art{min-height:450px}.meal-section .reference-art{order:2}.meal-section .reference-copy{order:1}.workout-section{padding-top:70px}.workout-section .reference-copy{padding-top:90px}.reference-copy h2{margin-top:22px}.results-grid{grid-template-columns:1fr}.results-grid>div{min-height:185px;border-right:0;border-bottom:1px solid #587083}.results-grid>div:last-child{border-bottom:0}[dir=rtl] .results-grid>div{border-left:0}.results-grid strong{font-size:7rem}.support-strip{align-items:flex-start;flex-direction:column}.more-cards{grid-template-columns:1fr}.more-cards article{min-height:205px}.video-section{grid-template-columns:1fr}.video-still{min-height:460px}.video-section>div:last-child{padding:65px 6%}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer>div:first-child{grid-column:1/-1}.result-cards,.result-details,.blog-grid{grid-template-columns:1fr}.result-cards{margin:40px 0}.result-cards>div{min-height:115px}.result-details{gap:17px}.result-details h3{margin-top:14px}.blog-image{height:350px}}
@media(max-width:650px){.site-header nav{display:none}.site-header .header-cta{display:none}.site-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer>div:first-child{grid-column:1/-1}}
@media(max-width:480px){.site-header{height:64px;padding-inline:12px;gap:7px}.logo{font-size:1.45rem}.logo-mark{width:26px;height:26px;margin-inline-end:5px;font-size:1.3rem}.header-actions{gap:6px}.language-menu summary{max-width:88px;min-height:44px;padding:0 6px;overflow:hidden;text-overflow:ellipsis;font-size:.72rem}.nav-menu summary{width:42px}.language-list{inset-inline-end:-48px}.reference-hero{padding-top:53px}.reference-hero h1{font-size:clamp(3.4rem,15vw,5rem);letter-spacing:-.045em}.reference-hero>p{font-size:.95rem}.reference-hero>.button{width:100%}.phone-mockup,[dir=rtl] .phone-mockup{height:470px;width:250px;margin-top:35px;margin-bottom:-100px}.phone-content strong{font-size:2rem}.reference-copy{padding:68px 6%}.reference-art{min-height:360px}.art-label{bottom:22px;left:22px;font-size:2.4rem}[dir=rtl] .art-label{right:22px}.workout-section{padding-top:50px}.workout-section .reference-copy{padding-top:75px}.workout-metric strong{font-size:4.5rem}.results-section,.more-section{padding:67px 6%}.results-section h2{margin-bottom:32px}.support-strip{padding:32px 6%}.support-strip .button{width:100%}.video-still{min-height:350px}.play-symbol{width:75px;height:75px;font-size:1.35rem}.closing{padding:70px 6%}.closing .button{width:100%}.site-footer{padding:54px 6% 22px;gap:35px 15px}.site-footer .logo{font-size:1.65rem}.site-footer>div:nth-child(4){grid-column:1/-1}.footer-bottom{margin-top:5px}.quiz-shell{min-height:calc(100vh - 64px);padding:23px 6% 80px}.quiz-top{font-size:.62rem;gap:8px}.quiz-top span:nth-child(2){display:none}.progress{margin:19px 0 56px}.quiz-content h1{font-size:clamp(3rem,11vw,4.8rem)}.option-grid{margin-top:27px}.option{min-height:58px;padding:13px 16px}.result-page,.pricing-page,.checkout-page{padding:65px 6% 80px}.result-page>h1,.pricing-page>h1,.checkout-page>h1{font-size:clamp(4.15rem,17vw,6.5rem)}.result-page>.button,.checkout-page>.button{width:100%}.price-card{padding:16px 14px;gap:11px;min-height:82px}.price-card strong{font-size:1.7rem}.price-card em{font-size:.54rem;padding:6px}.checkout-icon{height:82px;width:82px;font-size:3rem}.editorial{padding:65px 6% 80px}.editorial h1{font-size:clamp(4rem,16vw,6.5rem)}.editorial-image{height:330px;margin:40px 0}.editorial .button{width:100%}.blog-image{height:300px}}
@media(max-width:360px){.logo{font-size:1.32rem}.logo-mark{width:24px;height:24px}.language-menu summary{max-width:74px}.reference-hero h1{font-size:3.15rem}.price-card em{max-width:66px;line-height:1.2;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}


/* Age entry and rich questionnaire controls */
.start-page{min-height:calc(100vh - 76px);max-width:1120px;margin:auto;padding:clamp(70px,8vw,120px) clamp(22px,6vw,80px) 95px;text-align:center}
.start-page>.section-kicker{color:#de6139}
.start-page h1{max-width:950px;margin:25px auto 20px;font-size:clamp(5rem,10vw,10rem);text-transform:uppercase;line-height:.88}
.start-page>p{max-width:570px;margin:0 auto 32px;color:#60727b;font-size:1.08rem;line-height:1.6}
.age-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:850px;margin:0 auto 24px}
.age-grid button{min-height:155px;padding:20px 10px;border:2px solid transparent;background:var(--deep);color:#fff;font-family:'Barlow Condensed',Impact,sans-serif;font-size:3.7rem;font-weight:800;line-height:1;transition:background .2s,color .2s,transform .2s}
.age-grid button:hover,.age-grid button:focus-visible{background:var(--lime);color:var(--deep);transform:translateY(-3px)}
.start-page>small{display:block;max-width:720px;margin:auto;color:#819094;font-size:.72rem;line-height:1.5}
.option-grid .button{width:100%}
.multi-option{cursor:pointer;justify-content:flex-start;min-height:63px}
.multi-option input[type=checkbox]{appearance:none;width:22px;height:22px;flex:none;margin:0 6px 0 0;border:2px solid #93a5a6;background:#fff;display:grid;place-items:center}
.multi-option input[type=checkbox]::after{content:'✓';font-size:.95rem;font-weight:800;color:var(--deep);transform:scale(0);transition:transform .15s}
.multi-option input[type=checkbox]:checked{background:var(--lime);border-color:var(--deep)}
.multi-option input[type=checkbox]:checked::after{transform:scale(1)}
.multi-option:has(input:checked){border-color:var(--deep);background:#effbd1}
.range-value output{display:block;font-family:'Barlow Condensed',Impact,sans-serif;font-size:5rem;font-weight:800;line-height:1;color:var(--deep)}
.option-grid input[type=range]{width:100%;height:8px;margin:18px 0 22px;accent-color:#f66f43;cursor:pointer}
.metric-input{min-height:66px;display:flex;align-items:center;background:#fff;border:1px solid #c7d5d2}
.metric-input input{min-width:0;width:100%;height:64px;padding:16px 20px;border:0;outline:0;background:transparent;color:var(--ink);font-size:1.25rem}
.metric-input span{padding:0 20px;color:#53686f;font-weight:800}
.consent-box{display:flex;align-items:flex-start;gap:10px;text-align:start;color:#5d7075;font-size:.8rem;line-height:1.5;cursor:pointer}
.consent-box input{width:20px;height:20px;margin:0;flex:none;accent-color:#a7d73b}
.info-card{padding:28px;display:flex;align-items:flex-start;gap:16px;background:#dfebee;color:var(--deep);text-align:start}
.info-card>span{font-size:2rem;line-height:1;color:#e66a42}
.info-card p{margin:0;line-height:1.65}
.quiz-content>small.error{color:#b9422c;margin-bottom:10px}
.short-page .faq-list{max-width:760px;margin:50px 0}
.short-page .faq-list details{border-top:1px solid #b9c9c7;padding:20px 0}
.short-page .faq-list details:last-child{border-bottom:1px solid #b9c9c7}
.short-page .faq-list summary{display:flex;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-weight:800}
.short-page .faq-list summary::-webkit-details-marker{display:none}
.short-page .faq-list summary::after{content:'+';font-size:1.3rem}
.short-page .faq-list details[open] summary::after{content:'−'}
.short-page .faq-list p{margin:16px 0 0;color:#5d7075;line-height:1.6}
@media(max-width:760px){.age-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.age-grid button{min-height:120px;font-size:3.3rem}.start-page{min-height:calc(100vh - 64px)}}
@media(max-width:480px){.start-page{padding:70px 6% 80px}.start-page h1{font-size:clamp(4.3rem,16vw,6.5rem)}.start-page>p{font-size:.97rem}.age-grid{gap:9px}.age-grid button{min-height:98px;font-size:2.8rem}.range-value output{font-size:4rem}.info-card{padding:20px}.short-page .faq-list{margin-top:35px}}

/* Keep Latin brand and numeric age ranges legible in RTL locales. */
.logo{direction:ltr;unicode-bidi:isolate}
.age-grid button{direction:ltr;unicode-bidi:isolate}

/* Dedicated photography for the food and everyday movement sections. */
.meal-art,.image-meal{background-image:url('/assets/meal.png');background-size:cover;background-position:center}
.habits-art,.image-habit{background-image:url('/assets/habits.png');background-size:cover;background-position:center}
.habits-art{background-position:46% center}
.meal-art{background-position:50% 48%}

/* Visual questionnaire cards for gender, body type and goal. */
.option-grid:has(>.option-bodytype){grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:760px}
.option-grid:has(>.option-gender){grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;max-width:520px}
.option-grid:has(>.option-goal){grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:700px}
.quiz-content:has(.option-bodytype),.quiz-content:has(.option-goal){max-width:760px}
.option:is(.option-bodytype,.option-gender,.option-goal){display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;min-width:0;min-height:0;padding:0;border:2px solid #c7d5d2;background:#fff;text-align:center;overflow:hidden;transition:border-color .2s,background .2s,transform .2s}
.option:is(.option-bodytype,.option-gender,.option-goal)::before{content:'';display:block;flex:none;width:100%;background-color:#263039;background-repeat:no-repeat}
.option:is(.option-bodytype,.option-gender,.option-goal)>span:first-child{display:grid;place-items:center;flex:1;min-height:60px;padding:10px 8px;font-size:.8rem;line-height:1.25;font-weight:800;text-transform:uppercase;overflow-wrap:anywhere}
.option:is(.option-bodytype,.option-gender,.option-goal)>.option-arrow{display:none}
.option:is(.option-bodytype,.option-gender,.option-goal):hover,.option:is(.option-bodytype,.option-gender,.option-goal):focus-visible{background:var(--lime);border-color:var(--deep);transform:translateY(-3px)}
.option-bodytype::before{aspect-ratio:.6;background-image:url('/assets/body-types.png');background-size:400% auto;background-position-y:0}
.option-bodytype.option-slim::before{background-position-x:0}
.option-bodytype.option-average::before{background-position-x:33.333%}
.option-bodytype.option-big::before{background-position-x:66.667%}
.option-bodytype.option-heavy::before{background-position-x:100%}
.option-gender::before{aspect-ratio:.82}
.option-gender.option-male::before{background-image:url('/assets/body-types.png');background-size:400% auto;background-position:33.333% 0}
.option-gender.option-female::before{background-image:url('/assets/gender-female-studio.png');background-size:cover;background-position:center top}
.option-goal::before{aspect-ratio:1;background-size:cover}
.option-goal.option-lose_weight::before{background-image:url('/assets/habits.png');background-position:29% center}
.option-goal.option-gain_muscle::before{background-image:url('/assets/stories.png');background-size:300% 100%;background-position:center center}
.option-goal.option-get_shredded::before{background-image:url('/assets/body-types.png');background-size:400% auto;background-position:33.333% 4%}
[dir=rtl] .option:is(.option-bodytype,.option-gender,.option-goal)>span:first-child{direction:rtl}
@media(max-width:760px){.option-grid:has(>.option-bodytype){grid-template-columns:repeat(2,minmax(0,1fr));max-width:430px}.option-grid:has(>.option-goal){grid-template-columns:repeat(3,minmax(0,1fr))}.meal-art{background-position:center}.habits-art{background-position:38% center}}
@media(max-width:520px){.option-grid:has(>.option-goal){grid-template-columns:1fr;max-width:380px}.option-goal.option-goal{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:112px;text-align:start}.option-goal.option-goal::before{height:112px;aspect-ratio:auto}.option-goal.option-goal>span:first-child{place-items:center start;min-height:112px;padding:16px;font-size:.9rem}.option-bodytype::before{aspect-ratio:.65}.option-gender::before{aspect-ratio:.76}}
@media(max-width:360px){.option-grid:has(>.option-bodytype){gap:8px}.option:is(.option-bodytype,.option-gender)>span:first-child{font-size:.73rem;min-height:55px}.option-goal.option-goal{grid-template-columns:100px minmax(0,1fr);min-height:100px}.option-goal.option-goal::before,.option-goal.option-goal>span:first-child{height:100px;min-height:100px}}
/* Account pages */
.account-page{max-width:780px}.account-page h1{font-size:clamp(3.5rem,9vw,7rem)}.account-page .email-form{max-width:520px}.account-page .email-form input{width:100%}.account-switch{margin-top:24px}.account-switch a{font-weight:800;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:5px}.account-nav{display:flex;gap:24px;flex-wrap:wrap;margin:30px 0;border-bottom:1px solid var(--line);padding-bottom:16px}.account-nav a{font-weight:700}.account-orders{display:grid;gap:10px;margin:25px 0}.account-orders>div{background:white;padding:20px;display:flex;gap:15px;justify-content:space-between;flex-wrap:wrap}
.unit-toggle{display:flex;justify-content:center;gap:8px;margin-bottom:14px}.unit-toggle label{display:inline-flex;align-items:center;gap:7px;min-width:76px;justify-content:center;padding:9px 12px;border:1px solid var(--line);background:white;font-weight:700;cursor:pointer}.unit-toggle label:has(input:checked){background:var(--lime);border-color:var(--ink)}.unit-toggle input{accent-color:var(--orange)}.imperial-fields{display:flex;gap:10px}.imperial-fields[hidden],.metric-field[hidden]{display:none}.imperial-fields label{flex:1;display:flex;align-items:center;gap:8px;background:white;padding:10px}.imperial-fields input{width:100%;min-width:0;padding:12px;border:1px solid var(--line)}
.about-results{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:60px 0}.about-results>div{background:var(--dark);color:white;padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.about-results strong{font-family:'Barlow Condensed',sans-serif;font-size:3rem}.about-results span{font-size:.8rem;color:var(--lime)}.about-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0 55px}.about-principles article{background:white;padding:28px}.about-principles h3{font-size:2.1rem}.about-principles p{color:#66716b;line-height:1.6}@media(max-width:650px){.about-results,.about-principles{grid-template-columns:1fr}.about-results>div{min-height:110px}}
.store-badges{display:flex;gap:16px;align-items:center;width:min(356px,calc(100vw - 64px));margin-top:24px;direction:ltr}
.store-badge{container-type:inline-size;flex:1 1 0;min-width:0;aspect-ratio:184/60;display:flex;align-items:center;gap:3.5%;padding:0 5.8%;border:1px solid #a6a6a6;border-radius:7px;background:#050505;color:#fff;white-space:nowrap;line-height:1}
.store-badge img{display:block;width:21%;height:70%;object-fit:contain;flex:none}
.store-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.store-copy small{display:block;font-family:Arial,sans-serif;font-size:clamp(6px,5.4cqw,9.2px);font-weight:400;letter-spacing:0;line-height:1.05}
.store-copy strong{display:block;font-family:Arial,sans-serif;font-size:clamp(12px,10.7cqw,18.5px);font-weight:600;letter-spacing:-.04em;line-height:1.1}
.store-badge-google .store-copy small{font-size:clamp(5.5px,5.3cqw,9px);font-weight:600;letter-spacing:.04em}
.store-badge-google .store-copy strong{font-size:clamp(11px,9.8cqw,17px)}
.store-badge:focus-visible{outline:3px solid var(--lime);outline-offset:3px}
@media(max-width:480px){.store-badges{margin-top:19px;margin-left:calc(32px - 6vw)}[dir=rtl] .store-badges{margin-left:0;margin-right:calc(32px - 6vw)}}
h1,h2,h3{overflow-wrap:break-word;hyphens:auto}
.privacy-link{display:inline-block;justify-self:start;color:#265970;font-size:.8rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;margin-top:-6px;margin-bottom:5px}
/* Match the body-type silhouettes to the gender selected in step one. */
.gender-female .option-bodytype::before{background-image:url('/assets/body-types-female.png')}
/* Keep nearly the complete figure visible in each four-panel sprite. */
.option-bodytype::before{aspect-ratio:.5}
@media(max-width:520px){.option-bodytype::before{aspect-ratio:.5}}
