:root{color:#17202b;font-synthesis:none;text-rendering:optimizelegibility;--ink:#17202b;--muted:#66686b;--ivory:#f8f8f8;--surface:#fff;--coral:#ff6f61;--coral-deep:#ff6f61;--peach:#ff9a8f;--blush:#fff0ed;--sand:#f2f2f3;--sage:#879c8b;--line:#17202b1a;--shadow-sm:0 10px 28px #23283012;--shadow-md:0 20px 54px #2328301c;--radius:22px;background:#f1f1f2;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{scroll-behavior:auto;background:#eeeeef}body{background:#f1f1f2;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent;color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.app-shell{background:var(--ivory);min-height:100vh}.quiz-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #17202b1a;padding:15px 18px 14px;position:sticky;top:0}.quiz-header__top{grid-template-columns:40px 1fr 40px;align-items:center;max-width:560px;margin:0 auto 10px;display:grid}.quiz-header__top .brand{justify-self:center}.phase-label{color:var(--muted);opacity:0;justify-self:end;font-size:12px;font-weight:800}.icon-button{width:38px;height:38px;box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;display:grid}.icon-button--hidden{opacity:0;pointer-events:none}.quiz-header--minimal{padding-bottom:12px}.quiz-header--minimal .quiz-header__top{margin-bottom:0}.quiz-header--minimal .icon-button{opacity:0;pointer-events:none}.phase-progress{justify-content:center;align-items:center;max-width:500px;margin:4px auto 0;display:flex}.phase-progress__step{color:#606164;flex:1;align-items:center;min-width:0;font-size:14px;font-weight:700;display:flex}.phase-progress__step:last-child{flex:none}.phase-progress__step>span{background:#e9e9ea;border:1px solid #0000;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid}.phase-progress__step>i{background:#e5e5e6;border-radius:999px;flex:1;height:2px;margin:0 7px}.phase-progress__step.is-active>span{color:var(--coral);border-color:var(--coral);background:#fff}.phase-progress__step.is-active>i,.phase-progress__step.is-complete>i{background:var(--coral)}.phase-progress__step.is-complete>span{color:#fff;background:var(--coral)}.brand{color:var(--ink);letter-spacing:-.045em;align-items:center;gap:9px;font-size:18px;font-weight:800;display:inline-flex}.brand>span{align-items:baseline;display:inline-flex}.brand>span b{font-weight:900}.brand>span i{color:#756c76;font-style:normal;font-weight:650}.brand__mark{width:32px;height:32px;overflow:visible}.brand__petal{stroke:var(--coral-deep);stroke-width:1.35px;stroke-linejoin:round}.brand__petal--left{fill:#ffe0d8}.brand__petal--right{fill:#fff2ed}.brand__line{fill:none;stroke:#d8514a;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round}.brand--compact{gap:6px;font-size:15px}.brand--compact .brand__mark{width:25px;height:25px}.quiz-main{width:100%}.quiz-screen{width:min(100%,560px);min-height:calc(100svh - 109px);margin:0 auto;padding:30px 20px 40px;animation:.42s cubic-bezier(.2,.75,.2,1) both screen-enter}@keyframes screen-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.screen-heading{text-align:center;margin-bottom:26px}.eyebrow{color:var(--coral-deep);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800;line-height:1.35}.eyebrow svg{vertical-align:-3px}.quiz-screen h1{letter-spacing:-.055em;max-width:510px;margin:0 auto 12px;font-size:clamp(26px,7vw,38px);line-height:1.08}.screen-subtitle{max-width:470px;color:var(--muted);margin:0 auto;font-size:15px;line-height:1.55}.answer-list{gap:12px;display:grid}.answer-list--grid{grid-template-columns:repeat(2,1fr)}.answer-list--portrait{grid-template-columns:repeat(2,1fr);gap:10px}.answer-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:18px;align-items:center;gap:11px;width:100%;min-height:68px;padding:11px 13px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #20252d0e}.answer-card:active{transform:scale(.985)}.answer-card--active{border-color:var(--coral);background:#fff1ef;box-shadow:0 12px 28px #ff6f611f}.answer-card__glyph{width:42px;height:42px;color:var(--coral-deep);background:linear-gradient(145deg,#fff0e8,#f8dfd5);border-radius:14px;flex:none;place-items:center;display:grid}.answer-card__emoji{flex:none;place-items:center;width:48px;font-size:29px;line-height:1;display:grid}.answer-card__copy{gap:4px;min-width:0;display:grid}.answer-card__copy strong{font-size:15px;line-height:1.35}.answer-card__copy small{color:var(--muted);font-size:12px;line-height:1.35}.answer-card__status{color:#8f9296;background:#f0f0f1;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;margin-left:auto;display:grid}.answer-card--active .answer-card__status{color:#fff;background:var(--coral)}.answer-list--grid .answer-card{flex-wrap:wrap;align-content:flex-start;min-height:106px}.answer-list--grid .answer-card__copy{width:calc(100% - 42px)}.answer-list--grid .answer-card__status{position:absolute;top:10px;right:10px}.answer-card--image{aspect-ratio:.86;background:#eee3dc;min-height:0;padding:0;display:block}.answer-card--image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.answer-card--image:hover img{transform:scale(1.025)}.answer-card--image .answer-card__copy{color:#fff;background:linear-gradient(90deg,#de524af0,#f48b62eb);border-radius:15px;width:auto;padding:11px 12px;position:absolute;bottom:8px;left:8px;right:8px;box-shadow:0 8px 22px #4a251c38}.answer-card--image .answer-card__copy strong{font-size:14px}.answer-card--image .answer-card__status{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#231d1b47;position:absolute;top:10px;right:10px}.question-screen--portrait .screen-heading{margin-bottom:18px}.question-screen--portrait h1{font-size:clamp(28px,8vw,38px)}.question-screen:not(.question-screen--portrait) .eyebrow{display:none}.question-screen--goal{width:min(100%,700px);padding-top:36px}.question-screen--goal .screen-heading{margin-bottom:30px}.question-screen--goal h1{font-size:clamp(29px,6vw,38px)}.question-screen--goal .title-accent{color:var(--coral)}.question-screen--goal .answer-list{gap:14px}.question-screen--goal .answer-card{border:0;border-radius:23px;min-height:96px;padding:18px 22px;box-shadow:0 10px 30px #20252d12}.question-screen--goal .answer-card__emoji{width:48px;font-size:29px}.question-screen--goal .answer-card__copy strong{font-size:18px;font-weight:500}.question-screen--goal .answer-card__status{display:none}.answer-list--chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.answer-list--chips .answer-card{grid-template-columns:38px 1fr;gap:9px;min-height:92px;padding:12px;display:grid}.answer-list--chips .answer-card__glyph{border-radius:13px;width:38px;height:38px}.answer-list--chips .answer-card__copy strong{font-size:13px}.answer-list--chips .answer-card__status{width:24px;height:24px;position:absolute;top:8px;right:8px}.answer-list--tags{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.answer-list--tags .answer-card{border-radius:17px;min-height:62px;padding:10px 39px 10px 12px}.answer-list--tags .answer-card__glyph{border-radius:11px;width:34px;height:34px}.answer-list--tags .answer-card__copy strong{font-size:12px}.answer-list--tags .answer-card__status{width:24px;height:24px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.question-screen--shape{background:#f7f7f8;width:min(100%,590px)}.question-screen--shape .title-accent{color:var(--coral)}.answer-list--shape{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.answer-card--shape{text-align:center;background:#fff;border:0;border-radius:17px;grid-template-rows:119px 30px;justify-items:center;gap:4px;min-height:166px;padding:8px 6px 7px;display:grid;box-shadow:0 13px 30px #333a5214}.answer-card--shape .answer-card__copy{display:none}.answer-card--shape .answer-card__status{color:#0000;background:#fff;border:2px solid #c8c9cb;width:30px;height:30px;margin:0}.answer-card--shape.answer-card--active .answer-card__status{border-color:var(--coral);color:#fff;background:var(--coral)}.shape-visual{width:100px;height:119px;overflow:visible}.shape-shoulders{fill:#f8e8de}.shape-neck-fill{fill:#efc9b7}.shape-hair-bun{fill:#a99084}.shape-hair-back{fill:#b39a8e}.shape-hair-length{fill:#aa9185}.shape-ear{fill:#efc9b7;stroke:#ddb29d;stroke-width:.8px}.shape-face{stroke:#ddb29d;stroke-width:1.05px}.shape-face-glow{opacity:.7}.shape-hair-front{fill:#b79f93}.shape-hair-part{fill:none;stroke:#ffffff7a;stroke-width:1.1px;stroke-linecap:round}.shape-soft-guide{fill:none;stroke:#e67a8a47;stroke-width:.7px;stroke-dasharray:2.5 3}.shape-symbol{fill:none;stroke:#ed5c92;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round}.question-screen--face-map{background:#f7f7f8;width:min(100%,620px);padding-top:22px}.question-screen--face-map .screen-heading{margin-bottom:16px}.question-screen--face-map h1{font-size:clamp(27px,6.5vw,34px)}.question-screen--face-map .screen-subtitle{display:none}.focus-practice-stage{min-height:535px;position:relative}.focus-practice-illustration{width:62%;height:450px;position:absolute;bottom:0;left:-8px;overflow:hidden}.focus-practice-illustration:after{content:"";pointer-events:none;background:linear-gradient(#0000,#f7f7f8);height:55px;position:absolute;bottom:0;left:0;right:0}.focus-practice-options{z-index:3;grid-template-rows:repeat(6,78px);grid-template-columns:repeat(2,minmax(0,150px));justify-content:end;gap:8px;display:grid;position:relative}.focus-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #17202b17;border-radius:18px;outline:none;align-items:center;gap:8px;min-width:0;padding:12px;display:flex;box-shadow:0 8px 22px #2328300e}.focus-option:focus-visible{outline-offset:2px;outline:3px solid #ff6f6138}.focus-option strong{font-size:14px;line-height:1.25}.focus-option>span{color:#fff;background:#fff;border:1.5px solid #c8c9cb;border-radius:8px;flex:none;place-items:center;width:27px;height:27px;margin-left:auto;display:grid}.focus-option.is-active{border:2px solid var(--coral);background:#fff0ed}.focus-option.is-active>span{border-color:var(--coral);background:var(--coral)}.focus-option--forehead{grid-area:1/1}.focus-option--eyes{grid-area:1/2}.focus-option--mouth{grid-area:2/2}.focus-option--chin{grid-area:3/2}.focus-option--cheeks{grid-area:4/2}.focus-option--jawline{grid-area:5/2}.focus-option--neck{grid-area:6/2}.face-zone-overlay{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;overflow:visible}.face-zone-shape{fill:#ff6f6152;stroke:var(--coral);stroke-width:3.2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5 6;opacity:0;transition:opacity .18s}.face-zone-shape.is-visible{opacity:1}.primary-button{color:#fff;background:var(--coral);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:12px 18px;font-weight:800;text-decoration:none;transition:transform .17s,box-shadow .17s,opacity .17s;display:inline-flex;box-shadow:0 10px 25px #ff6f6133}.primary-button:hover{transform:translateY(-1px);box-shadow:0 16px 34px #ff6f6147}.primary-button:active{transform:translateY(1px)}.primary-button:disabled{opacity:.48;cursor:not-allowed;transform:none}.primary-button--large{border-radius:18px;width:100%;min-height:56px;font-size:15px}.screen-cta{width:100%;margin-top:20px}.terms-note{color:#8a817c;text-align:center;max-width:420px;margin:16px auto 0;font-size:10px;line-height:1.5}.terms-note a{text-underline-offset:2px}.story-screen{text-align:center}.story-screen>h1{margin-bottom:14px}.story-screen--education{padding-top:22px}.education-grid{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.education-grid article{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;justify-items:center;gap:5px;padding:12px 6px;display:grid}.education-grid svg{width:31px;height:31px;color:var(--coral-deep);background:var(--blush);border-radius:10px;padding:7px}.education-grid strong{font-size:10px}.education-grid small{color:var(--muted);font-size:8px}.insight-orbit{width:66px;height:66px;color:var(--coral-deep);background:radial-gradient(circle at 30% 20%,#fff,#ffd6c5);border-radius:24px;place-items:center;margin:10px auto 20px;display:grid;transform:rotate(-5deg);box-shadow:0 18px 45px #e16b4d33}.insight-card{box-shadow:var(--shadow-sm);text-align:left;background:linear-gradient(145deg,#fff,#fff2eb);border:1px solid #ee75612e;border-radius:24px;grid-template-columns:96px 1fr;align-items:center;gap:17px;margin:28px 0 8px;padding:18px;display:grid}.score-ring{--score:290deg;background:conic-gradient(var(--coral) var(--score), #f3dfd4 0);border-radius:50%;place-items:center;width:86px;height:86px;display:grid;position:relative}.score-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;top:7px;bottom:7px;left:7px;right:7px}.score-ring span{z-index:1;font-size:17px;font-weight:800;position:relative}.insight-card strong{margin-bottom:6px;font-size:14px;line-height:1.35;display:block}.insight-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.insight-card--honest{grid-template-columns:78px 1fr}.time-disc{color:#fff;background:linear-gradient(145deg, var(--coral), #ef966d);border-radius:25px;align-content:center;justify-items:center;width:72px;height:72px;display:grid;box-shadow:0 12px 28px #db574f3d}.time-disc strong{margin:0;font-size:26px;line-height:1}.time-disc span{text-transform:uppercase;font-size:9px;font-weight:800}.answer-insight-bars{box-shadow:var(--shadow-sm);text-align:left;background:#fff;border-radius:20px;gap:10px;padding:15px;display:grid}.answer-insight-bars>div{grid-template-columns:1fr 165px;align-items:center;gap:10px;display:grid}.answer-insight-bars>div>span{background:#f0e3da;border-radius:999px;height:7px;overflow:hidden}.answer-insight-bars i{border-radius:inherit;background:linear-gradient(90deg, var(--coral), var(--peach));height:100%;display:block}.answer-insight-bars small{color:var(--muted);font-size:9px}.benefit-stack{text-align:left;gap:10px;margin-top:25px;display:grid}.benefit-stack article{border:1px solid var(--line);min-height:118px;box-shadow:var(--shadow-sm);background:#fff;border-radius:21px;grid-template-columns:112px 1fr;display:grid;overflow:hidden}.benefit-stack img{object-fit:cover;width:100%;height:100%}.benefit-stack article:first-child img{object-position:60% 25%}.benefit-stack article:nth-child(2) img{object-position:55% 35%}.benefit-stack article:nth-child(3) img{object-position:48% 45%}.benefit-stack article>div{align-self:center;padding:13px}.benefit-stack span{color:var(--coral);margin-bottom:5px;font-size:9px;font-weight:800;display:block}.benefit-stack strong{margin-bottom:4px;font-size:14px;display:block}.benefit-stack p{color:var(--muted);margin:0;font-size:10px;line-height:1.4}.story-screen--reference-benefits{background:#fff;flex-direction:column;min-height:calc(100svh - 78px);padding-top:42px;display:flex}.story-screen--reference-benefits>h1{max-width:500px;font-size:clamp(30px,8vw,41px);line-height:1.13}.story-screen--reference-benefits>h1 span{color:var(--coral)}.story-screen--reference-benefits>.screen-subtitle{max-width:450px;font-size:17px;line-height:1.45}.reference-benefit-card{text-align:left;background:#fff;border-radius:27px;margin:34px 0 22px;padding:14px 25px;box-shadow:0 15px 48px #ff6f6121}.reference-benefit-card article{grid-template-columns:86px 1fr;align-items:center;gap:20px;min-height:112px;padding:12px 0;display:grid}.reference-benefit-card article+article{border-top:1px solid #dedfe0}.reference-benefit-card img{object-fit:cover;border-radius:50%;width:86px;height:86px}.reference-benefit-card strong{color:#303235;font-size:17px;font-weight:500;line-height:1.45}.story-screen--reference-benefits .screen-cta{margin-top:auto}.story-screen--reference-benefits .screen-cta svg,.question-screen--face-map .screen-cta svg,.question-screen--shape .screen-cta svg{display:none}.evidence-note{color:var(--muted);margin:12px 6px 0;font-size:9px;line-height:1.45}.demo-poster{box-shadow:var(--shadow-md);text-align:left;border-radius:27px;margin-top:24px;position:relative;overflow:hidden}.demo-poster img,.demo-poster video{aspect-ratio:4/5;object-fit:cover;width:100%}.demo-poster--video .demo-poster__shade{pointer-events:none}.demo-poster--video .demo-poster__copy{pointer-events:none;bottom:54px}.demo-poster__shade{background:linear-gradient(#1e141000 35%,#1e1410bd 100%);position:absolute;top:0;bottom:0;left:0;right:0}.demo-poster__badge{color:#fff;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);text-transform:uppercase;letter-spacing:.06em;background:#281e1a80;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:10px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.demo-poster__copy{color:#fff;gap:5px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.demo-poster__copy strong{font-size:20px}.demo-poster__copy span{color:#ffffffc7;font-size:11px;line-height:1.45}.story-screen--trust{flex-direction:column;display:flex}.personal-plan-visual{box-shadow:var(--shadow-md);text-align:left;background:#fff;border:1px solid #ff6f611f;border-radius:26px;margin:24px 0 0;overflow:hidden}.personal-plan-visual>svg{width:100%;height:auto;display:block}.personal-plan-visual>div{justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.personal-plan-visual strong{color:var(--coral);font-size:17px}.personal-plan-visual span{color:var(--muted);text-align:right;font-size:10px}.story-screen--trust .screen-cta{margin-top:auto}.question-screen--face-map,.story-screen--benefits{padding-bottom:35px}.method-stack{text-align:left;gap:10px;margin:28px 0 16px;display:grid}.method-stack article{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:19px;grid-template-columns:46px 1fr;align-items:center;gap:13px;padding:15px;display:grid}.method-stack article>span{width:44px;height:44px;color:var(--coral-deep);background:var(--blush);border-radius:14px;place-items:center;display:grid}.method-stack strong{margin-bottom:3px;font-size:14px;display:block}.method-stack p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.mechanism-card{border:1px solid var(--line);box-shadow:var(--shadow-md);background:#fff;border-radius:27px;margin:24px 0 12px;overflow:hidden}.mechanism-card>img{object-fit:cover;object-position:55% 34%;width:100%;height:250px}.mechanism-card__steps{background:var(--line);text-align:left;gap:1px;display:grid}.mechanism-card__steps article{background:#fff;grid-template-columns:42px 1fr;align-items:center;gap:11px;padding:12px;display:grid}.mechanism-card__steps article>span{width:40px;height:40px;color:var(--coral-deep);background:var(--blush);border-radius:13px;place-items:center;display:grid}.mechanism-card__steps svg{width:19px}.mechanism-card__steps strong{margin-bottom:3px;font-size:12px;display:block}.mechanism-card__steps p{color:var(--muted);margin:0;font-size:9px;line-height:1.4}.safety-note{color:#5a655b;text-align:left;background:#edf3ed;border-radius:17px;align-items:flex-start;gap:10px;padding:14px;font-size:11px;line-height:1.45;display:flex}.safety-note svg{color:#617a66;flex:none}.check-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.check-list li{color:#514c49;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.check-list li svg{color:#fff;background:var(--sage);border-radius:50%;flex:none;width:20px;height:20px;padding:3px}.compact-check-list{flex-wrap:wrap;justify-content:center;gap:8px 12px;display:flex}.compact-check-list li{font-size:11px}.comparison-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);text-align:left;background:#fff;border-radius:24px;margin:25px 0 8px;padding:19px}.comparison-card>strong{font-size:15px}.comparison-chart{background:repeating-linear-gradient(#0000 0 44px,#60463a14 45px 46px);border-bottom:1px solid #d9cbc2;grid-template-columns:repeat(2,1fr);align-items:end;gap:22px;height:190px;margin:17px 0 10px;padding:15px 28px 0;display:grid}.comparison-chart span{height:100%;color:var(--muted);text-align:center;grid-template-rows:1fr auto;align-items:end;gap:7px;font-size:10px;font-weight:800;display:grid}.comparison-chart i{background:#e3dfdc;border-radius:14px 14px 0 0;align-self:end;width:100%;min-height:54px;display:block}.comparison-chart .is-accent i{background:linear-gradient(180deg, var(--peach), var(--coral));min-height:110px}.comparison-card>small{color:var(--muted);font-size:8px;line-height:1.45;display:block}.research-screen{text-align:center}.research-curve{border:1px solid var(--line);height:230px;box-shadow:var(--shadow-sm);background:linear-gradient(#fff,#fff4ee);border-radius:25px;margin:25px 0 20px;position:relative;overflow:hidden}.research-curve:before,.research-curve:after{content:"";border-top:1px dashed #5f443924;position:absolute;left:26px;right:26px}.research-curve:before{top:34%}.research-curve:after{top:64%}.research-curve__line{filter:drop-shadow(0 8px 10px #52846e2e);border-top:6px solid #7db49d;border-radius:70% 30% 0 0;height:58%;position:absolute;bottom:17%;left:8%;right:8%;transform:rotate(-9deg)}.research-curve i{z-index:2;background:#76b99a;border:4px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;box-shadow:0 0 0 8px #76b99a29}.research-curve strong{color:#568b73;text-transform:uppercase;letter-spacing:.07em;font-size:10px;position:absolute;top:16px;right:17px}.research-copy{text-align:left;gap:13px;margin-bottom:15px;display:grid}.research-copy p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.research-copy p strong{color:var(--ink)}.research-copy a{color:#a64c45;text-underline-offset:3px;font-size:11px;font-weight:800}.analysis-screen{text-align:center;position:relative;overflow:hidden}.analysis-glow{width:88px;height:88px;color:var(--coral-deep);background:radial-gradient(circle at 32% 26%,#fff 0,#ffd5c3 60%,#ffb99d 100%);border-radius:32px;place-items:center;margin:25px auto 18px;animation:2.8s ease-in-out infinite float;display:grid;box-shadow:0 25px 65px #e55e4d38}@keyframes float{50%{transform:translateY(-6px)rotate(3deg)}}.analysis-number{letter-spacing:-.06em;margin:30px 0 10px;font-size:42px;font-weight:800}.analysis-bar{background:#ecded4;border-radius:999px;height:10px;overflow:hidden}.analysis-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--coral), var(--peach));height:100%;transition:width .16s linear;display:block}.analysis-profile{border:1px solid var(--line);box-shadow:var(--shadow-sm);text-align:left;background:#fff;border-radius:19px;grid-template-columns:72px 1fr;align-items:center;gap:12px;margin-top:18px;padding:10px;display:grid}.analysis-profile img{object-fit:cover;object-position:55% 28%;border-radius:14px;width:72px;height:76px}.analysis-profile>div{min-width:0}.analysis-profile small{color:var(--coral-deep);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:8px;font-weight:800;display:block}.analysis-profile strong{font-size:13px;display:block}.analysis-profile p{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:9px;overflow:hidden}.analysis-tasks{text-align:left;gap:9px;margin-top:25px;display:grid}.analysis-tasks>div{color:#9a8f89;background:#ffffff9e;border-radius:15px;align-items:center;gap:10px;padding:11px 13px;font-size:12px;display:flex}.analysis-tasks span{background:#eee3dc;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.analysis-tasks .is-active{color:var(--ink);box-shadow:var(--shadow-sm);background:#fff}.analysis-tasks .is-active svg{animation:1.2s linear infinite spin}.analysis-tasks .is-done{color:#516455}.analysis-tasks .is-done span{color:#fff;background:var(--sage)}@keyframes spin{to{transform:rotate(360deg)}}.micro-question{left:18px;right:18px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #ea695b2e;border-radius:23px;max-width:520px;margin:auto;padding:19px;animation:.32s both micro-in;position:fixed;box-shadow:0 25px 80px #59372838}@keyframes micro-in{0%{opacity:0;transform:translateY(25px)}}.micro-question strong{margin-bottom:14px;font-size:15px;display:block}.micro-question>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.micro-question button{border:1px solid var(--line);cursor:pointer;background:#fff8f4;border-radius:14px;min-height:46px;font-weight:800}.email-screen{text-align:center;padding-top:46px}.email-icon{width:67px;height:67px;color:var(--coral-deep);box-shadow:var(--shadow-sm);background:linear-gradient(145deg,#fff,#f9d9ca);border-radius:23px;place-items:center;margin:0 auto 21px;display:grid}.email-result-preview{box-shadow:var(--shadow-sm);text-align:left;background:linear-gradient(145deg,#fff,#fff1e9);border:1px solid #e55b5026;border-radius:18px;grid-template-columns:44px 1fr 22px;align-items:center;gap:10px;margin:24px 0 -4px;padding:12px;display:grid}.email-result-preview>span{color:#fff;background:linear-gradient(145deg, var(--coral), var(--peach));border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.email-result-preview strong,.email-result-preview small{display:block}.email-result-preview strong{font-size:12px}.email-result-preview small{color:var(--muted);margin-top:3px;font-size:9px}.email-result-preview>svg{color:#998a82}.email-form{text-align:left;gap:15px;margin-top:28px;display:grid}.email-form>label:first-child{gap:7px;display:grid}.email-form label>span:first-child{font-size:12px;font-weight:800}.email-form input[type=email]{border:1px solid var(--line);background:#fff;border-radius:17px;outline:0;width:100%;height:58px;padding:0 16px;box-shadow:0 8px 26px #69412f0f}.email-form input[type=email]:focus{border-color:var(--coral);box-shadow:0 0 0 4px #f36f631f}.consent-check{color:var(--muted);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:10px;line-height:1.45;display:grid}.consent-check input{width:18px;height:18px;accent-color:var(--coral)}.consent-check a{text-underline-offset:2px}.form-error{color:#b83d39;margin:0;font-size:11px;line-height:1.4}.privacy-row{color:#747b73;justify-content:center;gap:16px;margin-top:18px;font-size:10px;display:flex}.privacy-row span{align-items:center;gap:5px;display:flex}.consent-banner{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;border:1px solid #54382d1c;border-radius:19px;max-width:760px;margin:auto;padding:15px;position:fixed;box-shadow:0 20px 70px #442c223b}.consent-banner p{color:var(--muted);margin:0 0 12px;font-size:10px;line-height:1.45}.consent-banner p strong{color:var(--ink);font-size:12px}.consent-banner>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.consent-banner button{cursor:pointer;background:#f3ebe5;border:0;border-radius:12px;min-height:39px;font-size:10px;font-weight:800}.consent-banner button:last-child{color:#fff;background:var(--coral)}.offer-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff9f4e0;border-bottom:1px solid #44302914;justify-content:space-between;align-items:center;gap:20px;height:72px;padding:0 20px;display:flex}.secure-pill{color:#59705e;background:#ebf2eb;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:10px;font-weight:800;display:flex}.offer-page h1,.offer-page h2{letter-spacing:-.055em}.offer-hero{gap:24px;padding:26px 18px 30px;display:grid}.offer-hero__content{align-self:center}.offer-hero__content .eyebrow{align-items:center;gap:6px;display:flex}.offer-hero h1{margin-bottom:15px;font-size:clamp(36px,11vw,64px);line-height:.98}.offer-lead{color:var(--muted);font-size:15px;line-height:1.55}.profile-chips{flex-wrap:wrap;gap:7px;margin:18px 0;display:flex}.profile-chips span{color:#9e4e48;background:#fff1eb;border:1px solid #dc5e5224;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:800}.offer-includes{grid-template-columns:repeat(3,1fr);gap:7px;margin:15px 0;display:grid}.offer-includes span{border:1px solid var(--line);color:#5f5854;text-align:center;background:#ffffffc2;border-radius:14px;justify-items:center;gap:6px;min-width:0;padding:10px 5px;font-size:8px;font-weight:800;line-height:1.3;display:grid}.offer-includes svg{width:20px;height:20px;color:var(--coral-deep)}.price-row{align-items:center;gap:15px;margin:20px 0 13px;display:flex}.price{color:var(--ink);letter-spacing:-.07em;align-items:baseline;gap:5px;font-size:46px;font-weight:800;display:inline-flex}.price small{letter-spacing:-.02em;font-size:16px}.price-row>span:last-child{border-left:1px solid var(--line);color:var(--muted);padding-left:15px;font-size:10px;line-height:1.45}.trust-line{color:#687068;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:13px;font-size:9px;display:flex}.trust-line span{align-items:center;gap:5px;display:flex}.offer-hero__visual{min-height:480px;box-shadow:var(--shadow-md);background:#ead8cc;border-radius:30px;position:relative;overflow:hidden}.offer-hero__visual>img{object-fit:cover;width:100%;height:100%;min-height:480px}.offer-hero__visual:after{content:"";background:linear-gradient(#0000 58%,#26191475);position:absolute;top:0;bottom:0;left:0;right:0}.floating-result{z-index:2;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#3c2a236b;border:1px solid #ffffff80;border-radius:18px;align-items:center;gap:10px;padding:13px;font-size:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.floating-result svg{color:#ffd7c1;flex:none}.floating-result strong{font-size:14px}.visual-label,.course-visual>span{z-index:2;color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);text-transform:uppercase;letter-spacing:.06em;background:#31231d66;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:800;position:absolute;top:13px;right:13px}.result-strip{border:1px solid var(--line);background:var(--line);box-shadow:var(--shadow-sm);border-radius:22px;gap:1px;margin:0 18px;display:grid;overflow:hidden}.result-strip>div{background:#fff;padding:15px}.result-strip span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:5px;font-size:9px;display:block}.result-strip strong{font-size:13px}.offer-section{padding:68px 18px}.section-heading{text-align:center;max-width:650px;margin:0 auto 27px}.section-heading h2,.course-copy h2,.mid-cta h2,.final-offer h2{margin-bottom:12px;font-size:clamp(30px,9vw,52px);line-height:1.03}.plan-section{background:#f4e8df;margin-top:42px}.plan-showcase{gap:16px;display:grid}.plan-showcase__visual{min-height:450px;box-shadow:var(--shadow-md);border-radius:28px;position:relative;overflow:hidden}.plan-showcase__visual:after{content:"";background:linear-gradient(#0000,#271b16a3);position:absolute;top:58%;bottom:0;left:0;right:0}.plan-showcase__visual img{object-fit:cover;width:100%;height:100%;min-height:450px}.plan-showcase__visual span{z-index:2;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#33251f66;border:1px solid #ffffff73;border-radius:14px;padding:10px 11px;font-size:9px;font-weight:800;position:absolute;bottom:13px;left:13px;right:13px}.plan-steps{gap:9px;display:grid}.plan-steps article{background:#fff;border-radius:18px;grid-template-columns:45px 1fr;align-items:center;gap:11px;padding:14px;display:grid;box-shadow:0 8px 24px #5c3d2e0f}.plan-steps article>span{width:42px;height:42px;color:var(--coral-deep);background:var(--blush);border-radius:14px;place-items:center;font-size:10px;font-weight:800;display:grid}.plan-steps strong{font-size:13px}.plan-steps p{color:var(--muted);margin:4px 0 0;font-size:10px;line-height:1.4}.plan-note{color:#57685a;background:#edf3ed;border-radius:16px;align-items:flex-start;gap:9px;padding:13px;font-size:10px;line-height:1.45;display:flex}.plan-note svg{flex:none;width:18px}.proof-section{background:#f4e8df;margin-top:42px}.proof-grid{gap:18px;display:grid}.proof-video{box-shadow:var(--shadow-md);border-radius:27px;position:relative;overflow:hidden}.proof-video img,.proof-video video{aspect-ratio:4/5;object-fit:cover;width:100%}.proof-video:after{content:"";background:linear-gradient(#0000,#241814ba);position:absolute;top:45%;bottom:0;left:0;right:0}.proof-video--playable:after{display:none}.proof-video--playable>div{pointer-events:none;text-shadow:0 1px 8px #1e1410b3;bottom:52px}.play-disc{z-index:2;color:#fff;background:#f56f63e6;border-radius:50%;place-items:center;width:66px;height:66px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 32px #371f1942}.proof-video>div{z-index:2;color:#fff;gap:4px;display:grid;position:absolute;bottom:17px;left:17px;right:17px}.proof-video small{color:#ffffffb8;text-transform:uppercase;letter-spacing:.07em;font-size:9px}.proof-video strong{font-size:15px}.proof-copy{gap:10px;display:grid}.proof-copy>div{background:#fff;border-radius:18px;grid-template-columns:44px 1fr;align-items:center;gap:11px;padding:14px;display:grid;box-shadow:0 8px 24px #5c3d2e0f}.proof-copy>div>svg{width:42px;height:42px;color:var(--coral-deep);background:var(--blush);border-radius:14px;padding:11px}.proof-copy span{gap:3px;display:grid}.proof-copy strong{font-size:13px}.proof-copy small{color:var(--muted);font-size:10px}.proof-disclaimer{color:var(--muted);text-align:center;margin:3px 0 0;font-size:9px;line-height:1.45}.ugc-reel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.ugc-reel-grid article{gap:9px;display:grid}.ugc-reel-grid video{aspect-ratio:9/16;object-fit:cover;width:100%;box-shadow:var(--shadow-md);background:#e8d8cc;border-radius:19px}.ugc-reel-grid strong{font-size:11px;line-height:1.35}.course-section{background:#fff;gap:28px;display:grid}.course-visual{box-shadow:var(--shadow-md);border-radius:29px;position:relative;overflow:hidden}.course-visual img{width:100%}.course-copy>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.55}.program-list{gap:6px;margin-top:22px;display:grid}.program-list>div{border:1px solid var(--line);background:#fffaf7;border-radius:14px;grid-template-columns:28px 30px 1fr 22px;align-items:center;gap:8px;min-height:50px;padding:8px 10px;display:grid}.program-list>div>span{color:#c2aea2;font-size:9px;font-weight:800}.program-list>div>svg:first-of-type{width:29px;height:29px;color:var(--coral-deep);background:var(--blush);border-radius:9px;padding:7px}.program-list>div>svg:last-child{width:18px;color:var(--sage)}.program-list strong{font-size:11px}.module-section{background:linear-gradient(#fff8f3,#f7e9df)}.module-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.module-grid article{background:#fffc;border:1px solid #4a322a14;border-radius:20px;min-height:180px;padding:17px 14px;position:relative;overflow:hidden;box-shadow:0 9px 25px #5a3a2c0d}.module-grid article>svg{width:38px;height:38px;color:var(--coral-deep);background:var(--blush);border-radius:12px;margin:20px 0 12px;padding:9px}.module-grid strong{font-size:12px;line-height:1.35;display:block}.module-grid p{color:var(--muted);margin:6px 0 0;font-size:9px;line-height:1.45}.module-number{color:#ddc9bc;font-size:10px;font-weight:800;position:absolute;top:12px;right:12px}.mid-cta{color:#fff;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#2f2a28,#4b3a34);border-radius:27px;gap:25px;margin:22px 18px 0;padding:26px 22px;display:grid}.mid-cta .eyebrow{color:#ffc7aa}.mid-cta p:not(.eyebrow){color:#ffffffad;font-size:12px;line-height:1.5}.mid-cta .price{color:#fff}.mid-cta>div:last-child{gap:10px;display:grid}.verified-proof{text-align:center;background:#fff;padding-block-start:54px;padding-block-end:54px}.verified-proof>p{max-width:600px;color:var(--muted);margin:0 auto;font-size:11px;line-height:1.55}.faq-list{gap:8px;max-width:760px;margin:auto;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:17px}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;min-height:58px;padding:14px;font-size:12px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list summary svg{flex:none;transition:transform .18s}.faq-list details p{color:var(--muted);margin:0;padding:0 14px 16px;font-size:11px;line-height:1.55}.final-offer{box-shadow:var(--shadow-md);text-align:center;background:radial-gradient(circle at 100% 0,#ffd1bb,#0000 42%),linear-gradient(145deg,#fff,#f9e8de);border-radius:30px;margin:0 18px 60px;padding:35px 22px}.final-offer .brand{margin-bottom:30px}.final-offer>p:not(.eyebrow){color:var(--muted)}.final-offer .price{justify-content:center;margin:16px 0;display:flex}.final-offer>small{color:var(--muted);margin-top:12px;font-size:8px;line-height:1.45;display:block}.offer-footer{border-top:1px solid var(--line);color:var(--muted);background:#f4e9e1;padding:30px 18px 100px}.offer-footer nav{flex-wrap:wrap;gap:14px;margin:20px 0;font-size:10px;display:flex}.offer-footer p{margin:0;font-size:9px;line-height:1.45}.sticky-offer{left:9px;right:9px;bottom:calc(9px + env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#2d2724ed;border:1px solid #ffffff73;border-radius:20px;grid-template-columns:auto 1fr;align-items:center;gap:12px;max-width:520px;margin:auto;padding:9px 9px 9px 14px;transition:transform .26s;display:grid;position:fixed;transform:translateY(130%);box-shadow:0 20px 55px #2d1e1852}.sticky-offer--visible{transform:none}.sticky-offer span{color:#fff;display:grid}.sticky-offer strong{font-size:17px}.sticky-offer small{color:#fff9;font-size:8px}.sticky-offer button{color:#fff;background:linear-gradient(110deg, var(--coral), #f89469);border:0;border-radius:15px;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:11px;font-weight:800;display:flex}.modal-backdrop{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2a1f1b94;place-items:center;padding:18px;animation:.18s fade-in;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fade-in{0%{opacity:0}}.payment-modal{text-align:center;background:#fffaf6;border-radius:29px;width:min(100%,430px);padding:28px 22px 22px;box-shadow:0 30px 100px #24171359}.modal-icon,.success-disc{color:#fff;background:linear-gradient(145deg, var(--coral), var(--peach));border-radius:21px;place-items:center;width:62px;height:62px;margin:0 auto 18px;display:grid}.payment-modal h2{letter-spacing:-.05em;margin-bottom:12px;font-size:27px;line-height:1.05}.payment-modal>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.55}.payment-modal .primary-button{width:100%;margin-top:7px}.payment-modal>small{color:var(--muted);margin-top:10px;font-size:9px;display:block}.return-screen{text-align:center;background:radial-gradient(circle at top,#ffe1d1,#fff9f4 48%);place-content:center;gap:24px;min-height:100vh;padding:20px;display:grid}.return-screen>.brand{justify-self:center}.return-card{border:1px solid var(--line);width:min(100%,480px);box-shadow:var(--shadow-md);background:#fff;border-radius:30px;padding:35px 25px}.return-card>svg{width:54px;height:54px;color:var(--coral);margin-bottom:14px}.return-card h1{letter-spacing:-.055em;font-size:32px}.return-card p{color:var(--muted);font-size:13px;line-height:1.5}.return-card .primary-button{width:100%;margin-top:12px}.spinner{border:4px solid #f1dfd5;border-top-color:var(--coral);border-radius:50%;width:48px;height:48px;margin:0 auto 20px;animation:.8s linear infinite spin;display:block}@media (min-width:720px){.app-shell{width:min(100%,450px);margin:auto;box-shadow:0 0 70px #5234281f}.quiz-header__top,.phase-progress{max-width:410px}.question-screen--face-map,.question-screen--shape,.story-screen--reference-benefits{width:min(100%,440px)}.consent-banner{grid-template-columns:1fr auto;align-items:center}.consent-banner p{margin:0}.consent-banner>div{grid-template-columns:auto auto}.consent-banner button{padding:0 16px}.offer-nav{padding:0 max(28px,50vw - 590px)}.offer-hero{grid-template-columns:1fr .86fr;align-items:stretch;max-width:1180px;min-height:680px;margin:auto;padding:50px 28px}.offer-hero__content{padding-right:38px}.offer-hero__visual,.offer-hero__visual>img{min-height:610px}.result-strip{grid-template-columns:repeat(3,1fr);max-width:1124px;margin:0 auto}.offer-section{padding:100px max(28px,50vw - 562px)}.plan-showcase{grid-template-columns:.82fr 1fr;align-items:center;max-width:960px;margin:auto}.plan-showcase__visual,.plan-showcase__visual img{min-height:610px}.proof-grid{grid-template-columns:.82fr 1fr;align-items:center;max-width:960px;margin:auto}.proof-video img,.proof-video video{aspect-ratio:4/5;max-height:620px}.ugc-reel-grid{gap:18px;max-width:860px;margin:0 auto}.ugc-reel-grid strong{font-size:14px}.proof-copy{gap:15px}.course-section{grid-template-columns:.94fr 1fr;align-items:center}.module-grid{grid-template-columns:repeat(4,1fr);gap:12px}.module-grid article{min-height:210px;padding:20px}.mid-cta{grid-template-columns:1fr auto;align-items:center;max-width:1124px;margin:30px auto 0;padding:40px}.mid-cta>div:last-child{min-width:265px}.final-offer{max-width:880px;margin:0 auto 90px;padding:60px}.offer-footer{padding:42px max(28px,50vw - 562px)}.sticky-offer{display:none}}@media (max-width:370px){.quiz-screen{padding-inline-start:15px;padding-inline-end:15px}.answer-card{padding:11px}.answer-card__copy strong{font-size:13px}.answer-card__glyph{width:38px;height:38px}.focus-practice-stage{min-height:490px}.focus-practice-illustration{width:62%;height:415px;left:-12px}.focus-practice-options{grid-template-rows:repeat(6,70px);grid-template-columns:repeat(2,minmax(0,142px));gap:7px}.focus-option{border-radius:16px;padding:10px}.focus-option strong{font-size:13px}.focus-option>span{border-radius:8px;width:26px;height:26px}.reference-benefit-card{padding-inline-start:16px;padding-inline-end:16px}.reference-benefit-card article{grid-template-columns:72px 1fr;gap:14px}.reference-benefit-card img{width:72px;height:72px}.reference-benefit-card strong{font-size:14px}.question-screen--goal{padding-top:32px}.question-screen--goal .screen-heading{margin-bottom:28px}.question-screen--goal .answer-card{border-radius:23px;min-height:96px;padding:19px 22px}.question-screen--goal .answer-card__copy strong{font-size:18px}.answer-insight-bars>div{grid-template-columns:1fr 145px}.offer-hero{padding-inline-start:14px;padding-inline-end:14px}.offer-hero h1{font-size:34px}.offer-section{padding-inline-start:14px;padding-inline-end:14px}.module-grid article{min-height:165px;padding:14px 11px}}@media (max-height:760px){.quiz-header{padding:8px 14px}.quiz-header__top{grid-template-columns:34px 1fr 34px;margin-bottom:6px}.quiz-header .icon-button{width:32px;height:32px}.quiz-header .brand--compact{font-size:13px}.quiz-header .brand--compact .brand__mark{width:22px;height:22px}.phase-progress{margin-top:2px}.phase-progress__step{font-size:12px}.phase-progress__step>span{width:25px;height:25px}.phase-progress__step>i{margin-inline-start:5px;margin-inline-end:5px}.quiz-header--minimal{padding-block-start:9px;padding-block-end:9px}.quiz-screen{min-height:calc(100svh - 80px);padding:12px 15px 14px}.screen-heading{margin-bottom:12px}.eyebrow{margin-bottom:5px;font-size:9px}.quiz-screen h1{margin-bottom:7px;font-size:clamp(21px,6.4vw,26px);line-height:1.04}.screen-subtitle{font-size:11px;line-height:1.35}.answer-list{gap:7px}.answer-card{border-radius:15px;gap:8px;min-height:52px;padding:8px 10px}.answer-card__glyph{border-radius:11px;width:34px;height:34px}.answer-card__copy{gap:2px}.answer-card__copy strong{font-size:12px;line-height:1.2}.answer-card__copy small{font-size:9px;line-height:1.25}.answer-card__status{width:24px;height:24px}.answer-list--grid .answer-card{min-height:78px}.question-screen--goal{padding-top:16px}.question-screen--goal .screen-heading{margin-bottom:15px}.question-screen--goal h1{font-size:25px}.question-screen--goal .answer-list{gap:9px}.question-screen--goal .answer-card{border-radius:19px;min-height:69px;padding:11px 16px}.question-screen--goal .answer-card__emoji{width:36px;font-size:23px}.question-screen--goal .answer-card__copy strong{font-size:15px}.answer-list--chips{gap:7px}.answer-list--chips .answer-card{grid-template-columns:30px 1fr;gap:6px;min-height:68px;padding:8px}.answer-list--chips .answer-card__glyph{border-radius:10px;width:30px;height:30px}.answer-list--chips .answer-card__copy strong{padding-right:15px;font-size:10px}.answer-list--chips .answer-card__status{width:21px;height:21px}.answer-list--tags{gap:6px}.answer-list--tags .answer-card{border-radius:14px;min-height:46px;padding:7px 31px 7px 8px}.answer-list--tags .answer-card__glyph{border-radius:9px;width:29px;height:29px}.answer-list--tags .answer-card__copy strong{font-size:10px}.answer-list--tags .answer-card__status{width:20px;height:20px;right:6px}.question-screen--portrait .screen-heading{margin-bottom:9px}.question-screen--portrait h1{font-size:24px}.answer-list--portrait{gap:7px}.answer-card--image{aspect-ratio:1.06}.answer-card--image .answer-card__copy{border-radius:11px;padding:7px 8px;bottom:6px;left:6px;right:6px}.answer-card--image .answer-card__copy strong{font-size:10px}.terms-note{margin-top:7px;font-size:7px}.screen-cta{min-height:45px;margin-top:9px;padding-block-start:9px;padding-block-end:9px}.question-screen--shape{padding-top:10px}.answer-list--shape{gap:7px}.answer-card--shape{grid-template-rows:91px 23px;min-height:126px;padding:5px 4px}.shape-visual{width:80px;height:92px}.answer-card--shape .answer-card__status{width:24px;height:24px}.question-screen--face-map{padding-top:9px}.question-screen--face-map,.story-screen--benefits{padding-bottom:14px}.question-screen--face-map .screen-heading{margin-bottom:7px}.question-screen--face-map h1{font-size:23px}.focus-practice-stage{min-height:333px}.focus-practice-illustration{width:58%;height:285px;left:-10px}.focus-practice-options{grid-template-rows:repeat(6,49px);grid-template-columns:repeat(2,minmax(0,137px));gap:5px}.focus-option{border-radius:13px;gap:5px;padding:7px 8px}.focus-option strong{font-size:10px}.focus-option>span{border-radius:7px;width:21px;height:21px}.story-screen{padding-top:14px}.story-screen>h1{margin-bottom:7px}.story-screen--education{padding-top:12px}.method-stack{gap:6px;margin:10px 0 7px}.method-stack article{border-radius:14px;grid-template-columns:35px 1fr;gap:8px;padding:8px 10px}.method-stack article>span{border-radius:10px;width:33px;height:33px}.method-stack strong{font-size:11px}.method-stack p{font-size:9px}.evidence-note{margin-top:6px;font-size:7px}.story-screen--reference-benefits{min-height:calc(100svh - 51px);padding-top:13px}.story-screen--reference-benefits>h1{font-size:23px}.story-screen--reference-benefits>.screen-subtitle{font-size:11px}.reference-benefit-card{border-radius:19px;margin:11px 0 7px;padding:5px 12px}.reference-benefit-card article{grid-template-columns:57px 1fr;gap:10px;min-height:73px;padding:6px 0}.reference-benefit-card img{width:57px;height:57px}.reference-benefit-card strong{font-size:11px;line-height:1.3}.mechanism-card{border-radius:19px;margin:9px 0 7px}.mechanism-card>img{height:118px}.mechanism-card__steps article{grid-template-columns:31px 1fr;gap:7px;padding:6px 8px}.mechanism-card__steps article>span{border-radius:9px;width:29px;height:29px}.mechanism-card__steps strong{font-size:9px}.mechanism-card__steps p{font-size:7px}.safety-note{border-radius:13px;gap:7px;padding:8px 10px;font-size:8px}.insight-orbit{border-radius:16px;width:46px;height:46px;margin:3px auto 8px}.comparison-card{border-radius:17px;margin:9px 0 6px;padding:10px}.comparison-card>strong{font-size:11px}.comparison-chart{height:120px;margin:8px 0 5px;padding:7px 22px 0}.comparison-card>small{font-size:6px}.story-screen--trust{min-height:calc(100svh - 51px)}.personal-plan-visual{border-radius:18px;margin-top:11px}.personal-plan-visual>svg{max-height:205px}.personal-plan-visual>div{padding:8px 11px}.personal-plan-visual strong{font-size:13px}.personal-plan-visual span{font-size:8px}.benefit-stack{gap:6px;margin-top:10px}.benefit-stack article{border-radius:15px;grid-template-columns:74px 1fr;min-height:76px}.benefit-stack article>div{padding:8px}.benefit-stack span{margin-bottom:2px;font-size:7px}.benefit-stack strong{margin-bottom:2px;font-size:10px}.benefit-stack p{font-size:8px}.research-curve{border-radius:17px;height:116px;margin:8px 0}.research-copy{gap:6px;margin-bottom:7px}.research-copy p{font-size:8px;line-height:1.35}.research-copy a{font-size:8px}.analysis-glow{border-radius:19px;width:56px;height:56px;margin:5px auto 9px}.analysis-number{margin:13px 0 6px;font-size:31px}.analysis-bar{height:7px}.analysis-profile{border-radius:14px;grid-template-columns:53px 1fr;gap:8px;margin-top:10px;padding:7px}.analysis-profile img{border-radius:10px;width:53px;height:55px}.analysis-tasks{gap:5px;margin-top:10px}.analysis-tasks>div{border-radius:11px;gap:7px;padding:7px 9px;font-size:9px}.analysis-tasks span{width:21px;height:21px}.micro-question{padding:13px}.email-screen{padding-top:15px}.email-icon{border-radius:16px;width:49px;height:49px;margin-bottom:10px}.email-result-preview{margin:12px 0 0;padding:8px}.email-form{gap:9px;margin-top:13px}.email-form input[type=email]{height:47px}.consent-check{font-size:8px}.email-form .primary-button{min-height:45px}.privacy-row{margin-top:9px;font-size:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.offer-page{background:#ededf0;min-height:100vh;overflow:visible}.offer-shell{background:#fff;width:min(100%,560px);min-height:100vh;margin:0 auto;overflow:hidden;box-shadow:0 0 70px #262a3417}.lp-quick-buy{background:#fff;grid-template-columns:1fr 1.1fr;align-items:center;gap:13px;margin:14px 24px 0;padding:10px 12px 10px 15px;display:grid;box-shadow:0 8px 24px #262a3414}.lp-quick-buy span{color:#5f6269;font-size:10px;font-weight:700}.lp-quick-buy strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-size:24px}.lp-top-banner{margin:16px 24px 0!important}.lp-goal-panel i b:last-child,.lp-goal-panel i.is-goal b{background:#e4e4e7}.lp-visual-note{color:#94969c;margin:9px auto 21px;font-size:9px;line-height:1.45}.lp-plan-card{text-align:left;border:1px solid #c9c9cc;border-radius:15px;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:72px;padding:12px;display:grid}.lp-plan-card--selected{border:2px solid var(--coral);background:#fff;box-shadow:0 10px 26px #ff6f6117}.lp-radio{color:#fff;background:var(--coral);border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.lp-plan-card>div{gap:4px;display:grid}.lp-plan-card>div>strong{font-size:13px}.lp-plan-card>div>small{color:#777a80;font-size:9px}.lp-plan-card>b{color:var(--coral);text-align:right;font-size:18px;display:grid}.lp-plan-card>b small{color:#8b8d92;margin-top:2px;font-size:8px;font-weight:700}.lp-cta{background:var(--coral);min-height:55px;box-shadow:none;border-radius:8px;margin-top:16px;font-size:14px}.lp-lavender{text-align:center;background:#efecff;padding:48px 24px}.lp-section-pill{color:#fff;background:#b784ff;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:700;display:inline-flex}.lp-step-card>span{width:38px;height:38px;color:var(--coral);background:#fff0ed;border-radius:12px;place-items:center;font-weight:800;display:grid}.lp-step-card strong{font-size:13px}.lp-phone>span{z-index:2;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;background:#ffffffe0;border-radius:10px;padding:8px;font-size:10px;font-weight:800;position:absolute;top:30px;left:11px;right:11px}.lp-dots{justify-content:center;gap:7px;margin:9px 0 0;display:flex}.lp-dots i{background:#d6d6da;border-radius:50%;width:7px;height:7px}.lp-benefit img{object-fit:cover;width:92px;height:100%;min-height:92px}.lp-benefit strong{padding:14px 16px;font-size:13px;line-height:1.38}.lp-program-card{background:linear-gradient(140deg,#d9cffd,#f4efff);border-radius:18px;margin-top:22px;padding:15px 0 0 15px;position:relative;overflow:hidden}.lp-program-grid{grid-template-columns:repeat(4,1fr);gap:4px;width:74%;display:grid}.lp-program-grid span{background:#ffffffc4;border-radius:7px;align-content:center;gap:4px;min-height:58px;padding:5px;display:grid}.lp-program-grid small{color:#777286;font-size:6px}.lp-program-grid strong{font-size:7px;line-height:1.2}.lp-program-card>img{object-fit:cover;object-position:44% center;filter:drop-shadow(0 10px 15px #3d2d5a2e);border-radius:18px 0 0;width:48%;max-height:245px;margin:-34px -12px -12px auto}.lp-routine{background:#fff}.lp-note-stack{gap:11px;margin-top:24px;display:grid}.lp-note-stack article{text-align:left;border:1px solid #ededf0;border-radius:15px;grid-template-columns:40px 1fr;align-items:start;gap:12px;padding:17px;display:grid;box-shadow:0 8px 22px #282c340e}.lp-note-stack svg{width:38px;height:38px;color:var(--coral);background:#fff0ed;border-radius:12px;padding:9px}.lp-note-stack strong{font-size:13px}.lp-note-stack p{color:#73757c;margin:5px 0 0;font-size:11px;line-height:1.45}.lp-diary-photo{object-fit:cover;object-position:center;border-radius:18px;width:100%;max-height:510px;margin-top:24px;box-shadow:0 14px 35px #26282f1a}.lp-routine .lp-visual-note{margin-bottom:0}.lp-ugc{background:#fafafa}.lp-final h2{margin-bottom:22px;font-size:30px}.lp-final .lp-reserved{margin-bottom:14px}.lp-final .lp-plan-card,.lp-faq{background:#fff}.offer-shell .offer-footer nav{margin:16px 0 13px}.offer-shell .offer-footer p{max-width:390px}@media (max-width:390px){.lp-quick-buy{margin-inline-start:18px;margin-inline-end:18px}.lp-top-banner{margin-inline-start:18px!important;margin-inline-end:18px!important}.lp-intro,.lp-lavender,.lp-section{padding-left:18px;padding-right:18px}.lp-goal-panel{gap:7px;padding-inline-start:10px;padding-inline-end:10px}.lp-goal-panel>div{padding-inline-start:8px;padding-inline-end:8px}.lp-profile-row{gap:11px}.lp-profile-row>div{grid-template-columns:38px 1fr;gap:7px}.lp-profile-row img{width:38px;height:38px}.lp-plan-card{grid-template-columns:25px 1fr auto;gap:7px;padding-inline-start:10px;padding-inline-end:10px}.lp-plan-card>b{font-size:16px}.lp-phones{margin-inline-start:-65px;margin-inline-end:-65px}.lp-security{margin-inline-start:18px;margin-inline-end:18px}}@media (min-width:720px){.offer-shell .offer-footer{padding:34px 30px 50px}.offer-page .sticky-offer{display:none}}.offer-page{--lp-coral:#ff7166;--lp-coral-soft:#fff0ed;--lp-ink:#18212d;--lp-muted:#70727a;--lp-lilac:#f0edff;--lp-line:#dedee2;min-height:100vh;color:var(--lp-ink);background:radial-gradient(circle at 14% 12%,#ffe2d3c7,#0000 28%),radial-gradient(circle at 86% 36%,#dcd2ffc2,#0000 31%),linear-gradient(145deg,#f7f2ef 0%,#efedf8 52%,#f7f4ef 100%);overflow:visible}.offer-page *,.offer-page :before,.offer-page :after{box-sizing:border-box}.offer-shell{background:#fff;width:min(100%,560px);margin:0 auto;overflow:hidden;box-shadow:0 0 70px #2328321c}.offer-page button{font:inherit}.offer-page h1,.offer-page h2{color:var(--lp-ink);letter-spacing:-.045em}.lp-header{background:#fff;border-bottom:1px solid #e8e8ea;place-items:center;height:70px;display:grid}.lp-header .brand{font-size:19px}.lp-header .brand__mark{width:31px;height:31px}.lp-quick-buy{background:#fff;border:1px solid #f0ecea;border-radius:16px;grid-template-columns:1.06fr 1fr;align-items:center;gap:12px;margin:12px 24px 0;padding:9px 10px 9px 14px;display:grid;box-shadow:0 8px 26px #1d222c14}.lp-quick-buy>div{text-align:left;gap:2px;display:grid}.lp-quick-buy span{color:#6d6870;letter-spacing:.035em;font-size:9px;font-weight:850}.lp-quick-buy strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-size:22px;line-height:1.05}.lp-quick-buy small{color:#8a868d;font-size:9px;line-height:1.25}.lp-quick-buy button{color:#fff;background:var(--lp-coral);cursor:pointer;border:0;border-radius:12px;min-height:50px;font-size:12px;font-weight:850}.lp-intro{text-align:center;padding:14px 24px 29px}.lp-goal-visual{aspect-ratio:1.02;background:linear-gradient(140deg,#fff5e9,#ece1ff);border-radius:24px;position:relative;overflow:hidden}.lp-goal-visual>img{object-fit:cover;object-position:50% 8%;width:100%;height:100%}.lp-goal-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ded9fff2;border:1px solid #ffffffd9;border-radius:25px 25px 0 0;grid-template-columns:1fr 1fr;gap:10px;padding:16px 14px 14px;display:grid;position:absolute;bottom:0;left:0;right:0}.lp-goal-panel>div{text-align:left;background:#ffffffe0;border-radius:17px;gap:7px;padding:9px 10px 11px;display:grid}.lp-goal-panel span{color:#3e414b;font-size:11px;font-weight:800}.lp-goal-panel strong{font-size:13px;line-height:1.2}.lp-goal-panel i{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.lp-goal-panel i b{background:var(--lp-coral);border-radius:999px;height:5px}.lp-goal-panel i b:last-child,.lp-goal-panel i.is-goal b{background:#e4e4e7}.lp-goal-panel i.is-goal b:first-child,.lp-goal-panel i.is-goal b:nth-child(2){background:#9ccd42}.lp-visual-note,.lp-proof-warning{color:#92949a;margin:7px auto 17px;font-size:10px;line-height:1.4}.lp-pretitle{color:#686b73;justify-content:center;align-items:center;gap:6px;margin:0 0 11px;font-size:11px;font-weight:750;display:flex}.lp-pretitle svg{color:var(--lp-coral)}.lp-intro h1{max-width:440px;margin:0 auto 17px;font-size:clamp(29px,8.2vw,38px);line-height:1.04}.lp-profile-row{text-align:left;grid-template-columns:1fr 1fr;gap:18px;width:min(100%,360px);margin:0 auto 18px;display:grid}.lp-profile-row>div{grid-template-columns:43px 1fr;align-items:center;gap:9px;min-width:0;display:grid}.lp-profile-row img{object-fit:cover;object-position:top;background:#ffe3d5;border-radius:50%;width:43px;height:43px}.lp-profile-row span{color:#80828a;font-size:10px;line-height:1.15;display:grid}.lp-profile-row strong{color:var(--lp-ink);margin-top:4px;font-size:14px}.lp-level>i{justify-content:center;align-items:end;gap:4px;height:39px;display:flex}.lp-level>i b{background:#b8a4ff;border-radius:4px;width:7px;height:12px}.lp-level>i b:nth-child(2){background:#dadbe0;height:22px}.lp-level>i b:nth-child(3){background:#dadbe0;height:31px}.lp-reserved{color:#fff;background:linear-gradient(100deg,#ff6076,#a52add);border-radius:12px;justify-content:center;align-items:center;gap:6px;min-height:52px;margin:0 auto 17px;padding:11px 14px;font-size:12px;display:flex}.lp-reserved strong{font-variant-numeric:tabular-nums;font-size:15px}.lp-reserved--expired{color:#3c3f47;background:#f4f0ff}.lp-reserved--expired svg{color:#7b69c8}.lp-plan-anchor{scroll-margin-top:14px}.lp-plan-list{gap:12px;display:grid}.lp-plan-option{width:100%;min-height:88px;color:var(--lp-ink);text-align:left;cursor:pointer;background:#fff;border:2px solid #c8c8cb;border-radius:20px;grid-template-columns:27px minmax(0,1fr) 94px;align-items:center;gap:11px;padding:12px 10px 12px 14px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative}.lp-plan-option:hover{transform:translateY(-1px)}.lp-plan-option--selected{border-color:var(--lp-coral);box-shadow:0 10px 24px #ff71661a}.lp-plan-badge{color:#fff;background:var(--lp-coral);letter-spacing:.08em;border-radius:9px;padding:5px 11px;font-size:10px;font-weight:900;position:absolute;top:-11px;left:52px}.lp-plan-radio{color:#fff;background:#fff;border:1.7px solid #b6b8be;border-radius:50%;place-items:center;width:23px;height:23px;display:grid}.lp-plan-option--selected .lp-plan-radio{border-color:var(--lp-coral);background:var(--lp-coral)}.lp-plan-copy{gap:2px;min-width:0;display:grid}.lp-plan-copy>strong{font-size:13px;line-height:1.2}.lp-plan-copy em{color:#6f727a;font-size:10px;font-style:normal;line-height:1.2}.lp-plan-copy small{color:#85878e;font-size:10px}.lp-plan-copy small b{color:var(--lp-ink);font-size:12px}.lp-plan-daily{color:#85878e;text-align:center;background:#f1f2f4;border-radius:13px;place-content:center;min-height:55px;padding:8px 5px 8px 14px;display:grid;position:relative}.lp-plan-daily:before{content:"";border-top:27.5px solid #0000;border-bottom:27.5px solid #0000;border-right:14px solid #f1f2f4;position:absolute;top:0;left:-13px}.lp-plan-option--selected .lp-plan-daily{color:#fff;background:#ff8178}.lp-plan-option--selected .lp-plan-daily:before{border-right-color:#ff8178}.lp-plan-daily strong{white-space:nowrap;font-size:13px;line-height:1.1}.lp-plan-daily small{margin-top:3px;font-size:10px;font-weight:700}.lp-cta{color:#fff;background:var(--lp-coral);width:100%;min-height:56px;box-shadow:none;border:0;border-radius:13px;margin-top:17px;font-size:14px;font-weight:850}.lp-trust{color:#70737a;justify-content:center;gap:22px;margin:12px 0 0;font-size:10px;display:flex}.lp-trust span{align-items:center;gap:5px;display:flex}.lp-proof-teaser{text-align:left;background:#fff;border:1px solid #ece8e5;border-radius:16px;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:17px;padding:9px 11px 9px 9px;display:grid;box-shadow:0 8px 22px #24283112}.lp-proof-teaser img{object-fit:cover;border-radius:11px;width:60px;height:52px}.lp-proof-teaser span{gap:3px;min-width:0;display:grid}.lp-proof-teaser b{font-size:11px}.lp-proof-teaser small{color:#797b82;font-size:10px;line-height:1.3}.lp-proof-teaser>strong{color:#f3bc1d;letter-spacing:.02em;font-size:11px}.lp-purple-banner{color:#fff;text-align:left;background:linear-gradient(120deg,#d27bff,#8b4dff);border-radius:15px;grid-template-columns:50px 1fr;align-items:center;gap:12px;margin-top:25px;padding:16px 18px;display:grid}.lp-purple-banner svg{border:2px solid #ffffffa6;border-radius:50%;width:48px;height:48px;padding:10px}.lp-purple-banner p{margin:0;font-size:13px;line-height:1.35}.lp-purple-banner strong{font-size:15px}.lp-lavender{background:var(--lp-lilac);text-align:center;padding:48px 24px}.lp-section-pill{color:#fff;letter-spacing:.04em;background:#a977f5;border-radius:999px;padding:6px 12px;font-size:9px;font-weight:800;display:inline-flex}.lp-lavender h2,.lp-section h2{margin:11px 0 13px;font-size:31px;line-height:1.05}.lp-how>p:not(.lp-safety-note){color:#60626a;max-width:400px;margin:0 auto 24px;font-size:13px;line-height:1.55}.lp-step-card{text-align:left;background:#fff;border-radius:20px;grid-template-columns:48px 1fr;align-items:start;gap:13px;margin-top:13px;padding:21px 18px;display:grid;box-shadow:0 9px 26px #4e457c14}.lp-step-card>svg{width:43px;height:43px;color:var(--lp-coral);stroke-width:1.7px;padding:7px}.lp-step-card strong{font-size:14px;line-height:1.35}.lp-step-card p{color:#72747b;margin:7px 0 0;font-size:12px;line-height:1.48}.lp-safety-note{color:#73757d;text-align:left;align-items:flex-start;gap:7px;margin:15px 7px 0;font-size:11px;line-height:1.45;display:flex}.lp-safety-note svg{color:#7f9a83;flex:none}.lp-how .lp-cta{margin-top:23px}.lp-section{text-align:center;padding:54px 24px}.lp-section-lead{max-width:360px;color:var(--lp-muted);margin:0 auto;font-size:12px;line-height:1.5}.lp-app-preview{background:#fff;overflow:hidden}.lp-phones{justify-content:center;align-items:center;height:378px;margin:25px -52px 0;display:flex;position:relative}.lp-phone{background:#fff;border:7px solid #13161c;border-radius:29px;width:188px;height:340px;position:absolute;overflow:hidden;box-shadow:0 15px 34px #191c232e}.lp-phone:before{content:"";z-index:2;background:#13161c;border-radius:12px;width:56px;height:15px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.lp-phone>span{z-index:2;color:var(--lp-ink);text-align:left;background:#ffffffe0;border-radius:9px;padding:8px;font-size:10px;font-weight:850;position:absolute;top:29px;left:10px;right:10px}.lp-phone img{object-fit:cover;width:100%;height:100%}.lp-phone--main{z-index:2;width:210px;height:375px}.lp-phone--side{opacity:.97;transform:scale(.83)}.lp-phone--side:first-child{left:-4px}.lp-phone--side:nth-child(3){right:-4px}.lp-phone>i{z-index:2;color:#fff;background:var(--lp-coral);border-radius:50%;place-items:center;width:47px;height:47px;display:grid;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.lp-dots,.lp-result-dots{justify-content:center;gap:0;margin:10px 0 0;display:flex}.lp-dots i{background:#d4d5d9;border-radius:50%;width:7px;height:7px;margin:0 4px}.lp-dots i.is-active{background:var(--lp-coral)}.lp-result-dots button{cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:0;position:relative}.lp-result-dots button:after{content:"";background:#d4d5d9;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lp-result-dots button.is-active:after{background:var(--lp-coral)}.lp-benefits{background:#fbfbfc}.lp-benefit-list{gap:15px;margin-top:27px;display:grid}.lp-benefit{text-align:left;border-radius:20px;grid-template-columns:26% 1fr;align-items:stretch;min-height:120px;display:grid;overflow:hidden}.lp-benefit-art{width:100%;min-height:120px;overflow:hidden}.lp-benefit-art svg{width:100%;height:100%;display:block}.lp-benefit strong{align-items:center;padding:18px 20px;font-size:15px;line-height:1.42;display:flex}.lp-benefit--rose{background:#ffe5e8}.lp-benefit--sand{background:#ffedcb}.lp-benefit--lilac{background:#e8e3ff}.lp-benefit--green{background:#ecf9cf}.lp-benefit--blue{background:#dff5f7}.lp-program{background:#fff;padding-bottom:60px}.lp-program-card{background:#fff;border-radius:0;min-height:410px;margin-top:28px;padding:8px 0 0;scroll-margin-bottom:96px;position:relative;overflow:hidden}.lp-program-weeks{z-index:1;gap:10px;padding:0 0 118px;display:grid;position:relative}.lp-program-week{background:#eee9ff;border-radius:12px;grid-template-columns:50px 1fr;display:grid;overflow:hidden}.lp-program-week>strong{color:#fff;writing-mode:vertical-rl;background:#8f6be3;place-items:center;padding:8px 4px;font-size:9px;line-height:1;display:grid;transform:rotate(180deg)}.lp-program-week>div{grid-template-columns:repeat(7,1fr);gap:3px;padding:8px 6px;display:grid}.lp-program-week span{background:#ffffffe0;border-radius:7px;align-content:center;gap:3px;min-width:0;min-height:58px;padding:4px 1px;display:grid}.lp-program-week small{color:#777382;font-size:9px;line-height:1}.lp-program-week b{overflow-wrap:anywhere;font-size:9px;line-height:1.05}.lp-instructor{z-index:2;filter:drop-shadow(0 12px 18px #43356429);width:73%;max-height:360px;position:absolute;bottom:-26px;left:50%;overflow:visible;transform:translate(-50%)}.lp-program-card:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0000,#fff 84%);height:42px;position:absolute;bottom:0;left:0;right:0}.lp-reviews{background:#fbfbfc;scroll-margin-top:18px}.lp-review-stage{margin-top:25px;scroll-margin-bottom:96px;position:relative}.lp-review-stage article{text-align:left;background:#fff;border-radius:24px;animation:.24s both lp-proof-in;overflow:hidden;box-shadow:0 12px 32px #1e232c1c}@keyframes lp-proof-in{0%{opacity:.35;transform:translate(8px)}}.lp-ugc-proof-visual{background:#e9e4df;position:relative}.lp-ugc-proof-visual>img{aspect-ratio:1122/1402;object-fit:cover;width:100%;display:block}.lp-ugc-chip{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.05em;background:#18191d99;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;position:absolute;top:11px;left:11px}.lp-ugc-caption{text-align:left;grid-template-columns:1fr auto;align-items:center;gap:5px 12px;padding:15px 18px 17px;display:grid}.lp-ugc-caption>span{color:#fc2;letter-spacing:.08em;font-size:15px}.lp-ugc-caption strong{color:#252b35;font-size:16px;line-height:1.35}.lp-ugc-caption small{color:#747780;grid-column:1/-1;font-size:11px;line-height:1.45}.lp-review-arrow{z-index:3;color:#262c35;cursor:pointer;background:#fffffff0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:43%;transform:translateY(-50%);box-shadow:0 6px 18px #16191f29}.lp-review-arrow svg{width:19px}.lp-review-arrow--prev{left:8px}.lp-review-arrow--next{right:8px}.lp-reviews .lp-proof-warning{margin-bottom:0}.lp-results{background:#fff}.lp-result-card{background:#f2f2f4;border-radius:23px;margin-top:27px;position:relative;overflow:hidden;box-shadow:0 13px 32px #24283117}.lp-result-card img{aspect-ratio:1.45;object-fit:cover;width:100%;display:block}.lp-result-card>button{z-index:2;width:35px;height:35px;color:var(--lp-ink);background:#ffffffe6;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.lp-result-card>button:first-of-type{left:8px}.lp-result-card>button:last-of-type{right:8px}.lp-result-card>div{background:#fff;grid-template-columns:1fr 1fr;padding:13px;font-size:13px;font-weight:850;display:grid}.lp-result-dots{margin-top:16px}.lp-results .lp-proof-warning{margin-bottom:0}.lp-final h2{margin-bottom:22px}.lp-final .lp-profile-row{margin-bottom:18px}.lp-final .lp-plan-option,.lp-faq{background:#fff}.lp-faq h2{margin-bottom:25px}.lp-security{background:#fff;border:1px solid #eeeef0;border-radius:18px;gap:20px;margin:0 24px 38px;padding:22px;display:grid;box-shadow:0 11px 30px #24283112}.lp-security>div{text-align:left;grid-template-columns:31px 1fr;align-items:start;gap:11px;display:grid}.lp-security svg{width:28px;height:28px;color:var(--lp-coral);background:var(--lp-coral-soft);border-radius:8px;padding:6px}.lp-security span{gap:5px;display:grid}.lp-security strong{font-size:13px}.lp-security p{color:#777981;margin:0;font-size:11px;line-height:1.5}.lp-security a{color:var(--lp-coral);font-weight:800}.offer-shell .offer-footer{background:#fafafa;border-top:1px solid #ececee;padding:28px 24px 108px}.offer-page .sticky-offer{left:9px;right:9px;bottom:calc(9px + env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#1f2229f0;border:1px solid #ffffff80;border-radius:20px;grid-template-columns:96px 1fr;align-items:center;gap:8px;width:min(100% - 18px,520px);margin:auto;padding:7px 7px 7px 13px;transition:transform .24s;display:grid;position:fixed;transform:translateY(140%);box-shadow:0 20px 55px #221e1c47}.offer-page .sticky-offer--visible{transform:none}.offer-page .sticky-offer span{color:#fff;display:grid}.offer-page .sticky-offer strong{font-size:17px}.offer-page .sticky-offer small{color:#ffffffb8;font-size:10px;line-height:1.2}.offer-page .sticky-offer button{color:#fff;background:var(--lp-coral);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:6px;min-height:50px;font-size:12px;font-weight:850;display:flex}@media (max-width:390px){.lp-quick-buy{margin-inline-start:17px;margin-inline-end:17px}.lp-intro,.lp-lavender,.lp-section{padding-left:18px;padding-right:18px}.lp-profile-row{gap:10px}.lp-profile-row>div{grid-template-columns:38px 1fr;gap:7px}.lp-profile-row img{width:38px;height:38px}.lp-plan-option{grid-template-columns:24px minmax(0,1fr) 86px;gap:7px;padding-left:10px}.lp-plan-copy>strong,.lp-plan-daily strong{font-size:12px}.lp-benefits{padding-left:24px;padding-right:24px}.lp-benefit{grid-template-columns:26% 1fr}.lp-benefit-art{width:100%}.lp-benefit strong{padding-inline-start:18px;padding-inline-end:18px;font-size:15px}.lp-phones{margin-inline-start:-66px;margin-inline-end:-66px}.lp-security{margin-inline-start:18px;margin-inline-end:18px}.lp-review-list{margin-inline-start:-18px;margin-inline-end:-18px;padding-inline-start:18px;padding-inline-end:18px}}@media (min-width:720px){.offer-shell{width:640px}.lp-intro,.lp-lavender,.lp-section{padding-left:38px;padding-right:38px}.offer-shell .offer-footer{padding:34px 38px 52px}.offer-page .sticky-offer{display:none}}@media (prefers-reduced-motion:reduce){.lp-plan-option,.offer-page .sticky-offer{transition:none}}
