@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#191a20;font-synthesis:none;background:#fbfaf8;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button,input,textarea{font:inherit}a{color:inherit}.landing{--accent:#635bff;--accent-soft:#eeecff;min-height:100vh;overflow:hidden}.topbar{justify-content:space-between;align-items:center;max-width:1180px;height:72px;margin:auto;padding:0 22px;display:flex}.brand{letter-spacing:-.7px;font:800 20px Manrope,sans-serif;text-decoration:none}.brand span{color:var(--accent)}.brand--icon{background:#fff;border:1px solid #18191e14;border-radius:12px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden;box-shadow:0 5px 14px #18191e14}.brand--icon img{object-fit:contain;width:32px;height:32px;display:block}.topbar__link{color:#60616b;font-size:14px;font-weight:600;text-decoration:none}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:48px;max-width:1180px;min-height:680px;margin:auto;padding:64px 22px 88px;display:grid}.hero__copy{max-width:650px}.eyebrow{color:var(--accent,#635bff);text-transform:uppercase;letter-spacing:1.2px;align-items:center;gap:9px;margin:0 0 20px;font-size:13px;font-weight:700;display:flex}.eyebrow span{background:currentColor;border-radius:1px;width:22px;height:2px;display:block}h1,h2{font-family:Manrope,sans-serif}.hero h1{letter-spacing:-4px;max-width:730px;margin:0;font-size:clamp(44px,5.5vw,76px);line-height:.99}.subheadline{color:#64656e;max-width:560px;margin:25px 0;font-size:19px;line-height:1.55}.benefits{flex-wrap:wrap;gap:11px 22px;margin:27px 0 32px;padding:0;list-style:none;display:flex}.benefits li{font-size:14px;font-weight:600}.benefits li:before{content:"✓";width:20px;height:20px;color:var(--accent);background:var(--accent-soft);border-radius:50%;place-items:center;margin-right:8px;font-size:12px;display:inline-grid}.primary-button{color:#fff;background:var(--accent);min-height:54px;box-shadow:0 11px 28px color-mix(in srgb, var(--accent), transparent 75%);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:18px;padding:0 23px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.primary-button:hover{box-shadow:0 14px 30px color-mix(in srgb, var(--accent), transparent 68%);transform:translateY(-2px)}.primary-button span{font-size:20px}.microcopy{color:#94949b;margin:12px 0 0 5px;font-size:12px}.hero__visual{place-items:center;display:grid;position:relative}.hero__visual:before{content:"";background:var(--accent-soft);border-radius:50%;width:470px;height:470px;position:absolute}.hero__visual:after{content:"";border:1px solid color-mix(in srgb, var(--accent), transparent 68%);border-radius:50%;width:380px;height:380px;position:absolute}.phone{z-index:1;background:#18191e;border:5px solid #18191e;border-radius:42px;width:278px;padding:9px;position:relative;transform:rotate(3deg);box-shadow:0 30px 60px #18191e3d}.phone__notch{z-index:2;background:#18191e;border-radius:14px;width:84px;height:22px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.phone__screen{background:linear-gradient(155deg, #fff 35%, var(--accent-soft));border-radius:31px;min-height:538px;padding:15px 17px 18px;overflow:hidden}.phone__status{justify-content:space-between;padding:0 4px;font-size:9px;font-weight:700;display:flex}.app-mark{background:#fff;border:1px solid #18191e12;border-radius:13px;place-items:center;width:44px;height:44px;margin:39px 0 17px;display:grid;overflow:hidden;box-shadow:0 7px 18px #18191e1a}.app-mark img{object-fit:contain;width:34px;height:34px;display:block}.phone__kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.8px;margin:0;font-size:9px;font-weight:700}.phone h2{letter-spacing:-1px;margin:5px 0 2px;font-size:25px}.phone__subtitle{color:#74757d;margin:0 0 20px;font-size:11px}.mockup-card{background:#ffffffe0;border-radius:18px;padding:6px 14px;box-shadow:0 10px 28px #2d2d4014}.mockup-row{color:#5c5d65;border-bottom:1px solid #ececf0;justify-content:space-between;align-items:center;gap:10px;min-height:55px;font-size:11px;display:flex}.mockup-row:last-child{border:0}.mockup-row strong{color:#22232a;font-size:11px}.mockup-action{color:#fff;background:var(--accent);border:0;border-radius:13px;width:100%;height:45px;margin-top:16px;font-size:11px;font-weight:700}.signup-section{color:#fff;background:#18191f;grid-template-columns:.82fr 1.18fr;align-items:center;gap:95px;padding:100px max(22px,50% - 540px);display:grid}.signup-intro h2{letter-spacing:-2.2px;margin:0 0 18px;font-size:clamp(36px,4vw,52px);line-height:1.08}.signup-intro>p:last-child{color:#aaaab2;line-height:1.65}.form-card{background:#222329;border:1px solid #393a42;border-radius:24px;min-height:515px;padding:36px;box-shadow:0 25px 60px #00000038}form>label,legend{margin-bottom:9px;font-size:13px;font-weight:600;display:block}input[type=email],textarea{color:#fff;background:#2c2d34;border:1px solid #44454d;border-radius:10px;outline:none;width:100%;transition:border-color .15s}input[type=email]{height:50px;padding:0 15px}textarea{resize:vertical;padding:13px 15px}input[type=email]:focus,textarea:focus{border-color:var(--accent)}.field-error{color:#ff8ca2;margin:7px 0 0;font-size:12px}.submit-error{color:#ff9bad;text-align:center;margin:18px 0 -7px;font-size:12px;line-height:1.5}fieldset{border:0;margin:25px 0;padding:0}.choice-group{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.choice{color:#c8c8ce;cursor:pointer;background:#2c2d34;border:1px solid #45464d;border-radius:10px;place-items:center;min-height:45px;font-size:13px;font-weight:600;display:grid}.choice input{opacity:0;position:absolute}.choice--selected{color:#fff;border-color:var(--accent);background:color-mix(in srgb, var(--accent), #222329 75%)}.optional{float:right;color:#85868e;font-size:11px;font-weight:400}.submit-button{width:100%;margin-top:20px}.submit-button:disabled{cursor:wait;opacity:.72;transform:none}.privacy-note{color:#7f8088;text-align:center;margin:11px 0 0;font-size:11px}.success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:440px;display:flex}.success__icon{width:62px;height:62px;color:var(--accent);background:var(--accent-soft);border-radius:50%;place-items:center;font-size:27px;font-weight:700;display:grid}.success h2{margin:24px 0 8px;font-size:30px}.success p{color:#aaaab2;max-width:390px;line-height:1.6}.home{max-width:1180px;min-height:100vh;margin:auto;padding:100px 24px}.home__intro{max-width:680px;margin-bottom:60px}.home__intro h1{letter-spacing:-4px;margin:0;font-size:clamp(50px,7vw,82px);line-height:.98}.home__intro>p:last-child{color:#696a72;font-size:18px}.testing-section+.testing-section{margin-top:78px}.testing-section__heading{margin-bottom:22px}.testing-section__heading p{color:#85868e;text-transform:uppercase;letter-spacing:1px;margin:0 0 5px;font-size:12px;font-weight:700}.testing-section__heading h2{letter-spacing:-1.2px;margin:0;font-size:30px}.idea-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.idea-grid--assessments .idea-card,.idea-grid--assessments .idea-card:nth-child(4){grid-column:span 3}.idea-card{--card-accent:#635bff;--card-soft:#eeecff;background:#fff;border:1px solid #e4e3df;border-radius:20px;flex-direction:column;grid-column:span 2;min-height:260px;padding:26px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.idea-card:nth-child(4){grid-column:2/span 2}.idea-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #1e1e2814}.idea-card__number{color:var(--card-accent);font:700 12px Manrope}.idea-card h2{letter-spacing:-.7px;margin:28px 0 7px;font-size:22px}.idea-card p{color:#777880;margin:0;font-size:14px;line-height:1.55}.idea-card__link{color:var(--card-accent);margin-top:auto;font-size:13px;font-weight:700}.not-found{text-align:center;place-content:center;min-height:100vh;display:grid}.not-found p{color:#635bff;font-weight:800}.not-found h1{font-size:48px}@media (width<=800px){.hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:40px}.hero__copy{margin:auto}.eyebrow{justify-content:center}.hero h1{letter-spacing:-2.8px;font-size:clamp(42px,12vw,60px)}.subheadline{margin-inline:auto}.benefits{justify-content:center}.hero__visual{min-height:600px}.signup-section{grid-template-columns:1fr;gap:45px;padding-top:75px;padding-bottom:75px}.signup-intro{text-align:center}.signup-intro .eyebrow{justify-content:center}.idea-grid{grid-template-columns:1fr 1fr}.idea-card,.idea-card:nth-child(4),.idea-grid--assessments .idea-card,.idea-grid--assessments .idea-card:nth-child(4){grid-column:span 1}}main.chapterr-student-page{--chapterr-ink:#17201f;--chapterr-brown:#f25735;--chapterr-rust:#f25735;--chapterr-cream:#fff4ed;--chapterr-sand:#ffd9ca;color:var(--chapterr-ink);background:#fffaf6;font-family:DM Sans,ui-sans-serif,system-ui,sans-serif}.chapterr-student-page .chapterr-header{height:72px}.chapterr-student-page .chapterr-kicker{color:#d94325;letter-spacing:1.1px;font-weight:900}.chapterr-student-page .chapterr-button{color:#fff;background:#f25735;box-shadow:0 16px 34px #f2573547}.chapterr-student-page .chapterr-button:hover{background:#db4325}.chapterr-student-page .chapterr-hero h1,.chapterr-student-page .chapterr-section-heading h2,.chapterr-student-page .chapterr-concept h2,.chapterr-student-page .chapterr-how h2,.chapterr-student-page .chapterr-student-goal h2,.chapterr-student-page .chapterr-student-final__content h2{letter-spacing:-.055em;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:850}.chapterr-student-page .chapterr-hero h1{line-height:.96}.chapterr-student-page .chapterr-highlight{color:#f25735}.chapterr-student-page .chapterr-hero__subtitle,.chapterr-student-page .chapterr-student-goal>p:last-child,.chapterr-student-page .chapterr-student-concept__statement span,.chapterr-student-page .chapter-student-research-intro{color:#5b6562}.chapterr-student-page .chapterr-people{background:#d7eef3;border-radius:32px;box-shadow:0 28px 65px #1d3e432e}.chapterr-student-page .chapterr-people:after{background:linear-gradient(#071f2405 42%,#071f24a3);border-radius:32px}.chapterr-student-page .chapterr-student-visual .chapterr-lifestyle--main{object-position:center center;filter:saturate(1.12)contrast(1.03)}.chapterr-student-page .chapterr-chapter-card,.chapterr-student-page .chapterr-connection{background:#fffffff0;border-color:#ffffffd1;box-shadow:0 14px 28px #112e332e}.chapterr-student-page .chapterr-chapter-card svg,.chapterr-student-page .chapterr-connection svg{color:#f25735}.chapterr-student-page .chapterr-recognition{background:#fff1e9}.chapterr-student-page .chapter-student-research-intro span{color:#d94325}.chapterr-student-page .chapter-student-messages article>span{background:#f25735;box-shadow:0 8px 20px #f2573538}.chapterr-student-page .chapter-student-messages article:nth-child(2)>span,.chapterr-student-page .chapter-student-messages article:nth-child(4)>span{color:#fff;background:#17201f}.chapterr-student-page .chapter-student-messages article>div{background:#fff;border-color:#ffd4c5;box-shadow:0 12px 28px #3f2c2512}.chapterr-student-page .chapter-student-messages article.is-right>div{background:#ffe1d5}.chapterr-student-page .chapter-student-messages p{color:#17201f}.chapterr-student-page .chapter-student-messages small{color:#8b6c61}.chapterr-student-page .chapter-student-meme{background:linear-gradient(145deg,#ffe2d6,#fff9f5);border-color:#ffc6b2;box-shadow:0 24px 55px #f257351f}.chapterr-student-page .chapter-student-meme__row{background:#fff}.chapterr-student-page .chapter-student-meme__row.is-no{opacity:.7}.chapterr-student-page .chapter-student-meme__row.is-yes{border-color:#f25735;box-shadow:0 14px 30px #f2573529}.chapterr-student-page .chapter-student-meme__row.is-yes>span{background:#f25735}.chapterr-student-page .chapter-student-meme__row.is-yes small{color:#d94325}.chapterr-student-page .chapterr-student-concept__statement{background:#fff0e8;border-left-color:#f25735}.chapterr-student-page .chapterr-student-goal{background:#ffd8c8}.chapterr-student-page .chapterr-how{color:#fff;background:#17201f}.chapterr-student-page .chapterr-how .chapterr-kicker{color:#ff9f82}.chapterr-student-page .chapterr-steps article{background:#ffffff12;border-color:#ffffff29}.chapterr-student-page .chapterr-step-number{background:#f25735;border-color:#f25735;font-family:Manrope,ui-sans-serif,system-ui,sans-serif;box-shadow:0 10px 24px #f2573547;color:#fff!important;font-weight:850!important}.chapterr-student-page .chapter-step-product{color:#17201f;background:#fffaf6}.chapterr-student-page .chapter-step-product>small,.chapterr-student-page .chapter-step-profiles em{color:#d94325}.chapterr-student-page .chapter-step-quiz>div:nth-of-type(2) span.is-selected,.chapterr-student-page .chapter-step-profiles i,.chapterr-student-page .chapter-step-chat i,.chapterr-student-page .chapter-step-chat .is-mine p{background:#f25735;border-color:#f25735}.chapterr-student-page .chapter-step-quiz button{background:#f25735}.chapterr-student-page .chapter-step-activities svg{color:#f25735}.chapterr-student-page .chapterr-student-final__overlay{background:linear-gradient(90deg,#17201ff0 0%,#17201fcc 50%,#f2573557 100%)}.chapterr-student-page .chapterr-button--light{color:#fff;background:#f25735}.chapterr-student-page .chapterr-footer{background:#fffaf6}@media (width<=560px){.chapterr-student-page .chapterr-header{height:62px}.chapterr-student-page .chapterr-hero{gap:40px;padding-top:28px}.chapterr-student-page .chapterr-hero h1{letter-spacing:-2.2px;font-size:43px;line-height:.98}.chapterr-student-page .chapterr-student-hero__lead{font-size:18px;line-height:1.38}.chapterr-student-page .chapterr-button{min-height:58px}.chapterr-student-page .chapterr-student-visual{border-radius:25px;min-height:430px}.chapterr-student-page .chapterr-people:after{border-radius:25px}.chapterr-student-page .chapterr-student-visual .chapterr-lifestyle--main{object-position:50% center}.chapterr-student-page .chapterr-section-heading h2,.chapterr-student-page .chapterr-concept h2,.chapterr-student-page .chapterr-how h2,.chapterr-student-page .chapterr-student-goal h2,.chapterr-student-page .chapterr-student-final__content h2{letter-spacing:-1.8px;font-size:38px;line-height:1.02}.chapterr-student-page .chapterr-recognition,.chapterr-student-page .chapterr-how{padding-top:72px;padding-bottom:78px}.chapterr-student-page .chapterr-concept{gap:42px;padding-top:76px;padding-bottom:76px}.chapterr-student-page .chapterr-student-goal{padding-top:68px;padding-bottom:68px}.chapterr-student-page .chapter-student-messages{gap:13px}.chapterr-student-page .chapter-student-messages article{width:98%}.chapterr-student-page .chapterr-steps{gap:14px}.chapterr-student-page .chapterr-steps article{border-radius:20px}}.evera-quiz{z-index:1000;color:#183229;background:linear-gradient(145deg,#fbfdfc,#eef7f2);position:fixed;inset:0;overflow-y:auto}.evera-quiz__header{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfdfce6;border-bottom:1px solid #2f7d631f;grid-template-columns:44px 1fr 44px;align-items:center;height:74px;padding:0 max(20px,50% - 560px);display:grid;position:sticky;top:0}.evera-quiz__header>button{color:#284b3f;cursor:pointer;background:#fff;border:1px solid #2f7d6324;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.evera-quiz__header>button:last-child{justify-self:end}.evera-quiz__brand{color:#2f7d63;justify-self:center;align-items:center;gap:8px;font-size:20px;font-weight:850;display:flex}.evera-quiz__brand span{font-size:17px}.evera-quiz__progress{width:min(780px,100% - 40px);margin:30px auto 0}.evera-quiz__progress>div{color:#687a74;justify-content:space-between;gap:18px;font-size:11px;font-weight:750;display:flex}.evera-quiz__progress strong{color:#274c40}.evera-quiz__progress>i{background:#dfece6;border-radius:999px;height:7px;margin-top:10px;display:block;overflow:hidden}.evera-quiz__progress>i span{border-radius:inherit;background:linear-gradient(90deg,#2f7d63,#74b596);height:100%;transition:width .35s;display:block}.evera-quiz__question{text-align:center;width:min(720px,100% - 40px);margin:72px auto 100px}.evera-quiz__eyebrow{color:#2f7d63;letter-spacing:1.2px;text-transform:uppercase;margin:0;font-size:11px;font-weight:900}.evera-quiz__question h1,.evera-result h1,.evera-account h1{color:#18231f;letter-spacing:-2px;margin:15px auto 0;font-size:clamp(36px,5vw,58px);line-height:1.05}.evera-quiz__answers{text-align:left;gap:12px;margin-top:39px;display:grid}.evera-quiz__answers button{color:#28453b;cursor:pointer;min-height:72px;font:inherit;background:#fff;border:1px solid #2f7d6329;border-radius:19px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:10px 18px;font-size:15px;font-weight:750;transition:transform .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 10px 24px #2058460b}.evera-quiz__answers button:hover{border-color:#2f7d636b;transform:translateY(-2px);box-shadow:0 15px 30px #20584617}.evera-quiz__answers button.is-selected{background:#f0f8f4;border-color:#2f7d63}.evera-quiz__answers img{object-fit:cover;border-radius:12px;width:72px;height:52px}.evera-quiz__answers button>i{color:#2f7d63;background:#eef7f2;border-radius:50%;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.evera-quiz__question>small{color:#82908b;margin-top:22px;font-size:11px;display:block}.evera-quiz__answers button{grid-template-columns:1fr auto}.evera-quiz__answers img{display:none}.evera-insight{background:#fff;border:1px solid #2f7d6326;border-radius:32px;grid-template-columns:.92fr 1.08fr;width:min(1040px,100% - 40px);min-height:620px;margin:42px auto 80px;display:grid;overflow:hidden;box-shadow:0 30px 70px #2058461f}.evera-insight>img{object-fit:cover;width:100%;height:100%;min-height:620px}.evera-insight__copy{flex-direction:column;justify-content:center;padding:55px;display:flex}.evera-insight__copy>span{color:#2f7d63;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:900;display:flex}.evera-insight__copy section{margin-top:32px}.evera-insight__copy small{color:#a76d62;letter-spacing:1.4px;font-size:10px;font-weight:900}.evera-insight__copy h1{color:#26322e;letter-spacing:-1.5px;margin:9px 0 0;font-size:clamp(30px,4vw,46px);line-height:1.1}.evera-insight__copy .is-fact{background:#eef7f2;border-radius:20px;padding:23px}.evera-insight__copy .is-fact small{color:#2f7d63}.evera-insight__copy .is-fact p{color:#40584f;margin:9px 0 0;font-size:16px;line-height:1.6}.evera-insight__copy .phase2-button{align-self:flex-start;margin-top:30px}.evera-result{text-align:center;width:min(720px,100% - 40px);margin:60px auto 90px}.evera-result__icon{color:#fff;background:#2f7d63;border-radius:24px;place-items:center;width:74px;height:74px;margin:0 auto 25px;display:grid;box-shadow:0 15px 30px #2f7d6338}.evera-result h1 span{color:#2f7d63}.evera-result>p:not(.evera-quiz__eyebrow){color:#64746e;max-width:620px;margin:22px auto 0;font-size:17px;line-height:1.65}.evera-result__includes{text-align:left;background:#fff;border:1px solid #2f7d6326;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:36px auto;padding:24px;display:grid}.evera-result__includes span{color:#3f554d;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.evera-result__includes svg{color:#2f7d63;flex:none}.evera-result .phase2-button{margin-inline:auto}.evera-result>small{color:#82908b;margin-top:14px;font-size:11px;display:block}.evera-account{text-align:center;width:min(650px,100% - 40px);margin:52px auto 90px}.evera-account__summary{color:#2f7d63;background:#fff;border:1px solid #2f7d632e;border-radius:17px;align-items:center;gap:12px;width:fit-content;margin:0 auto 32px;padding:14px 18px;display:flex}.evera-account__summary>div{text-align:left;gap:2px;display:grid}.evera-account__summary small{color:#82908b;letter-spacing:.8px;font-size:8px;font-weight:900}.evera-account__summary strong{font-size:14px}.evera-account>p:not(.evera-quiz__eyebrow){color:#687a74;margin:18px auto 0;line-height:1.6}.evera-account form{text-align:left;background:#fff;border:1px solid #2f7d6326;border-radius:25px;gap:18px;margin-top:33px;padding:28px;display:grid;box-shadow:0 20px 50px #20584614}.evera-account label{color:#355148;gap:8px;font-size:12px;font-weight:800;display:grid}.evera-account label>span{align-items:center;gap:7px;display:flex}.evera-account input{color:#20362e;height:54px;font:inherit;border:1px solid #d9e6e0;border-radius:14px;outline:none;padding:0 16px}.evera-account input:focus{border-color:#2f7d63;box-shadow:0 0 0 3px #2f7d631a}.evera-account .phase2-button{justify-content:center;width:100%}.evera-account__error{color:#a94d48;margin:0;font-size:12px}.evera-account>small{color:#82908b;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:10px;display:flex}.evera-program{width:min(1120px,100% - 40px);margin:45px auto 90px}.evera-program>header{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.evera-program>header p{color:#2f7d63;letter-spacing:1.2px;margin:0;font-size:10px;font-weight:900}.evera-program>header h1{color:#18231f;letter-spacing:-2px;margin:9px 0 0;font-size:clamp(34px,5vw,57px);line-height:1.04}.evera-program>header>span{color:#2f7d63;background:#fff;border-radius:999px;padding:10px 13px;font-size:11px;font-weight:850}.evera-program__progress{background:#fff;border-radius:18px;margin-top:32px;padding:19px 22px}.evera-program__progress>div{color:#40564f;justify-content:space-between;font-size:12px;display:flex}.evera-program__progress>i{background:#e2ede8;border-radius:999px;height:8px;margin-top:12px;display:block;overflow:hidden}.evera-program__progress>i span{border-radius:inherit;background:#2f7d63;width:5%;height:100%;display:block}.evera-program__layout{grid-template-columns:1.5fr .75fr;gap:20px;margin-top:20px;display:grid}.evera-program__week,.evera-program__layout aside{background:#fff;border:1px solid #2f7d6326;border-radius:26px;padding:30px}.evera-program__week>small,.evera-program__layout aside>small{color:#2f7d63;letter-spacing:1px;font-size:9px;font-weight:900}.evera-program__week h2{margin:8px 0 0;font-size:31px}.evera-program__week>p{color:#687a74;margin:10px 0 0;line-height:1.6}.evera-program__tasks{gap:10px;margin-top:25px;display:grid}.evera-program__tasks button{text-align:left;color:#2d463d;cursor:pointer;background:#fbfdfc;border:1px solid #e1ebe7;border-radius:16px;grid-template-columns:22px 1fr auto;align-items:center;gap:12px;padding:15px;display:grid}.evera-program__tasks button>i{border:2px solid #9ebcaf;border-radius:7px;width:20px;height:20px}.evera-program__tasks button>span{gap:3px;display:grid}.evera-program__tasks strong{font-size:13px}.evera-program__tasks small{color:#7d8c86;font-size:10px}.evera-program__layout aside>svg{color:#2f7d63;margin-bottom:25px}.evera-program__layout aside h3{margin:7px 0 0;font-size:25px}.evera-program__layout aside>p{color:#687a74;font-size:13px;line-height:1.6}.evera-program__layout aside>div{color:#2f624f;background:#eef7f2;border-radius:14px;gap:8px;margin-top:24px;padding:14px;font-size:11px;font-weight:750;display:flex}.evera-program__close{color:#5f716a;cursor:pointer;font:inherit;background:0 0;border:0;margin-top:20px;padding:12px 17px;font-size:12px;font-weight:750}@media (width<=760px){.evera-quiz__header{height:64px}.evera-quiz__progress{margin-top:20px}.evera-quiz__progress>div span{max-width:210px}.evera-quiz__question{margin-top:50px}.evera-quiz__question h1,.evera-result h1,.evera-account h1{letter-spacing:-1.4px;font-size:37px}.evera-quiz__answers button{min-height:66px}.evera-quiz__answers img{width:62px;height:48px}.evera-insight{grid-template-columns:1fr;margin-top:24px}.evera-insight>img{height:245px;min-height:0}.evera-insight__copy{padding:30px}.evera-insight__copy section{margin-top:24px}.evera-insight__copy .phase2-button{justify-content:center;width:100%}.evera-result__includes{grid-template-columns:1fr}.evera-program>header{display:grid}.evera-program__layout{grid-template-columns:1fr}.evera-program__week,.evera-program__layout aside{padding:23px}}@media (width<=430px){.evera-quiz__progress{width:calc(100% - 28px)}.evera-quiz__progress>div{font-size:9px}.evera-quiz__question,.evera-result,.evera-account,.evera-program{width:calc(100% - 28px)}.evera-quiz__question{margin-top:38px}.evera-quiz__question h1,.evera-result h1,.evera-account h1{font-size:32px}.evera-quiz__answers{gap:9px;margin-top:28px}.evera-quiz__answers button{border-radius:16px;padding:9px 13px;font-size:13px}.evera-quiz__answers img{width:54px;height:44px}.evera-insight{border-radius:24px;width:calc(100% - 24px)}.evera-insight__copy{padding:24px}.evera-insight__copy h1{font-size:30px}.evera-result{margin-top:42px}.evera-result__includes{padding:19px}.evera-account form{padding:20px}.evera-account>small{text-align:left;align-items:flex-start}.evera-program>header h1{font-size:36px}.evera-program__tasks button{grid-template-columns:22px 1fr}.evera-program__tasks button>svg{display:none}}.evera-quiz--loading{place-items:center;display:grid}.evera-quiz__loader{color:#2f7d63;justify-items:center;gap:12px;font-weight:800;display:grid}.evera-quiz__loader span{font-size:32px;animation:1.2s ease-in-out infinite evera-pulse}.evera-quiz__loader p{color:#687a74;margin:0;font-size:13px}@keyframes evera-pulse{50%{opacity:.55;transform:scale(.84)}}.evera-account input,.evera-account input[type=email],.evera-account input[type=password]{color:#20362e;-webkit-text-fill-color:#20362e;caret-color:#20362e;background:#fff}.evera-account input:focus{background:#fff}.evera-account input:-webkit-autofill{-webkit-text-fill-color:#20362e;caret-color:#20362e;box-shadow:inset 0 0 0 1000px #fff}.evera-account input:-webkit-autofill:hover{-webkit-text-fill-color:#20362e;caret-color:#20362e;box-shadow:inset 0 0 0 1000px #fff}.evera-account input:-webkit-autofill:focus{-webkit-text-fill-color:#20362e;caret-color:#20362e;box-shadow:inset 0 0 0 1000px #fff}.evera-account__switch,.evera-account__forgot{color:#64766f;cursor:pointer;font:inherit;background:0 0;border:0}.evera-account__notice{color:#2f7d63;margin:0;font-size:12px;font-weight:700}.evera-account__switch{margin-top:20px;font-size:12px}.evera-account__switch strong{color:#2f7d63}.evera-account__forgot{justify-self:end;margin-top:-6px;padding:0;font-size:11px;font-weight:750}.evera-paywall{text-align:center;width:min(1160px,100% - 40px);margin:55px auto 90px}.evera-paywall h1{color:#18231f;letter-spacing:-2px;text-wrap:balance;max-width:980px;margin:15px auto 0;font-size:clamp(36px,4.2vw,56px);line-height:1.04}.evera-paywall>p:not(.evera-quiz__eyebrow){color:#687a74;max-width:680px;margin:20px auto 0;font-size:17px;line-height:1.5}.evera-paywall__benefits{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 42px;width:min(780px,100%);margin:38px auto 0;display:grid}.evera-paywall__benefits span{color:#40564f;align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.evera-paywall__benefits svg{color:#2f7d63;flex:none}.evera-paywall__plans{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;margin-top:56px;display:grid}.evera-paywall__plans article{color:#29473d;text-align:left;cursor:pointer;min-height:610px;font:inherit;background:#fff;border:1px solid #2f7d632b;border-radius:25px;flex-direction:column;align-items:flex-start;padding:34px 28px 28px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 10px 28px #2058460b}.evera-paywall__plans article:hover{border-color:#2f7d636b;transform:translateY(-3px);box-shadow:0 18px 38px #20584617}.evera-paywall__plans article.is-selected{background:linear-gradient(155deg,#f8fcfa,#eaf6f0);border:2px solid #2f7d63;box-shadow:0 22px 52px #2058462b}.evera-paywall__plans article.is-recommended{z-index:1;border-color:#2f7d6366;transform:translateY(-10px)scale(1.025);box-shadow:0 20px 48px #2058461a}.evera-paywall__plans article.is-recommended.is-selected{border-color:#2f7d63;box-shadow:0 28px 65px #20584630}.evera-paywall__plans article.is-recommended:hover{transform:translateY(-13px)scale(1.025)}.evera-paywall__plans article:focus-visible{outline-offset:4px;outline:3px solid #2f7d6347}.evera-paywall__plans em{color:#fff;letter-spacing:.7px;text-transform:uppercase;background:#2f7d63;border-radius:999px;padding:7px 13px;font-size:9px;font-style:normal;font-weight:900;position:absolute;top:-13px}.evera-paywall__plans small{color:#29473d;min-height:42px;font-size:17px;font-weight:850;line-height:1.25}.evera-paywall__plans strong{color:#183229;letter-spacing:-1.4px;margin-top:17px;font-size:42px}.evera-paywall__plans .evera-paywall__positioning{color:#2f7d63;min-height:42px;margin-top:8px;font-size:10px;font-weight:800;line-height:1.45}.evera-paywall__plans article>p{color:#687a74;min-height:84px;margin:19px 0 0;font-size:12px;line-height:1.58}.evera-paywall__plans ul{gap:10px;margin:22px 0 28px;padding:0;list-style:none;display:grid}.evera-paywall__plans li{color:#40564f;align-items:flex-start;gap:8px;font-size:10px;font-weight:700;line-height:1.45;display:flex}.evera-paywall__plans li svg{color:#2f7d63;flex:none;margin-top:1px}.evera-paywall__plans article>button{cursor:pointer;width:100%;min-height:56px;font:inherit;text-align:center;border-radius:14px;justify-content:center;align-items:center;gap:9px;margin:auto 0 4px;padding:14px 18px;font-size:12px;font-weight:850;line-height:1.2;text-decoration:none;display:inline-flex}.evera-paywall__plans article>button svg{color:currentColor;flex:none}.evera-paywall__primary{color:#fff;opacity:1;background:#214f40;border:1px solid #214f40;box-shadow:0 12px 25px #214f4038}.evera-paywall__primary:hover{color:#fff;background:#183e32}.evera-paywall__secondary{color:#2f7d63;box-shadow:none;background:#fff;border:1px solid #2f7d6361}.evera-paywall__secondary:hover{background:#f7fbf9;border-color:#2f7d63}.evera-paywall__plans article>button:disabled{cursor:wait}.evera-paywall__focus{text-align:left;background:#fff;border:1px solid #2f7d632e;border-radius:18px;align-items:center;gap:13px;width:fit-content;max-width:100%;margin:34px auto 0;padding:15px 20px;display:flex;box-shadow:0 12px 30px #2058460f}.evera-paywall__focus>svg{color:#2f7d63;flex:none}.evera-paywall__focus>div{gap:3px;display:grid}.evera-paywall__focus small{color:#7c8e87;letter-spacing:.8px;font-size:8px;font-weight:900}.evera-paywall__focus strong{font-size:16px}.evera-paywall__focus span{color:#71817b;font-size:10px}.evera-paywall__heading{margin-top:76px}.evera-paywall__heading h2,.evera-paywall__value h2,.evera-paywall__roadmap h2{color:#18231f;letter-spacing:-1.4px;margin:0;font-size:clamp(30px,4vw,44px)}.evera-paywall__heading p{color:#74847e;margin:11px 0 0;font-size:14px}.evera-paywall__value{text-align:left;background:linear-gradient(145deg,#fff,#f1f8f4);border:1px solid #2f7d6329;border-radius:28px;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;margin-top:95px;padding:42px;display:grid}.evera-paywall__value>div:first-child>p:last-child{color:#687a74;margin:15px 0 0;font-size:13px;line-height:1.6}.evera-paywall__value>div:last-child{gap:12px;display:grid}.evera-paywall__value span{color:#355147;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex}.evera-paywall__value span svg{color:#2f7d63;flex:none}.evera-paywall__roadmap{margin-top:80px}.evera-paywall__roadmap-content{margin-top:15px;animation:.3s both evera-preview-in}.evera-paywall__roadmap-content>p{color:#71817b;max-width:720px;margin:13px auto 0;font-size:13px;line-height:1.55}.evera-paywall__roadmap-content>div{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:32px;display:grid}.evera-paywall__roadmap article{background:#fff;border:1px solid #2f7d6326;border-radius:21px;min-height:235px;padding:22px}.evera-paywall__roadmap article small{color:#2f7d63;letter-spacing:.8px;text-transform:uppercase;font-size:9px;font-weight:900}.evera-paywall__roadmap article strong{color:#263c34;margin-top:8px;font-size:15px;line-height:1.3;display:block}.evera-paywall__roadmap ul{color:#6d7c76;margin:22px 0 0;padding-left:17px;font-size:10px;line-height:1.5}.evera-paywall__roadmap li+li{margin-top:8px}@keyframes evera-preview-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.evera-paywall__closing{color:#fff;background:#214f40;border-radius:20px;justify-content:center;align-items:center;gap:18px;margin-top:42px;padding:22px 24px;display:flex}.evera-paywall__closing p{color:#ffffffa6;margin:0;font-size:10px;font-weight:750}.evera-paywall__closing strong{margin-right:auto;font-size:14px}.evera-paywall__closing .phase2-button{color:#214f40;background:#fff;flex:none}.evera-paywall>.phase2-button{margin:30px auto 0}.evera-paywall>small{color:#82908b;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:10px;display:flex}.evera-paywall>.evera-account__error{margin-top:22px}.evera-program__actions{justify-content:space-between;align-items:center;display:flex}.evera-program__day-one-intro{background:linear-gradient(135deg,#fff 0%,#eef8f3 100%);border:1px solid #2f7d6329;border-radius:24px;margin-top:28px;padding:26px 28px}.evera-program__day-one-intro small,.evera-program__roadmap>small{color:#2f7d63;letter-spacing:1px;font-size:9px;font-weight:900}.evera-program__day-one-intro h2{color:#18231f;margin:7px 0 0;font-size:30px}.evera-program__day-one-intro p{color:#687a74;margin:8px 0 0}.evera-program__progress>i span{transition:width .25s}.evera-program__tasks>article{background:#fbfdfc;border:1px solid #e1ebe7;border-radius:16px;transition:border-color .18s,box-shadow .18s;overflow:hidden}.evera-program__tasks>article.is-open{border-color:#2f7d636b;box-shadow:0 12px 28px #20584614}.evera-program__tasks>article.is-complete{background:#f2faf6;border-color:#a9d7c4}.evera-program__tasks>article>button{background:0 0;border:0;border-radius:0;width:100%}.evera-program__tasks>article>button>i{color:#fff;place-items:center;display:grid}.evera-program__tasks>article.is-complete>button>i{background:#2f7d63;border-color:#2f7d63}.evera-program__task-detail{color:#40564f;gap:14px;padding:0 18px 20px 52px;display:grid}.evera-program__task-detail>p{margin:0;font-size:13px;line-height:1.5}.evera-program__task-detail blockquote{color:#48665b;background:#eef7f2;border-left:3px solid #79ad98;border-radius:0 12px 12px 0;margin:0;padding:13px 15px;font-size:12px;line-height:1.5}.evera-program__task-detail label{gap:7px;font-size:11px;font-weight:800;display:grid}.evera-program__task-detail input{color:#20362e;width:100%;min-height:50px;font:inherit;background:#fff;border:1px solid #cddfd7;border-radius:12px;outline:none;padding:0 14px;font-size:14px}.evera-program__task-detail input:focus{border-color:#2f7d63;box-shadow:0 0 0 3px #2f7d631a}.evera-program__choices{flex-wrap:wrap;gap:8px;display:flex}.evera-program__choices button{color:#355148;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cddfd7;border-radius:999px;align-items:center;gap:6px;padding:9px 12px;font-size:11px;font-weight:750;display:flex}.evera-program__choices button.is-selected{color:#245c48;background:#e6f4ed;border-color:#2f7d63}.evera-program__task-cta{color:#fff;width:fit-content;min-height:46px;font:inherit;cursor:pointer;background:#285f4c;border:0;border-radius:999px;padding:0 18px;font-size:12px;font-weight:850}.evera-program__task-cta:disabled{color:#71817b;cursor:not-allowed;background:#dfe8e4}.evera-program__celebration{color:#245c48;background:#dcf2e7;border-radius:22px;align-items:center;gap:16px;margin-top:20px;padding:24px 28px;display:flex}.evera-program__celebration h2{margin:0;font-size:23px}.evera-program__celebration p{color:#48665b;margin:5px 0 0;font-size:13px}.evera-program__roadmap{background:#fff;border:1px solid #2f7d6321;border-radius:26px;margin-top:20px;padding:30px}.evera-program__roadmap h2{margin:7px 0 20px;font-size:28px}.evera-program__roadmap>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.evera-program__roadmap article{color:#8b9994;background:#f7f9f8;border:1px solid #e2ebe7;border-radius:16px;align-items:flex-start;gap:11px;padding:17px;display:flex}.evera-program__roadmap article>span{gap:4px;display:grid}.evera-program__roadmap article small{letter-spacing:.7px;font-size:9px;font-weight:850}.evera-program__roadmap article strong{color:#60716b;font-size:12px}.evera-program__roadmap article em{font-size:10px;font-style:normal}@media (width<=700px){.evera-program__day-one-intro{padding:22px}.evera-program__day-one-intro h2{font-size:25px}.evera-program__task-detail{padding:0 14px 18px}.evera-program__task-cta{width:100%;min-height:52px}.evera-program__roadmap{padding:23px}.evera-program__roadmap>div{grid-template-columns:1fr}}.phase2-topbar__login{color:var(--accent-deep);cursor:pointer;font:inherit;background:#fff;border:1px solid #2f7d633d;border-radius:999px;margin-left:auto;padding:9px 16px;font-size:12px;font-weight:800}@media (width<=760px){.evera-paywall__benefits{grid-template-columns:1fr;gap:11px;width:min(540px,100%)}.evera-paywall__plans{grid-template-columns:1fr}.evera-paywall__plans article,.evera-paywall__plans article.is-recommended{min-height:0;transform:none}.evera-paywall__plans article.is-recommended:hover{transform:translateY(-3px)}.evera-paywall__plans article>p,.evera-paywall__plans small,.evera-paywall__plans .evera-paywall__positioning{min-height:0}.evera-paywall__value{grid-template-columns:1fr;gap:28px;padding:28px}.evera-paywall__roadmap-content>div{grid-template-columns:repeat(2,minmax(0,1fr))}.evera-paywall__closing{text-align:left;flex-direction:column;align-items:flex-start}.evera-paywall__closing .phase2-button{justify-content:center;width:100%}}@media (width<=430px){.evera-paywall{width:calc(100% - 28px);margin-top:38px}.evera-paywall h1{letter-spacing:-1.4px;font-size:32px}.evera-paywall__benefits{grid-template-columns:1fr}.evera-paywall__plans{gap:13px}.evera-paywall__plans article{padding:28px 22px 22px}.evera-paywall__roadmap-content>div{grid-template-columns:1fr}.evera-paywall__roadmap article{min-height:0}}.evera-dashboard-page{color:#183229;background:linear-gradient(145deg,#fbfdfc,#eef7f2);min-height:100vh;padding:26px 0}.evera-dashboard-page__brand{color:#2f7d63;width:min(1120px,100% - 40px);margin:auto;font-size:19px;font-weight:850}.evera-dashboard-state{min-height:100vh;padding:30px 30px calc(30px + env(safe-area-inset-bottom));text-align:center;color:#183229;background:linear-gradient(145deg,#fbfdfc,#eef7f2);place-content:center;justify-items:center;display:grid}.evera-dashboard-state>svg,.evera-dashboard-state>span{color:#2f7d63}.evera-dashboard-state h1{letter-spacing:-2px;margin:20px 0 0;font-size:clamp(34px,5vw,56px)}.evera-dashboard-state p{color:#687a74;max-width:520px;margin:15px 0 0;line-height:1.6}.evera-dashboard-state .phase2-button{margin-top:25px}.evera-analyzing{text-align:center;justify-items:center;width:min(720px,100% - 40px);margin:110px auto;display:grid}.evera-analyzing>div{color:#fff;background:#2f7d63;border-radius:28px;place-items:center;width:88px;height:88px;margin-bottom:30px;display:grid;position:relative;box-shadow:0 18px 40px #2f7d633d}.evera-analyzing>div>span{font-size:28px;animation:1.2s ease-in-out infinite evera-pulse}.evera-analyzing>div>i{background:#a9dbc5;border-radius:50%;width:7px;height:7px;animation:1.6s linear infinite evera-orbit;position:absolute}.evera-analyzing>div>i:nth-of-type(2){animation-delay:-.53s}.evera-analyzing>div>i:nth-of-type(3){animation-delay:-1.06s}.evera-analyzing h1{color:#18231f;letter-spacing:-2px;text-wrap:balance;max-width:680px;margin:14px 0 0;font-size:clamp(38px,5vw,62px);line-height:1.04}.evera-analyzing>small{color:#7b8b85;margin-top:18px;font-size:11px}@keyframes evera-orbit{0%{transform:rotate(0)translate(53px)rotate(0)}to{transform:rotate(360deg)translate(53px)rotate(-360deg)}}.evera-plan-page,.evera-create-account{color:#183229;background:linear-gradient(145deg,#fbfdfc,#eef7f2);min-height:100vh}.evera-flow-header{border-bottom:1px solid #2f7d631f;justify-content:space-between;align-items:center;width:min(1160px,100% - 40px);height:72px;margin:auto;display:flex}.evera-flow-header a{color:#2f7d63;font-size:20px;font-weight:850;text-decoration:none}.evera-flow-header span{color:#7b8b85;letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:800}.evera-plan-result{text-align:center;width:min(860px,100% - 40px);margin:68px auto 0}.evera-plan-result__icon{color:#fff;background:#2f7d63;border-radius:22px;place-items:center;width:66px;height:66px;margin:0 auto 24px;display:grid;box-shadow:0 16px 36px #2f7d6333}.evera-plan-result h1{color:#18231f;letter-spacing:-2.5px;text-wrap:balance;margin:14px 0 0;font-size:clamp(40px,5vw,64px);line-height:1.03}.evera-plan-result>p:not(.evera-quiz__eyebrow){color:#687a74;max-width:720px;margin:20px auto 0;font-size:16px;line-height:1.6}.evera-plan-result__focus{text-align:left;grid-template-columns:1fr 1fr;gap:13px;margin-top:34px;display:grid}.evera-plan-result__focus>div,.evera-plan-result__recommended{background:#fff;border:1px solid #2f7d6329;border-radius:19px;padding:20px 22px}.evera-plan-result__focus div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.evera-plan-result__focus small,.evera-plan-result__recommended small{color:#7a8b84;letter-spacing:.8px;width:100%;font-size:8px;font-weight:900}.evera-plan-result__focus strong{color:#2f7d63;width:100%;font-size:22px}.evera-plan-result__focus span{color:#2f624f;background:#eef7f2;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.evera-plan-result__recommended{text-align:left;background:linear-gradient(145deg,#fff,#eff8f4);border-color:#2f7d6359;gap:5px;margin-top:13px;display:grid}.evera-plan-result__recommended strong{font-size:18px}.evera-plan-result__recommended span{color:#6e7f78;font-size:11px}.evera-plan-result .evera-result__includes{margin-top:20px}.evera-paywall--page{padding-bottom:calc(80px + env(safe-area-inset-bottom));margin-top:88px}.evera-paywall--page .evera-paywall__heading{margin-top:0}.evera-create-account .evera-account{margin-top:70px;padding-bottom:90px}.evera-payment-success{padding-bottom:env(safe-area-inset-bottom)}.evera-payment-success__verified{color:#1f684f;background:#e4f4ed;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin:0 auto 18px;padding:9px 13px;font-size:11px;font-weight:850;display:flex}.evera-payment-success input[readonly]{color:#51665e;cursor:not-allowed;background:#f4f8f6}@media (width<=560px){.evera-flow-header{height:62px}.evera-flow-header span{display:none}.evera-plan-result{margin-top:48px}.evera-plan-result h1{letter-spacing:-1.5px;font-size:38px}.evera-plan-result__focus{grid-template-columns:1fr}.evera-analyzing{margin-top:80px}.evera-analyzing h1{font-size:39px}.evera-paywall--page{margin-top:68px}.evera-dashboard-state .phase2-button,.evera-account .phase2-button,.evera-payment-success .phase2-button{color:#fff;background:#214f40;border-color:#214f40;justify-content:center;width:100%;min-height:56px}.evera-dashboard-state{padding-inline:20px}.evera-account{width:calc(100% - 28px);margin-bottom:calc(70px + env(safe-area-inset-bottom))}.evera-account form{padding:22px 18px}}.evera-plan-preview{color:#183229;background:linear-gradient(145deg,#fff 0%,#f5fbf8 58%,#eaf6f0 100%);border:1px solid #2f7d6333;border-radius:32px;width:min(100%,520px);padding:30px;box-shadow:0 28px 70px #20584629}.evera-plan-preview__top,.evera-plan-preview__footer,.evera-roadmap header{justify-content:space-between;align-items:center;gap:18px;display:flex}.evera-plan-preview__top>span{color:var(--accent);align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.evera-plan-preview__top>small{color:#fff;background:var(--accent);letter-spacing:1px;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900}.evera-plan-preview__heading{padding:34px 0 25px}.evera-plan-preview__heading small{color:#70847d;letter-spacing:1.4px;font-size:10px;font-weight:850;display:block}.evera-plan-preview__heading strong{letter-spacing:-2px;margin-top:5px;font-size:clamp(34px,4vw,50px);line-height:1;display:block}.evera-plan-preview__heading p{color:#687a74;margin:12px 0 0;font-size:14px}.evera-plan-preview__profile{background:#ffffffd1;border:1px solid #2f7d6324;border-radius:17px;gap:4px;padding:17px 18px;display:grid}.evera-plan-preview__profile span{color:#7b8984;text-transform:uppercase;letter-spacing:.7px;font-size:10px;font-weight:750}.evera-plan-preview__profile strong{font-size:15px}.evera-plan-preview__priorities{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:23px 0;display:grid}.evera-plan-preview__priorities>span{color:#40564f;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.evera-plan-preview__priorities i{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:22px;height:22px;font-style:normal;display:grid}.evera-plan-preview__footer{color:#fff;background:var(--accent-deep);border-radius:17px;padding:17px 18px}.evera-plan-preview__footer>div{gap:3px;display:grid}.evera-plan-preview__footer small{color:#ffffffad;letter-spacing:.8px;font-size:8px;font-weight:850}.evera-plan-preview__footer strong{font-size:13px}.evera-hero-image{isolation:isolate;background:#f4f1e9;border:1px solid #2f7d6333;border-radius:32px;width:min(100%,540px);margin:0;position:relative;overflow:hidden;box-shadow:0 30px 72px #2058462e}.evera-hero-image:before{content:"";z-index:-1;background:radial-gradient(circle at 50% 45%,#2f7d632e,#0000 68%);position:absolute;inset:-35px}.evera-hero-image img{width:100%;height:auto;display:block}.evera-personalized-plan,.evera-plan-features{padding:112px max(18px,50% - 560px)}.evera-personalized-plan{background:linear-gradient(180deg,#fff,var(--accent-soft))}.evera-plan-features{background:#fff}.evera-personalized-plan .phase2-section-heading,.evera-plan-features .phase2-section-heading{margin-inline:auto}.evera-roadmap{background:#fff;border:1px solid #2f7d632e;border-radius:28px;margin-top:52px;padding:30px;box-shadow:0 22px 65px #20584617}.evera-roadmap header small{color:var(--accent);letter-spacing:1px;font-size:9px;font-weight:900}.evera-roadmap header h3{letter-spacing:-.8px;margin:6px 0 0;font-size:27px}.evera-roadmap header>span{color:var(--accent-deep);background:var(--accent-soft);border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:800;display:flex}.evera-roadmap__weeks{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:26px;display:grid}.evera-roadmap__weeks article{background:#fbfdfc;border:1px solid #e1ebe7;border-radius:20px;min-height:260px;padding:20px}.evera-roadmap__weeks article.is-active{background:linear-gradient(155deg,#fff,#eff8f4);border-color:#2f7d637a;box-shadow:0 12px 28px #20584614}.evera-roadmap__week{align-items:center;gap:10px;display:flex}.evera-roadmap__week>span{color:#fff;background:var(--accent);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;display:grid}.evera-roadmap__week>div{gap:2px;min-width:0;display:grid}.evera-roadmap__week small{color:#7a8984;letter-spacing:.5px;text-transform:uppercase;font-size:8px;font-weight:850}.evera-roadmap__week strong{font-size:13px;line-height:1.2}.evera-roadmap__week em{color:var(--accent-deep);background:var(--accent-soft);text-transform:uppercase;border-radius:999px;margin-left:auto;padding:5px 7px;font-size:7px;font-style:normal;font-weight:850}.evera-roadmap__weeks ul{gap:13px;margin:24px 0 0;padding:0;list-style:none;display:grid}.evera-roadmap__weeks li{color:#65756f;gap:8px;font-size:11px;line-height:1.45;display:flex}.evera-roadmap__weeks li svg{color:var(--accent);flex:none;margin-top:2px}.evera-plan-features__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:52px;display:grid}.evera-plan-features__grid article{background:linear-gradient(155deg,#fff,#f7fbf9);border:1px solid #2f7d632b;border-radius:23px;min-height:260px;padding:27px}.evera-plan-features__grid article>span{width:46px;height:46px;color:var(--accent);background:var(--accent-soft);border-radius:14px;place-items:center;display:grid}.evera-plan-features__grid h3{letter-spacing:-.4px;margin:27px 0 10px;font-size:20px}.evera-plan-features__grid p{color:var(--muted-text);margin:0;font-size:13px;line-height:1.65}.maintenance-plan-cta{color:#fff;background:var(--accent-deep);justify-content:space-between;align-items:center;gap:50px;padding:88px max(18px,50% - 560px);display:flex}.maintenance-plan-cta>div{max-width:720px}.maintenance-plan-cta .phase2-kicker{color:var(--accent-deep)}.maintenance-plan-cta h2{letter-spacing:-2.6px;margin:14px 0 0;font-size:clamp(38px,5vw,66px);line-height:1.02}.maintenance-plan-cta p:not(.phase2-kicker){color:#ffffffbf;max-width:650px;margin:22px 0 0;font-size:17px;line-height:1.65}.maintenance-plan-cta .phase2-button{color:var(--accent-deep);background:#fff;margin-top:28px}.maintenance-plan-cta small{color:#ffffff94;margin-top:13px;font-size:11px;display:block}.maintenance-plan-cta>svg{color:#ffffff21;flex:none}.evera-program-feedback{background:#fff;padding:104px max(18px,50% - 560px)}.evera-program-feedback .phase2-section-heading{margin-inline:auto}.evera-program-feedback__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;margin-top:48px;display:grid}.evera-program-feedback figure{background:#fbfcfb;border:1px solid #2f7d6324;border-radius:24px;align-items:center;min-height:300px;margin:0;display:flex;overflow:hidden;box-shadow:0 18px 45px #20584612}.evera-program-feedback img{width:100%;height:auto;display:block}@media (width<=980px){.evera-roadmap__weeks,.evera-plan-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.evera-roadmap__weeks article{min-height:230px}.evera-program-feedback__grid{margin-inline:auto;grid-template-columns:1fr;max-width:680px;margin-top:42px}.evera-program-feedback figure{min-height:0}}@media (width<=560px){.evera-plan-preview{border-radius:25px;padding:21px}.evera-plan-preview__heading{padding:26px 0 20px}.evera-plan-preview__heading strong{font-size:36px}.evera-plan-preview__priorities{grid-template-columns:1fr}.evera-plan-preview__footer{align-items:flex-end}.evera-hero-image{border-radius:26px;width:min(100%,560px);margin-inline:auto}.evera-personalized-plan,.evera-plan-features{padding:78px 18px}.evera-roadmap{border-radius:23px;margin-top:38px;padding:17px}.evera-roadmap header{align-items:flex-start}.evera-roadmap header h3{font-size:23px}.evera-roadmap header>span{flex:none}.evera-roadmap__weeks,.evera-plan-features__grid{grid-template-columns:1fr}.evera-roadmap__weeks article,.evera-plan-features__grid article{min-height:0}.evera-roadmap__week em{display:none}.maintenance-plan-cta{padding:70px 20px}.maintenance-plan-cta>svg{display:none}.maintenance-plan-cta h2{letter-spacing:-1.6px;font-size:40px}.maintenance-plan-cta .phase2-button{justify-content:center;width:100%}.evera-program-feedback{padding:76px 18px}.evera-program-feedback__grid{gap:14px;margin-top:34px}.evera-program-feedback figure{border-radius:19px}}@media (width<=520px){.topbar{height:62px}.hero{gap:18px;padding-top:44px;padding-bottom:58px}.hero h1{font-size:43px}.subheadline{font-size:17px}.benefits{text-align:left;justify-content:center;display:grid}.hero__button{width:100%}.hero__visual{min-height:555px}.hero__visual:before{width:365px;height:365px}.hero__visual:after{width:300px;height:300px}.phone{width:250px;transform:rotate(2deg)}.phone__screen{min-height:490px}.signup-section{padding-inline:16px}.form-card{border-radius:18px;padding:25px 18px}.home{padding:72px 18px}.home__intro h1{letter-spacing:-3px;font-size:50px}.idea-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-button,.idea-card,.phase2-button,.phase2-option{transition:none}}.phase2-page{min-height:100vh;color:var(--page-text,#191a20);background:linear-gradient(180deg, color-mix(in srgb, var(--accent-soft), white 38%) 0 760px, var(--page-background,#fff) 760px);overflow:hidden}.phase2-topbar{align-items:center;width:min(100% - 36px,1120px);height:68px;margin:auto;display:flex}.phase2-brand{color:var(--accent);letter-spacing:-.7px;align-items:center;gap:10px;font:800 20px Manrope,sans-serif;display:inline-flex}.phase2-brand img{object-fit:contain;width:34px;height:34px}.phase2-hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;width:min(100% - 36px,1120px);min-height:685px;margin:auto;padding:58px 0 88px;display:grid}.phase2-hero__copy{max-width:650px}.phase2-kicker{border:1px solid color-mix(in srgb, var(--accent), transparent 70%);width:fit-content;color:color-mix(in srgb, var(--accent), #111 10%);background:color-mix(in srgb, var(--accent-soft), white 35%);text-transform:uppercase;letter-spacing:1.1px;border-radius:999px;margin:0 0 22px;padding:7px 11px;font-size:11px;font-weight:800}.phase2-hero h1{letter-spacing:-4.3px;margin:0;font-size:clamp(49px,5.8vw,78px);font-weight:800;line-height:.98}.phase2-highlight{color:var(--accent);font-weight:800}.phase2-hero__copy>p:not(.phase2-kicker){color:#45464e;max-width:570px;margin:29px 0 34px;font-size:19px;line-height:1.6}.phase2-hero__copy>p .phase2-highlight{color:#292a30;background:linear-gradient(transparent 64%, color-mix(in srgb, var(--accent), transparent 72%) 64%);padding:0 2px}.phase2-button{border:1px solid var(--accent-deep,#214f40);color:#fff;background:linear-gradient(135deg,var(--accent,#2f7d63),var(--accent-deep,#214f40));opacity:1;cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:19px;min-height:58px;padding:0 27px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 13px 30px #214f4038}.phase2-button:hover{filter:saturate(1.08)brightness(.97);box-shadow:0 17px 34px color-mix(in srgb, var(--accent), transparent 65%);transform:translateY(-2px)}.phase2-button span{font-size:20px}.phase2-button:disabled{cursor:wait;opacity:1;filter:saturate(.72)}.phase2-hero__copy small{color:#6f7078;margin-top:14px;font-size:12px;font-weight:650;line-height:1.45;display:block}.outcome-phone{z-index:0;background:#15161a;border:1px solid #313239;border-radius:46px;width:292px;margin:auto;padding:8px;position:relative;box-shadow:0 32px 68px #18191e40,inset 0 0 0 1px #ffffff14}.outcome-phone:before{content:"";z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--accent), transparent 72%) 0, color-mix(in srgb, var(--accent-soft), transparent 6%) 47%, transparent 72%);filter:blur(2px);border-radius:50%;width:475px;height:475px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.outcome-phone__screen{color:#1c1d22;background:linear-gradient(165deg, #fff 20%, color-mix(in srgb, var(--accent-soft), white 52%) 100%);border-radius:37px;flex-direction:column;min-height:576px;padding:10px 12px 9px;display:flex;overflow:hidden}.outcome-statusbar{grid-template-columns:1fr auto 1fr;align-items:center;min-height:26px;padding:0 5px;font-size:9px;display:grid}.outcome-statusbar>strong{font-size:9px}.outcome-statusbar>span{justify-content:flex-end;align-items:center;gap:3px;display:flex}.outcome-island{background:#111216;border-radius:16px;width:83px;height:23px}.outcome-appbar{justify-content:space-between;align-items:center;min-height:42px;display:flex}.outcome-appbar>div{color:var(--accent);align-items:center;gap:7px;font-size:12px;display:flex}.outcome-appbar img{object-fit:contain;width:24px;height:24px}.outcome-avatar{border:1px solid color-mix(in srgb, var(--accent), transparent 65%);width:27px;height:27px;color:var(--accent);background:#fff;border-radius:50%;place-items:center;display:grid}.outcome-hero-card{border:1px solid color-mix(in srgb, var(--accent), transparent 63%);color:#fff;background:linear-gradient(135deg, color-mix(in srgb, var(--accent), #111 4%), color-mix(in srgb, var(--accent), white 20%));min-height:100px;box-shadow:0 12px 25px color-mix(in srgb, var(--accent), transparent 76%);border-radius:19px;flex-direction:column;justify-content:center;padding:12px 14px;display:flex;position:relative;overflow:hidden}.outcome-hero-card:after{content:"";border:20px solid #ffffff1a;border-radius:50%;width:105px;height:105px;position:absolute;top:-43px;right:-36px}.outcome-hero-card p{color:#ffffffd9;letter-spacing:.25px;margin:0 0 3px;font-size:9px;font-weight:700}.outcome-hero-card strong{z-index:1;letter-spacing:-1.4px;font-size:34px;line-height:1.06;position:relative}.outcome-hero-card span{z-index:1;margin-top:4px;font-size:10px;font-weight:650;position:relative}.outcome-today-card{background:#ffffffe0;border:1px solid #23242a14;border-radius:15px;align-items:center;gap:9px;min-height:58px;margin-top:8px;padding:8px 10px;display:flex;box-shadow:0 7px 17px #1d1e270e}.outcome-today-card__check{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:10px;flex:none;place-items:center;display:grid}.outcome-today-card div{grid-template-columns:1fr auto;align-items:center;column-gap:8px;min-width:0;display:grid}.outcome-today-card p{color:#777880;grid-column:1/-1;margin:0 0 2px;font-size:8px;font-weight:700}.outcome-today-card strong{color:#24252b;font-size:11px}.outcome-today-card small{color:#777880;white-space:nowrap;font-size:8px}.outcome-mini-metrics{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:6px;margin-top:7px;display:grid}.outcome-mini-metrics div{background:#ffffffbf;border:1px solid #23242a12;border-radius:11px;flex-direction:column;justify-content:center;min-height:37px;padding:6px 9px;display:flex}.outcome-mini-metrics span{color:#7a7b83;font-size:7px}.outcome-mini-metrics strong{margin-top:2px;font-size:10px}.outcome-features{gap:6px;margin-top:8px;display:grid}.outcome-features article{background:#fffc;border:1px solid #23242a13;border-radius:13px;align-items:center;gap:8px;min-height:45px;padding:6px 8px;display:flex;box-shadow:0 5px 13px #1d1e2709}.outcome-feature-icon{width:30px;height:30px;color:var(--accent);background:var(--accent-soft);border-radius:10px;flex:none;place-items:center;display:grid}.outcome-features article>div{min-width:0}.outcome-features strong{font-size:9px;line-height:1.15;display:block}.outcome-features p{color:#71727a;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:7.5px;line-height:1.25;overflow:hidden}.outcome-message{border:1px solid color-mix(in srgb, var(--accent), transparent 64%);min-height:30px;color:color-mix(in srgb, var(--accent), #111 13%);background:var(--accent-soft);text-align:center;border-radius:11px;justify-content:center;align-items:center;gap:6px;margin:8px 0 5px;padding:7px 9px;font-size:9px;font-weight:800;display:flex}.outcome-nav{border-top:1px solid #23242a1a;grid-template-columns:repeat(4,1fr);min-height:37px;margin-top:auto;padding:4px 4px 0;display:grid}.outcome-nav span{color:#96979e;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.outcome-nav span.is-active{color:var(--accent)}.outcome-nav small{font-size:6.5px;font-weight:700}.positioning-hero-visual{border:1px solid color-mix(in srgb, var(--accent), transparent 68%);background:linear-gradient(155deg, #fffffffa, color-mix(in srgb, var(--accent-soft), white 25%));border-radius:30px;width:min(100%,430px);margin:auto;padding:25px;position:relative;box-shadow:0 30px 68px #1e40af29}.positioning-hero-visual:before{content:"";z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--accent), transparent 78%), transparent 67%);border-radius:50%;position:absolute;inset:-50px}.positioning-dashboard-top{color:var(--muted-text);justify-content:space-between;align-items:center;font-size:12px;display:flex}.positioning-dashboard-top strong{color:var(--accent-deep);font-size:13px}.positioning-stage-line{grid-template-columns:repeat(3,1fr);gap:5px;display:grid;position:relative}.positioning-stage-line.is-compact{grid-template-columns:repeat(4,1fr);margin:23px 0 20px}.positioning-stage-line>div{text-align:center;flex-direction:column;align-items:center;gap:7px;min-width:0;display:flex;position:relative}.positioning-stage-line>div:before{content:"";z-index:0;background:color-mix(in srgb, var(--accent), transparent 70%);width:100%;height:2px;position:absolute;top:8px;right:50%}.positioning-stage-line>div:first-child:before{display:none}.positioning-stage-line i{z-index:1;color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:relative}.positioning-stage-line span{color:var(--muted-text);font-size:8px;font-weight:750;line-height:1.2}.positioning-stage-line .is-current span{color:var(--accent-deep)}.positioning-main-metric{color:#fff;background:linear-gradient(135deg, var(--accent-deep), var(--accent));box-shadow:0 14px 28px color-mix(in srgb, var(--accent), transparent 72%);border-radius:20px;flex-direction:column;padding:19px;display:flex}.positioning-main-metric small{opacity:.78;font-size:9px}.positioning-main-metric strong{letter-spacing:-1.5px;margin:4px 0;font-size:36px}.positioning-main-metric span{align-items:center;gap:5px;font-size:9px;font-weight:700;display:flex}.positioning-habit-tiles{grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:8px;margin-top:10px;display:grid}.positioning-habit-tiles>div{border:1px solid color-mix(in srgb, var(--accent), transparent 81%);background:#ffffffeb;border-radius:13px;flex-direction:column;min-width:0;padding:11px 8px;display:flex}.positioning-habit-tiles>div>span{color:var(--accent)}.positioning-habit-tiles small{color:var(--muted-text);margin-top:7px;font-size:7px}.positioning-habit-tiles strong{white-space:nowrap;margin-top:2px;font-size:9px}.positioning-history-note{color:var(--accent);background:var(--accent-soft);border-radius:13px;align-items:center;gap:9px;margin-top:10px;padding:11px;display:flex}.positioning-history-note>span{flex-direction:column;gap:2px;display:flex}.positioning-history-note strong{color:var(--page-text);font-size:9px}.positioning-history-note small{color:var(--muted-text);font-size:7px}.positioning-research-hero{width:min(100%,540px);padding:30px 28px 23px}.positioning-research-hero .positioning-dashboard-top span{color:var(--accent-deep);text-transform:uppercase;letter-spacing:.65px;font-size:11px;font-weight:800}.research-journey{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:29px;display:grid}.research-journey article{flex-direction:column;min-width:0;padding:3px 20px 4px;display:flex}.research-journey article+article{border-left:1px solid color-mix(in srgb,var(--accent),transparent 78%)}.research-journey small{color:var(--muted-text);font-size:8px;font-weight:750;line-height:1.35}.research-journey strong{color:var(--accent-deep);letter-spacing:-1.7px;white-space:nowrap;margin:14px 0 10px;font-size:clamp(29px,3vw,42px);line-height:.95}.research-journey span{min-height:48px;color:var(--page-text);font-size:9px;font-weight:700;line-height:1.45}.research-journey em{color:var(--muted-text);margin-top:auto;padding-top:16px;font-size:7px;font-style:normal;line-height:1.3}.research-context{border-top:1px solid color-mix(in srgb,var(--accent),transparent 83%);color:var(--muted-text);text-align:left;margin-top:27px;padding-top:17px;font-size:8px;line-height:1.4}.positioning-longitudinal-hero{width:min(100%,470px);padding:24px}.longitudinal-journey{gap:7px;margin-top:22px;display:grid;position:relative}.longitudinal-journey:before{content:"";background:linear-gradient(var(--accent-deep),var(--accent));border-radius:99px;width:3px;position:absolute;top:13px;bottom:13px;left:8px}.longitudinal-journey article{z-index:1;border:1px solid #0000;border-radius:11px;align-items:center;padding:8px 10px 8px 27px;display:flex;position:relative}.longitudinal-journey article.is-current{border-color:color-mix(in srgb,var(--accent),transparent 72%);background:var(--accent-soft)}.longitudinal-journey article>i{background:var(--accent);width:15px;height:15px;box-shadow:0 0 0 1px var(--accent);border:3px solid #fff;border-radius:50%;position:absolute;left:2px}.longitudinal-journey article>div{justify-content:space-between;align-items:baseline;gap:10px;width:100%;display:flex}.longitudinal-journey strong{color:var(--page-text);text-transform:uppercase;letter-spacing:.35px;font-size:9px}.longitudinal-journey small{color:var(--muted-text);text-align:right;font-size:7px}.longitudinal-journey article.is-destination{border-color:color-mix(in srgb,var(--accent),transparent 35%);box-shadow:0 10px 24px color-mix(in srgb,var(--accent),transparent 88%)}.longitudinal-journey article.is-destination>i{background:var(--accent-deep);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent),white 35%)}.longitudinal-journey em{color:#fff;background:var(--accent-deep);letter-spacing:.4px;text-transform:uppercase;border-radius:999px;padding:3px 6px;font-size:6px;font-style:normal;font-weight:800}.maintenance-research-hero{text-align:left;width:min(100%,500px);padding:42px}.maintenance-research-hero__label{color:var(--accent-deep);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:850}.maintenance-research-hero__stat{color:var(--accent);letter-spacing:-7px;margin:24px 0 10px;font-size:clamp(76px,9vw,112px);line-height:.85;display:block}.maintenance-research-hero>p{max-width:390px;color:var(--page-text);margin:0;font-size:17px;font-weight:750;line-height:1.45}.maintenance-research-hero__value{border-top:1px solid color-mix(in srgb,var(--accent),transparent 72%);color:var(--accent-deep);margin-top:30px;padding-top:23px;font-size:14px;font-weight:800;line-height:1.5}.maintenance-hero-card{border:1px solid color-mix(in srgb,var(--accent),transparent 70%);background:linear-gradient(150deg,#fff,color-mix(in srgb,var(--accent-soft),white 25%));border-radius:30px;width:min(100%,470px);margin:auto;padding:27px;position:relative;box-shadow:0 30px 68px #1e40af29}.maintenance-hero-card:before{content:"";z-index:-1;background:radial-gradient(circle,color-mix(in srgb,var(--accent),transparent 79%),transparent 68%);border-radius:50%;position:absolute;inset:-52px}.maintenance-hero-card__top{color:var(--muted-text);justify-content:space-between;align-items:center;font-size:11px;display:flex}.maintenance-hero-card__top strong{color:var(--accent-deep);font-size:11px}.maintenance-hero-card__progress{color:#fff;background:linear-gradient(135deg,var(--accent-deep),var(--accent));box-shadow:0 15px 32px color-mix(in srgb,var(--accent),transparent 72%);border-radius:22px;align-items:flex-start;gap:15px;margin-top:24px;padding:22px;display:flex}.maintenance-hero-card__progress>span{background:#ffffff29;border-radius:14px;flex:none;place-items:center;width:44px;height:44px;display:grid}.maintenance-hero-card__progress small{color:#ffffffbf;text-transform:uppercase;letter-spacing:.55px;font-size:9px;font-weight:700;display:block}.maintenance-hero-card__progress strong{letter-spacing:-1.2px;margin-top:4px;font-size:29px;line-height:1.05;display:block}.maintenance-hero-card__progress p{color:#ffffffd1;margin:7px 0 0;font-size:10px;line-height:1.45}.maintenance-hero-card__signals{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.maintenance-hero-card__signals article{border:1px solid color-mix(in srgb,var(--accent),transparent 82%);min-width:0;color:var(--accent);background:#ffffffe6;border-radius:15px;flex-direction:column;gap:10px;padding:13px 10px;display:flex}.maintenance-hero-card__signals span{min-width:0}.maintenance-hero-card__signals small{color:var(--muted-text);font-size:7px;display:block}.maintenance-hero-card__signals strong{color:var(--page-text);white-space:nowrap;margin-top:3px;font-size:9px;display:block}.maintenance-hero-card__check{color:var(--accent);background:var(--accent-soft);border-radius:15px;align-items:center;gap:10px;margin-top:10px;padding:12px 13px;display:flex}.maintenance-hero-card__check>span{flex-direction:column;flex:1;display:flex}.maintenance-hero-card__check strong{color:var(--page-text);font-size:10px}.maintenance-hero-card__check small{color:var(--muted-text);margin-top:2px;font-size:8px}.maintenance-hero-card__check i{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-style:normal;font-weight:850;display:grid}.maintenance-problem,.maintenance-help,.maintenance-how-simple{padding:112px max(18px,50% - 560px)}.maintenance-problem{background:#fff}.maintenance-help{background:linear-gradient(180deg,#fff,var(--accent-soft))}.maintenance-how-simple{background:#fff}.maintenance-problem .phase2-section-heading,.maintenance-help .phase2-section-heading,.maintenance-how-simple .phase2-section-heading{margin-inline:auto}.maintenance-problem__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:52px;display:grid}.maintenance-problem__grid article,.maintenance-help__grid article{border:1px solid color-mix(in srgb,var(--accent),transparent 80%);background:#fff;border-radius:22px;padding:29px;box-shadow:0 16px 40px #1e40af0f}.maintenance-problem__grid article>span,.maintenance-help__grid article>span{width:48px;height:48px;color:var(--accent);background:var(--accent-soft);border-radius:15px;place-items:center;display:grid}.maintenance-problem__grid h3,.maintenance-help__grid h3{letter-spacing:-.55px;margin:24px 0 9px;font-size:21px}.maintenance-problem__grid p,.maintenance-help__grid p{color:var(--muted-text);margin:0;font-size:14px;line-height:1.65}.maintenance-research-section{background:#fff;padding:24px 18px 112px}.maintenance-stat-card{border:1px solid color-mix(in srgb,var(--accent),transparent 68%);background:linear-gradient(145deg,#fff,var(--accent-soft));border-radius:30px;width:min(100%,900px);margin:auto;padding:54px 58px;box-shadow:0 24px 58px #1e40af1a}.maintenance-stat-card__body{grid-template-columns:auto 1fr;align-items:center;gap:45px;display:grid}.maintenance-stat-card__body>strong{color:var(--accent);letter-spacing:-8px;font-size:clamp(88px,12vw,148px);line-height:.86}.maintenance-stat-card__body>p{max-width:510px;color:var(--page-text);margin:0;font-size:clamp(19px,2.2vw,27px);font-weight:750;line-height:1.4}.maintenance-stat-card__value{border-top:1px solid color-mix(in srgb,var(--accent),transparent 72%);color:var(--accent-deep);margin-top:38px;padding-top:25px;font-size:17px;font-weight:800;line-height:1.5}.maintenance-help__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:52px;display:grid}.maintenance-help__grid article{min-height:230px}.maintenance-how-simple__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:55px;display:grid;position:relative}.maintenance-how-simple__steps article{border:1px solid color-mix(in srgb,var(--accent),transparent 78%);background:linear-gradient(155deg,#fff,color-mix(in srgb,var(--accent-soft),white 56%));border-radius:23px;min-height:250px;padding:30px;position:relative}.maintenance-how-simple__steps article>span{color:#fff;background:var(--accent);width:48px;height:48px;box-shadow:0 10px 24px color-mix(in srgb,var(--accent),transparent 72%);border-radius:50%;place-items:center;font-size:15px;font-weight:850;display:grid}.maintenance-how-simple__steps h3{margin:29px 0 10px;font-size:22px;line-height:1.25}.maintenance-how-simple__steps p{color:var(--muted-text);margin:0;font-size:14px;line-height:1.65}.maintenance-how-simple__steps i{display:none}.maintenance-emotional{text-align:center;color:#fff;background:linear-gradient(140deg,var(--accent-deep),var(--accent));padding:122px 18px}.maintenance-emotional>div{max-width:850px;margin:auto}.maintenance-emotional .phase2-kicker{color:#fff;background:#ffffff1a;border-color:#ffffff40;margin-inline:auto}.maintenance-emotional h2{letter-spacing:-3.5px;margin:0;font-size:clamp(42px,6vw,72px);line-height:1.02}.maintenance-emotional>div>p:last-child{color:#ffffffd1;max-width:670px;margin:25px auto 0;font-size:19px;line-height:1.65}.phase2-page--maintenance .phase2-signup{background:#f8fafc}.phase2-page--maintenance .phase2-signup__intro h2{color:var(--page-text)}.phase2-page--maintenance .phase2-signup__intro>p{color:var(--muted-text)}.journey-evidence{border:1px solid color-mix(in srgb,var(--accent),transparent 72%);background:#fff;border-radius:14px;flex-direction:column;margin-top:14px;padding:14px;display:flex}.journey-evidence small{color:var(--accent-deep);text-transform:uppercase;letter-spacing:.5px;font-size:7px;font-weight:800}.journey-evidence strong{margin-top:6px;font-size:9px;line-height:1.45}.journey-evidence span{color:var(--muted-text);margin-top:5px;font-size:6px}.journey-product-note{color:#fff;background:var(--accent);text-align:center;border-radius:11px;margin:11px 0 0;padding:10px;font-size:8px;font-weight:700;line-height:1.45}.phase2-benefits{background:#fff;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin:0;padding:78px max(18px,50% - 480px) 88px;display:grid}.phase2-benefits article{border:1px solid color-mix(in srgb, var(--accent), transparent 70%);background:linear-gradient(145deg, #fff, color-mix(in srgb, var(--accent-soft), white 45%));border-radius:20px;min-height:178px;padding:23px;box-shadow:0 15px 34px #1c1d2412}.phase2-benefits article>span{color:#fff;background:var(--accent);width:43px;height:43px;box-shadow:0 8px 18px color-mix(in srgb, var(--accent), transparent 70%);border-radius:13px;place-items:center;display:grid}.phase2-benefits h2{color:#222329;letter-spacing:-.35px;margin:18px 0 7px;font-size:16px}.phase2-benefits p{color:#62636b;margin:0;font-size:13px;line-height:1.5}.phase2-upcoming{background:color-mix(in srgb, var(--accent-soft), white 36%);padding:96px max(18px,50% - 520px) 104px}.phase2-upcoming__grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px;display:grid}.phase2-upcoming__grid article{border:1px solid color-mix(in srgb, var(--accent), transparent 72%);background:#ffffffe6;border-radius:20px;min-height:218px;padding:27px;box-shadow:0 15px 34px #1c1d2412}.phase2-upcoming__grid article>span{width:fit-content;color:var(--accent-deep);background:var(--accent-soft);letter-spacing:.7px;text-transform:uppercase;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850;display:block}.phase2-upcoming__grid h3{letter-spacing:-.5px;margin:24px 0 9px;font-size:20px;line-height:1.2}.phase2-upcoming__grid p{color:#62636b;margin:0;font-size:14px;line-height:1.65}.positioning-steps-bars,.positioning-mode,.positioning-guidance{background:color-mix(in srgb,var(--accent-soft),white 18%);border-radius:16px;min-height:145px;margin-top:22px;padding:16px}.positioning-steps-bars{justify-content:space-between;align-items:flex-end;gap:6px;display:flex}.positioning-steps-bars>div{flex-direction:column;flex:1;align-items:center;display:flex}.positioning-steps-bars i{background:linear-gradient(var(--accent),var(--accent-deep));border-radius:7px 7px 3px 3px;width:100%;max-width:22px}.positioning-steps-bars small{color:var(--muted-text);margin-top:5px;font-size:7px}.positioning-steps-bars span{color:var(--accent-deep);margin-top:2px;font-size:6px;font-weight:750}.positioning-mode>div:first-child{background:#fff;border-radius:11px;padding:4px;display:flex}.positioning-mode>div:first-child span{color:var(--muted-text);text-align:center;border-radius:8px;flex:1;padding:8px 4px;font-size:7px;font-weight:750}.positioning-mode>div:first-child .is-selected{color:#fff;background:var(--accent)}.positioning-guidance{color:var(--accent);align-items:flex-start;gap:14px;display:flex}.positioning-guidance>div{flex-direction:column;gap:9px;display:flex}.positioning-guidance strong{color:var(--page-text);font-size:12px}.positioning-guidance span{border-bottom:1px solid color-mix(in srgb,var(--accent),transparent 78%);color:var(--muted-text);padding-bottom:8px;font-size:9px;line-height:1.4}.phase2-section-heading{max-width:710px}.phase2-section-heading h2,.phase2-difference h2,.phase2-final-cta h2{letter-spacing:-2.5px;margin:0;font-size:clamp(34px,4.6vw,56px);line-height:1.04}.phase2-section-heading>p:last-child,.phase2-difference__copy>p:last-child{color:#5d5e66;margin:21px 0 0;font-size:17px;line-height:1.7}.phase2-section-heading--center{text-align:center;margin-inline:auto}.phase2-section-heading--center .phase2-kicker{margin-inline:auto}.phase2-problem{z-index:1;background:#fff;padding:94px max(18px,50% - 560px) 116px;position:relative}.phase2-problem:after{content:"";z-index:-1;background:color-mix(in srgb, var(--accent-soft), white 42%);border-radius:50% 0 0;width:50%;height:160px;position:absolute;bottom:-80px;right:-8%}.phase2-situations{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;display:grid}.scenario-story{border:1px solid color-mix(in srgb, var(--accent), transparent 72%);background:linear-gradient(155deg, #fff 0 32%, color-mix(in srgb, var(--accent-soft), white 22%) 100%);border-radius:23px;min-width:0;overflow:hidden;box-shadow:0 18px 42px #1c1d2414}.scenario-story__label{color:#2d2e34;align-items:center;gap:10px;min-height:70px;padding:18px 20px;font-size:14px;font-weight:800;line-height:1.4;display:flex}.scenario-story__label svg{color:var(--accent);flex:none}.scenario-story__visual{grid-template-columns:.8fr 1.2fr;align-items:center;gap:12px;min-height:350px;padding:14px 16px 20px;display:grid;position:relative;overflow:hidden}.scenario-story:nth-child(2n) .story-scene{grid-column:2}.scenario-story:nth-child(2n) .scenario-flow{grid-area:1/1}.story-scene{height:262px;color:var(--accent);background:radial-gradient(circle at 28% 22%, white 0 8%, transparent 9%), linear-gradient(145deg, color-mix(in srgb, var(--accent-soft), white 8%), color-mix(in srgb, var(--accent), transparent 85%));border-radius:38% 62% 55% 45%/45% 43% 57% 55%;position:relative;overflow:hidden}.story-scene:after{content:"";border:18px solid color-mix(in srgb, var(--accent), transparent 87%);border-radius:50%;width:95px;height:95px;position:absolute;bottom:-31px;right:-35px}.story-scene svg{stroke-width:1.8px}.story-scene--photo{background:#16171d;border-radius:0}.story-scene--photo:after{display:none}.story-scene--photo img{object-fit:cover;width:100%;height:100%;display:block}.story-scene__shade{background:linear-gradient(#0d111c05 28%,#0d111cb8 100%);position:absolute;inset:0}.scene-date{color:#303139;background:#fff;border-radius:13px;flex-direction:column;align-items:center;width:50px;padding:8px;display:flex;position:absolute;top:23px;left:14px;box-shadow:0 9px 20px #1c1d2417}.scene-date small{color:var(--accent);text-transform:uppercase;font-size:7px;font-weight:800}.scene-date strong{font-size:19px}.scene-injection{filter:drop-shadow(0 8px 9px #1c1d2421);position:absolute;top:92px;left:47px;transform:rotate(-38deg)}.scene-timeline{background:color-mix(in srgb, var(--accent), transparent 60%);justify-content:space-between;height:3px;display:flex;position:absolute;bottom:39px;left:21px;right:21px}.scene-timeline i{background:var(--accent);border:3px solid #fff;border-radius:50%;width:11px;height:11px;margin-top:-4px}.scene-check{color:#fff;background:var(--accent);width:34px;height:34px;box-shadow:0 8px 17px color-mix(in srgb, var(--accent), transparent 68%);border-radius:50%;place-items:center;display:grid;position:absolute;top:66px;right:13px}.story-scene--glp-habits{background:0 0;border-radius:23px}.story-scene--glp-habits:after{display:none}.scene-habit-grid{grid-template-columns:1fr 1fr;gap:8px;height:100%;display:grid}.scene-habit-grid span{border:1px solid color-mix(in srgb, var(--accent), transparent 78%);background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-width:0;display:flex;box-shadow:0 8px 18px #1c1d240e}.scene-habit-grid span:nth-child(2),.scene-habit-grid span:nth-child(3){background:color-mix(in srgb, var(--accent-soft), white 16%)}.scene-habit-grid svg{width:25px}.scene-habit-grid small{color:#56575f;font-size:7px;font-weight:750}.story-scene--glp-progress{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent), transparent 80%);background:#fff;border-radius:22px}.scene-progress-chart{border-bottom:1px solid #dedfe3;align-items:flex-end;gap:7px;height:125px;display:flex;position:absolute;bottom:54px;left:15px;right:15px}.scene-progress-chart i{background:linear-gradient(var(--accent), color-mix(in srgb, var(--accent), white 34%));border-radius:6px 6px 2px 2px;flex:1}.scene-progress-chart i:first-child{height:31%}.scene-progress-chart i:nth-child(2){height:43%}.scene-progress-chart i:nth-child(3){height:55%}.scene-progress-chart i:nth-child(4){height:68%}.scene-progress-chart i:nth-child(5){height:84%}.scene-scale{position:absolute;top:19px;left:14px}.scene-milestone{color:#fff;background:var(--accent);border-radius:999px;align-items:center;gap:5px;padding:7px 9px;font-size:7px;font-weight:800;display:flex;position:absolute;top:20px;right:11px}.story-scene--couple-busy{background:linear-gradient(160deg, #fff, var(--accent-soft));border-radius:24px}.scene-calendar{position:absolute;top:18px;left:13px}.scene-laptop{position:absolute;top:89px;left:30px}.scene-coffee{position:absolute;bottom:27px;right:15px}.scene-couple{display:flex;position:absolute;top:39px;right:11px}.scene-couple span{color:#fff;background:var(--accent);border:3px solid #fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.scene-couple span:last-child{background:color-mix(in srgb, var(--accent), white 30%);margin-left:-9px}.scene-ping{color:#fff;background:var(--accent);width:29px;height:29px;box-shadow:0 8px 18px color-mix(in srgb, var(--accent), transparent 65%);border-radius:10px;place-items:center;display:grid;position:absolute;top:91px;right:26px}.story-scene--couple-answering{background:0 0;border-radius:22px}.story-scene--couple-answering:after{display:none}.scene-person{background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:6px;width:72px;padding:10px 7px;display:flex;position:absolute;box-shadow:0 10px 23px #1c1d2417}.scene-person svg{color:#fff;background:var(--accent);border-radius:50%;width:27px;height:27px;padding:5px}.scene-person span{color:#696a72;font-size:6px;font-weight:700}.scene-person--left{top:30px;left:2px}.scene-person--right{bottom:24px;right:2px}.scene-question{border:1px solid color-mix(in srgb, var(--accent), transparent 68%);background:var(--accent-soft);border-radius:14px;align-items:center;gap:7px;padding:12px;display:flex;position:absolute;top:109px;left:13px;right:13px}.scene-question strong{font-size:7px;line-height:1.25}.scene-connection{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:29px;height:29px;display:grid;position:absolute;top:31px;right:10px}.story-scene--couple-dinner{background:linear-gradient(#fff8ef, var(--accent-soft));border-radius:45% 45% 22px 22px}.scene-dinner-people{justify-content:space-between;display:flex;position:absolute;inset:35px 20px auto}.scene-dinner-people span{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:39px;height:39px;display:grid}.scene-dinner-people span:last-child{background:color-mix(in srgb, var(--accent), white 32%)}.scene-dinner-table{color:#9c704d;background:#f4d7b8;border-radius:50% 50% 18px 18px;justify-content:space-around;align-items:center;height:80px;display:flex;position:absolute;bottom:36px;left:12px;right:12px}.scene-dinner-table i{border:2px solid #fff;border-radius:50%;width:26px;height:17px}.scene-warm-chat{color:var(--accent);display:flex;position:absolute;top:19px;left:50%;transform:translate(-50%)}.story-scene--taxi-night,.story-scene--walk-home{color:#ffd3df;background:linear-gradient(160deg,#232433,#42445a)}.scene-moon{color:#fff4bf;position:absolute;top:17px;right:14px}.scene-taxi{color:#ffd55b;position:absolute;bottom:52px;left:17px}.scene-taxi>span{color:#2e3040;position:absolute;top:8px;left:19px}.scene-route{opacity:.35;position:absolute;top:36px;left:6px}.scene-destination{color:#ff7397;position:absolute;bottom:44px;right:14px}.scene-sent,.scene-safe{color:#292a30;background:#fff;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;font-size:6px;font-weight:800;display:flex;position:absolute;bottom:12px;right:9px}.story-scene--coffee-date{background:linear-gradient(145deg, #fff9ef, color-mix(in srgb, var(--accent-soft), #fff9ef 40%));border-radius:22px}.scene-cafe{justify-content:space-between;align-items:center;display:flex;position:absolute;top:65px;left:9px;right:9px}.scene-cafe>span{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.scene-cafe>span:last-child{background:color-mix(in srgb, var(--accent), white 30%)}.scene-cafe>div{color:#815f44;background:#f3d5b5;border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.scene-location-share{color:#3b3c43;background:#fff;border-radius:12px;align-items:center;gap:6px;padding:10px;display:flex;position:absolute;bottom:28px;left:13px;right:13px;box-shadow:0 8px 18px #1c1d2414}.scene-location-share strong{font-size:7px}.scene-cafe-check{position:absolute;top:15px;right:10px}.scene-street{background:linear-gradient(90deg,#0000 48%,#ffffff3d 48% 51%,#0000 51%);border-top:2px solid #ffffff2e;height:72px;position:absolute;bottom:38px;left:0;right:0;transform:perspective(80px)rotateX(20deg)}.scene-street i{background:#686b7b;width:7px;height:48px;position:absolute;bottom:14px}.scene-street i:first-child{left:14px}.scene-street i:nth-child(2){right:14px}.scene-street i:nth-child(3){height:32px;left:39px}.scene-walker{color:#fff;position:absolute;bottom:64px;left:45px}.scene-walk-pin{color:#ff7397;position:absolute;top:28px;left:16px}.scene-home{color:#fff;position:absolute;bottom:62px;right:12px}.scenario-flow{z-index:2;flex-direction:column;align-items:center;gap:5px;display:flex;position:relative}.scenario-flow>i{color:color-mix(in srgb, var(--accent), transparent 30%);font-size:14px;font-style:normal;line-height:1}.scenario-flow__card{border:1px solid color-mix(in srgb, var(--accent), transparent 72%);background:#fffffff0;border-radius:13px;align-items:center;gap:8px;width:100%;min-height:65px;padding:9px;display:flex;box-shadow:0 9px 20px #1c1d2414}.scenario-flow__card:nth-of-type(2){transform:translate(-8px)}.scenario-flow__card--result{border-color:color-mix(in srgb, var(--accent), transparent 45%);background:color-mix(in srgb, var(--accent-soft), white 18%);transform:translate(3px)}.scenario-flow__card>span{color:#fff;background:var(--accent);border-radius:9px;flex:none;place-items:center;width:28px;height:28px;display:grid}.scenario-flow__card p{flex-direction:column;gap:3px;min-width:0;margin:0;display:flex}.scenario-flow__card small{color:#81828a;text-transform:uppercase;letter-spacing:.45px;white-space:nowrap;text-overflow:ellipsis;font-size:6px;font-weight:700;overflow:hidden}.scenario-flow__card strong{color:#292a30;font-size:8px;line-height:1.3}.scenario-story:nth-child(2) .scenario-story__visual{grid-template-rows:154px auto;grid-template-columns:1fr;align-items:stretch}.scenario-story:nth-child(2) .story-scene{grid-column:1;height:154px}.scenario-story:nth-child(2) .scenario-flow{grid-area:2/1;grid-template-columns:1fr auto 1fr auto 1fr;gap:4px;display:grid}.scenario-story:nth-child(2) .scenario-flow>i{transform:rotate(-90deg)}.scenario-story:nth-child(2) .scenario-flow__card{flex-direction:column;align-items:flex-start;min-height:75px;padding:7px}.scenario-story:nth-child(2) .scenario-flow__card:nth-of-type(2),.scenario-story:nth-child(2) .scenario-flow__card--result{transform:none}.scenario-story:nth-child(2) .scene-person--left{top:8px}.scenario-story:nth-child(2) .scene-person--right{bottom:4px;right:4px}.scenario-story:nth-child(2) .scene-question{top:56px}.scenario-story:nth-child(2) .scene-cafe{top:25px}.scenario-story:nth-child(2) .scene-location-share{bottom:8px}.scenario-story:nth-child(2) .scene-habit-grid{grid-template-columns:repeat(4,1fr)}.scenario-story:nth-child(2) .scene-habit-grid span{gap:4px}.scenario-story:nth-child(2) .scene-habit-grid svg{width:20px}.scenario-story:nth-child(3) .scenario-story__visual{display:block}.scenario-story:nth-child(3) .story-scene{height:auto;position:absolute;inset:14px 16px 20px}.scenario-story:nth-child(3) .scenario-flow{width:55%;position:absolute;bottom:27px;right:11px}.scenario-story:nth-child(3) .scenario-flow__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.scenario-story:nth-child(3) .story-scene--glp-progress .scene-progress-chart{right:43%}.scenario-story--photo .scenario-story__visual{background:#171923;min-height:410px;padding:0;display:block}.scenario-story--photo .story-scene{border-radius:0;width:100%;height:100%;position:absolute;inset:0}.scenario-story--photo .scenario-flow{z-index:3;flex-direction:column;gap:5px;width:66%;display:flex;position:absolute;bottom:15px;right:13px}.scenario-story--photo .scenario-flow>i{display:none}.scenario-story--photo .scenario-flow__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-color:#ffffff8a;min-height:58px;padding:8px 9px;box-shadow:0 12px 26px #0b0e183d}.scenario-story--photo .scenario-flow__card:nth-of-type(2),.scenario-story--photo .scenario-flow__card--result{transform:none}.scenario-story--photo .scenario-flow__card small{font-size:6.5px}.scenario-story--photo .scenario-flow__card strong{font-size:8.5px}.scenario-story--photo:nth-child(2) .scenario-flow{width:72%;display:flex;bottom:15px;left:13px;right:auto}.scenario-story--photo:nth-child(2) .scenario-flow__card{flex-direction:row;align-items:center;min-height:58px}.scenario-story--photo:nth-child(3) .scenario-flow{width:68%;left:13px;right:auto}.scenario-story.scenario-story--photo .story-scene,.scenario-story.scenario-story--photo:nth-child(2) .story-scene,.scenario-story.scenario-story--photo:nth-child(3) .story-scene{border-radius:0;width:100%;height:100%;position:absolute;inset:0}.scenario-story.scenario-story--photo .story-scene img{object-fit:cover;object-position:center;width:100%;height:100%}.scenario-story--couple-answering .story-scene img{object-position:54% center}.scenario-story--couple-dinner .story-scene img{object-position:center 46%}.scenario-story--coffee-date .story-scene img{object-position:center 42%}.scenario-story--walk-home .story-scene img{object-position:54% center}.scenario-data-panel{z-index:2;border:1px solid color-mix(in srgb, var(--accent), transparent 66%);background:#fffffff5;border-radius:17px;width:100%;padding:13px;position:relative;box-shadow:0 13px 28px #1c1d241c}.scenario-data-panel__heading{flex-direction:column;gap:2px;display:flex}.scenario-data-panel__heading small{color:var(--accent);text-transform:uppercase;letter-spacing:.7px;font-size:7px;font-weight:850}.scenario-data-panel__heading strong{color:var(--page-text,#25262c);font-size:11px}.scenario-data-panel__metric{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-deep,var(--accent)));border-radius:11px;justify-content:space-between;align-items:flex-end;margin:10px 0 8px;padding:9px;display:flex}.scenario-data-panel__metric strong{font-size:21px;line-height:1}.scenario-data-panel__metric span{text-align:right;max-width:56%;font-size:7px;font-weight:700}.scenario-data-panel__row{border-bottom:1px solid #eceef2;justify-content:space-between;align-items:center;gap:8px;min-height:25px;display:flex}.scenario-data-panel__row span{color:var(--muted-text,#72737b);font-size:7px}.scenario-data-panel__row strong{color:var(--page-text,#25262c);text-align:right;font-size:7.5px}.scenario-data-panel .story-chart{height:67px;color:var(--accent);margin:8px 0 2px}.scenario-data-panel__action{color:#fff;background:var(--accent);text-align:center;border-radius:9px;margin-top:9px;padding:8px;font-size:8px;font-weight:800}.scenario-data-panel__result{color:var(--accent-deep,var(--accent));background:var(--accent-soft);border-radius:10px;align-items:center;gap:7px;margin-top:8px;padding:8px;display:flex}.scenario-data-panel__result>span{flex-direction:column;gap:2px;display:flex}.scenario-data-panel__result strong{font-size:8px}.scenario-data-panel__result small{color:var(--muted-text,#71727a);font-size:7px}.scenario-story--glp-habits .scenario-story__visual{grid-template-columns:.92fr 1.08fr}.scenario-story--glp-progress .scenario-data-panel{width:57%;position:absolute;bottom:18px;right:12px}.scenario-story--glp-progress .scenario-data-panel__metric{margin-block:8px 5px}.positioning-story-grid article{border:1px solid color-mix(in srgb, var(--accent), transparent 72%);background:linear-gradient(155deg,#fff,color-mix(in srgb,var(--accent-soft),white 35%));border-radius:23px;min-height:405px;padding:25px;overflow:hidden;box-shadow:0 18px 42px #1c1d2414}.positioning-story-grid h3{margin:0 0 26px;font-size:20px}.positioning-story-grid article>p{color:var(--muted-text);margin:25px 0 0;font-size:13px;line-height:1.6}.maintenance-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;display:grid}.maintenance-feature-grid>article{border:1px solid color-mix(in srgb,var(--accent),transparent 72%);background:linear-gradient(155deg,#fff,color-mix(in srgb,var(--accent-soft),white 35%));border-radius:23px;flex-direction:column;min-height:440px;padding:25px;display:flex;box-shadow:0 18px 42px #1c1d2414}.maintenance-coming-soon{width:fit-content;color:var(--accent-deep);background:var(--accent-soft);text-transform:uppercase;letter-spacing:.7px;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850}.maintenance-feature-grid h3{margin:20px 0 8px;font-size:20px}.maintenance-feature-grid>article>p{min-height:86px;color:var(--muted-text);margin:0;font-size:13px;line-height:1.6}.maintenance-feature-grid .positioning-steps-bars,.maintenance-feature-grid .positioning-mode,.maintenance-feature-grid .positioning-guidance{margin-top:auto}.journey-feature-grid>article{min-height:590px}.journey-phase-label{width:fit-content;color:var(--accent-deep);background:var(--accent-soft);letter-spacing:.55px;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:850}.journey-feature-grid h3{margin-top:14px}.journey-feature-grid .evera-journey-phone{margin-top:auto}.positioning-treatment-line{flex-direction:column;justify-content:space-between;min-height:236px;display:flex;position:relative}.positioning-treatment-line:before{content:"";background:color-mix(in srgb,var(--accent),transparent 68%);width:2px;position:absolute;top:22px;bottom:22px;left:18px}.positioning-treatment-line>div{z-index:1;grid-template-columns:38px 1fr;align-items:center;column-gap:12px;display:grid;position:relative}.positioning-treatment-line>div>span{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:12px;grid-row:1/3;place-items:center;display:grid}.positioning-treatment-line strong{font-size:12px}.positioning-treatment-line small{color:var(--muted-text);font-size:9px}.positioning-weight-chart{background:#ffffffd1;border-radius:17px;padding:15px}.positioning-weight-chart svg{width:100%;height:150px;overflow:visible}.positioning-weight-chart .chart-area{fill:color-mix(in srgb,var(--accent),transparent 86%)}.positioning-weight-chart .chart-line{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round}.positioning-weight-chart .chart-marker{stroke:var(--accent-deep);stroke-width:2px;stroke-dasharray:5 5}.positioning-chart-label{color:var(--muted-text);justify-content:space-between;font-size:7px;display:flex}.positioning-chart-result{color:var(--accent);background:var(--accent-soft);border-radius:11px;align-items:center;gap:8px;padding:10px;display:flex}.positioning-chart-result>span{flex-direction:column;display:flex}.positioning-chart-result strong{color:var(--page-text);font-size:9px}.positioning-chart-result small{color:var(--muted-text);font-size:7px}.phase2-how{background:color-mix(in srgb, var(--accent-soft), white 42%);padding:104px max(18px,50% - 560px) 122px;position:relative}.phase2-steps{grid-template-columns:repeat(3,1fr);align-items:start;gap:22px;margin-top:60px;display:grid}.phase2-steps>article{flex-direction:column;align-items:center;min-width:0;display:flex}.phase2-step-copy{border:1px solid color-mix(in srgb, var(--accent), transparent 72%);background:#ffffffe8;border-radius:22px 22px 50% 50%/22px 22px 28px 28px;width:100%;min-height:205px;padding:25px 25px 38px;box-shadow:0 16px 38px #1c1d2412}.phase2-step-copy>span{color:#fff;background:var(--accent);border-radius:12px;place-items:center;width:40px;height:40px;font-size:11px;font-weight:850;display:grid}.phase2-steps h3{letter-spacing:-.65px;margin:24px 0 9px;font-size:21px;line-height:1.18}.phase2-steps p{color:#65666e;margin:0;font-size:13px;line-height:1.58}.phase2-steps .story-phone{margin-top:-18px;transform:rotate(-1.5deg)}.phase2-steps>article:nth-child(2) .story-phone{transform:translateY(20px)rotate(1.5deg)}.phase2-steps>article:nth-child(3) .story-phone{transform:rotate(-.75deg)}.positioning-connected,.positioning-journey-map,.positioning-aggregation,.positioning-continuity-compare{border:1px solid color-mix(in srgb,var(--accent),transparent 70%);background:#ffffffe0;border-radius:24px;width:100%;min-height:330px;margin-top:-18px;padding:24px;box-shadow:0 22px 45px #1e40af1f}.positioning-connected{grid-template-columns:1fr auto;align-items:center;display:grid}.positioning-connected>div{gap:8px;display:grid}.positioning-connected span{color:var(--accent-deep);background:var(--accent-soft);border-radius:10px;padding:10px;font-size:10px;font-weight:750}.positioning-connected i{color:var(--accent)}.positioning-connected>strong{color:#fff;background:var(--accent);text-align:center;border-radius:13px;grid-column:1/-1;margin-top:15px;padding:17px;font-size:13px}.positioning-journey-map{flex-direction:column;justify-content:space-around;display:flex;position:relative}.positioning-journey-map>div{flex-direction:column;padding-left:30px;display:flex;position:relative}.positioning-journey-map>div:before{content:"";background:color-mix(in srgb,var(--accent),transparent 65%);width:2px;position:absolute;top:14px;bottom:-38px;left:7px}.positioning-journey-map>div:last-of-type:before{display:none}.positioning-journey-map>div>i{background:var(--accent);width:16px;height:16px;box-shadow:0 0 0 1px var(--accent);border:4px solid #fff;border-radius:50%;position:absolute;top:2px;left:0}.positioning-journey-map strong{letter-spacing:.6px;font-size:10px}.positioning-journey-map small{color:var(--muted-text);margin-top:3px;font-size:8px}.positioning-soon{color:var(--accent-deep);background:var(--accent-soft);text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;position:absolute;bottom:14px;right:15px}.phase2-page--positioning .phase2-steps{align-items:stretch}.phase2-page--positioning .phase2-steps>article{grid-template-rows:245px 370px;align-items:stretch;display:grid}.phase2-page--positioning .phase2-step-copy{height:245px;min-height:0}.phase2-page--positioning .phase2-steps .story-phone,.phase2-page--positioning .phase2-steps .positioning-connected,.phase2-page--positioning .phase2-steps .positioning-journey-map{align-self:start;height:370px;min-height:370px;margin:-18px 0 0;transform:none}.phase2-page--positioning .phase2-steps .story-phone{justify-self:center;width:198px}.phase2-page--positioning .phase2-steps .story-phone__screen{min-height:356px}.phase2-page--positioning .phase2-steps .positioning-connected,.phase2-page--positioning .phase2-steps .positioning-journey-map{justify-self:stretch;width:100%}.phase2-page--maintenance .phase2-steps>article{grid-template-rows:265px 370px}.phase2-page--maintenance .phase2-step-copy{height:265px}.phase2-page--maintenance .phase2-steps .story-phone{width:198px;height:370px;margin:-18px 0 0;transform:none}.phase2-page--maintenance .phase2-steps>article:nth-child(2) .story-phone,.phase2-page--maintenance .phase2-steps>article:nth-child(3) .story-phone{transform:none}.phase2-page--maintenance .phase2-steps .story-phone__screen{height:356px;min-height:0}.phase2-page--whole-journey .phase2-steps>article{grid-template-rows:265px 370px}.phase2-page--whole-journey .phase2-step-copy{height:265px}.phase2-page--whole-journey .phase2-steps .story-phone{width:198px;height:370px;margin:-18px 0 0;transform:none}.phase2-page--whole-journey .phase2-steps>article:nth-child(2) .story-phone,.phase2-page--whole-journey .phase2-steps>article:nth-child(3) .story-phone{transform:none}.phase2-page--whole-journey .phase2-steps .story-phone__screen{height:356px;min-height:0}.story-phone{z-index:2;background:#15161a;border:1px solid #32333a;border-radius:35px;width:218px;padding:6px;position:relative;box-shadow:0 26px 50px #191a1f38,inset 0 0 0 1px #ffffff14}.story-phone--compact{width:174px;position:absolute;bottom:-19px;right:14px;transform:rotate(4deg);box-shadow:0 18px 35px #191a1f33}.story-phone__screen{color:#24252b;background:linear-gradient(165deg, #fff 12%, color-mix(in srgb, var(--accent-soft), white 45%));border-radius:29px;flex-direction:column;min-height:410px;padding:8px 12px 14px;display:flex;position:relative;overflow:hidden}.story-phone--compact .story-phone__screen{border-radius:27px;min-height:334px;padding-inline:10px}.story-status{grid-template-columns:1fr auto 1fr;align-items:center;height:22px;font-size:7px;display:grid}.story-status i{background:#121318;border-radius:999px;width:61px;height:17px}.story-status span{justify-content:flex-end;gap:2px;display:flex}.story-appbar{color:#85868e;justify-content:space-between;align-items:center;height:34px;display:flex}.story-appbar>span{width:25px;height:25px;color:var(--accent);background:var(--accent-soft);border-radius:9px;place-items:center;display:grid}.story-screen-copy small{color:var(--accent);text-transform:uppercase;letter-spacing:.7px;font-size:7px;font-weight:850}.story-screen-copy h4{letter-spacing:-.7px;margin:5px 0 7px;font-size:18px;line-height:1.12}.story-screen-copy>strong{color:var(--accent);letter-spacing:-1px;margin:3px 0;font-size:24px;line-height:1;display:block}.story-screen-copy p{color:#70717a;margin:8px 0 0;font-size:8px;line-height:1.45}.story-phone--compact .story-screen-copy h4{font-size:14px}.story-phone--compact .story-screen-copy>strong{font-size:18px}.story-rows{gap:6px;margin-top:13px;display:grid}.story-rows>div{background:#ffffffd1;border:1px solid #23242a12;border-radius:10px;justify-content:space-between;align-items:center;gap:7px;min-height:34px;padding:7px 9px;display:flex}.story-rows span{color:#7a7b83;font-size:7px}.story-rows strong{text-align:right;font-size:8px}.story-answer-lines{border:1px solid color-mix(in srgb, var(--accent), transparent 77%);background:#ffffffc7;border-radius:14px;align-content:start;gap:10px;min-height:92px;margin-top:15px;padding:13px;display:grid}.story-answer-lines span{background:#dedee3;border-radius:9px;height:5px}.story-answer-lines span:nth-child(2){width:82%}.story-answer-lines span:nth-child(3){width:57%}.story-chart{height:112px;color:var(--accent);background:#fffc;border:1px solid #23242a12;border-radius:14px;margin-top:13px;padding:11px}.story-chart svg{width:100%;height:72px;overflow:visible}.story-chart div{color:#8b8c93;justify-content:space-between;font-size:6px;display:flex}.story-partners{justify-content:center;align-items:center;margin:14px 0 5px;display:flex}.story-partners span{color:#fff;background:var(--accent);border:3px solid #fff;border-radius:50%;place-items:center;width:35px;height:35px;font-size:9px;font-weight:800;display:grid;box-shadow:0 5px 13px #191a1f1a}.story-partners span:last-child{background:color-mix(in srgb, var(--accent), white 32%);margin-left:-7px}.story-partners span:has(img){background:var(--accent-soft);padding:0;overflow:hidden}.story-partners img{object-fit:cover;object-position:center 32%;width:100%;height:100%;display:block}.story-partners i{background:color-mix(in srgb, var(--accent), transparent 40%);width:18px;height:2px;margin-inline:5px}.story-map{background:#eef1ed;border:1px solid #d8ddd8;border-radius:14px;height:138px;margin-bottom:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff8c}.story-map__park{background:#dcebd9;border-radius:45%;position:absolute}.story-map__park--one{width:74px;height:48px;top:-8px;left:-12px;transform:rotate(15deg)}.story-map__park--two{width:68px;height:58px;bottom:-13px;right:-11px;transform:rotate(-18deg)}.story-map__water{background:#cfe8f4;width:36px;height:170px;position:absolute;top:-20px;left:113px;transform:rotate(19deg)}.story-map__road{z-index:1;background:#fff;height:10px;position:absolute;box-shadow:0 0 0 1px #d8dcd8}.story-map__road:after{content:"";border-top:1px dashed #d5d8d5;position:absolute;inset:4px 0 auto}.story-map__road--one{width:230px;top:38px;left:-21px;transform:rotate(-12deg)}.story-map__road--two{width:215px;top:91px;left:-17px;transform:rotate(17deg)}.story-map__road--three{width:170px;top:66px;left:23px;transform:rotate(-46deg)}.story-map__road--four{width:128px;top:33px;right:-24px;transform:rotate(57deg)}.story-map__street{z-index:2;color:#8a918b;letter-spacing:.15px;font-size:5px;font-weight:700;position:absolute}.story-map__street--one{top:32px;left:17px;transform:rotate(-12deg)}.story-map__street--two{bottom:32px;right:17px;transform:rotate(17deg)}.story-map__route{z-index:3;width:calc(100% - 26px);height:92px;color:var(--accent);position:absolute;inset:17px 13px 28px;overflow:visible}.story-map__route path{fill:none;stroke:currentColor;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px #fff)}.story-map__start,.story-map__end{z-index:4;border:2px solid #fff;border-radius:50%;place-items:center;display:grid;position:absolute;box-shadow:0 2px 7px #1e23283d}.story-map__start{color:#fff;background:#4285f4;width:20px;height:20px;bottom:22px;left:18px}.story-map__end{color:#fff;background:var(--accent);width:24px;height:24px;top:6px;right:8px}.story-map__eta{z-index:5;color:#25262b;background:#fffffff5;border-radius:8px;flex-direction:column;min-width:65px;padding:6px 8px;display:flex;position:absolute;top:7px;left:8px;box-shadow:0 3px 10px #22262b26}.story-map__eta strong{font-size:9px}.story-map__eta small{color:#747a76;margin-top:1px;font-size:5.5px}.story-notification{border:1px solid color-mix(in srgb, var(--accent), transparent 69%);background:#ffffffe0;border-radius:12px;align-items:center;gap:8px;margin-top:13px;padding:10px;display:flex;box-shadow:0 8px 18px #1c1d240f}.story-notification>span{color:#fff;background:var(--accent);border-radius:8px;flex:none;place-items:center;width:24px;height:24px;display:grid}.story-notification div{flex-direction:column;gap:2px;min-width:0;display:flex}.story-notification strong{font-size:8px}.story-notification small{color:#777880;white-space:nowrap;text-overflow:ellipsis;font-size:6.5px;overflow:hidden}.story-action{color:#fff;background:var(--accent);min-height:34px;box-shadow:0 8px 18px color-mix(in srgb, var(--accent), transparent 74%);border-radius:10px;place-items:center;margin-top:auto;font-size:8px;font-weight:800;display:grid}.story-home-indicator{background:#15161a;border-radius:9px;width:72px;height:3px;margin:10px auto -7px}.phase2-difference{background:#f5f4f1;grid-template-columns:.82fr 1fr .58fr;align-items:center;gap:38px;padding:104px max(18px,50% - 580px);display:grid}.phase2-page--positioning .phase2-difference{align-items:stretch}.phase2-page--positioning .phase2-difference__copy,.phase2-page--positioning .phase2-comparisons,.phase2-page--positioning .phase2-difference__visual{min-height:390px}.phase2-page--positioning .phase2-difference__copy{flex-direction:column;justify-content:center;display:flex}.phase2-page--positioning .phase2-comparisons{align-content:center}.phase2-page--positioning .phase2-difference__visual{align-items:center;display:flex}.phase2-page--positioning .phase2-difference__visual>*{width:100%}.phase2-page--maintenance .phase2-difference,.phase2-page--whole-journey .phase2-difference{grid-template-columns:.62fr 1.38fr;gap:60px}.phase2-page--maintenance .phase2-difference__visual,.phase2-page--whole-journey .phase2-difference__visual{min-height:0}.phase2-page--whole-journey .maintenance-stage-journey{grid-template-columns:repeat(5,minmax(0,1fr))}.maintenance-stage-journey{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid;position:relative}.maintenance-stage-journey:before{content:"";background:color-mix(in srgb,var(--accent),transparent 52%);height:3px;position:absolute;top:25px;left:12%;right:12%}.maintenance-stage-journey>article{z-index:1;border:1px solid color-mix(in srgb,var(--accent),transparent 70%);background:#fff;border-radius:18px;min-height:260px;padding:18px;position:relative;box-shadow:0 14px 30px #1e40af14}.maintenance-stage-journey__heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.maintenance-stage-journey__heading i{color:#fff;background:var(--accent);width:28px;height:28px;box-shadow:0 0 0 1px var(--accent);border:4px solid #fff;border-radius:50%;place-items:center;font-size:8px;font-style:normal;font-weight:850;display:grid}.maintenance-stage-journey__heading strong{text-transform:uppercase;font-size:11px}.maintenance-stage-journey__heading span{width:fit-content;color:var(--accent-deep);background:var(--accent-soft);text-transform:uppercase;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:850}.maintenance-stage-journey>article>p{min-height:78px;color:var(--muted-text);margin:18px 0;font-size:9px;line-height:1.55}.maintenance-stage-journey__features{flex-wrap:wrap;gap:5px;display:flex}.maintenance-stage-journey__features small{color:var(--accent-deep);background:var(--accent-soft);border-radius:8px;padding:6px 7px;font-size:7px;font-weight:750}.maintenance-stage-journey>article.is-destination{border-color:color-mix(in srgb,var(--accent),transparent 20%);background:linear-gradient(145deg,#fff,var(--accent-soft));box-shadow:0 18px 38px color-mix(in srgb,var(--accent),transparent 82%)}.maintenance-stage-journey>article.is-destination .maintenance-stage-journey__heading i{background:var(--accent-deep)}.evera-journey-phone{width:208px;height:392px;margin-inline:auto;transform:none!important}.evera-journey-phone .story-phone__screen{background:linear-gradient(165deg,#fff 5%,#eef8f3 100%);height:378px;min-height:0;padding:7px 11px 48px}.evera-screen-header{justify-content:space-between;align-items:center;margin:8px 2px 10px;display:flex}.evera-screen-header>span{color:var(--accent-deep);letter-spacing:-.2px;font-size:10px;font-weight:900}.evera-screen-header>i{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:22px;height:22px;font-size:6px;font-style:normal;font-weight:900;display:grid}.evera-screen-content{flex-direction:column;min-height:285px;display:flex}.evera-eyebrow,.evera-block-label{color:var(--accent-deep);letter-spacing:.45px;text-transform:uppercase;margin:0 0 2px;font-size:6px;font-weight:850}.evera-screen-content h4{color:#17211d;letter-spacing:-.6px;margin:0 0 8px;font-size:18px}.evera-screen-note{color:#68736e;margin:-4px 0 10px;font-size:7px;line-height:1.45}.evera-stage-card{background:#fff;border:1px solid #cee5da;border-radius:12px;grid-template-columns:1fr auto 1fr;align-items:center;gap:5px;padding:9px;display:grid}.evera-stage-card div{gap:1px;display:grid}.evera-stage-card small{color:#7b8580;font-size:5px}.evera-stage-card strong{color:#24312b;font-size:8px}.evera-stage-card>span{color:var(--accent);font-size:6px;font-weight:800}.evera-phone-stages{justify-content:space-between;margin:10px 2px 9px;display:flex;position:relative}.evera-phone-stages:before{content:"";background:#d8e6df;height:2px;position:absolute;top:4px;left:3px;right:3px}.evera-phone-stages span{color:#929b97;text-align:center;max-width:35px;padding-top:11px;font-size:4.5px;position:relative}.evera-phone-stages span:before{content:"";background:#b9c8c1;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #b9c8c1}.evera-phone-stages span.is-current,.evera-phone-stages span.is-destination{color:var(--accent-deep);font-weight:850}.evera-phone-stages span.is-current:before{background:var(--accent);box-shadow:0 0 0 1px var(--accent)}.evera-phone-stages span.is-destination:before{background:var(--accent-deep);box-shadow:0 0 0 1px var(--accent-deep)}.evera-weight-card{background:#fff;border-radius:12px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:4px;padding:9px;display:grid;box-shadow:0 7px 18px #224c3b14}.evera-weight-card>div{gap:1px;display:grid}.evera-weight-card small{color:#78827d;font-size:5px}.evera-weight-card strong{color:#18231e;font-size:13px}.evera-weight-card em{color:var(--accent);font-size:4.5px;font-style:normal;font-weight:750}.evera-weight-card.is-large{grid-template-columns:1fr;margin-bottom:10px}.evera-weight-card.is-large .evera-mini-trend{height:64px}.evera-mini-trend{width:100%;height:45px;overflow:visible}.evera-mini-trend path:first-child{fill:color-mix(in srgb,var(--accent-soft),transparent 10%);stroke:none}.evera-mini-trend path:last-child{fill:none;stroke:var(--accent);stroke-width:3px;stroke-linecap:round}.evera-block-label{margin-top:9px}.evera-overview-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.evera-overview-grid span{color:#66716c;background:#fff;border-radius:8px;place-items:center;gap:2px;padding:6px 2px;font-size:4.5px;display:grid}.evera-overview-grid svg{color:var(--accent)}.evera-overview-grid strong{color:#25312c;font-size:6px}.evera-next-milestone{color:var(--accent-deep);background:#dff2e9;border-radius:9px;align-items:center;gap:7px;margin-top:7px;padding:7px 8px;display:flex}.evera-next-milestone span{display:grid}.evera-next-milestone small{font-size:4.5px}.evera-next-milestone strong{font-size:6px}.evera-metric-row{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.evera-metric-row span{text-align:center;background:#fff;border-radius:9px;gap:2px;padding:8px 3px;display:grid}.evera-metric-row small{color:#78827d;font-size:5px}.evera-metric-row strong{font-size:8px}.evera-milestones{gap:5px;display:grid}.evera-milestones span{color:#34413b;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:7px 8px;font-size:6px;font-weight:700;display:flex}.evera-milestones svg{color:var(--accent)}.evera-milestones i{border:1px solid var(--accent);border-radius:50%;width:11px;height:11px}.evera-routine-list,.evera-learn-list{gap:5px;display:grid}.evera-routine-list>span,.evera-learn-list>span{background:#fff;border:1px solid #e0ebe5;border-radius:9px;align-items:center;gap:7px;padding:7px 8px;display:flex}.evera-routine-list svg,.evera-learn-list svg{color:var(--accent);flex:none}.evera-routine-list div,.evera-learn-list div{flex:1;gap:1px;font-size:6px;font-weight:800;display:grid}.evera-routine-list small,.evera-learn-list small{color:#87908c;font-size:4.5px;font-weight:500}.evera-routine-list>span>strong{color:var(--accent-deep);font-size:6px}.evera-learn-list strong{color:#28342f;font-size:6px;line-height:1.25}.evera-screen-content button{color:#fff;background:var(--accent);font:inherit;border:0;border-radius:9px;margin-top:auto;padding:9px;font-size:7px;font-weight:850}.evera-app-nav{background:#fffffff5;border:1px solid #d9e8e0;border-radius:12px;grid-template-columns:repeat(4,1fr);padding:6px 4px;display:grid;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 8px 20px #2449391a}.evera-app-nav span{color:#909994;place-items:center;gap:1px;display:grid}.evera-app-nav small{font-size:5px;font-weight:750}.evera-app-nav span.is-active{color:var(--accent-deep)}.whole-journey-research{border-block:1px solid color-mix(in srgb,var(--accent),transparent 78%);grid-template-columns:.65fr 1.35fr;align-items:center;gap:55px;max-width:1120px;margin:0 auto;padding:82px 42px;display:grid}.whole-journey-research>div:first-child{justify-items:start;display:grid}.whole-journey-research>div:first-child strong{color:var(--accent);letter-spacing:-8px;font-size:clamp(92px,11vw,154px);line-height:.9}.whole-journey-research h2{margin:0 0 14px;font-size:clamp(30px,4vw,54px);line-height:1.04}.whole-journey-research p{color:var(--muted-text);margin:0 0 18px;font-size:17px;line-height:1.65}.whole-journey-research span{border-left:3px solid var(--accent);color:var(--accent-deep);background:var(--accent-soft);padding:17px 19px;font-weight:800;display:block}.phase2-comparisons{gap:11px;display:grid}.phase2-comparisons article{background:#fff;border:1px solid #e1e0dc;border-radius:16px;grid-template-columns:1fr auto 1.12fr;align-items:center;gap:13px;min-height:84px;padding:17px 20px;display:grid;box-shadow:0 10px 25px #1c1d240b}.phase2-comparisons span{color:#797a82;font-size:13px;line-height:1.4}.phase2-comparisons svg{color:var(--accent)}.phase2-comparisons strong{color:#24252b;font-size:13px;line-height:1.4}.phase2-difference__phone{justify-content:center;display:flex}.phase2-difference__phone .story-phone{width:190px;transform:rotate(2.5deg);box-shadow:0 24px 46px #191a1f2e}.phase2-difference__visual{min-width:0}.phase2-difference__visual .positioning-journey-map{min-height:250px;margin:0;padding:18px}.positioning-continuity-compare,.positioning-aggregation{min-height:270px;margin:0;padding:18px}.positioning-continuity-compare>span{color:var(--muted-text);text-transform:uppercase;font-size:10px;font-weight:800}.positioning-continuity-compare .positioning-stop{color:#6b7280;background:#e5e7eb;border-radius:8px;width:fit-content;margin:-108px 0 70px 46%;padding:5px 7px;font-size:8px}.positioning-continuity-compare>strong{color:#fff;background:var(--accent);text-align:center;border-radius:10px;padding:10px;font-size:9px;display:block}.positioning-aggregation{grid-template-columns:1fr auto 1.1fr;align-items:center;gap:10px;display:grid}.positioning-aggregation>div{gap:6px;display:grid}.positioning-aggregation span{color:var(--accent-deep);background:var(--accent-soft);border-radius:8px;padding:7px;font-size:8px}.positioning-aggregation>i{color:var(--accent)}.positioning-aggregation>strong{color:#fff;background:var(--accent);border-radius:12px;flex-direction:column;gap:5px;padding:13px;font-size:10px;display:flex}.positioning-aggregation small{opacity:.75;font-size:8px}.phase2-signup{color:#fff;background:radial-gradient(circle at 13% 20%, color-mix(in srgb, var(--accent), transparent 78%), transparent 30%), #17181d;grid-template-columns:.8fr 1.2fr;align-items:start;gap:76px;padding:104px max(18px,50% - 520px);display:grid;position:relative;overflow:hidden}.phase2-signup__intro{padding-top:24px}.phase2-signup__intro h2{letter-spacing:-2px;margin:0 0 15px;font-size:clamp(38px,4vw,52px);line-height:1.05}.phase2-proof-badge{border:1px solid color-mix(in srgb, var(--accent), transparent 50%);color:#fff;background:color-mix(in srgb, var(--accent), transparent 72%);border-radius:999px;align-items:center;gap:7px;width:fit-content;margin:24px 0 10px;padding:8px 11px;font-size:12px;font-weight:750;display:flex}.phase2-signup__intro>p:last-child{color:#bfc0c7;max-width:370px;line-height:1.65}.phase2-signup__intro .phase2-trust-note{color:#bfc0c7;background:#ffffff0a;border:1px solid #ffffff21;border-radius:14px;align-items:flex-start;gap:10px;margin-top:25px;padding:15px;font-size:12px;line-height:1.55;display:flex}.phase2-trust-note svg{color:color-mix(in srgb, var(--accent), white 18%);flex:none;margin-top:2px}.phase2-form-card{border:1px solid color-mix(in srgb, var(--accent), transparent 56%);background:linear-gradient(155deg, color-mix(in srgb, var(--accent), #24252b 86%), #23242a);border-radius:25px;min-height:520px;padding:36px;box-shadow:0 28px 60px #00000038}.phase2-form-card form>label,.phase2-form-card legend{color:#fff;margin-bottom:9px;font-size:13px;font-weight:700;display:block}.phase2-form-card input[type=email]{color:#fff;background:#1112167a;border:1px solid #50515a;border-radius:12px;outline:none;width:100%;height:54px;padding:0 16px;font-size:15px}.phase2-form-card input[type=email]:focus{border-color:var(--accent)}.phase2-form-card fieldset{margin:25px 0}.phase2-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.phase2-option{color:#d0d0d6;cursor:pointer;background:#11121661;border:1px solid #4d4e57;border-radius:12px;align-items:center;min-height:56px;padding:12px 14px;font-size:13px;line-height:1.35;transition:border-color .15s,background .15s,transform .15s;display:flex}.phase2-option:hover{border-color:color-mix(in srgb, var(--accent), white 20%);transform:translateY(-1px)}.phase2-option input{opacity:0;position:absolute}.phase2-option--selected{color:#fff;border-color:color-mix(in srgb, var(--accent), white 15%);background:color-mix(in srgb, var(--accent), #222329 58%);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent), transparent 40%)}.phase2-form-error{color:#ff9bad;margin:0 0 12px;font-size:12px;line-height:1.5}.phase2-form-card .phase2-button{width:100%}.phase2-success{text-align:center;place-content:center;min-height:450px;display:grid}.phase2-success>span{width:62px;height:62px;color:var(--accent);background:var(--accent-soft);border-radius:50%;place-items:center;margin:auto;font-size:27px;font-weight:800;display:grid}.phase2-success h2{margin:22px 0 7px;font-size:30px}.phase2-success p{color:#aaaab2}.phase2-faq{background:#f5f4f1;width:100%;margin:0;padding:104px max(18px,50% - 440px) 116px}.phase2-faq>h2{letter-spacing:-1.7px;margin:0 0 38px;font-size:clamp(31px,4vw,42px)}.phase2-faq__list{gap:12px;display:grid}.phase2-faq details{background:#fff;border:1px solid #e1e0dc;border-radius:15px;overflow:hidden;box-shadow:0 8px 22px #1c1d240b}.phase2-faq details[open]{border-color:color-mix(in srgb, var(--accent), transparent 62%)}.phase2-faq summary{cursor:pointer;padding:24px 54px 24px 22px;font-size:18px;font-weight:750;line-height:1.4;list-style:none;position:relative}.phase2-faq summary:focus{outline:none}.phase2-faq summary:focus-visible{box-shadow:inset 0 0 0 2px var(--accent)}.phase2-faq summary::-webkit-details-marker{display:none}.phase2-faq summary:after{content:"+";color:var(--accent);font-size:25px;font-weight:500;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.phase2-faq details[open] summary:after{content:"−"}.phase2-faq details p{color:#5d5e66;margin:-5px 22px 24px;font-size:16px;line-height:1.7}.phase2-testimonials{color:#fff;background:linear-gradient(145deg, color-mix(in srgb, var(--accent), #111 12%), var(--accent));padding:100px max(18px,50% - 520px) 108px}.phase2-testimonials .phase2-kicker{color:#fff;background:#ffffff1f;border-color:#ffffff47}.phase2-testimonials .phase2-section-heading>p:last-child{color:#ffffffc2}.phase2-testimonial-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:46px;display:grid}.phase2-testimonial-grid>article{color:#202127;background:#fffffff2;border:1px solid #ffffff38;border-radius:22px;flex-direction:column;min-height:310px;padding:31px;display:flex;box-shadow:0 22px 45px #14141926}.phase2-testimonial-grid>article>svg{color:var(--accent)}.phase2-testimonial-grid blockquote{letter-spacing:-.5px;margin:26px 0 34px;font-size:clamp(19px,2vw,24px);font-weight:700;line-height:1.45}.phase2-testimonial-grid footer{align-items:center;gap:12px;margin-top:auto;display:flex}.phase2-avatar{object-fit:cover;object-position:center 34%;border:2px solid color-mix(in srgb, var(--accent), white 55%);background:var(--accent-soft);width:50px;height:50px;box-shadow:0 7px 15px color-mix(in srgb, var(--accent), transparent 80%);border-radius:50%;flex:none;display:block}.phase2-testimonial-grid footer div{flex-direction:column;gap:3px;display:flex}.phase2-testimonial-grid footer strong{font-size:13px}.phase2-testimonial-grid footer small{color:#74757d;font-size:11px;line-height:1.35}.phase2-sticky-cta{display:none}.phase2-signup{scroll-margin-top:18px}.phase2-final-cta{text-align:center;background:color-mix(in srgb, var(--accent-soft), white 30%);flex-direction:column;align-items:center;padding:104px 18px 112px;display:flex}.phase2-final-cta>img{object-fit:contain;width:52px;height:52px;margin-bottom:25px}.phase2-final-cta h2{max-width:780px}.phase2-final-cta p{color:#5f6068;max-width:610px;margin:21px 0 31px;font-size:17px;line-height:1.65}.phase2-final-cta small{color:#6f7078;margin-top:13px;font-size:12px;font-weight:650}.phase2-footer{background:#fff;justify-content:space-between;align-items:center;gap:28px;width:100%;margin:0;padding:32px max(18px,50% - 560px) 38px;display:flex}.phase2-footer .phase2-brand{font-size:17px}.phase2-footer .phase2-brand img{width:29px;height:29px}.phase2-footer__legal{color:#797a82;flex-wrap:wrap;justify-content:flex-end;gap:8px 20px;font-size:12px;display:flex}.maintenance-hero-showcase{isolation:isolate;place-items:center;width:min(100%,640px);min-height:800px;margin:auto;display:grid;position:relative}.maintenance-hero-glow{z-index:-2;background:radial-gradient(circle, color-mix(in srgb,var(--accent),transparent 72%), transparent 67%);filter:blur(5px);border-radius:50%;width:520px;height:520px;position:absolute}.maintenance-phone{z-index:2;background:linear-gradient(145deg,#2b2d30,#111214);border:2px solid #242629;border-radius:43px;width:286px;padding:9px;position:relative;box-shadow:0 30px 70px #112d233b,inset 0 0 0 1px #ffffff40}.maintenance-phone__screen{color:#17211d;background:linear-gradient(#fbfdfc,#f2f8f5);border-radius:34px;min-height:568px;padding:20px 16px 25px;position:relative;overflow:hidden}.maintenance-phone__status{grid-template-columns:1fr auto 1fr;align-items:start;height:22px;margin-bottom:18px;font-size:7px;display:grid}.maintenance-phone__status>strong{font-size:8px}.maintenance-phone__status>span:last-child{justify-self:end}.maintenance-phone__island{background:#121315;border-radius:999px;width:76px;height:20px;margin-top:-7px}.maintenance-phone__home{background:#17191a;border-radius:99px;width:94px;height:4px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.maintenance-phone--home{z-index:4;width:294px}.maintenance-phone--home .maintenance-phone__screen{min-height:642px}.maintenance-hero-secondary{z-index:1;pointer-events:none;position:absolute;inset:0}.maintenance-hero-secondary .maintenance-phone{position:absolute;box-shadow:0 24px 55px #112d232e}.maintenance-hero-secondary .maintenance-phone:first-child{top:73px;left:-58px;transform:scale(.63)rotate(-5deg)}.maintenance-hero-secondary .maintenance-phone:nth-child(2){top:110px;right:-60px;transform:scale(.63)rotate(5deg)}.maintenance-hero-secondary .maintenance-phone:nth-child(3){bottom:-18px;right:-2px;transform:scale(.55)rotate(4deg)}.maintenance-app-header{justify-content:space-between;align-items:center;display:flex}.maintenance-app-header>div{flex-direction:column;gap:3px;display:flex}.maintenance-app-header small,.maintenance-app-summary small,.maintenance-app-two-up small,.maintenance-app-timeline>small,.maintenance-journey-stat small{color:#7d8983;letter-spacing:.55px;font-size:7px;font-weight:800}.maintenance-app-header strong{letter-spacing:-.45px;font-size:16px}.maintenance-app-header>span{width:31px;height:31px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;font-size:9px;font-weight:850;display:grid}.maintenance-app-stage{color:#fff;background:linear-gradient(140deg,var(--accent-deep),var(--accent));box-shadow:0 14px 28px color-mix(in srgb,var(--accent),transparent 72%);border-radius:19px;margin-top:17px;padding:17px}.maintenance-app-stage>span{letter-spacing:.55px;background:#ffffff29;border-radius:999px;padding:5px 7px;font-size:6px;font-weight:850;display:inline-block}.maintenance-app-stage strong{letter-spacing:-.75px;margin-top:11px;font-size:21px;display:block}.maintenance-app-stage p{color:#ffffffc2;margin:6px 0 0;font-size:8px;line-height:1.4}.maintenance-app-weight,.maintenance-app-chart{background:#fffffff0;border:1px solid #dce9e3;border-radius:17px;margin-top:11px;padding:14px;position:relative}.maintenance-app-weight>div:first-child{flex-direction:column;gap:2px;display:flex}.maintenance-app-weight>div>small{color:#7d8983;letter-spacing:.5px;font-size:6px;font-weight:800}.maintenance-app-weight>div>strong{letter-spacing:-.75px;font-size:22px}.maintenance-app-weight em{color:#6e7772;font-size:9px;font-style:normal;font-weight:700}.maintenance-app-weight>span{color:var(--accent-deep);background:var(--accent-soft);border-radius:99px;align-items:center;gap:3px;padding:5px 7px;font-size:7px;font-weight:800;display:flex;position:absolute;top:14px;right:14px}.maintenance-app-weight footer,.maintenance-app-chart footer{color:#7d8983;justify-content:space-between;align-items:center;font-size:6px;display:flex}.maintenance-app-weight footer strong{color:#29332f;font-size:8px}.maintenance-mini-trend{width:100%;height:82px;color:var(--accent);margin:4px 0 1px;overflow:visible}.maintenance-mini-trend--compact{height:62px}.maintenance-mini-trend__zone{fill:var(--accent-soft)}.maintenance-mini-trend__line{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round}.maintenance-mini-trend__dot{fill:var(--accent);stroke:#fff;stroke-width:3px}.maintenance-app-timeline{background:#ffffffeb;border:1px solid #dce9e3;border-radius:16px;margin-top:10px;padding:13px 14px}.maintenance-app-timeline>div{justify-content:space-between;margin:13px 8px 8px;display:flex;position:relative}.maintenance-app-timeline>div:before{content:"";z-index:0;background:#c9ded4;height:2px;position:absolute;top:4px;left:3px;right:3px}.maintenance-app-timeline i{z-index:1;border:2px solid var(--accent);background:#fff;border-radius:50%;width:10px;height:10px}.maintenance-app-timeline i.is-current{background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.maintenance-app-timeline footer{color:#75807b;justify-content:space-between;font-size:6px;display:flex}.maintenance-daily-overview{background:#fffffff0;border:1px solid #dce9e3;border-radius:15px;margin-top:9px;padding:11px}.maintenance-daily-overview header{justify-content:space-between;display:flex}.maintenance-daily-overview header small{color:#7d8983;letter-spacing:.45px;font-size:6px;font-weight:850}.maintenance-daily-overview header strong{color:var(--accent-deep);font-size:7px}.maintenance-daily-overview>div{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:9px;display:grid}.maintenance-daily-overview>div>span{color:var(--accent);background:var(--accent-soft);border-radius:9px;flex-direction:column;align-items:center;gap:4px;padding:7px 3px;display:flex}.maintenance-daily-overview>div small{color:#5f6c66;font-size:5px}.maintenance-app-nav{background:#fffffff5;border:1px solid #dce9e3;border-radius:13px;justify-content:space-around;padding:10px 8px 9px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 6px 16px #16352912}.maintenance-app-nav span{color:#7b8781;font-size:7px;font-weight:800}.maintenance-app-nav span.is-active{color:var(--accent)}.maintenance-float-card{z-index:4;border:1px solid color-mix(in srgb,var(--accent),transparent 72%);min-width:148px;color:var(--accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:15px;align-items:center;gap:10px;padding:12px 14px;display:flex;position:absolute;box-shadow:0 16px 34px #173f3029}.maintenance-float-card>span{flex-direction:column;gap:2px;display:flex}.maintenance-float-card small{color:#818a86;letter-spacing:.5px;font-size:6px;font-weight:850}.maintenance-float-card strong{color:#1d2924;align-items:center;gap:3px;font-size:10px;display:flex}.maintenance-float-card--weight{top:112px;left:0}.maintenance-float-card--streak{top:292px;right:0}.maintenance-float-card--phase{bottom:85px;left:5px}.maintenance-help--showcase{background:linear-gradient(#fff,#f4faf7);padding-bottom:128px}.maintenance-showcase-list{gap:42px;max-width:1080px;margin:62px auto 0;display:grid}.maintenance-showcase{border:1px solid color-mix(in srgb,var(--accent),transparent 78%);background:#fff;border-radius:32px;grid-template-columns:minmax(0,.9fr) minmax(310px,1.1fr);align-items:center;gap:60px;min-height:590px;padding:48px 56px;display:grid;overflow:hidden;box-shadow:0 24px 60px #18413114}.maintenance-showcase:nth-child(2n) .maintenance-showcase__copy{order:2}.maintenance-showcase:nth-child(2n) .maintenance-showcase__visual{order:1}.maintenance-showcase__copy>span{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:43px;height:43px;font-size:12px;font-weight:850;display:grid}.maintenance-showcase__copy h3{letter-spacing:-2.1px;margin:24px 0 14px;font-size:clamp(31px,4vw,47px);line-height:1.02}.maintenance-showcase__copy p{color:var(--muted-text);margin:0;font-size:17px;line-height:1.65}.maintenance-showcase__visual{background:radial-gradient(circle at 50% 43%,#fff 0 25%,var(--accent-soft) 66%,color-mix(in srgb,var(--accent),white 80%));border-radius:28px;place-items:center;min-height:510px;display:grid;position:relative}.maintenance-showcase__visual .maintenance-phone{width:250px}.maintenance-showcase__visual .maintenance-phone__screen{min-height:495px}.maintenance-app-summary{flex-direction:column;align-items:center;margin-top:18px;display:flex}.maintenance-app-summary strong{letter-spacing:-1.3px;margin-top:5px;font-size:31px}.maintenance-app-summary span{color:var(--accent-deep);margin-top:4px;font-size:8px;font-weight:750}.maintenance-zone-label{width:fit-content;color:var(--accent-deep);background:var(--accent-soft);border-radius:99px;padding:4px 7px;font-size:6px;font-weight:800}.maintenance-app-two-up{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.maintenance-app-two-up article{background:#fff;border:1px solid #dce9e3;border-radius:14px;padding:12px}.maintenance-app-two-up strong{margin-top:4px;font-size:11px;display:block}.maintenance-app-insight{color:var(--accent);background:var(--accent-soft);border-radius:13px;align-items:center;gap:8px;margin-top:10px;padding:11px;display:flex}.maintenance-app-insight span{flex-direction:column;gap:2px;display:flex}.maintenance-app-insight strong{color:#21302a;font-size:8px}.maintenance-app-insight small{color:#718079;font-size:6px}.maintenance-routine-score{color:#fff;background:linear-gradient(135deg,var(--accent-deep),var(--accent));border-radius:15px;align-items:center;gap:11px;margin-top:18px;padding:13px;display:flex}.maintenance-routine-score>span{border:4px solid #ffffff61;border-radius:50%;place-items:center;width:45px;height:45px;font-size:8px;font-weight:850;display:grid}.maintenance-routine-score>div{flex-direction:column;gap:3px;display:flex}.maintenance-routine-score strong{font-size:11px}.maintenance-routine-score small{color:#ffffffb8;font-size:6px}.maintenance-habit-list{gap:7px;margin-top:10px;display:grid}.maintenance-habit-list article{color:var(--accent);background:#fff;border:1px solid #dce9e3;border-radius:13px;grid-template-columns:25px 1fr;align-items:center;gap:8px;padding:10px;display:grid}.maintenance-habit-list article>div{min-width:0}.maintenance-habit-list header{justify-content:space-between;gap:6px;display:flex}.maintenance-habit-list strong{color:#24312c;font-size:8px}.maintenance-habit-list small{color:#79857f;font-size:6px}.maintenance-habit-list article>div>span{background:var(--accent-soft);border-radius:99px;height:4px;margin-top:7px;display:block;overflow:hidden}.maintenance-habit-list i{border-radius:inherit;background:var(--accent);height:100%;display:block}.maintenance-phone button{color:#fff;background:var(--accent);width:100%;height:35px;font:inherit;border:0;border-radius:11px;margin-top:10px;font-size:8px;font-weight:800}.maintenance-journey-stat{color:#fff;background:linear-gradient(140deg,var(--accent-deep),var(--accent));border-radius:16px;flex-direction:column;margin-top:18px;padding:16px;display:flex}.maintenance-journey-stat strong{letter-spacing:-1px;margin-top:4px;font-size:27px}.maintenance-journey-stat span{color:#ffffffc2;font-size:7px}.maintenance-milestones{gap:17px;margin:16px 0 0 8px;display:grid;position:relative}.maintenance-milestones:before{content:"";background:#cee1d8;width:2px;position:absolute;top:10px;bottom:12px;left:8px}.maintenance-milestones article{grid-template-columns:18px 1fr;gap:10px;display:grid;position:relative}.maintenance-milestones i{z-index:1;border:2px solid var(--accent);color:#fff;background:#fff;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}.maintenance-milestones i.is-done,.maintenance-milestones i.is-current{background:var(--accent)}.maintenance-milestones i.is-current{box-shadow:0 0 0 4px var(--accent-soft)}.maintenance-milestones article>div{flex-direction:column;gap:2px;display:flex}.maintenance-milestones small{color:var(--accent);font-size:6px;font-weight:850}.maintenance-milestones strong{font-size:9px}.maintenance-milestones span{color:#78827d;font-size:6px}.maintenance-learn-feature{color:#fff;background:linear-gradient(145deg,var(--accent-deep),var(--accent));border-radius:18px;margin-top:18px;padding:17px}.maintenance-learn-feature small{letter-spacing:.55px;font-size:6px;font-weight:850}.maintenance-learn-feature strong{max-width:180px;margin-top:10px;font-size:17px;line-height:1.15;display:block}.maintenance-learn-feature p{color:#ffffffc2;margin:8px 0;font-size:7px;line-height:1.45}.maintenance-learn-feature span{color:#fff;align-items:center;font-size:7px;font-weight:800;display:flex}.maintenance-resource-list{gap:7px;margin-top:10px;display:grid}.maintenance-resource-list article{color:#77817c;background:#fff;border:1px solid #dce9e3;border-radius:13px;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;padding:10px;display:grid}.maintenance-resource-list i{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;display:grid}.maintenance-resource-list i.is-lavender{color:#725aa8;background:#f2effa}.maintenance-resource-list i.is-sand{color:#9a7145;background:#faf2e7}.maintenance-resource-list article>div{flex-direction:column;gap:3px;display:flex}.maintenance-resource-list small{color:#8a938f;font-size:5px;font-weight:850}.maintenance-resource-list strong{color:#26312d;font-size:8px}.maintenance-education-note{color:#84908a;text-align:center;margin:12px 0 0;font-size:6px}@media (width<=800px){.phase2-hero{text-align:center;grid-template-columns:1fr;gap:52px}.phase2-hero__copy{margin:auto}.phase2-hero__copy .phase2-kicker,.phase2-hero__copy>p:not(.phase2-kicker){margin-inline:auto}.phase2-benefits{padding-top:66px;padding-bottom:74px}.phase2-upcoming__grid{grid-template-columns:1fr}.phase2-upcoming__grid article{min-height:0}.positioning-story-grid{grid-template-columns:1fr}.positioning-story-grid article{min-height:0}.maintenance-feature-grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}.maintenance-feature-grid>article{min-height:0}.journey-feature-grid>article{min-height:560px}.phase2-difference__visual{width:min(100%,560px);margin-inline:auto}.phase2-situations,.phase2-steps{grid-template-columns:1fr;max-width:440px;margin-inline:auto}.phase2-situations{margin-top:42px}.phase2-steps{margin-top:48px}.phase2-page--positioning .phase2-steps>article{display:flex}.phase2-page--positioning .phase2-step-copy{height:245px;min-height:245px}.phase2-page--positioning .phase2-steps .story-phone{width:198px;height:auto;min-height:0;margin-top:-18px}.phase2-page--positioning .phase2-steps .story-phone__screen{min-height:356px}.phase2-page--positioning .phase2-steps .positioning-connected,.phase2-page--positioning .phase2-steps .positioning-journey-map{height:auto;min-height:300px;margin-top:-18px}.phase2-page--positioning .phase2-difference__copy,.phase2-page--positioning .phase2-comparisons,.phase2-page--positioning .phase2-difference__visual{min-height:0}.phase2-steps>article:nth-child(2) .story-phone{transform:rotate(1.5deg)}.phase2-difference,.phase2-page--maintenance .phase2-difference,.phase2-page--whole-journey .phase2-difference{grid-template-columns:1fr;gap:40px}.phase2-page--whole-journey .maintenance-stage-journey,.maintenance-stage-journey{grid-template-columns:1fr}.maintenance-stage-journey:before{width:3px;height:auto;inset:34px auto 34px 32px}.maintenance-stage-journey>article{min-height:0;padding-left:22px}.maintenance-stage-journey>article>p{min-height:0}.whole-journey-research{grid-template-columns:1fr;gap:28px;max-width:520px;padding:70px 22px}.whole-journey-research>div:first-child strong{font-size:100px}.phase2-difference__phone{margin-top:4px}.phase2-signup{grid-template-columns:1fr;gap:34px;padding-top:72px;padding-bottom:72px}.phase2-signup__intro{text-align:center;padding-top:0}.phase2-signup__intro .phase2-kicker,.phase2-proof-badge,.phase2-signup__intro>p:last-child{margin-inline:auto}.phase2-footer{text-align:center;flex-direction:column}.phase2-footer__legal{justify-content:center}.maintenance-problem__grid{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.maintenance-help__grid{max-width:680px;margin-inline:auto}.maintenance-how-simple__steps{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.maintenance-how-simple__steps article{min-height:0}.maintenance-stat-card__body{grid-template-columns:1fr;gap:25px}.maintenance-showcase{text-align:center;grid-template-columns:1fr;gap:36px;max-width:620px;min-height:0;margin-inline:auto;padding:42px 30px}.maintenance-showcase:nth-child(2n) .maintenance-showcase__copy,.maintenance-showcase:nth-child(2n) .maintenance-showcase__visual{order:initial}.maintenance-showcase__copy>span{margin-inline:auto}.maintenance-showcase__copy p{max-width:480px;margin-inline:auto}.maintenance-showcase__visual{min-height:500px}}@media (width<=520px){.phase2-page{padding-bottom:82px}.phase2-topbar{height:58px}.phase2-hero{padding:46px 0 72px}.phase2-hero h1{letter-spacing:-2.7px;font-size:45px}.phase2-hero__copy>p:not(.phase2-kicker){font-size:17px}.phase2-hero .phase2-button{width:100%}.outcome-phone{width:min(300px,100vw - 42px)}.outcome-phone:before{width:350px;height:350px}.phase2-benefits{grid-template-columns:1fr}.phase2-benefits article{min-height:0;padding:21px}.phase2-problem,.phase2-how,.phase2-upcoming,.phase2-difference,.phase2-testimonials,.phase2-final-cta{padding-top:74px;padding-bottom:78px}.phase2-section-heading h2,.phase2-difference h2,.phase2-final-cta h2{letter-spacing:-1.8px;font-size:35px}.phase2-section-heading>p:last-child,.phase2-difference__copy>p:last-child,.phase2-final-cta p{font-size:15px}.positioning-hero-visual{border-radius:24px;padding:18px}.positioning-main-metric strong{font-size:30px}.positioning-research-hero,.positioning-longitudinal-hero{padding:17px}.maintenance-research-hero{text-align:left;padding:28px 23px}.maintenance-research-hero__stat{letter-spacing:-5px;margin-top:22px;font-size:82px}.maintenance-research-hero>p{font-size:15px}.maintenance-feature-grid>article{padding:21px}.journey-feature-grid>article{min-height:520px}.evera-journey-phone{width:min(208px,100vw - 82px)}.whole-journey-research{padding:62px 18px}.phase2-page--maintenance .phase2-step-copy{height:auto;min-height:245px}.phase2-page--maintenance .phase2-steps .story-phone{width:min(198px,100vw - 70px);height:auto}.phase2-page--maintenance .phase2-steps .story-phone__screen{height:356px}.phase2-page--whole-journey .phase2-step-copy{height:auto;min-height:245px}.phase2-page--whole-journey .phase2-steps .story-phone{width:min(198px,100vw - 70px);height:auto}.phase2-page--whole-journey .phase2-steps .story-phone__screen{height:356px}.research-journey{grid-template-columns:1fr;margin-top:22px}.research-journey article{min-height:0;padding:18px 2px}.research-journey article+article{border-top:1px solid color-mix(in srgb,var(--accent),transparent 78%);border-left:0}.research-journey strong{margin:10px 0 7px;font-size:34px}.research-journey span{min-height:0;font-size:10px}.research-journey em{padding-top:9px}.research-context{margin-top:10px}.longitudinal-journey article>div{flex-direction:column;align-items:flex-start;gap:2px}.longitudinal-journey small{text-align:left}.positioning-story-grid article{padding:20px}.positioning-connected,.positioning-journey-map{min-height:285px;padding:18px}.positioning-aggregation{text-align:center;grid-template-columns:1fr}.positioning-aggregation>i{margin:auto;transform:rotate(90deg)}.phase2-situations,.phase2-steps,.phase2-testimonial-grid{grid-template-columns:1fr}.phase2-situations{margin-top:30px}.phase2-situations article{min-height:76px}.scenario-story--photo .scenario-story__visual{min-height:430px}.scenario-story--photo .scenario-flow,.scenario-story--photo:nth-child(2) .scenario-flow,.scenario-story--photo:nth-child(3) .scenario-flow{width:auto;bottom:14px;left:14px;right:14px}.scenario-story--photo .scenario-flow__card{min-height:60px}.scenario-story--photo .scenario-flow__card small{font-size:7px}.scenario-story--photo .scenario-flow__card strong{font-size:9px}.scenario-story:not(.scenario-story--photo) .scenario-story__visual{grid-template-rows:190px auto;grid-template-columns:1fr;gap:12px;min-height:390px;padding:16px;display:grid}.scenario-story:not(.scenario-story--photo) .story-scene,.scenario-story:not(.scenario-story--photo):nth-child(2) .story-scene,.scenario-story:not(.scenario-story--photo):nth-child(3) .story-scene{border-radius:22px;grid-area:1/1;width:100%;height:190px;position:relative;inset:auto}.scenario-story:not(.scenario-story--photo) .scenario-data-panel,.scenario-story--glp-progress .scenario-data-panel{grid-area:2/1;width:100%;position:relative;inset:auto}.scenario-story--glp-habits .scenario-story__visual{grid-template-columns:1fr}.scenario-story--glp-habits .scene-habit-grid{grid-template-columns:repeat(4,1fr)}.phase2-steps{margin-top:35px}.phase2-step-copy{min-height:0;padding:23px 23px 36px}.phase2-steps h3{margin-top:24px}.story-phone{width:min(230px,70vw)}.story-phone--compact{width:170px}.phase2-comparisons article{grid-template-columns:1fr auto}.phase2-comparisons strong{color:var(--accent);grid-column:1/-1;padding-top:4px}.phase2-testimonial-grid>article{min-height:0;padding:24px}.phase2-testimonial-grid blockquote{font-size:19px}.phase2-signup{padding-inline:14px}.phase2-form-card{border-radius:18px;padding:24px 17px}.phase2-options{grid-template-columns:1fr}.phase2-faq{padding-top:78px;padding-bottom:85px}.phase2-faq summary{padding:21px 48px 21px 18px;font-size:17px}.phase2-faq summary:after{right:18px}.phase2-faq details p{margin:-2px 18px 22px;font-size:15px}.phase2-sticky-cta{z-index:60;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));border:1px solid color-mix(in srgb, var(--accent-deep,var(--accent)), #000 8%);opacity:0;pointer-events:none;color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-deep,var(--accent)));border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:56px;padding:0 18px;font-size:14px;font-weight:850;text-decoration:none;transition:opacity .24s,transform .28s;display:flex;position:fixed;transform:translateY(calc(100% + 28px));box-shadow:0 13px 34px #10121947}.phase2-sticky-cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.phase2-sticky-cta span{font-size:19px}.maintenance-hero-card{text-align:left;border-radius:24px;padding:20px}.maintenance-hero-card__progress{padding:18px}.maintenance-hero-card__progress strong{font-size:25px}.maintenance-hero-card__signals{grid-template-columns:1fr}.maintenance-hero-card__signals article{flex-direction:row;align-items:center}.maintenance-problem,.maintenance-help,.maintenance-how-simple{padding:78px 18px}.maintenance-problem__grid,.maintenance-help__grid,.maintenance-how-simple__steps{grid-template-columns:1fr;margin-top:38px}.maintenance-problem__grid article,.maintenance-help__grid article{min-height:0;padding:23px}.maintenance-research-section{padding:4px 14px 78px}.maintenance-stat-card{border-radius:24px;padding:31px 23px}.maintenance-stat-card__body{gap:20px}.maintenance-stat-card__body>strong{letter-spacing:-6px;font-size:92px}.maintenance-stat-card__body>p{font-size:19px}.maintenance-stat-card__value{margin-top:27px;padding-top:20px;font-size:15px}.maintenance-how-simple__steps article{padding:24px}.maintenance-emotional{padding:84px 18px}.maintenance-emotional h2{letter-spacing:-2.2px;font-size:41px}.maintenance-emotional>div>p:last-child{font-size:16px}.maintenance-hero-showcase{width:calc(100vw - 24px);min-height:760px}.maintenance-hero-glow{width:360px;height:460px}.maintenance-hero-showcase>.maintenance-phone{width:248px;transform:translateY(-42px)}.maintenance-hero-showcase>.maintenance-phone .maintenance-phone__screen{min-height:596px}.maintenance-hero-secondary .maintenance-phone:first-child{top:397px;left:-68px;transform:scale(.39)rotate(-5deg)}.maintenance-hero-secondary .maintenance-phone:nth-child(2){top:397px;right:-68px;transform:scale(.39)rotate(5deg)}.maintenance-hero-secondary .maintenance-phone:nth-child(3){bottom:-79px;right:38px;transform:scale(.38)rotate(2deg)}.maintenance-float-card{min-width:126px;padding:10px}.maintenance-float-card--weight{top:106px;left:0}.maintenance-float-card--streak{top:270px;right:0}.maintenance-float-card--phase{bottom:72px;left:1px}.maintenance-help--showcase{padding-inline:12px}.maintenance-showcase-list{gap:22px;margin-top:42px}.maintenance-showcase{border-radius:24px;gap:27px;padding:31px 16px 24px}.maintenance-showcase__copy h3{letter-spacing:-1.7px;font-size:34px}.maintenance-showcase__copy p{font-size:15px}.maintenance-showcase__visual{border-radius:20px;min-height:470px}.maintenance-showcase__visual .maintenance-phone{width:min(230px,100vw - 70px)}.maintenance-showcase__visual .maintenance-phone__screen{min-height:455px}}@media (prefers-reduced-motion:reduce){.phase2-sticky-cta{transition:none}}.chapterr-page{--chapterr-ink:#29231f;--chapterr-brown:#8b5e4b;--chapterr-rust:#bd765c;--chapterr-cream:#f8f2eb;--chapterr-sand:#ead9ca;min-height:100vh;color:var(--chapterr-ink);background:#fffdf9;font-family:inherit;overflow:hidden}.chapterr-header{align-items:center;width:min(1160px,100% - 36px);height:78px;margin:auto;display:flex}.chapterr-wordmark{color:var(--chapterr-ink);letter-spacing:-.5px;align-items:center;gap:10px;font-size:20px;font-style:normal;font-weight:850;text-decoration:none;display:inline-flex}.chapterr-wordmark>span,.chapterr-wordmark>i{color:#fff;background:var(--chapterr-brown);border-radius:50% 50% 50% 12px;place-items:center;width:31px;height:31px;font-size:15px;font-style:normal;display:grid}.chapterr-kicker{color:var(--chapterr-brown);letter-spacing:1.35px;text-transform:uppercase;margin:0 0 19px;font-size:12px;font-weight:800;line-height:1.5}.chapterr-button{color:#fff;background:var(--chapterr-ink);border-radius:999px;justify-content:center;align-items:center;gap:13px;width:fit-content;min-height:56px;padding:0 24px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 15px 32px #3a281f2e}.chapterr-button:hover{background:var(--chapterr-brown);transform:translateY(-2px)}.chapterr-hero{grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);align-items:center;gap:72px;width:min(1160px,100% - 36px);min-height:680px;margin:auto;padding:66px 0 92px;display:grid}.chapterr-hero__copy{max-width:650px}.chapterr-hero h1{letter-spacing:-3.6px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(51px,6vw,78px);font-weight:500;line-height:.99}.chapterr-hero__subtitle{color:#68605a;max-width:600px;margin:27px 0 33px;font-size:18px;line-height:1.7}.chapterr-people{background:radial-gradient(circle at 50% 42%,#fff9f2 0 23%,#0000 24%),linear-gradient(145deg,#ead6c5,#f8eee4 54%,#dcc0ac);border-radius:48% 48% 44% 44%;min-height:500px;position:relative;box-shadow:0 32px 75px #68483629}.chapterr-orbit{border:1px solid #8b5e4b40;border-radius:50%;position:absolute}.chapterr-orbit--one{inset:62px 46px 86px;transform:rotate(-12deg)}.chapterr-orbit--two{inset:115px 82px 44px;transform:rotate(19deg)}.chapterr-person{border:7px solid #ffffffe0;border-radius:65px 65px 32px 32px;width:126px;height:150px;position:absolute;overflow:hidden;box-shadow:0 18px 30px #4933282e}.chapterr-person:before{content:"";background:#d7a98d;border-radius:50%;width:49px;height:49px;position:absolute;top:24px;left:38px}.chapterr-person:after{content:"";background:currentColor;border-radius:50% 50% 0 0;height:76px;position:absolute;bottom:-18px;left:18px;right:18px}.chapterr-person>span{z-index:2;background:#50362e;border-radius:48% 55% 35% 45%;width:56px;height:34px;position:absolute;top:14px;left:35px;transform:rotate(-5deg)}.chapterr-person--one{color:#9a654e;background:#edd4bd;top:76px;left:32px;transform:rotate(-5deg)}.chapterr-person--two{color:#625276;background:#d9cbe4;top:110px;right:30px;transform:rotate(6deg)}.chapterr-person--two:before{background:#b97856}.chapterr-person--two>span{background:#2d2424}.chapterr-person--three{color:#6f7b60;background:#d9dfcf;bottom:68px;left:calc(50% - 63px);transform:rotate(1deg)}.chapterr-person--three:before{background:#e1b99a}.chapterr-person--three>span{background:#896348}.chapterr-connection{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffdf9f0;border:1px solid #8b5e4b29;border-radius:17px;grid-template-columns:auto 1fr;gap:2px 10px;width:218px;padding:16px 18px;display:grid;position:absolute;bottom:25px;right:21px;box-shadow:0 16px 34px #412c2229}.chapterr-connection svg{color:var(--chapterr-rust);grid-row:1/3}.chapterr-connection strong{font-size:12px}.chapterr-connection small{color:#7a716b;font-size:10px}.chapterr-recognition{background:var(--chapterr-cream);padding:110px max(18px,50% - 560px) 120px}.chapterr-section-heading{max-width:720px}.chapterr-section-heading h2,.chapterr-concept h2,.chapterr-final h2{letter-spacing:-2px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(39px,5vw,59px);font-weight:500;line-height:1.08}.chapterr-recognition__grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-top:54px;display:grid}.chapterr-recognition__grid article{background:#ffffffba;border:1px solid #e7d7ca;border-radius:22px;align-items:flex-start;gap:18px;min-height:145px;padding:28px;display:flex;box-shadow:0 12px 30px #4a33280e}.chapterr-recognition__grid article>span{width:43px;height:43px;color:var(--chapterr-brown);background:#f0dfd2;border-radius:50%;flex:none;place-items:center;display:grid}.chapterr-recognition__grid p{margin:5px 0 0;font-size:18px;font-weight:720;line-height:1.5}.chapterr-concept{grid-template-columns:.92fr 1.08fr;align-items:center;gap:90px;width:min(1120px,100% - 36px);margin:auto;padding:126px 0;display:grid}.chapterr-concept__visual{background:linear-gradient(145deg,#efe0d4,#f9f2ec);border-radius:50% 50% 46% 42%;place-content:center;gap:12px;min-height:430px;display:grid;position:relative}.chapterr-concept__visual>span{z-index:2;color:#67574e;background:#ffffffe0;border:1px solid #e4d2c5;border-radius:999px;padding:12px 18px;font-size:13px;font-weight:750;position:relative;box-shadow:0 8px 18px #46302512}.chapterr-concept__visual>span:first-child{transform:translate(-45px)}.chapterr-concept__visual>span:nth-child(2){transform:translate(43px)}.chapterr-concept__visual>span:nth-child(3){transform:translate(-8px)}.chapterr-concept__visual>div{color:#fff;background:var(--chapterr-rust);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;top:calc(50% - 27px);left:calc(50% - 27px);box-shadow:0 10px 25px #8b5e4b40}.chapterr-concept__visual>ul{z-index:2;gap:10px;width:min(390px,100% - 54px);margin:0;padding:0;list-style:none;display:grid;position:relative}.chapterr-concept__visual>ul li{color:#5f554e;background:#ffffffdb;border:1px solid #e1d3c7;border-radius:15px;padding:15px 18px 15px 46px;font-size:14px;font-weight:700;line-height:1.4;position:relative;box-shadow:0 8px 18px #4630250f}.chapterr-concept__visual>ul li:before{content:"";border:2px solid var(--chapterr-brown);border-radius:50%;width:9px;height:9px;position:absolute;top:50%;left:19px;transform:translateY(-50%)}.chapterr-concept__copy>p:last-child{color:#68605a;margin:26px 0 0;font-size:18px;line-height:1.75}.chapterr-how{color:#fff;background:#2d2723;padding:115px max(18px,50% - 560px) 125px}.chapterr-how .chapterr-kicker{color:#ddb9a4}.chapterr-how h2{letter-spacing:-2px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(39px,5vw,56px);font-weight:500}.chapterr-steps{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px;display:grid}.chapterr-steps article{background:#ffffff0e;border:1px solid #ffffff21;border-radius:22px;flex-direction:column;min-height:210px;padding:27px;display:flex}.chapterr-steps article>span{color:#d4a78f;letter-spacing:1px;font-size:12px;font-weight:800}.chapterr-steps h3{max-width:210px;margin:42px 0 0;font-size:24px;line-height:1.25}.chapterr-steps article>div{color:#2d2723;background:#e1bba5;border-radius:50%;place-items:center;width:38px;height:38px;margin-top:auto;display:grid}.chapterr-final{text-align:center;color:#fff;background:linear-gradient(145deg,#a76d55,#7b5041);flex-direction:column;align-items:center;padding:125px 18px 135px;display:flex}.chapterr-final .chapterr-kicker{color:#f3dbcd}.chapterr-final h2{max-width:760px}.chapterr-button--light{color:var(--chapterr-ink);background:#fff;margin-top:35px;box-shadow:0 16px 35px #2b1d1838}.chapterr-button--light:hover{color:#fff;background:var(--chapterr-ink)}.chapterr-footer{background:#fffdf9;justify-content:space-between;align-items:center;gap:24px;min-height:100px;padding:25px max(18px,50% - 560px);display:flex}.chapterr-footer small{color:#857b74}@media (width<=800px){.chapterr-hero{text-align:center;grid-template-columns:1fr;gap:62px;min-height:auto;padding-top:42px}.chapterr-hero__copy{margin:auto}.chapterr-hero__subtitle,.chapterr-hero .chapterr-button{margin-inline:auto}.chapterr-people{width:min(500px,100%);min-height:470px;margin:auto}.chapterr-concept{grid-template-columns:1fr;gap:58px}.chapterr-concept__visual{width:min(500px,100%);margin:auto}.chapterr-concept__copy{text-align:center;max-width:680px;margin:auto}.chapterr-student-concept .chapterr-concept__copy{order:1}.chapterr-student-concept .chapterr-concept__visual{order:2}}@media (width<=560px){.chapterr-header{height:66px}.chapterr-hero{padding:40px 0 72px}.chapterr-hero h1{letter-spacing:-2.4px;font-size:45px;line-height:1.02}.chapterr-hero__subtitle{font-size:16px}.chapterr-button{width:100%}.chapterr-people{border-radius:42px;min-height:390px}.chapterr-person{border-width:5px;width:94px;height:124px}.chapterr-person:before{width:40px;height:40px;top:22px;left:27px}.chapterr-person>span{width:45px;left:25px}.chapterr-person--one{top:60px;left:15px}.chapterr-person--two{top:80px;right:14px}.chapterr-person--three{bottom:62px;left:calc(50% - 47px)}.chapterr-connection{width:200px;bottom:15px;right:12px}.chapterr-recognition,.chapterr-how{padding-top:78px;padding-bottom:84px}.chapterr-recognition__grid,.chapterr-steps{grid-template-columns:1fr}.chapterr-recognition__grid{margin-top:37px}.chapterr-recognition__grid article{min-height:0;padding:22px}.chapterr-recognition__grid p{font-size:16px}.chapterr-section-heading h2,.chapterr-concept h2,.chapterr-final h2,.chapterr-how h2{letter-spacing:-1.5px;font-size:37px}.chapterr-concept{padding:82px 0}.chapterr-concept__visual{min-height:355px}.chapterr-concept__copy>p:last-child{font-size:16px}.chapterr-steps article{min-height:175px}.chapterr-steps h3{margin-top:30px}.chapterr-final{padding-top:86px;padding-bottom:94px}.chapterr-final .chapterr-button{width:min(100%,330px)}.chapterr-footer{text-align:center;flex-direction:column;justify-content:center}}.chapterr-wordmark img{object-fit:cover;border-radius:50%;width:39px;height:39px;display:block;box-shadow:0 5px 14px #19171329}.chapterr-hero{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:62px}.chapterr-hero h1{letter-spacing:-4.8px;max-width:720px;font-size:clamp(57px,6.5vw,88px);font-weight:650;line-height:.97}.chapterr-highlight{color:var(--chapterr-brown)}.chapterr-highlight--new{color:#a5674d}.chapterr-hero__subtitle strong,.chapterr-concept__copy strong{color:var(--chapterr-brown)}.chapterr-people{background:#ded3c2;border-radius:44px;min-height:540px;overflow:visible;box-shadow:0 32px 75px #2d251d2e}.chapterr-lifestyle{object-fit:cover;border:5px solid #fffdf8f0;display:block;position:absolute;box-shadow:0 18px 34px #271f1933}.chapterr-lifestyle--main{object-position:54% center;filter:saturate(.8)sepia(.06);border:0;border-radius:44px;width:100%;height:100%;inset:0}.chapterr-people:after{content:"";pointer-events:none;background:linear-gradient(#0000 38%,#15131185);border-radius:44px;position:absolute;inset:0}.chapterr-lifestyle--one,.chapterr-lifestyle--two{z-index:3;border-radius:50%;width:88px;height:88px}.chapterr-lifestyle--one{top:62px;left:-34px}.chapterr-lifestyle--two{top:112px;right:-29px}.chapterr-chapter-card{z-index:4;color:#24211e;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#fffdf9ed;border:1px solid #ffffffa6;border-radius:15px;align-items:center;gap:11px;min-width:215px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 14px 28px #1d181429}.chapterr-chapter-card svg{color:#9d6b53;flex:none}.chapterr-chapter-card span{flex-direction:column;gap:2px;display:flex}.chapterr-chapter-card small{color:#81756d;letter-spacing:.65px;text-transform:uppercase;font-size:9px;font-weight:750}.chapterr-chapter-card strong{font-size:11px}.chapterr-chapter-card--one{top:167px;left:-29px}.chapterr-chapter-card--two{top:221px;right:-24px}.chapterr-connection{color:#24211e;grid-template-columns:auto 1fr;width:auto;bottom:22px;left:22px;right:22px}.chapterr-connection>span{flex-direction:column;gap:3px;display:flex}.chapterr-connection strong{font-size:12px;line-height:1.35}.chapterr-connection small{font-size:10px}.chapterr-recognition__grid{border-top:1px solid #dcd0c1;grid-template-columns:repeat(3,1fr);gap:0}.chapterr-recognition__grid article{min-height:145px;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #dcd0c1;border-radius:0;gap:15px;padding:27px 24px 26px 0;position:relative}.chapterr-recognition__grid article:nth-child(3n+2),.chapterr-recognition__grid article:nth-child(3n+3){padding-left:24px}.chapterr-recognition__grid article:before{content:"";opacity:.7;background:#b59b79;border-radius:2px;width:2px;position:absolute;top:28px;bottom:28px;left:0}.chapterr-recognition__grid article:nth-child(2):before,.chapterr-recognition__grid article:nth-child(5):before{background:#a5674d}.chapterr-recognition__grid article:nth-child(3):before,.chapterr-recognition__grid article:nth-child(6):before{background:#7c8067}.chapterr-recognition__grid article>span{color:#8d7a62;background:#ffffff8a;border-radius:10px;width:34px;height:34px}.chapterr-recognition__grid article:nth-child(2)>span,.chapterr-recognition__grid article:nth-child(5)>span{color:#a5674d}.chapterr-recognition__grid article:nth-child(3)>span,.chapterr-recognition__grid article:nth-child(6)>span{color:#69705b}.chapterr-recognition__grid p{margin-top:2px;font-size:16px}.chapterr-step-icon{color:#e1bba5;background:#ffffff0f;border:1px solid #e7d3c047;border-radius:14px;place-items:center;width:48px;height:48px;margin-top:28px;display:grid}.chapterr-steps h3{margin-top:22px}.chapterr-steps .chapterr-step-arrow{color:#2d2723;background:#e1bba5;border-radius:50%;place-items:center;width:38px;height:38px;margin-top:auto;display:grid}.chapterr-footer{align-items:center;min-height:126px}.chapterr-footer__legal{color:#817a72;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px;font-size:12px;display:flex}@media (width<=800px){.chapterr-hero{grid-template-columns:1fr}.chapterr-recognition__grid{grid-template-columns:repeat(2,1fr)}.chapterr-recognition__grid article:nth-child(n){padding-left:20px;padding-right:20px}}@media (width<=560px){.chapterr-wordmark img{width:35px;height:35px}.chapterr-hero h1{letter-spacing:-3px;font-size:49px;font-weight:650;line-height:.99}.chapterr-people{border-radius:30px;min-height:440px}.chapterr-lifestyle--main,.chapterr-people:after{border-radius:30px}.chapterr-lifestyle--one,.chapterr-lifestyle--two{border-width:4px;width:68px;height:68px}.chapterr-lifestyle--one{top:16px;left:12px}.chapterr-lifestyle--two{top:16px;right:12px}.chapterr-chapter-card{width:calc(100% - 32px);min-width:0;left:16px;right:16px}.chapterr-chapter-card--one{top:102px}.chapterr-chapter-card--two{top:166px}.chapterr-connection{bottom:14px;left:14px;right:14px}.chapterr-recognition__grid{grid-template-columns:1fr}.chapterr-recognition__grid article:nth-child(n){min-height:0;padding:21px 10px 21px 18px}.chapterr-recognition__grid article:before{top:19px;bottom:19px}.chapterr-footer{padding-top:31px;padding-bottom:31px}.chapterr-footer__legal{justify-content:center}}.chapterr-page{--chapterr-ink:#1d1b18;--chapterr-brown:#907d64;--chapterr-rust:#907d64;--chapterr-cream:#f7f3ec;--chapterr-sand:#ded5c8}.chapterr-hero h1{letter-spacing:-3.7px;font-size:clamp(54px,5.9vw,78px);font-weight:500;line-height:1.01}.chapterr-highlight--old,.chapterr-highlight--new{color:var(--chapterr-brown)}.chapterr-lifestyle--main{object-position:center;filter:saturate(.68)contrast(.97)}.chapterr-chapter-card svg,.chapterr-connection svg{color:var(--chapterr-brown)}.chapterr-recognition__grid article:nth-child(n):before{background:var(--chapterr-brown);opacity:.58}.chapterr-recognition__grid article:nth-child(n)>span{color:var(--chapterr-brown)}.chapterr-step-number{border:2px solid #d9bca8;border-radius:50%;place-items:center;width:76px;height:76px;font-family:Georgia,Times New Roman,serif;display:grid;color:#efd7c7!important;letter-spacing:0!important;font-size:34px!important;font-weight:500!important}.chapterr-steps h3{max-width:240px;margin-top:34px;font-size:23px;font-weight:650}.chapterr-steps article{min-height:255px}.chapterr-steps .chapterr-step-icon{display:none}@media (width<=560px){.chapterr-hero h1{letter-spacing:-2.25px;font-size:44px;font-weight:500;line-height:1.03}.chapterr-lifestyle--main{object-position:48% center}.chapterr-step-number{width:66px;height:66px;font-size:29px!important}.chapterr-steps article{min-height:220px}}.chapterr-student-page{--chapterr-brown:#8d7a62;--chapterr-rust:#8d7a62}.chapterr-student-wordmark img{object-fit:contain;width:120px;height:72px;box-shadow:none;border-radius:0}.chapterr-student-hero__lead{max-width:590px;color:var(--chapterr-ink);margin:27px 0 0;font-size:21px;font-weight:780;line-height:1.45}.chapterr-student-hero .chapterr-hero__subtitle{margin-top:12px}.chapterr-student-visual{overflow:hidden}.chapterr-student-visual .chapterr-lifestyle--main{object-position:center 42%;filter:saturate(.76)contrast(.98)}.chapterr-student-visual .chapterr-chapter-card--one{top:24px;left:18px}.chapterr-student-visual .chapterr-chapter-card--two{top:94px;right:18px}.chapterr-student-visual .chapterr-connection{bottom:18px;left:18px;right:18px}.chapterr-student-recognition .chapterr-recognition__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chapterr-student-recognition .chapterr-recognition__grid article:nth-child(n){padding-left:24px;padding-right:24px}.chapterr-student-concept .chapterr-concept__visual{border-radius:42px}.chapterr-student-concept .chapterr-concept__visual>ul{width:min(410px,100% - 52px)}.chapterr-student-concept .chapterr-concept__visual>ul li{align-items:center;gap:13px;padding:14px 18px;display:flex}.chapterr-student-concept .chapterr-concept__visual>ul li:before{display:none}.chapterr-student-concept .chapterr-concept__visual>ul li svg{color:var(--chapterr-brown);flex:none}.chapterr-student-concept__statement{border-left:3px solid var(--chapterr-brown);background:var(--chapterr-cream);border-radius:0 14px 14px 0;flex-direction:column;gap:7px;margin-top:25px;padding:20px 22px;display:flex}.chapterr-student-concept__statement strong{color:var(--chapterr-ink);font-size:16px;line-height:1.45}.chapterr-student-concept__statement span{color:#68605a;font-size:15px;line-height:1.55}.chapterr-student-goal{text-align:center;background:#f4ede4;margin:0;padding:96px max(6vw,24px)}.chapterr-student-goal h2{max-width:820px;color:var(--chapterr-ink);letter-spacing:-.04em;margin:18px auto 0;font-family:Georgia,serif;font-size:clamp(38px,5vw,70px);font-weight:500;line-height:1.04}.chapterr-student-goal>p:last-child{color:#68605a;max-width:760px;margin:25px auto 0;font-size:19px;line-height:1.65}.chapterr-student-how .chapterr-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.chapterr-student-how .chapterr-steps article{min-height:320px}.chapterr-student-how .chapterr-steps h3{margin-top:27px;font-size:21px}.chapterr-student-how .chapterr-steps article>p{color:#ffffffad;margin:14px 0 24px;font-size:14px;line-height:1.6}.chapterr-student-final>p:not(.chapterr-kicker){color:#ffffffc7;max-width:600px;margin:22px 0 0;font-size:18px;line-height:1.6}.chapter-student-research-intro{color:#625951;gap:8px;max-width:760px;margin:27px 0 0;font-size:17px;line-height:1.62;display:grid}.chapter-student-research-intro strong{color:var(--chapterr-ink);font-weight:720}.chapter-student-research-intro span{color:var(--chapterr-brown);font-weight:800}.chapter-student-messages{gap:17px;max-width:940px;margin:58px auto 0;display:grid}.chapter-student-messages article{align-items:flex-end;gap:11px;width:min(680px,88%);display:flex}.chapter-student-messages article.is-right{flex-direction:row-reverse;margin-left:auto}.chapter-student-messages article>span{color:#fff;background:var(--chapterr-brown);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:11px;font-weight:850;display:grid;box-shadow:0 8px 18px #57433424}.chapter-student-messages article:nth-child(2)>span,.chapter-student-messages article:nth-child(4)>span{color:#51483f;background:#d9c8b4}.chapter-student-messages article>div{background:#ffffffd1;border:1px solid #e4d8ca;border-radius:20px 20px 20px 6px;padding:17px 20px 13px;box-shadow:0 12px 28px #4a33280f}.chapter-student-messages article.is-right>div{background:#e8ddd0;border-radius:20px 20px 6px}.chapter-student-messages p{color:#403832;margin:0;font-size:16px;font-weight:670;line-height:1.5}.chapter-student-messages small{color:#95887e;letter-spacing:.4px;text-transform:uppercase;margin-top:7px;font-size:9px;font-weight:700;display:block}.chapter-student-meme{background:linear-gradient(145deg,#efe0d4,#faf5f0);border:1px solid #e1d3c7;border-radius:38px;align-content:center;gap:14px;min-height:430px;padding:26px;display:grid;box-shadow:0 24px 55px #4a332817}.chapter-student-meme__row{background:#ffffffd1;border-radius:22px;grid-template-columns:58px 1fr;align-items:center;gap:18px;min-height:142px;padding:22px;display:grid}.chapter-student-meme__row>span{border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.chapter-student-meme__row>div{gap:7px;display:grid}.chapter-student-meme__row small{letter-spacing:.7px;text-transform:uppercase;font-size:10px;font-weight:850}.chapter-student-meme__row strong{color:#332d29;font-size:18px;line-height:1.35}.chapter-student-meme__row.is-no{opacity:.66}.chapter-student-meme__row.is-no>span{color:#7f746b;background:#ece6e0}.chapter-student-meme__row.is-no small{color:#8b7e74}.chapter-student-meme__row.is-yes{border:1px solid #d7c2a9;box-shadow:0 13px 28px #5b422f17}.chapter-student-meme__row.is-yes>span{color:#fff;background:var(--chapterr-brown)}.chapter-student-meme__row.is-yes small{color:var(--chapterr-brown)}.chapterr-student-how .chapterr-steps article{overflow:hidden}.chapterr-student-how .chapterr-steps article>p{min-height:90px}.chapter-step-product{color:#322c28;background:#faf7f2;border-radius:18px;min-height:190px;margin-top:auto;padding:15px;overflow:hidden;box-shadow:0 14px 28px #0000002b}.chapterr-student-how .chapterr-steps article>.chapter-step-product{place-items:initial;color:#322c28;background:#faf7f2;border-radius:18px;width:auto;height:auto;margin-top:auto;display:block}.chapterr-student-how .chapterr-steps article>.chapter-step-profiles,.chapterr-student-how .chapterr-steps article>.chapter-step-activities{display:grid}.chapterr-student-how .chapterr-steps article>.chapter-step-chat{display:flex}.chapter-step-product__bar{gap:4px;margin:-5px 0 11px;display:flex}.chapter-step-product__bar span{background:#d0c2b6;border-radius:50%;width:4px;height:4px}.chapter-step-product>small{color:#8d7a62;letter-spacing:.45px;text-transform:uppercase;font-size:8px;font-weight:850;display:block}.chapter-step-product>strong{margin-top:5px;font-size:13px;display:block}.chapter-step-quiz>div:nth-of-type(2){flex-wrap:wrap;gap:5px;margin-top:13px;display:flex}.chapter-step-quiz>div:nth-of-type(2) span{color:#6f655d;background:#fff;border:1px solid #ded4ca;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:750}.chapter-step-quiz>div:nth-of-type(2) span.is-selected{color:#fff;border-color:var(--chapterr-brown);background:var(--chapterr-brown)}.chapter-step-quiz button{color:#fff;width:100%;font:inherit;background:#2d2723;border:0;border-radius:9px;margin-top:14px;padding:8px;font-size:8px;font-weight:800}.chapter-step-profiles{align-content:start;gap:7px;display:grid}.chapter-step-profiles>span{background:#fff;border:1px solid #e6ddd5;border-radius:11px;align-items:center;gap:7px;padding:8px;display:flex}.chapter-step-profiles i{color:#fff;background:var(--chapterr-brown);border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:6px;font-style:normal;font-weight:850;display:grid}.chapter-step-profiles span:nth-child(3) i{background:#787961}.chapter-step-profiles span:nth-child(4) i{color:#4b4038;background:#ddc8b4}.chapter-step-profiles div{flex:1;display:grid}.chapter-step-profiles div strong{font-size:8px}.chapter-step-profiles div small{color:#8d827a;font-size:6px}.chapter-step-profiles em{color:var(--chapterr-brown);font-size:6px;font-style:normal;font-weight:800}.chapter-step-chat{flex-direction:column;gap:8px;display:flex}.chapter-step-chat>span{align-items:flex-end;gap:5px;display:flex}.chapter-step-chat>span.is-mine{justify-content:flex-end}.chapter-step-chat i{color:#fff;background:var(--chapterr-brown);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:5px;font-style:normal;font-weight:800;display:grid}.chapter-step-chat p{color:#4b423b;background:#fff;border-radius:11px 11px 11px 3px;max-width:145px;margin:0;padding:7px 9px;font-size:7px;line-height:1.35}.chapter-step-chat .is-mine p{color:#fff;background:var(--chapterr-brown);border-radius:11px 11px 3px}.chapter-step-chat>div{color:#a0948b;background:#fff;border:1px solid #e4dad1;border-radius:10px;justify-content:space-between;align-items:center;margin-top:auto;padding:8px 9px;font-size:6px;display:flex}.chapter-step-activities{align-content:start;gap:7px;display:grid}.chapter-step-activities>span{background:#fff;border:1px solid #e5dbd2;border-radius:11px;align-items:center;gap:8px;padding:9px;display:flex}.chapter-step-activities svg{color:var(--chapterr-brown);flex:none}.chapter-step-activities div{gap:2px;display:grid}.chapter-step-activities strong{font-size:8px}.chapter-step-activities div small{color:#8f837a;font-size:6px}.chapterr-student-final{isolation:isolate;justify-content:center;min-height:720px;padding:0;position:relative;overflow:hidden}.chapterr-student-final>img{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.chapterr-student-final__overlay{z-index:-1;background:linear-gradient(90deg,#251f1be6 0%,#2f251fc2 48%,#2f251f4d 100%);position:absolute;inset:0}.chapterr-student-final__content{width:min(1120px,100% - 36px);margin:auto}.chapterr-student-final__content h2{letter-spacing:-3px;max-width:720px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,6vw,78px);font-weight:500;line-height:1.03}.chapterr-student-final__content>p:not(.chapterr-kicker){color:#ffffffd4;max-width:580px;margin:23px 0 0;font-size:21px;line-height:1.55}.chapterr-student-final__content .chapterr-button{margin-top:34px}.chapterr-footer__legal a{color:#6f665f;text-decoration:none;transition:color .18s}.chapterr-footer__legal a:hover{color:var(--chapterr-ink)}.chapterr-student-footer .chapterr-wordmark{flex:none}.chapterr-legal-page{background:#fffdf9;min-height:100vh}.chapterr-legal{width:min(820px,100% - 40px);margin:0 auto;padding:92px 0 120px}.chapterr-legal__back{color:#736960;align-items:center;gap:8px;width:fit-content;margin-bottom:58px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.chapterr-legal__back:hover{color:var(--chapterr-ink)}.chapterr-legal h1{max-width:760px;color:var(--chapterr-ink);letter-spacing:-.045em;margin:17px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,7vw,78px);font-weight:500;line-height:1.02}.chapterr-legal__intro{color:#625b55;max-width:710px;margin:27px 0 0;font-size:20px;line-height:1.7}.chapterr-legal__content{gap:18px;margin-top:72px;display:grid}.chapterr-legal__content section{background:#fff;border:1px solid #e7ddd3;border-radius:22px;padding:30px 32px;box-shadow:0 12px 35px #372b2209}.chapterr-legal__content h2{color:var(--chapterr-ink);margin:0 0 14px;font-size:23px;line-height:1.25}.chapterr-legal__content p,.chapterr-legal__content li{color:#625b55;font-size:16px;line-height:1.75}.chapterr-legal__content p{margin:0}.chapterr-legal__content p a{color:var(--chapterr-brown);text-underline-offset:3px;font-weight:750}.chapterr-legal__content p+p{margin-top:12px}.chapterr-legal__content ul{margin:0;padding-left:22px}.chapterr-legal__content li+li{margin-top:6px}.chapterr-legal__notice{border-left:3px solid var(--chapterr-brown);color:#6c6259;background:#f6f1e8;border-radius:0 14px 14px 0;margin:30px 0 0;padding:20px 22px;font-size:14px;line-height:1.65}@media (width<=980px){.chapterr-student-how .chapterr-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.chapterr-student-how .chapterr-steps article>p{min-height:68px}}@media (width<=560px){.chapterr-student-wordmark img{width:100px;height:60px}.chapterr-student-hero__lead{margin-top:22px;font-size:18px}.chapterr-student-visual{min-height:470px}.chapterr-student-visual .chapterr-lifestyle--main{object-position:51% center}.chapterr-student-visual .chapterr-chapter-card--one{top:14px;left:14px;right:14px}.chapterr-student-visual .chapterr-chapter-card--two{top:77px;left:14px;right:14px}.chapterr-student-recognition .chapterr-recognition__grid{grid-template-columns:1fr}.chapterr-student-recognition .chapterr-recognition__grid article:nth-child(n){padding:21px 10px 21px 18px}.chapterr-student-concept .chapterr-concept__visual{border-radius:30px;min-height:390px}.chapterr-student-concept .chapterr-concept__visual>ul{width:calc(100% - 32px)}.chapterr-student-goal{padding:72px 20px}.chapterr-student-goal>p:last-child{font-size:16px}.chapterr-student-how .chapterr-steps{grid-template-columns:1fr}.chapterr-student-how .chapterr-steps article,.chapterr-student-how .chapterr-steps article>p{min-height:0}.chapterr-student-final>p:not(.chapterr-kicker){font-size:16px}.chapter-student-messages{margin-top:40px}.chapter-student-messages article{width:96%}.chapter-student-messages article>span{width:32px;height:32px;font-size:9px}.chapter-student-messages article>div{padding:14px 15px 11px}.chapter-student-messages p{font-size:14px}.chapter-student-meme{border-radius:28px;order:2;min-height:0;padding:14px}.chapter-student-meme__row{grid-template-columns:44px 1fr;gap:12px;min-height:0;padding:17px}.chapter-student-meme__row>span{border-radius:13px;width:42px;height:42px}.chapter-student-meme__row strong{font-size:15px}.chapter-step-product{min-height:210px;margin-top:24px}.chapterr-student-final{min-height:650px}.chapterr-student-final>img{object-position:38% center}.chapterr-student-final__overlay{background:linear-gradient(#261f1bad,#261f1be6)}.chapterr-student-final__content{text-align:center}.chapterr-student-final__content h2{letter-spacing:-1.7px;font-size:42px}.chapterr-student-final__content>p:not(.chapterr-kicker){margin-inline:auto;font-size:18px}.chapterr-student-final__content .chapterr-button{justify-content:center;width:min(100%,330px)}.chapterr-legal{width:min(100% - 32px,820px);padding:62px 0 82px}.chapterr-legal__back{margin-bottom:40px}.chapterr-legal h1{font-size:44px}.chapterr-legal__intro{font-size:17px}.chapterr-legal__content{margin-top:48px}.chapterr-legal__content section{border-radius:18px;padding:23px 21px}.chapterr-legal__content h2{font-size:21px}.chapterr-legal__content p,.chapterr-legal__content li{font-size:15px}}
