:root{--ink:#081f2f;--ink-soft:#14384a;--sky:#e9f7fb;--sky-deep:#cfe8f0;--paper:#f8fcfd;--blue:#347fa7;--blue-deep:#205d82;--teal:#15aaa8;--coral:#ec8b71;--peach:#ffb18f;--gold:#f6c765;--sage:#72b195;--lilac:#a796df;--muted:#5b7582;--line:#1a566f29;--shadow:0 26px 80px #0826351f;--display:"DM Sans", "Avenir Next", system-ui, sans-serif;--body:"DM Sans", "Avenir Next", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,.site-shell,.site-shell *{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}body{background:var(--sky);min-width:320px;color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55}body,button,input{font-family:var(--body)}button,a{-webkit-tap-highlight-color:transparent}input,textarea{caret-color:auto;-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}a{color:inherit;text-decoration:none}button{border:0}img{max-width:100%;display:block}.skip-link{z-index:100;background:var(--gold);color:var(--ink);border-radius:999px;padding:10px 14px;transition:transform .18s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-shell{overflow:clip}.container{width:min(1180px,100% - 48px);margin:0 auto}.hero{min-height:900px;color:var(--paper);background-color:#081f2f;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#15aaa847,#15aaa800 62%);border-radius:50%;width:70vw;height:70vw;position:absolute;bottom:-28%;right:-15%}.hero-noise{opacity:.06;mix-blend-mode:screen;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-orbit{pointer-events:none;border:1px solid #cfe8f026;border-radius:50%;position:absolute}.hero-orbit-one{width:720px;height:720px;top:190px;right:-250px}.hero-orbit-two{border-color:#cfe8f017;width:1040px;height:1040px;top:32px;right:-410px}.hero-container{z-index:2;position:relative}.site-nav{justify-content:space-between;align-items:center;gap:24px;min-height:86px;display:flex}.brand{letter-spacing:-.02em;white-space:nowrap;align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.logo-mark{width:40px;height:40px;color:var(--paper);place-items:center;display:grid}.logo-mark img{object-fit:contain;width:40px;height:40px}.site-links{color:#f8fcfdb3;align-items:center;gap:clamp(18px,2.6vw,34px);font-size:13px;font-weight:600;display:flex}.site-links a{transition:color .18s,transform .18s}.site-links a:hover{color:var(--paper);transform:translateY(-1px)}.site-links .nav-cta{color:var(--gold);border:1px solid #f6c76580;border-radius:999px;align-items:center;gap:8px;padding:11px 15px;display:inline-flex}.site-links .nav-cta:hover{border-color:var(--gold);color:var(--gold)}.menu-toggle{width:46px;height:46px;color:var(--paper);cursor:pointer;background:#f8fcfd1a;border-radius:50%;place-items:center;display:none}.nav-end{align-items:center;gap:12px;display:flex}.theme-toggle{width:44px;height:44px;color:var(--paper);cursor:pointer;background:#f8fcfd1a;border:0;border-radius:50%;flex:none;place-items:center;transition:background .18s,transform .18s;display:grid}.theme-toggle:hover{background:#f8fcfd33}.theme-toggle:active{transform:scale(.92)}.theme-toggle:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.hero-grid{grid-template-columns:minmax(0,.98fr) minmax(420px,.86fr);align-items:center;gap:clamp(50px,8vw,112px);min-height:690px;padding:64px 0 50px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:9px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex}.eyebrow-dot{background:var(--coral);border-radius:50%;width:8px;height:8px;display:block;box-shadow:0 0 0 5px #ec8b7121}.eyebrow-on-dark{color:#f8fcfdb8}.eyebrow-on-light{color:var(--blue-deep)}.eyebrow-on-light .eyebrow-dot{background:var(--teal);box-shadow:0 0 0 5px #15aaa81f}.hero-copy{max-width:650px}.hero h1 em,h2 em{color:var(--peach);font-style:normal}.hero-lede{color:#f8fcfdb8;max-width:570px;margin:0;font-size:clamp(17px,1.65vw,20px);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:35px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:13px 18px;font-size:13px;font-weight:700;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)scale(.98)}.button:focus-visible,.site-links a:focus-visible,.story-tab:focus-visible,.text-link:focus-visible,.tool-link:focus-visible,.footer-links a:focus-visible,summary:focus-visible,input:focus-visible,.menu-toggle:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.button-outline-dark{color:var(--paper);border-color:#f8fcfd45}.button-soft{background:var(--sky-deep);color:var(--blue-deep)}.button-soft:hover{background:#badce6}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#123b50}.hero-proof{color:#f8fcfd99;flex-wrap:wrap;gap:21px;margin-top:30px;font-size:12px;font-weight:600;display:flex}.hero-proof span,.lower-features span{align-items:center;gap:7px;display:inline-flex}.hero-visual{place-items:center;min-height:640px;display:grid;position:relative}.phone-wrap{z-index:2;background:#f0f8fa24;border:1px solid #f8fcfd4d;border-radius:34px;width:min(100%,380px);padding:9px;position:relative;transform:rotate(3.5deg);box-shadow:0 30px 90px #00000061,0 0 0 10px #f8fcfd09}.phone-topline{color:#f8fcfdb8;letter-spacing:.03em;justify-content:space-between;align-items:center;gap:8px;padding:11px 13px 13px;font-size:10px;font-weight:700;display:flex}.phone-meta{align-items:center;gap:8px;display:inline-flex}.mode-badge{color:#f8fcfd9e;letter-spacing:.02em;white-space:nowrap;align-items:center;gap:4px;font-size:8px;font-weight:600;display:inline-flex}.mode-badge i{background:linear-gradient(90deg, var(--gold) 0 50%, #7180c1 50% 100%);border:1px solid #f8fcfd8f;border-radius:999px;width:12px;height:7px;display:block}.live-dot{text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:5px;font-size:9px;display:inline-flex}.live-dot i{background:var(--sage);border-radius:50%;width:6px;height:6px;display:block;box-shadow:0 0 0 4px #72b19529}.phone-screen{background:var(--sky);aspect-ratio:1080/2424;border-radius:27px;overflow:hidden}.mode-pair{position:relative}.mode-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.mode-image-light{opacity:0;animation:12s ease-in-out infinite mode-light-cycle}.mode-image-dark{opacity:1;animation:12s ease-in-out infinite mode-dark-cycle}@keyframes mode-light-cycle{0%,36%{opacity:0}50%,86%{opacity:1}to{opacity:0}}@keyframes mode-dark-cycle{0%,36%{opacity:1}50%,86%{opacity:0}to{opacity:1}}.phone-screen img{object-fit:cover;width:100%;height:100%}.preview-note{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#103646c7;border:1px solid #f8fcfd4d;border-radius:17px;align-items:center;gap:10px;padding:11px 13px 11px 10px;display:flex;position:absolute;box-shadow:0 14px 30px #0000002e}.preview-note strong,.preview-note small{display:block}.preview-note strong{font-size:12px;line-height:1.2}.preview-note small{color:#f8fcfda3;max-width:160px;margin-top:3px;font-size:10px;line-height:1.25}.preview-note-left{top:132px;left:-58px}.preview-note-right{padding:15px 17px;display:block;bottom:58px;right:-50px}.preview-note-right strong{color:var(--gold);font-family:var(--display);letter-spacing:-.04em;margin-top:4px;font-size:23px}.note-kicker{color:#f8fcfd9e;text-transform:uppercase;letter-spacing:.12em;font-size:9px}.note-icon{border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.note-icon-sun{color:var(--gold);background:#f6c76538}.visual-scribble{z-index:1;color:#f6c765d6;font-family:var(--display);align-items:center;gap:8px;font-size:15px;font-style:italic;display:flex;position:absolute;transform:rotate(-13deg)}.visual-scribble i{background:var(--gold);width:68px;height:1px;display:block;transform:rotate(-12deg)}.visual-scribble-top{top:80px;right:21px}.visual-scribble-bottom{color:#ec8b71d9;bottom:46px;left:7px;transform:rotate(9deg)}.visual-scribble-bottom svg{color:var(--coral)}.hero-lower{color:#f8fcfd9e;border-top:1px solid #f8fcfd2b;grid-template-columns:145px 1fr;align-items:center;gap:40px;padding:23px 0 30px;display:grid}.lower-label{text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700}.lower-features{flex-wrap:wrap;justify-content:space-between;gap:18px;font-size:12px;font-weight:600;display:flex}.section{padding:130px 0}.section-intro{max-width:720px}.section-intro h2,.proof-copy h2,.launch-copy h2{font-family:var(--display);letter-spacing:-.065em;margin:20px 0 18px;font-size:clamp(2.7rem,5vw,5.35rem);font-weight:600;line-height:.98}.section-intro>p,.proof-copy>p,.launch-copy>p{max-width:620px;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.story-layout{grid-template-columns:280px 1fr;gap:32px;margin-top:70px;display:grid}.story-tabs{flex-direction:column;gap:10px;display:flex}.story-tab{min-height:94px;color:var(--ink-soft);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:19px;grid-template-columns:1fr 20px;align-items:center;gap:11px;padding:14px 15px;transition:background .22s,border-color .22s,transform .22s;display:grid}.story-tab:hover{transform:translate(4px)}.story-tab.is-active{background:var(--paper);border-color:var(--line);box-shadow:0 12px 24px #215c7214}.story-tab strong,.story-tab small{display:block}.story-tab small{color:var(--muted);margin-top:4px;font-size:12px}.story-tab svg{color:var(--muted);opacity:0;transition:opacity .18s,transform .18s;transform:translate(-5px)}.story-tab.is-active svg{opacity:1;transform:none}.story-tab-coral.is-active{border-color:#ec8b714d}.story-tab-lilac.is-active{border-color:#a796df59}.story-tab-sage.is-active{border-color:#72b19559}.story-tip{border-top:1px solid var(--line);color:var(--muted);font-family:var(--display);align-items:flex-start;gap:9px;margin:16px 11px 0;padding-top:20px;font-size:14px;font-style:italic;line-height:1.35;display:flex}.story-tip svg{color:var(--gold);flex:none}.story-panel{border:1px solid var(--line);min-height:560px;box-shadow:var(--shadow);background:linear-gradient(140deg,#f8fcfde6,#d7eef499);border-radius:30px;grid-template-columns:minmax(250px,.9fr) minmax(360px,1.1fr);gap:26px;padding:31px;display:grid;overflow:hidden}.story-panel-coral{background:linear-gradient(140deg,#fbf8f7,#f4d9d0)}.story-panel-lilac{background:linear-gradient(140deg,#faf9fd,#ddd9f0)}.story-panel-sage{background:linear-gradient(140deg,#f8fcfa,#d7eee0)}.story-copy{flex-direction:column;justify-content:center;padding:20px 8px;display:flex}.story-stat{width:max-content;color:var(--blue-deep);background:#ffffff8a;border-radius:999px;align-items:baseline;gap:7px;margin-bottom:30px;padding:7px 11px;display:inline-flex}.story-stat span{font-size:13px;font-weight:700}.story-stat small{color:var(--muted);font-size:10px}.story-copy h3{max-width:330px;font-family:var(--display);letter-spacing:-.06em;margin:0;font-size:clamp(2rem,3.8vw,3.5rem);line-height:1}.story-copy p{max-width:350px;color:var(--muted);margin:21px 0 30px;font-size:15px;line-height:1.65}.text-link,.tool-link{width:max-content;color:var(--blue-deep);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.text-link:hover,.tool-link:hover{color:var(--teal)}.text-link svg,.tool-link svg{transition:transform .18s}.text-link:hover svg,.tool-link:hover svg{transform:translate(3px)}.story-shot-wrap{background:#f8fcfd9e;border-radius:28px 28px 0 0;place-self:end center;width:min(100%,340px);height:560px;padding:7px 7px 0;position:relative;overflow:hidden;box-shadow:0 18px 45px #1f546629}.story-shot-wrap img{object-fit:cover;object-position:top;border-radius:22px 22px 0 0;width:100%;height:100%}.shot-caption{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--ink);background:#f8fcfddb;border:1px solid #081f2f1a;border-radius:13px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:18px;left:18px;right:18px}.shot-caption svg{color:var(--teal)}.toolkit-section{background:var(--ink);color:var(--paper);position:relative}.toolkit-section:before{content:"";pointer-events:none;border:1px solid #cfe8f01a;border-radius:50%;width:70vw;height:70vw;position:absolute;top:0;right:-20%}.section-intro-dark{z-index:1;position:relative}.section-intro-dark h2{max-width:810px}.section-intro-dark>p{color:#f8fcfda1}.toolkit-grid{z-index:1;grid-template-columns:1fr 1fr;gap:16px;margin-top:68px;display:grid;position:relative}.tool-card{border:1px solid #f8fcfd24;border-radius:24px;min-height:355px;padding:28px;overflow:hidden}.tool-card-head{color:#f8fcfdb3;align-items:center;gap:10px;display:flex}.tool-icon{border-radius:13px;place-items:center;width:40px;height:40px;display:grid}.tool-label{text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700}.tool-card h3{max-width:360px;font-family:var(--display);letter-spacing:-.06em;margin:25px 0 10px;font-size:clamp(2rem,3vw,3rem);line-height:.98}.tool-card p{color:#f8fcfda3;max-width:390px;margin:0;font-size:14px;line-height:1.6}.tool-card-coach{background:linear-gradient(145deg,#1a4d63,#113143);grid-row:span 2;min-height:726px}.tool-card-coach .tool-icon{color:#75e1d5;background:#15aaa838}.tool-card-pattern{background:linear-gradient(145deg,#254b60,#1a3547)}.tool-card-pattern .tool-icon{color:#d0c5ff;background:#a796df33}.tool-card-skills{background:linear-gradient(145deg,#3c3c55,#25253c)}.tool-card-skills .tool-icon{color:#ffc1ad;background:#ec8b7130}.tool-card-people{background:linear-gradient(145deg,#294b40,#1c3832)}.tool-card-people .tool-icon{color:#a4e1b8;background:#72b19533}.chat-preview{flex-direction:column;gap:11px;max-width:380px;margin-top:43px;display:flex}.chat-bubble{border-radius:16px;width:max-content;max-width:90%;padding:12px 14px;font-size:13px;line-height:1.35}.chat-bubble-user{color:#fff;background:#3983aa;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble-ai{color:var(--ink);background:#f6d9e6;border-bottom-left-radius:4px}.tool-footnote{color:#f8fcfd8c;align-items:center;gap:7px;margin-top:39px;font-size:11px;display:inline-flex}.tool-footnote svg{color:var(--teal)}.tool-screenshot-wrap{background:#eaf6fa;border:1px solid #f8fcfd38;border-radius:21px;max-width:420px;height:325px;margin-top:32px;position:relative;overflow:hidden;box-shadow:0 18px 36px #00000029}.tool-screenshot-wrap img{object-fit:cover;object-position:center 17%;width:100%;height:100%}.tool-screenshot-caption{color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fcfddb;border:1px solid #081f2f1f;border-radius:12px;align-items:center;gap:7px;padding:9px 11px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.tool-screenshot-caption svg{color:var(--teal)}.pattern-mini{background:#081f2f3d;border-radius:20px;height:145px;margin:29px -6px 11px;position:relative}.pattern-line{transform-origin:0;background:#a7d5de80;height:1px;position:absolute}.line-one{width:66%;top:61%;left:20%;transform:rotate(-26deg)}.line-two{width:62%;top:61%;left:20%;transform:rotate(23deg)}.line-three{width:42%;top:60%;left:40%;transform:rotate(0)}.pattern-node{background:var(--ink-soft);width:59px;height:59px;color:var(--paper);text-align:center;border:2px solid;border-radius:50%;place-items:center;font-size:8px;display:grid;position:absolute}.node-one{border-color:#74b0b8;top:16px;left:14%}.node-two{border-color:var(--lilac);top:22px;right:15%}.node-three{border-color:var(--gold);bottom:10px;right:29%}.node-four{border-color:var(--coral);bottom:4px;left:25%}.tool-link{color:#f8fcfdd1}.tool-link:hover{color:var(--gold)}.skill-pills{flex-wrap:wrap;gap:8px;margin-top:31px;display:flex}.skill-pills span{color:#ffc1ad;letter-spacing:.1em;border:1px solid #ffc1ad61;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:700}.tool-play{color:#f8fcfd8f;align-items:center;gap:8px;margin-top:28px;font-size:12px;font-weight:600;display:flex}.tool-play span{color:#ffc1ad;background:#ec8b7133;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.people-preview{align-items:center;min-height:56px;margin:30px 0 17px;display:flex}.avatar{width:43px;height:43px;color:var(--ink);border:3px solid #294b40;border-radius:50%;place-items:center;margin-right:-8px;font-size:12px;font-weight:700;display:grid}.avatar-one{background:#c28bb6}.avatar-two{background:#eeae64}.avatar-three{background:#7dc08d}.avatar-four{background:#95b6d8}.people-count{color:#f8fcfd99;margin-left:20px;font-size:11px}.proof-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:70px;display:grid}.proof-copy h2{max-width:570px}.proof-copy>p{max-width:550px}.proof-list{gap:17px;margin-top:34px;display:grid}.proof-list>div{align-items:flex-start;gap:11px;display:flex}.proof-check{color:#3d8864;background:#d0eee0;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;margin-top:1px;display:grid}.proof-list strong,.proof-list small{display:block}.proof-list strong{font-size:14px}.proof-list small{color:var(--muted);margin-top:2px;font-size:12px}.proof-visual{min-height:600px;position:relative}.proof-backdrop{background:radial-gradient(circle at 40% 35%,#fff4ed,#f3d7ca 54%,#f3d7ca1a 75%);border-radius:50% 46% 42% 51%;position:absolute;inset:5% 4% 4% 15%;transform:rotate(-9deg)}.proof-phone{box-shadow:var(--shadow);background:#f8fcfdc2;border:1px solid #081f2f1f;border-radius:27px;padding:7px;position:absolute;overflow:hidden}.proof-phone img{object-fit:cover;object-position:top;border-radius:20px;width:100%;height:100%}.proof-phone-back{width:230px;height:515px;top:13%;left:14%;transform:rotate(-9deg)}.proof-phone-front{width:270px;height:575px;top:4%;right:8%;transform:rotate(7deg)}.proof-sticker{background:var(--gold);color:#18277a;border-radius:50%;place-content:center;align-items:center;gap:8px;width:93px;height:93px;display:flex;position:absolute;bottom:8%;right:-8px;transform:rotate(8deg);box-shadow:0 10px 26px #081f2f29}.proof-sticker span{font-family:var(--display);font-size:17px;font-weight:600;line-height:.86}.proof-sticker svg{align-self:end;margin-bottom:15px}.daily-plan-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(50px,8vw,105px);display:grid}.daily-plan-visual{place-items:center;min-height:610px;display:grid;position:relative}.daily-plan-orbit{background:radial-gradient(circle at 42% 35%,#ffffffd6,#cae8ef66 58%,#cae8ef00 71%);border-radius:50%;width:500px;height:500px;position:absolute}.plan-screen{z-index:1;background:#f8fcfdb3;border:1px solid #19566c2e;border-radius:31px 31px 0 0;width:min(100%,310px);height:600px;padding:8px 8px 0;position:relative;overflow:hidden;transform:rotate(-4deg);box-shadow:0 26px 60px #164f622e}.plan-screen img{object-fit:cover;object-position:top;border-radius:23px 23px 0 0;width:100%;height:100%}.plan-callout{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fcfde0;border:1px solid #19566c29;border-radius:15px;align-items:center;gap:8px;display:flex;position:absolute;box-shadow:0 14px 30px #164f6221}.plan-callout-next{color:var(--blue-deep);flex-direction:column;align-items:flex-start;padding:10px 13px;top:99px;right:1%;transform:rotate(7deg)}.plan-callout-next span{text-transform:uppercase;color:var(--muted);letter-spacing:.12em;font-size:9px;font-weight:700}.plan-callout-next strong{font-family:var(--display);font-size:23px;line-height:1}.plan-callout-check{color:var(--blue-deep);padding:12px 14px 12px 11px;bottom:76px;left:-4%;transform:rotate(-5deg)}.plan-callout-check>svg{color:#bd8a15;background:#fff1bf;border-radius:11px;width:34px;height:34px;padding:7px;display:grid}.plan-callout-check strong,.plan-callout-check small{display:block}.plan-callout-check strong{font-size:12px}.plan-callout-check small{color:var(--muted);margin-top:2px;font-size:10px}.daily-plan-copy h2{max-width:550px;font-family:var(--display);letter-spacing:-.065em;margin:20px 0 18px;font-size:clamp(2.7rem,5vw,5rem);font-weight:600;line-height:.98}.daily-plan-copy>p{max-width:570px;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.plan-points{gap:18px;margin:34px 0 31px;display:grid}.plan-points>div{align-items:flex-start;gap:11px;display:flex}.plan-point-icon{width:34px;height:34px;color:var(--blue);background:#f8fcfdc7;border-radius:11px;flex:none;place-items:center;display:grid}.plan-points strong,.plan-points small{display:block}.plan-points strong{font-size:14px}.plan-points small{max-width:480px;color:var(--muted);margin-top:2px;font-size:12px;line-height:1.5}.pricing-grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px;margin-top:66px;display:grid}.price-card{border:1px solid #19566c24;border-radius:25px;padding:30px;position:relative;overflow:hidden}.price-card-free{background:#f8fcfdbf}.price-card-premium{background:var(--ink);color:var(--paper)}.premium-glow{background:radial-gradient(circle,#15aaa859,#15aaa800 67%);border-radius:50%;width:360px;height:360px;position:absolute;top:-150px;right:-80px}.price-top{z-index:1;align-items:center;gap:10px;display:flex;position:relative}.price-icon{width:39px;height:39px;color:var(--blue-deep);background:#d5eef2;border-radius:13px;place-items:center;display:grid}.price-card-premium .price-icon{color:#75e1d5;background:#15aaa82e}.price-label{letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.premium-badge{color:var(--gold);background:#f6c76521;border-radius:999px;margin-left:auto;padding:6px 9px;font-size:10px;font-weight:700}.price-card h3{z-index:1;font-family:var(--display);letter-spacing:-.07em;margin:37px 0 9px;font-size:clamp(2.3rem,4vw,4rem);line-height:.95;position:relative}.price-description{z-index:1;max-width:420px;color:var(--muted);margin:0;font-size:14px;position:relative}.price-card-premium .price-description{color:#f8fcfd9e}.price-divider{z-index:1;background:var(--line);height:1px;margin:30px 0 23px;position:relative}.price-card-premium .price-divider{background:#f8fcfd29}.feature-list{z-index:1;color:var(--ink-soft);gap:12px;margin:0;padding:0;font-size:13px;list-style:none;display:grid;position:relative}.price-card-premium .feature-list{color:#f8fcfdd1}.feature-list li{align-items:flex-start;gap:9px;display:flex}.feature-list svg{color:var(--sage);flex:none;margin-top:2px}.pricing-cta{justify-content:center;margin-top:34px;display:flex}.launch-section{background:var(--sky);padding-top:0}.launch-panel{background:var(--ink);min-height:360px;color:var(--paper);box-shadow:var(--shadow);border-radius:29px;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;padding:55px 64px;display:grid;position:relative;overflow:hidden}.launch-panel:after{content:"";border:1px solid #f8fcfd1f;border-radius:50%;width:700px;height:700px;position:absolute;bottom:-390px;right:4%}.launch-orbit{pointer-events:none;border:1px solid #f8fcfd26;border-radius:50%;position:absolute}.launch-orbit-one{width:580px;height:580px;top:-250px;right:-140px}.launch-orbit-two{border-color:#15aaa84d;width:360px;height:360px;top:-150px;right:120px}.launch-copy,.waitlist-form{z-index:1;position:relative}.launch-copy h2{max-width:530px;margin-bottom:15px}.launch-copy>p{color:#f8fcfda8;max-width:480px}.waitlist-form{background:#f8fcfd12;border:1px solid #f8fcfd2b;border-radius:20px;padding:23px}.waitlist-form label{color:#f8fcfdcc;margin-bottom:9px;font-size:12px;font-weight:700;display:block}.waitlist-row{gap:8px;display:flex}.waitlist-row input{min-width:0;height:50px;color:var(--paper);background:#081f2f59;border:1px solid #f8fcfd38;border-radius:999px;outline:0;flex:1;padding:0 15px;font-size:14px}.waitlist-row input::placeholder{color:#f8fcfd75}.waitlist-row input:focus{border-color:var(--teal)}.waitlist-row .button{flex:none}.form-note{color:#f8fcfd80;min-height:19px;margin:11px 2px 0;font-size:11px}.faq-grid{grid-template-columns:.9fr 1.1fr;gap:90px;display:grid}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:72px;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;padding:14px 0;font-size:15px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{border:1px solid var(--line);width:22px;height:22px;color:var(--blue);content:"+";text-align:center;border-radius:50%;font-size:19px;font-weight:400;line-height:19px}.faq-list details[open] summary:after{content:"–"}.faq-list details p{max-width:570px;color:var(--muted);margin:-3px 34px 22px 0;font-size:14px;line-height:1.6}.safety-strip{background:#ffe9e2}.safety-inner{align-items:center;gap:14px;min-height:86px;display:flex}.safety-icon{color:#9b4e39;background:#f5c2b1;border-radius:13px;flex:none;place-items:center;width:39px;height:39px;display:grid}.safety-inner p{color:#6c4035;flex:1;margin:0;font-size:12px;line-height:1.45}.safety-inner a{color:#9b4e39;flex:none;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.safety-inner a:hover{color:var(--ink)}.site-footer{background:var(--ink);color:var(--paper);padding:50px 0 56px}.footer-grid{grid-template-columns:1.2fr .8fr .9fr;align-items:end;gap:40px;display:grid}.brand-footer{color:var(--paper)}.footer-grid>div>p{color:#f8fcfd8c;font-family:var(--display);margin:13px 0 0 50px;font-size:15px;font-style:italic}.footer-links{color:#f8fcfda8;flex-wrap:wrap;gap:16px 23px;font-size:12px;font-weight:600;display:flex}.footer-links a:hover{color:var(--paper)}.footer-meta{color:#f8fcfd73;text-align:right;justify-items:end;gap:7px;font-size:11px;display:grid}.footer-social{gap:10px;margin:16px 0 0 50px;display:flex}.footer-social a{color:#f8fcfdbf;background:#f8fcfd1a;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .18s,color .18s,transform .18s;display:grid}.footer-social a:hover{color:var(--paper);background:#f8fcfd2e;transform:translateY(-2px)}.launch-panel{background-position:50%;background-size:cover}.launch-app-icon{z-index:0;opacity:.74;border-radius:25px;width:92px;height:92px;position:absolute;bottom:-12px;right:39%;transform:rotate(-12deg)}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .56s,transform .62s cubic-bezier(.2,.8,.2,1);transform:translateY(22px)}.reveal-from-left{transform:translate(-44px,12px)}.reveal-from-right{transform:translate(44px,12px)}.reveal.is-visible{opacity:1;will-change:auto;transform:none}.reveal-delay-1{transition-delay:90ms}.reveal-delay-2{transition-delay:.18s}.reveal-delay-3{transition-delay:.27s}@media (width<=980px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr .8fr;gap:28px}.hero h1{font-size:clamp(3.3rem,7.5vw,5.8rem)}.preview-note-left{left:-27px}.preview-note-right{right:-18px}.story-layout{grid-template-columns:1fr}.story-tabs{grid-template-columns:repeat(3,1fr);display:grid}.story-tip{grid-column:1/-1;margin-top:4px}.story-panel{grid-template-columns:.9fr 1.1fr}.proof-grid{gap:28px}.proof-visual{transform-origin:100%;transform:scale(.88)}.launch-panel{gap:30px;padding:45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-meta{text-align:left;justify-items:start}}@media (width<=760px){.container{width:min(100% - 36px,620px)}.site-nav{min-height:74px}.menu-toggle{display:grid}.site-links{box-shadow:var(--shadow);background:#081f2ff5;border:1px solid #f8fcfd29;border-radius:18px;flex-direction:column;align-items:stretch;gap:0;padding:8px;display:none;position:absolute;top:68px;left:0;right:0}.site-links.is-open{display:flex}.site-links a{padding:14px 13px}.site-links .nav-cta{justify-content:center;margin-top:5px}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 35px}.hero-copy{max-width:600px}.hero h1{max-width:560px;font-size:clamp(3.25rem,14vw,5.2rem)}.hero-lede{font-size:17px}.hero-visual{min-height:570px;margin-top:17px}.phone-wrap{width:min(78vw,350px)}.preview-note-left{top:92px;left:max(-4px,50% - 235px)}.preview-note-right{bottom:52px;right:max(-2px,50% - 230px)}.visual-scribble-top{top:52px;right:4%}.visual-scribble-bottom{bottom:35px;left:4%}.hero-lower{grid-template-columns:1fr;gap:17px;padding-top:20px}.lower-features{justify-content:flex-start;gap:13px 24px}.section{padding:88px 0}.section-intro h2,.proof-copy h2,.launch-copy h2{font-size:clamp(2.7rem,11vw,4.3rem)}.section-intro>p,.proof-copy>p,.launch-copy>p{font-size:16px}.story-tabs{flex-direction:row;margin-right:-18px;padding-bottom:4px;display:flex;overflow-x:auto}.story-tab{flex:0 0 220px;min-height:110px}.story-tip{display:none}.story-panel{grid-template-columns:1fr;min-height:0;padding:23px}.story-copy{padding:7px 2px 16px}.story-stat{margin-bottom:23px}.story-copy h3{max-width:450px}.story-copy p{margin-bottom:22px}.story-shot-wrap{width:min(100%,310px);height:470px;margin:0 auto}.toolkit-grid{grid-template-columns:1fr}.tool-card,.tool-card-coach{grid-row:auto;min-height:0}.tool-card-coach{min-height:500px}.chat-preview{margin-top:35px}.daily-plan-grid{grid-template-columns:1fr;gap:35px}.daily-plan-visual{min-height:555px}.plan-screen{height:545px}.plan-callout-next{right:4%}.plan-callout-check{left:2%}.daily-plan-copy h2{font-size:clamp(2.7rem,11vw,4.3rem)}.daily-plan-copy>p{font-size:16px}.proof-grid{grid-template-columns:1fr}.proof-visual{transform-origin:50%;min-height:550px;margin-top:-10px;transform:none}.proof-phone-back{width:210px;height:470px;left:5%}.proof-phone-front{width:240px;height:520px;right:3%}.proof-sticker{right:-2px}.pricing-grid{grid-template-columns:1fr}.premium-badge{display:none}.launch-panel{grid-template-columns:1fr;gap:35px;padding:35px 23px}.launch-copy h2{font-size:clamp(2.7rem,11vw,4.2rem)}.waitlist-form{padding:17px}.waitlist-row{flex-direction:column}.waitlist-row .button{width:100%}.faq-grid{grid-template-columns:1fr;gap:46px}.safety-inner{flex-wrap:wrap;align-items:flex-start;padding:21px 0}.safety-inner p{flex-basis:calc(100% - 54px)}.safety-inner a{margin-left:54px}.footer-grid{grid-template-columns:1fr;gap:29px}.footer-meta{justify-items:start}}@media (width<=430px){.container{width:min(100% - 28px,620px)}.hero h1{font-size:3.08rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-proof{gap:10px 17px}.hero-visual{min-height:505px}.phone-wrap{width:min(77vw,310px)}.preview-note{transform-origin:50%;transform:scale(.87)}.preview-note-left{left:-30px}.preview-note-right{right:-27px}.visual-scribble{font-size:13px}.lower-features{grid-template-columns:1fr 1fr;font-size:11px;display:grid}.story-tab{flex-basis:200px}.tool-card{padding:23px}.daily-plan-visual{min-height:465px}.plan-screen{width:min(76vw,270px);height:470px}.plan-callout-next{top:71px;right:-2px}.plan-callout-check{bottom:36px;left:-4px}.proof-visual{min-height:470px}.proof-phone-back{width:170px;height:390px;left:2%}.proof-phone-front{width:195px;height:430px;right:0}.proof-sticker{width:78px;height:78px}.proof-sticker span,.faq-list summary{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}.mode-image-light{opacity:1;animation:none}.mode-image-dark{opacity:0;animation:none}}.feature-list-label{z-index:1;color:var(--blue-deep);letter-spacing:.14em;text-transform:uppercase;margin:0 0 13px;font-size:10px;font-weight:700;position:relative}.price-card-premium .feature-list-label{color:#f8fcfd94}.plans-section .feature-list{gap:11px}:root{--coal:#061721;--plum:#56305e;--ember:#d86f54;--mint:#48d0bc;--cream:#fbf7ed}.hero:before{content:"";pointer-events:none;background:linear-gradient(90deg,#040d23eb 0%,#040d23bd 37%,#040d2361 75%,#040d238f 100%),linear-gradient(#040d237a,#040d23a8);position:absolute;inset:0}.hero:after{clip-path:none;background:radial-gradient(circle at 58% 72%,#745dff3d,#0000 36%),linear-gradient(#0000 34%,#040d2357);border-radius:0;width:auto;height:auto;inset:0 auto auto 0}.hero-orbit{display:none}.site-nav{border-bottom:1px solid #f8fcfd1f}.brand span{font-weight:800}.hero h1,.section-intro h2,.proof-copy h2,.launch-copy h2,.daily-plan-copy h2,.feature-tour-heading h2,.feature-tour-card h3{letter-spacing:0}.hero h1{max-width:720px;margin:22px 0;font-size:6.15rem;line-height:.92}.button{border-radius:8px}.button-primary{background:var(--gold);color:var(--coal);box-shadow:0 18px 32px #f6c76538}.phone-wrap{background:#f8fcfd29;border-radius:20px;transform:rotate(1.2deg)}.mode-image-light,.mode-image-dark{object-position:top}.preview-note,.plan-callout,.shot-caption,.tool-screenshot-caption{border-radius:8px}.intro-section{background:linear-gradient(#edf6f3,#f8fcfd)}.story-panel,.tool-card,.price-card,.launch-panel,.waitlist-form,.story-tab{border-radius:8px}.daily-plan-section{background:linear-gradient(90deg,#48d0bc29,#0000 32%),linear-gradient(#f8fcfd,#deedf0);position:relative}.daily-plan-section:before{background:linear-gradient(180deg, var(--teal), var(--gold), var(--ember));content:"";width:5px;position:absolute;top:0;bottom:0;left:max(24px,50vw - 590px)}.daily-plan-copy h2{max-width:620px}.plan-points{border-left:1px solid #19566c2e;padding-left:18px}.feature-tour-section{background:var(--coal);color:var(--paper);position:relative;overflow:hidden}.feature-tour-section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#48d0bc1a,#0000 34%,#d86f541a),repeating-linear-gradient(90deg,#f8fcfd0b 0 1px,#0000 1px 92px);position:absolute;inset:0}.feature-tour-section .container{z-index:1;position:relative}.feature-tour-heading{grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:46px;display:grid}.feature-tour-heading h2{max-width:850px;font-family:var(--display);margin:18px 0 0;font-size:4.65rem;font-weight:650;line-height:.98}.feature-tour-heading p{color:#f8fcfda8;margin:0;font-size:16px;line-height:1.65}.feature-tour-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-top:58px;display:grid}.feature-tour-card{border:1px solid #f8fcfd1f;border-top:4px solid var(--teal);background:linear-gradient(#f8fcfd14,#f8fcfd09);border-radius:8px;grid-column:span 4;grid-template-rows:auto 1fr;min-height:620px;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 70px #0000003d}.feature-tour-card-large{grid-column:span 6;grid-template-rows:1fr;grid-template-columns:minmax(0,.95fr) minmax(220px,.85fr);min-height:540px}.feature-tour-card-coral{border-top-color:var(--coral)}.feature-tour-card-teal{border-top-color:var(--teal)}.feature-tour-card-lilac{border-top-color:var(--lilac)}.feature-tour-card-sage{border-top-color:var(--sage)}.feature-tour-card-gold{border-top-color:var(--gold)}.feature-tour-card-blue{border-top-color:#70b9df}.feature-tour-copy{z-index:2;padding:24px;position:relative}.feature-tour-meta{color:#f8fcfdb3;letter-spacing:.11em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.feature-tour-icon{width:33px;height:33px;color:var(--gold);background:#f8fcfd14;border:1px solid #f8fcfd24;border-radius:8px;place-items:center;display:grid}.feature-tour-meta b{color:var(--gold);letter-spacing:.06em;white-space:nowrap;background:#f6c7651f;border-radius:999px;margin-left:auto;padding:6px 8px;font-size:9px}.feature-tour-card h3{font-family:var(--display);margin:25px 0 12px;font-size:2.2rem;font-weight:650;line-height:1}.feature-tour-card p{color:#f8fcfda8;margin:0;font-size:14px;line-height:1.58}.feature-tour-card ul{color:#f8fcfdd1;gap:9px;margin:24px 0 0;padding:0;font-size:12px;line-height:1.35;list-style:none;display:grid}.feature-tour-card li{align-items:flex-start;gap:8px;display:flex}.feature-tour-card li svg{color:var(--mint);flex:none;margin-top:1px}.feature-tour-shot{align-self:end;min-height:330px;position:relative;overflow:hidden}.feature-tour-shot img{object-fit:cover;object-position:top;width:100%;height:430px;box-shadow:none;border:0;border-radius:0;display:block}.feature-tour-card-large .feature-tour-shot{align-items:end;min-height:100%;padding:24px 24px 0 0;display:grid}.feature-tour-card-large .feature-tour-shot img{height:500px}.toolkit-section:before{clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);border-color:#f8fcfd14;border-radius:0}.tool-card{border-top:4px solid #f8fcfd2e}.tool-card h3{letter-spacing:0}.proof-section{background:linear-gradient(#fbf7ed,#edf6f3)}.price-card{border-top:5px solid var(--teal)}.price-card-premium{border-top-color:var(--gold)}@media (width<=980px){.hero h1{font-size:5.1rem}.feature-tour-heading{grid-template-columns:1fr;gap:18px}.feature-tour-heading h2{font-size:3.85rem}.feature-tour-card,.feature-tour-card-large{grid-column:span 6;grid-template-rows:auto 1fr;grid-template-columns:1fr}.feature-tour-card-large .feature-tour-shot{min-height:330px;padding:0 22px}}@media (width<=760px){html,body,.site-shell{overflow-x:hidden}.site-nav{flex-direction:column;align-items:flex-start;gap:12px;width:min(100%,100vw - 36px);padding:14px 0 16px;position:relative}.brand{min-width:0}.brand span{white-space:normal}.menu-toggle{display:none!important}.site-links,.site-links.is-open{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;flex-flow:wrap;gap:8px;padding:0;display:flex;position:static}.site-links a{color:#f8fcfdc7;background:#f8fcfd0f;border:1px solid #f8fcfd2e;border-radius:999px;min-height:36px;padding:8px 10px;font-size:11px}.site-links .nav-cta{min-height:36px;margin-top:0;padding:8px 10px}.hero h1{overflow-wrap:break-word;max-width:calc(100vw - 36px);font-size:2.95rem;line-height:.95}.hero-copy,.hero-actions,.hero-proof{width:min(100%,100vw - 54px);max-width:calc(100vw - 54px)}.hero-lede{width:min(320px,100vw - 90px);max-width:calc(100vw - 90px);font-size:16px}.section-intro h2,.proof-copy h2,.launch-copy h2,.daily-plan-copy h2{overflow-wrap:break-word;max-width:calc(100vw - 36px)}.hero-visual{width:min(100%,100vw - 36px);overflow:hidden}.phone-wrap{width:min(74vw,300px);transform:none}.preview-note{max-width:250px}.preview-note-left{left:0}.preview-note-right{display:none}.preview-note-right strong{font-size:18px}.lower-features{grid-template-columns:1fr;justify-content:stretch;display:grid}.lower-features span{min-width:0}.feature-tour-heading h2{font-size:3.05rem}.feature-tour-grid{grid-template-columns:1fr}.feature-tour-card,.feature-tour-card-large{grid-column:auto;min-height:0}.feature-tour-shot,.feature-tour-card-large .feature-tour-shot{min-height:280px}.feature-tour-shot img,.feature-tour-card-large .feature-tour-shot img{height:390px}}@media (width<=430px){.hero h1{font-size:2.85rem}.phone-wrap{width:min(82vw,286px)}.preview-note-left{left:-6px}.preview-note-right{right:-8px}.feature-tour-card h3{font-size:1.85rem}.feature-tour-copy{padding:20px}.feature-tour-meta b{text-align:center;width:100%;margin-left:0}}:root{--ink:#111b52;--ink-soft:#2c3973;--sky:#f2f4ff;--sky-deep:#dce8ff;--paper:#fff;--blue:#3b6fe5;--blue-deep:#2450b7;--teal:#28c6d5;--coral:#ff7d72;--peach:#ffae68;--gold:#ffd34e;--sage:#68d09b;--lilac:#a785ff;--muted:#59658c;--line:#3050ae2e;--shadow:0 28px 80px #3045a029;--display:"DM Sans", "Avenir Next", system-ui, sans-serif;--coal:#07165f;--plum:#7042ce;--ember:#ff7d72;--mint:#52d8da;--cream:#fff}body{background:var(--sky)}.hero{background-color:#1c63db;background-position:50% 38%;background-repeat:no-repeat;background-size:cover;min-height:max(900px,100svh)}.hero:before{background:linear-gradient(90deg,#08239bf5 0%,#145eded1 42%,#422fb65c 73%,#0b22807a 100%),linear-gradient(#0c2fa814 0%,#0612577a 100%)}.hero:after{background:radial-gradient(circle,#ff91b057,#ff91b000 67%);border-radius:50%;width:68vw;height:76vw;bottom:-35%;right:-18%}.hero-noise{opacity:.08}.site-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0826975c;border:1px solid #fff3;border-radius:22px;min-height:72px;margin-top:18px;padding:10px 14px;box-shadow:0 16px 45px #091b7829}.brand,.site-links{color:#fff}.site-links{color:#ffffffd6}.site-links .nav-cta{color:#fff0a1;background:#ffd34e29;border-color:#ffe15ec7}.hero-grid{min-height:calc(100svh - 170px);padding:54px 0 44px}.hero-copy-panel{background:linear-gradient(145deg,#0c32add1,#3648c994);border:1px solid #ffffff47;border-radius:30px;max-width:670px;padding:clamp(26px,4vw,48px);box-shadow:0 30px 80px #071a7747}.hero-copy-panel.reveal{will-change:opacity;transition-property:opacity;transform:none}.hero h1{max-width:630px;font-family:var(--display);letter-spacing:-.07em;margin:22px 0;font-size:clamp(3.55rem,6.6vw,6.65rem);font-weight:800;line-height:.92}.hero-lede{color:#ffffffe0;max-width:590px;font-size:clamp(17px,1.65vw,20px)}.hero-proof{color:#ffffffd1}.hero-proof svg{color:#ffe46e}.button-primary{color:#171f66;background:linear-gradient(135deg,#ffe05b,#ff9a70);box-shadow:0 16px 30px #ffbb4e52}.button-primary:hover{background:linear-gradient(135deg,#ffea83,#ffaf89);box-shadow:0 20px 36px #ffbb4e66}.button-outline-dark{background:#ffffff1a;border-color:#ffffff6b}.button-outline-dark:hover{background:#ffffff2e;border-color:#fffc}.hero-visual{min-height:660px}.hero-visual:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff4d,#66deff1f 44%,#66deff00 72%);border-radius:50%;width:min(530px,90%);height:min(530px,90%);position:absolute}.phone-wrap{background:#ffffff38;border:1px solid #ffffffa8;border-radius:28px;width:min(100%,365px);transform:rotate(-2deg);box-shadow:0 32px 90px #0512596b,0 0 0 9px #ffffff1f}.phone-screen{border-radius:18px}.hero-visual-callout{z-index:3;color:#081f2f;background:#fffffff0;border:1px solid #223a9e29;border-radius:16px;align-items:center;gap:11px;max-width:260px;padding:13px 15px 13px 12px;display:flex;position:absolute;bottom:74px;right:-26px;transform:rotate(2deg);box-shadow:0 18px 42px #091a7040}.hero-mode-callout{z-index:3;color:#fff;background:#18277ae0;border:1px solid #ffffff85;border-radius:16px;align-items:center;gap:10px;padding:11px 14px 11px 10px;display:flex;position:absolute;top:92px;left:-18px;transform:rotate(-2deg);box-shadow:0 16px 36px #091a7047}.hero-mode-callout b,.hero-mode-callout small{display:block}.hero-mode-callout b{font-size:11px;line-height:1.2}.hero-mode-callout small{color:#ffffffb3;margin-top:3px;font-size:9px}.hero-mode-icon{color:#18277a;background:linear-gradient(135deg,#ffe46e 0 50%,#7869db 50% 100%);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;display:grid}.hero-visual-callout b,.hero-visual-callout small{display:block}.hero-visual-callout b{font-size:12px;line-height:1.2}.hero-visual-callout small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.25}.hero-callout-icon{color:#7042ce;background:#e7dcff;border-radius:12px;flex:none;place-items:center;width:36px;height:36px;display:grid}.hero-lower{color:#ffffffd6;border-top-color:#ffffff47}.lower-features svg{color:#ffe16b}.intro-section,.proof-section,.plans-section,.faq-section{background:linear-gradient(#f2f4ff 0%,#fff 100%)}.section-intro h2 em,.proof-copy h2 em{color:#e85bc5}.daily-plan-section{background:radial-gradient(circle at 0,#59d5e840,#0000 34%),linear-gradient(#fff 0%,#e7f5ff 100%)}.plans-section{background:linear-gradient(#f1edff 0%,#e8f8ff 100%)}.feature-tour-section{color:var(--ink);background:linear-gradient(140deg,#eef5ff 0%,#f5efff 47%,#fff2f7 100%)}.feature-tour-section .eyebrow-on-dark{color:var(--blue-deep)}.feature-tour-section:before{background:radial-gradient(circle at 10% 15%,#2f6fe526,#0000 26%),radial-gradient(circle at 90% 80%,#e85bc524,#0000 28%),repeating-linear-gradient(90deg,#2b5cb90b 0 1px,#0000 1px 92px)}.feature-tour-heading p{color:var(--muted)}.feature-tour-meta{color:var(--blue-deep)}.feature-tour-icon{color:#e24eb6;background:#fff;border-color:#2f66d729}.feature-tour-meta b{color:#6a4b00;background:#fff1a9}.feature-tour-card{background:#ffffffc7;border-color:#3050ae2e;box-shadow:0 22px 60px #4958ae24}.feature-tour-card p{color:var(--muted)}.feature-tour-card ul{color:var(--ink-soft)}.feature-tour-card li svg{color:#18a7b9}.toolkit-section{background:radial-gradient(circle at 12% 10%,#28c6d533,#0000 30%),radial-gradient(circle at 88% 72%,#a785ff2e,#0000 34%),linear-gradient(145deg,#071d28 0%,#0b3042 52%,#142b42 100%)}.toolkit-grid-premium{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch}.toolkit-grid-premium .tool-card{min-height:0}.toolkit-grid-premium .tool-card-coach{grid-row:auto}.toolkit-grid-premium .tool-card-pattern{background:linear-gradient(145deg,#213d59,#192d46)}.toolkit-grid-premium .tool-screenshot-wrap{width:100%;max-width:none;height:390px;margin-top:30px}.toolkit-grid-premium .tool-screenshot-wrap img{object-position:top center}.coach-capabilities{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.coach-capabilities span{color:#a5f2e9;letter-spacing:.06em;text-transform:uppercase;background:#15aaa81f;border:1px solid #75e1d547;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:800}.tool-context{align-items:flex-start;gap:8px;display:flex;color:#f8fcfdad!important;max-width:none!important;margin-top:18px!important;font-size:12px!important;line-height:1.45!important}.tool-context svg{color:#75e1d5;flex:none;margin-top:1px}.toolkit-grid-premium .tool-footnote{margin-top:20px}.tool-insights-list{color:#f8fcfdd1;gap:10px;margin:18px 0 0;padding:0;font-size:12px;line-height:1.4;list-style:none;display:grid}.tool-insights-list li{align-items:flex-start;gap:8px;display:flex}.tool-insights-list svg{color:#75e1d5;flex:none;margin-top:1px}@media (width<=760px){.toolkit-grid-premium{grid-template-columns:1fr}.toolkit-grid-premium .tool-screenshot-wrap{height:380px}}@media (width<=430px){.toolkit-grid-premium .tool-screenshot-wrap{height:340px}}.toolkit-grid-premium .tool-screenshot-wrap.tool-phone-frame{aspect-ratio:1080/2424;background:linear-gradient(150deg,#172532,#020811 55%,#273543);border:3px solid #020914;border-radius:42px;width:min(100%,360px);height:auto;margin:30px auto 0;padding:11px 9px 15px;box-shadow:0 24px 40px #00000052,inset 0 0 0 2px #ffffff1f}.tool-phone-frame:before{z-index:3;content:"";background:#101b26;border-radius:999px;width:76px;height:5px;position:absolute;top:15px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 1px #ffffff29}.tool-phone-frame:after{z-index:3;content:"";background:#f8fcfd8c;border-radius:999px;width:72px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.tool-phone-screen{background:#eaf6fa;border:1px solid #ffffff38;border-radius:32px 32px 25px 25px;width:100%;height:100%;position:relative;overflow:hidden}.tool-phone-screen img{object-fit:contain;object-position:center;border-radius:inherit;background:#071523;width:100%;height:100%}.tool-phone-screen .tool-screenshot-caption{bottom:11px;left:11px;right:11px}@media (width<=760px){.toolkit-grid-premium .tool-screenshot-wrap.tool-phone-frame{height:auto}}@media (width<=430px){.toolkit-grid-premium .tool-screenshot-wrap.tool-phone-frame{height:auto;padding-left:8px;padding-right:8px}}.toolkit-section{color:var(--ink);background:radial-gradient(circle at 8% 8%,#28c6d538,#0000 28%),radial-gradient(circle at 92% 76%,#a785ff33,#0000 32%),linear-gradient(135deg,#edf6ff 0%,#f5efff 52%,#fff3f1 100%)}.toolkit-section:before{border-color:#2450b71a}.toolkit-section .eyebrow-on-dark{color:var(--blue-deep)}.toolkit-section .section-intro-dark>p{color:var(--muted)}.toolkit-grid-premium .tool-card{border-color:#3050ae2e;box-shadow:0 22px 55px #4958ae24}.toolkit-grid-premium .tool-card-coach{border-top-color:var(--teal);background:linear-gradient(145deg,#dff8fb 0%,#e5efff 100%)}.toolkit-grid-premium .tool-card-pattern{border-top-color:var(--lilac);background:linear-gradient(145deg,#eee8ff 0%,#e7f4ff 100%)}.toolkit-grid-premium .tool-card-head{color:var(--blue-deep)}.toolkit-grid-premium .tool-card h3{color:var(--ink)}.toolkit-grid-premium .tool-card p{color:var(--muted)}.toolkit-grid-premium .tool-card-coach .tool-icon{color:#1599ad;background:#28c6d52e}.toolkit-grid-premium .tool-card-pattern .tool-icon{color:#704bd0;background:#a785ff33}.toolkit-grid-premium .tool-context{color:var(--ink-soft)!important}.toolkit-grid-premium .tool-context svg,.toolkit-grid-premium .tool-insights-list svg{color:#1599ad}.toolkit-grid-premium .tool-insights-list{color:var(--ink-soft)}.toolkit-grid-premium .tool-footnote{color:var(--muted)}.toolkit-grid-premium .tool-phone-frame{background:linear-gradient(145deg,#5f83e8,#273b96 58%,#916bd9);border-color:#2d3d94;box-shadow:0 24px 40px #2f439b40,inset 0 0 0 2px #ffffff47}.toolkit-grid-premium .tool-phone-frame:before{background:#263477}.daily-plan-visual .plan-screen{background:linear-gradient(145deg,#fff,#dbe5ff 62%,#a887e7);border:3px solid #2d3d94;border-radius:40px;width:min(100%,330px);height:680px;padding:10px;box-shadow:0 26px 60px #2f439b3d,inset 0 0 0 2px #ffffffc7}.daily-plan-visual .plan-screen:before{z-index:2;content:"";background:#263477;border-radius:999px;width:72px;height:5px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.daily-plan-visual .plan-screen img{object-fit:contain;object-position:center;background:#071523;border-radius:29px;width:100%;height:100%}@media (width<=760px){.daily-plan-visual .plan-screen{height:590px}}@media (width<=430px){.daily-plan-visual .plan-screen{height:545px}}.feature-tour-meta{flex-wrap:wrap;align-items:center;row-gap:8px;min-height:36px}.feature-tour-meta>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.feature-tour-meta b{white-space:nowrap;flex:none;width:auto;margin-left:auto}.feature-tour-shot-phone{place-items:end center;min-height:100%;padding:24px 24px 0;display:grid}.feature-tour-phone-frame{aspect-ratio:1080/2424;background:linear-gradient(150deg,#172532,#020811 55%,#273543);border:3px solid #020914;border-radius:42px;width:min(100%,350px);height:auto;padding:11px 9px 15px;box-shadow:0 24px 40px #0000003d,inset 0 0 0 2px #ffffff1f}@media (width<=980px){.feature-tour-shot-phone{min-height:560px}}@media (width<=760px){.feature-tour-shot-phone{min-height:0}.feature-tour-phone-frame{width:min(100%,310px)}.hero{background-position:top;min-height:auto}.site-nav{background:#0826977a;width:100%;max-width:100%;margin-top:12px;padding:10px 12px 12px}.site-links{gap:6px;min-width:0;max-width:calc(100vw - 52px)}.site-links a{padding:7px 9px;font-size:10px}.hero-grid{width:100%;max-width:100%;min-height:0;padding:36px 0 30px}.hero-copy-panel{background:linear-gradient(145deg,#0c32ade6,#3648c9b8);border-radius:24px;width:min(100%,100vw - 42px);min-width:0;max-width:calc(100vw - 42px);padding:25px 21px 24px}.hero h1{overflow-wrap:anywhere;width:100%;min-width:0;max-width:300px;margin:19px 0 18px;font-size:clamp(2.65rem,12vw,4.4rem)}.hero-lede{overflow-wrap:anywhere;width:100%;max-width:300px;font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;width:100%;max-width:300px;margin-top:27px}.hero-actions .button{width:100%}.hero-proof{overflow-wrap:anywhere;width:100%;max-width:300px}.hero-visual{min-height:550px;margin-top:5px}.phone-wrap{width:min(76vw,300px)}.hero-visual-callout{bottom:48px;right:max(-2px,50% - 177px)}.hero-mode-callout{top:62px;left:max(-2px,50% - 177px)}.hero-lower{padding-top:20px}}@media (width<=430px){.hero-copy-panel{width:min(100%,100vw - 42px)}.hero-visual{min-height:500px}.phone-wrap{width:min(79vw,286px)}.hero-visual-callout{max-width:228px;bottom:33px;right:-3px}}.phone-screen,.tool-phone-screen,.daily-plan-visual .plan-screen,.proof-phone{overflow:hidden}.phone-screen img,.tool-phone-screen img,.daily-plan-visual .plan-screen>img,.proof-phone>img,.story-shot-wrap>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.tool-phone-screen{border:0}.tool-phone-screen img,.daily-plan-visual .plan-screen>img{border-radius:inherit;background:0 0}.hero-visual .phone-wrap{background:#000;border:2px solid #f8fcfdb3;border-radius:42px;padding:0;overflow:hidden}.hero-visual .phone-screen{background:#000;border-radius:40px}.hero-visual .phone-screen img{border-radius:inherit}.feature-tour-shot:not(.feature-tour-shot-phone){border-radius:0;overflow:visible}.feature-tour-shot:not(.feature-tour-shot-phone)>img{clip-path:inset(0 round 54px);border:0;border-radius:54px;box-shadow:0 18px 45px #36479638}.feature-tour-shot-phone .tool-phone-screen{background:#eaf6fa}.feature-tour-shot-phone .tool-phone-screen img{clip-path:inset(0 round 40px);border-radius:40px}.games-section{color:var(--ink);background:radial-gradient(circle at 8% 18%,#2ecad333,#0000 28%),radial-gradient(circle at 94% 72%,#e85bc52e,#0000 30%),linear-gradient(140deg,#eefaff 0%,#f6f1ff 52%,#fff3ed 100%);position:relative;overflow:hidden}.games-section:before{content:"";pointer-events:none;background:repeating-linear-gradient(90deg,#345bbd0b 0 1px,#0000 1px 96px);position:absolute;inset:0}.games-section .container{z-index:1;position:relative}.games-heading{grid-template-columns:minmax(0,1fr) minmax(260px,390px);align-items:end;gap:50px;display:grid}.games-heading h2{max-width:780px;font-family:var(--display);letter-spacing:-.065em;margin:18px 0 0;font-size:clamp(3rem,6vw,5.4rem);font-weight:650;line-height:.94}.games-heading p{color:var(--muted);margin:0 0 5px;font-size:16px;line-height:1.65}.games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:58px;display:grid}.game-card{border:1px solid #3050ae2e;border-top:5px solid var(--game-accent);background:#ffffffd6;border-radius:30px;grid-template-rows:auto 1fr;min-height:1000px;padding:30px 30px 0;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 68px #4958ae29}.game-card:after{background:var(--game-glow);content:"";pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;bottom:180px;right:-110px}.game-card-teal{--game-accent:#16b8b1;--game-glow:#2fcdc92e;background:linear-gradient(155deg,#fff 0%,#effcff 48%,#e6f8f3 100%)}.game-card-lilac{--game-accent:#8d6de0;--game-glow:#9975eb2e;background:linear-gradient(155deg,#fff 0%,#f5f1ff 50%,#eaf5ff 100%)}.game-card-copy,.game-phone-stage{z-index:1;position:relative}.game-card-copy{max-width:500px}.game-card-meta{color:var(--blue-deep);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.game-card-icon{color:#e24eb6;background:#ffffffe6;border:1px solid #2f66d729;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.game-card-lilac .game-card-icon{color:#7b5bd4}.game-card-meta b{color:#6a4b00;letter-spacing:.06em;white-space:nowrap;background:#fff1a9;border-radius:999px;margin-left:auto;padding:8px 11px;font-size:10px}.game-card h3{max-width:480px;font-family:var(--display);letter-spacing:-.07em;margin:34px 0 13px;font-size:clamp(2.4rem,4vw,4rem);font-weight:650;line-height:.94}.game-card p{max-width:470px;color:var(--muted);margin:0;font-size:15px;line-height:1.65}.game-card ul{max-width:480px;color:var(--ink-soft);gap:13px;margin:28px 0 0;padding:0;font-size:13px;line-height:1.4;list-style:none;display:grid}.game-card li{align-items:flex-start;gap:9px;display:flex}.game-card li svg{color:#16aebd;flex:none;margin-top:2px}.game-card-lilac li svg{color:#7b67d9}.game-phone-stage{place-items:end center;min-height:0;padding-top:32px;display:grid}.game-phone-frame{background:linear-gradient(150deg,#173947,#03101a 57%,#24515a);border:3px solid #020914;border-radius:42px;width:min(100%,330px);padding:11px 9px 15px;position:relative;box-shadow:0 28px 46px #144f5b47,inset 0 0 0 2px #ffffff1f}.game-phone-frame-lilac{background:linear-gradient(150deg,#273b64,#071425 57%,#4c438f);box-shadow:0 28px 46px #43398947,inset 0 0 0 2px #ffffff1f}.game-phone-frame:before{z-index:2;content:"";background:#101b26;border-radius:999px;width:76px;height:5px;position:absolute;top:15px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 1px #ffffff29}.game-phone-frame:after{z-index:2;content:"";background:#f8fcfd94;border-radius:999px;width:72px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.game-phone-screen{background:#071523;border-radius:32px 32px 25px 25px;line-height:0;overflow:hidden}.game-phone-screen img{border-radius:inherit;width:100%;height:auto;display:block}@media (width<=980px){.games-heading{grid-template-columns:1fr;gap:18px}.game-card{min-height:920px}}@media (width<=760px){.games-heading h2{font-size:3.2rem}.games-grid{grid-template-columns:1fr}.game-card{min-height:0;padding:24px 22px 0}.game-card h3{font-size:2.65rem}.game-phone-stage{padding-top:35px}.game-phone-frame{width:min(100%,330px)}}@media (width<=430px){.game-card-meta{flex-wrap:wrap}.game-card-meta b{text-align:center;width:100%;margin-left:0}.game-card h3{font-size:2.35rem}}.launch-section{background:radial-gradient(circle at 12% 20%,#4fcfe238,#0000 28%),radial-gradient(circle at 88% 78%,#e85bc533,#0000 30%),linear-gradient(145deg,#eef8ff 0%,#f4efff 55%,#fff3ee 100%);position:relative;overflow:hidden}.launch-panel-branded{isolation:isolate;background-color:#091b36;background-position:50%;background-size:cover;border:1px solid #7783e147;border-radius:40px;grid-template-columns:minmax(0,1.08fr) minmax(330px,.82fr);align-items:center;gap:clamp(32px,6vw,90px);min-height:670px;padding:clamp(34px,6vw,78px);display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #36479638}.launch-panel-branded:before{z-index:-1;content:"";background:radial-gradient(circle at 77% 17%,#ffc96f2e,#0000 22%),radial-gradient(circle at 58% 86%,#22cacf2e,#0000 30%),linear-gradient(105deg,#04122dd6 0%,#05224585 40%,#251a5829 100%);position:absolute;inset:0}.launch-panel-branded:after{z-index:-1;content:"";border:1px solid #b1e8ff57;border-radius:50%;width:700px;height:700px;position:absolute;bottom:-270px;right:-160px;box-shadow:0 0 0 90px #8470ed0f,0 0 0 180px #5bd7e10b}.launch-copy{max-width:680px}.launch-copy h2{color:#fff;max-width:650px;font-family:var(--display);letter-spacing:-.075em;margin:20px 0;font-size:clamp(3.3rem,6.8vw,6.9rem);font-weight:650;line-height:.9}.launch-copy>p{color:#f8fcfdbd;max-width:590px;font-size:17px;line-height:1.65}.launch-highlights{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.launch-highlights span{color:#f8fcfdd1;background:#f8fcfd14;border:1px solid #a5e7ff3d;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:700;display:inline-flex}.launch-highlights svg{color:#78e6d5}.launch-action{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#f8fcfd2e,#f8fcfd12);border:1px solid #f8fcfd4d;border-radius:30px;padding:28px;position:relative;box-shadow:0 22px 50px #0003,inset 0 1px #ffffff2e}.launch-action-top{color:#ffe08a;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:12px;font-size:11px;font-weight:800;display:flex}.launch-app-icon{opacity:1;border:1px solid #ffffff3d;border-radius:17px;width:54px;height:54px;position:static;transform:rotate(-8deg);box-shadow:0 12px 28px #06102c47}.launch-action h3{color:#fff;font-family:var(--display);letter-spacing:-.06em;margin:23px 0 8px;font-size:clamp(2rem,3.2vw,3.15rem);line-height:.96}.launch-action>p{color:#f8fcfdb3;margin:0 0 22px;font-size:14px;line-height:1.55}.launch-panel-branded .waitlist-form{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.launch-panel-branded .waitlist-form label{color:#f8fcfdd6}.launch-panel-branded .waitlist-row{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.launch-panel-branded .waitlist-row input{background:#03122680;border-color:#f8fcfd40;height:54px}.launch-panel-branded .waitlist-row .button{white-space:nowrap;min-height:54px;padding-inline:17px}.launch-panel-branded .form-note{color:#f8fcfd94}.launch-signal{z-index:2;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071c35b8;border:1px solid #f8fcfd3d;border-radius:16px;align-items:center;gap:9px;padding:11px 14px 11px 11px;display:flex;position:absolute;box-shadow:0 16px 35px #0003}.launch-signal svg{color:#76e5d3;background:#4fdacc2e;border-radius:11px;width:32px;height:32px;padding:7px;display:grid}.launch-signal b,.launch-signal small{display:block}.launch-signal b{font-size:11px}.launch-signal small{color:#f8fcfd9e;margin-top:2px;font-size:9px}.launch-signal-coach{bottom:28px;left:47%;transform:rotate(-4deg)}.launch-signal-plan{top:32px;right:5%;transform:rotate(4deg)}.launch-signal-plan svg{color:#ffe08a;background:#ffd67033}@media (width<=980px){.launch-panel-branded{grid-template-columns:1fr;gap:38px;min-height:0}.launch-action{width:min(100%,600px)}.launch-signal{display:none}}@media (width<=760px){.launch-panel-branded{border-radius:28px;gap:28px;padding:29px 21px 24px}.launch-copy h2{font-size:3.35rem}.launch-copy>p{font-size:16px}.launch-action{border-radius:23px;padding:21px}.launch-panel-branded .waitlist-row{grid-template-columns:1fr}.launch-panel-branded .waitlist-row .button{width:100%}}@media (width<=430px){.launch-copy h2{font-size:2.9rem}.launch-highlights{display:grid}.launch-highlights span{justify-content:flex-start}}.launch-panel-branded .waitlist-row .button:disabled{cursor:wait;opacity:.78;transform:none}.launch-panel-branded .waitlist-row input:disabled{cursor:default;opacity:.82}.site-nav{z-index:50;width:min(1180px,100% - 48px);margin-top:0;transition:top .22s,padding .22s,background .22s,border-radius .22s,box-shadow .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s;position:fixed;top:12px;left:50%;transform:translate(-50%)}.site-nav.is-stuck{background:color-mix(in srgb, var(--coal,#07165f) 88%, transparent);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);border-bottom:1px solid #ffffff24;border-radius:0;width:100%;padding:8px clamp(18px,5vw,60px);top:0;box-shadow:0 14px 40px #030b3461}.hero-container{padding-top:98px}@media (width<=1024px){.site-nav{border-radius:20px;flex-direction:row;align-items:center;gap:16px;width:calc(100% - 32px);max-width:calc(100% - 32px);min-height:68px;margin-top:0;padding:9px 10px 9px 14px;top:12px;overflow:visible}.site-nav.is-stuck{border-radius:0;width:100%;max-width:100%;padding:9px 16px;top:0}.hero-container{padding-top:92px}.brand{flex:auto;min-width:0}.brand span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.logo-mark,.logo-mark img{width:38px;height:38px}.menu-toggle{z-index:2;background:#ffffff1f;border:1px solid #ffffff3d;flex:none;width:46px;height:46px;transition:background .18s,transform .18s;position:relative;display:grid!important}.menu-toggle:hover{background:#ffffff30}.menu-toggle:active{transform:scale(.96)}.site-links,.site-links.is-open{opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#061452f7;border:1px solid #fff3;border-radius:20px;gap:0;width:100%;min-width:0;max-width:none;padding:9px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;transform:translateY(-8px)scale(.985);box-shadow:0 22px 55px #030b346b}.site-links.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.site-links a{color:#ffffffe0;background:0 0;border:0;border-bottom:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;min-height:48px;padding:13px 14px;font-size:14px;display:flex}.site-links a:hover{color:#fff;background:#ffffff14;transform:none}.site-links .nav-cta{color:#fff0a1;background:#ffd34e29;border:1px solid #ffe15eb8;border-radius:12px;justify-content:center;min-height:50px;margin-top:8px;padding:13px 15px}}@media (width<=430px){.brand span{max-width:190px;font-size:13px}.site-links,.site-links.is-open{top:calc(100% + 8px)}}.device-frame{box-sizing:border-box;aspect-ratio:.475;position:relative;background:linear-gradient(145deg,#315363,#0b1c27 52%,#3d6970)!important;border:3px solid #06111b!important;border-radius:50px!important;height:auto!important;padding:15px 14px 17px!important;overflow:visible!important;box-shadow:0 28px 54px #05152147,inset 0 0 0 3px #7eb1be57,inset 0 0 0 7px #020a10c2!important}.device-frame:before{z-index:4!important;content:""!important;background:#061019!important;border:1px solid #6396a533!important;border-radius:999px!important;width:76px!important;height:5px!important;position:absolute!important;top:7px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:inset 0 1px 1px #ffffff1a!important}.device-frame:after{z-index:4!important;content:""!important;background:#d2ebefb8!important;border-radius:999px!important;width:74px!important;height:4px!important;position:absolute!important;bottom:6px!important;left:50%!important;transform:translate(-50%)!important}.device-screen{clip-path:inset(0 round 38px);outline:3px solid #000000e6;width:100%;height:100%;line-height:0;position:relative;box-shadow:inset 0 0 0 1px #ffffff0f;background:#050a13!important;border:3px solid #02070d!important;border-radius:38px!important;overflow:hidden!important}.device-screen>img,.device-screen>picture,.device-screen>picture>img{max-width:none;display:block;object-fit:cover!important;object-position:center!important;clip-path:none!important;border:0!important;border-radius:0!important;width:100%!important;height:100%!important;margin:0!important}.device-screen .shot-caption,.device-screen .tool-screenshot-caption{line-height:1.25}.story-shot-wrap.device-frame{width:min(100%,278px);margin-left:auto;margin-right:auto}.daily-plan-visual .plan-screen.device-frame{width:min(100%,330px)}.toolkit-grid-premium .tool-screenshot-wrap.device-frame{width:min(100%,360px)}.feature-tour-shot-phone{place-items:end center;min-height:0;padding:28px 24px 0;display:grid;overflow:visible}.feature-tour-phone-frame.device-frame{width:min(100%,340px)}.game-phone-frame.device-frame{width:min(100%,330px)}.proof-phone.device-frame{padding:12px 11px 14px!important}@media (width<=760px){.reveal-from-left{transform:translate(-24px,10px)}.reveal-from-right{transform:translate(24px,10px)}.reveal.is-visible{transform:none}.daily-plan-section:before{display:none}.daily-plan-copy{z-index:1;position:relative}.plan-points{border-left:0;padding-left:0}.device-frame{border-radius:44px!important}.device-screen{clip-path:inset(0 round 33px);border-radius:33px!important}.feature-tour-shot-phone{padding:22px 16px 0}.feature-tour-phone-frame.device-frame,.toolkit-grid-premium .tool-screenshot-wrap.device-frame,.game-phone-frame.device-frame{width:min(100%,310px)}}:root{--type-reading:clamp(17px, 1.15vw, 18px);--type-supporting:16px;--type-compact:14px;--type-label:12px}body,button,input,textarea{font-family:var(--body)}body{font-size:17px}.brand,.site-links,.button{font-size:15px}.eyebrow{font-size:var(--type-label);line-height:1.35}.hero-proof,.lower-features{font-size:var(--type-compact)}.section-intro>p,.proof-copy>p,.launch-copy>p,.daily-plan-copy>p,.feature-tour-heading>p,.games-heading>p{font-size:var(--type-reading);line-height:1.7}.story-tab strong{font-size:16px}.story-tab small,.story-tip{font-size:var(--type-compact);line-height:1.5}.story-stat span{font-size:var(--type-compact)}.story-stat small{color:#4d5f9f;font-size:12px;font-weight:600}.story-copy p{max-width:390px;font-size:17px;line-height:1.65}.text-link,.tool-link{font-size:15px}.daily-plan-copy>p{max-width:620px}.plan-points{gap:24px}.plan-points>div{gap:14px}.plan-point-icon{width:42px;height:42px}.plan-points strong{font-size:17px;line-height:1.35}.plan-points small{max-width:540px;margin-top:4px;font-size:15px;line-height:1.55}.tool-label,.feature-tour-meta,.game-card-meta,.price-label,.feature-list-label,.launch-action-top{font-size:var(--type-label);line-height:1.35}.tool-card p{max-width:470px;font-size:var(--type-supporting);line-height:1.65}.tool-context{font-size:15px!important;line-height:1.6!important}.tool-insights-list{gap:12px;font-size:15px;line-height:1.5}.tool-footnote{font-size:var(--type-compact);line-height:1.45}.coach-capabilities span{font-size:var(--type-label)}.tool-screenshot-caption,.shot-caption{font-size:13px}.feature-tour-card{min-height:700px}.feature-tour-card-large{min-height:620px}.feature-tour-meta b,.game-card-meta b,.premium-badge{font-size:11px}.feature-tour-card p{font-size:var(--type-supporting);line-height:1.65}.feature-tour-card ul{gap:11px;font-size:15px;line-height:1.5}.game-card p{font-size:17px;line-height:1.65}.game-card ul{font-size:15px;line-height:1.5}.proof-list{gap:22px}.proof-check{width:30px;height:30px}.proof-list strong{font-size:17px;line-height:1.35}.proof-list small{margin-top:4px;font-size:15px;line-height:1.55}.price-description{font-size:var(--type-supporting);line-height:1.65}.feature-list{gap:14px;font-size:15px;line-height:1.5}.launch-highlights span{font-size:13px}.launch-action>p{font-size:var(--type-supporting);line-height:1.65}.waitlist-form label{font-size:var(--type-compact)}.waitlist-row input{font-size:var(--type-supporting)}.form-note{font-size:13px;line-height:1.5}.faq-list summary{gap:20px;min-height:78px;font-size:17px;line-height:1.4}.faq-list summary:after{flex:none;place-items:center;transition:transform .2s,background .16s,border-color .16s,color .16s;display:grid}.faq-list summary:hover:after,.faq-list summary:focus-visible:after{border-color:var(--blue);background:color-mix(in srgb, var(--blue) 12%, transparent)}.faq-list details[open] summary:after{border-color:var(--blue);color:var(--blue);transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.faq-list summary:after{transition:none}}.faq-list details p{font-size:var(--type-supporting);line-height:1.65}.safety-inner p,.safety-inner a,.footer-grid>div>p,.footer-links{font-size:var(--type-compact);line-height:1.55}.footer-meta{font-size:13px;line-height:1.5}@media (width<=760px){.site-links a,.button{font-size:15px}.section-intro>p,.proof-copy>p,.launch-copy>p,.daily-plan-copy>p,.feature-tour-heading>p,.games-heading>p{font-size:17px}.feature-tour-card,.feature-tour-card-large{min-height:0}.plan-points strong,.proof-list strong{font-size:16px}.plan-points small,.proof-list small,.feature-tour-card ul,.game-card ul,.feature-list{font-size:15px}}.hero-mode-callout,.hero-visual-callout{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-width:2px;gap:12px;min-height:68px;padding:13px 17px 13px 13px;box-shadow:0 20px 48px #05104b57}.hero-mode-callout{background:#121f70f7;min-width:224px}.hero-visual-callout{background:#fffffffa;min-width:320px;max-width:340px}.hero-mode-callout b,.hero-visual-callout b{font-size:14px;font-weight:800;line-height:1.25}.hero-mode-callout small,.hero-visual-callout small{margin-top:4px;font-size:12px;font-weight:600;line-height:1.35}.hero-mode-callout small{color:#ffffffd6}.hero-visual-callout small{color:#52618f}.hero-mode-icon,.hero-callout-icon{width:42px;height:42px}@media (width<=760px){.hero-mode-callout,.hero-visual-callout{min-height:62px;padding:11px 13px 11px 11px}.hero-mode-callout{min-width:205px;top:54px;left:0}.hero-visual-callout{width:min(270px,100vw - 42px);min-width:0;max-width:none;bottom:22px;right:0}.hero-mode-callout b,.hero-visual-callout b{font-size:13px}.hero-mode-callout small,.hero-visual-callout small{font-size:11px}.hero-mode-icon,.hero-callout-icon{width:38px;height:38px}}:root[data-theme=dark]{--ink:#eef1ff;--ink-soft:#c3caf0;--sky:#0a0f24;--sky-deep:#161d3d;--blue:#6f9bff;--blue-deep:#8fb2ff;--teal:#3fdbe0;--coral:#ff9a8f;--peach:#ffc38f;--gold:#ffdd6e;--sage:#7fdba8;--lilac:#b9a2ff;--muted:#9aa3cc;--line:#eef1ff29;--shadow:0 28px 80px #00000080;--coal:#05081a;--plum:#9c7ee8;--ember:#ff9a8f;--mint:#6fe6dd}[data-theme=dark] .site-footer,[data-theme=dark] .price-card-premium,[data-theme=dark] .button-dark{color:#fff;background:#111b52}[data-theme=dark] .button-dark:hover{background:#16215f}[data-theme=dark] .pattern-node{color:#fff;background:#14384a}[data-theme=dark] .story-tab.is-active{background:#161d3d}[data-theme=dark] .intro-section,[data-theme=dark] .proof-section,[data-theme=dark] .faq-section{background:linear-gradient(#0a0f24 0%,#0d1330 100%)}[data-theme=dark] .proof-section{background:radial-gradient(72% 92% at 84% 34%,#4b407c4d 0%,#26274e2e 48%,#0000 78%),radial-gradient(48% 72% at 18% 76%,#1a5c792e 0%,#0000 74%),linear-gradient(#080d21 0%,#0b1230 56%,#080d21 100%)}[data-theme=dark] .proof-backdrop{filter:blur(.45px);background:radial-gradient(at 46% 29%,#fff0e7 0%,#f1d3c8 40%,#c8999d 59%,#524560c7 77%,#0a0f2400 94%);transform:rotate(-9deg)scale(1.02)}[data-theme=dark] .proof-sticker{color:#18277a;background:#ffdb65;box-shadow:0 14px 30px #00000052,0 0 0 1px #ffdb6547}[data-theme=dark] .proof-sticker span{font-weight:800}[data-theme=dark] .daily-plan-section{background:radial-gradient(circle at 0,#3fdbe024,#0000 34%),linear-gradient(#0d1330 0%,#0a1626 100%)}[data-theme=dark] .plans-section{background:linear-gradient(#12102c 0%,#0a1a26 100%)}[data-theme=dark] .feature-tour-section{background:linear-gradient(140deg,#0b1330 0%,#140f2c 47%,#2a0f1e 100%)}[data-theme=dark] .feature-tour-section:before{background:radial-gradient(circle at 10% 15%,#2f6fe538,#0000 26%),radial-gradient(circle at 90% 80%,#e85bc533,#0000 28%),repeating-linear-gradient(90deg,#eef1ff0b 0 1px,#0000 1px 92px)}[data-theme=dark] .feature-tour-icon{background:#141c3a}[data-theme=dark] .feature-tour-card{background:#141a328c}[data-theme=dark] .toolkit-section{background:radial-gradient(circle at 8% 8%,#28c6d538,#0000 28%),radial-gradient(circle at 92% 76%,#a785ff33,#0000 32%),linear-gradient(135deg,#0a1830 0%,#130f2a 52%,#220f18 100%)}[data-theme=dark] .toolkit-grid-premium .tool-card-coach{background:linear-gradient(145deg,#0e2630 0%,#131f38 100%)}[data-theme=dark] .toolkit-grid-premium .tool-card-pattern{background:linear-gradient(145deg,#1c1738 0%,#101f38 100%)}[data-theme=dark] .games-section{background:radial-gradient(circle at 8% 18%,#2ecad333,#0000 28%),radial-gradient(circle at 94% 72%,#e85bc52e,#0000 30%),linear-gradient(140deg,#081826 0%,#140f2a 52%,#24140f 100%)}[data-theme=dark] .game-card{background:#12182eb3}[data-theme=dark] .game-card-teal{background:linear-gradient(155deg,#0d1a22 0%,#0f2430 48%,#0e241e 100%)}[data-theme=dark] .game-card-lilac{background:linear-gradient(155deg,#17132b 0%,#1c1733 50%,#12203a 100%)}[data-theme=dark] .game-card-icon{background:#141a32bf}[data-theme=dark] .launch-section{background:radial-gradient(circle at 12% 20%,#4fcfe238,#0000 28%),radial-gradient(circle at 88% 78%,#e85bc533,#0000 30%),linear-gradient(145deg,#081a2c 0%,#130f2a 55%,#24140f 100%)}[data-theme=dark] .price-card-free{background:#12182ea6}[data-theme=dark] .story-panel{background:linear-gradient(140deg,#141a32e6,#0f1e2699)}[data-theme=dark] .story-panel-coral{background:linear-gradient(140deg,#241826,#331828)}[data-theme=dark] .story-panel-lilac{background:linear-gradient(140deg,#201f2a,#291f3a)}[data-theme=dark] .story-panel-sage{background:linear-gradient(140deg,#1a251f,#1f3327)}[data-theme=dark] .safety-strip{background:#131a34}[data-theme=dark] .safety-icon{color:#ff9a8f;background:#ff9a8f29}[data-theme=dark] .safety-inner p{color:#b7c0e6}[data-theme=dark] .safety-inner a{color:#ff9a8f}[data-theme=dark] .safety-inner a:hover{color:var(--ink)}[data-theme=dark] .theme-toggle{background:#eef1ff1f}[data-theme=dark] .theme-toggle:hover{background:#eef1ff33}.hero-boundary{color:#f8fcfdb8;align-items:center;gap:7px;margin:15px 0 0;font-size:13px;font-weight:650;line-height:1.45;display:inline-flex}.hero-boundary svg{color:var(--mint);flex:none}.feature-tour-grid-primary{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feature-tour-grid-primary .feature-tour-card{border-radius:20px;grid-column:span 1;grid-template-rows:1fr;grid-template-columns:minmax(0,1fr) minmax(190px,.72fr);min-height:500px}.feature-tour-grid-primary .feature-tour-copy{flex-direction:column;min-width:0;padding:28px;display:flex}.feature-tour-grid-primary .feature-tour-card h3{max-width:360px}.feature-tour-grid-primary .feature-tour-card p{max-width:420px}.feature-tour-details{border-top:1px solid #f8fcfd26;margin-top:auto;padding-top:19px}.feature-tour-details ul{margin:0;padding:0}.feature-tour-details li{color:#f8fcfdd6}.feature-tour-detail-link{min-height:44px;color:var(--teal);align-items:center;gap:7px;margin-top:13px;font-size:14px;font-weight:800;display:inline-flex}.feature-tour-detail-link:hover{color:var(--gold)}.feature-tour-detail-link:focus-visible{outline:3px solid var(--gold);outline-offset:4px;border-radius:6px}.feature-tour-grid-primary .feature-tour-shot-phone{min-width:0;padding:28px 20px 0 0}.feature-tour-grid-primary .feature-tour-phone-frame.device-frame{width:min(100%,275px)}@media (width<=980px){.feature-tour-grid-primary .feature-tour-card{grid-column:span 1;grid-template-columns:minmax(0,1fr) minmax(155px,.65fr);min-height:480px}.feature-tour-grid-primary .feature-tour-copy{padding:23px}.feature-tour-grid-primary .feature-tour-card h3{font-size:2rem}}@media (width<=760px){.hero-boundary{max-width:300px}.feature-tour-grid-primary{grid-template-columns:1fr;gap:16px}.feature-tour-grid-primary .feature-tour-card{grid-column:auto;grid-template-rows:auto auto;grid-template-columns:1fr;min-height:0}.feature-tour-grid-primary .feature-tour-copy{padding:24px}.feature-tour-grid-primary .feature-tour-shot-phone{min-height:350px;padding:12px 16px 0}.feature-tour-grid-primary .feature-tour-phone-frame.device-frame{width:min(100%,255px)}}.hero-background,.hero-background-motion{background-image:-webkit-image-set(url(/mrsbackground.webp) 1x type("image/webp"),url(/mrsbackground.png) 1x type("image/png"));background-image:image-set("/mrsbackground.webp" 1x type("image/webp"),"/mrsbackground.png" 1x type("image/png"))}@media (width<=760px){.hero-background,.hero-background-motion{background-image:-webkit-image-set(url(/mrsbackground-mobile.webp) 1x type("image/webp"),url(/mrsbackground.png) 1x type("image/png"));background-image:image-set("/mrsbackground-mobile.webp" 1x type("image/webp"),"/mrsbackground.png" 1x type("image/png"))}}.hero-background{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-6%;transform:scale(1.04)}.hero-background-motion{z-index:1;opacity:.24;mix-blend-mode:screen;will-change:transform, opacity;background-position:50%;background-repeat:no-repeat;background-size:cover;animation:14s ease-in-out infinite alternate hero-artwork-sweep;position:absolute;inset:-8%}@keyframes hero-artwork-sweep{0%{opacity:.12;transform:translate(-4%,1%)scale(1.02)rotate(-.35deg)}to{opacity:.38;transform:translate(4%,-2%)scale(1.08)rotate(.5deg)}}.hero-stars{z-index:1;pointer-events:none;position:absolute;inset:0}.hero-star{will-change:opacity, transform, filter;background:#d9f5ff;border-radius:50%;width:7px;height:7px;animation:3.8s ease-in-out infinite hero-star-twinkle;position:absolute;box-shadow:0 0 7px 2px #7dd3ffdb,0 0 20px 6px #6b6fff6b}.hero-star:after{content:"";background:linear-gradient(90deg,#0000,#dff7ffb8,#0000);width:26px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-star-one{animation-delay:-1.1s;top:13%;left:73%}.hero-star-two{width:5px;height:5px;animation-delay:-2.6s;top:26%;left:91%}.hero-star-three{width:6px;height:6px;animation-delay:-.4s;top:38%;left:82%}.hero-star-four{width:8px;height:8px;animation-delay:-3.2s;top:51%;left:94%}.hero-star-five{width:5px;height:5px;animation-delay:-1.9s;top:62%;left:76%}.hero-star-six{animation-delay:-.8s;top:73%;left:88%}.hero-star-seven{width:6px;height:6px;animation-delay:-2.2s;top:84%;left:69%}.hero-star-eight{width:4px;height:4px;animation-delay:-3.7s;top:31%;left:66%}@keyframes hero-star-twinkle{0%,to{opacity:.28;filter:brightness(.8);transform:scale(.72)}42%{opacity:.62;filter:brightness(1.05);transform:scale(1)}55%{opacity:1;filter:brightness(1.7);transform:scale(1.55)}68%{opacity:.46;filter:brightness();transform:scale(.88)}}.hero-line-field{z-index:1;opacity:.72;pointer-events:none;width:78%;height:120%;position:absolute;top:-10%;right:-12%;overflow:hidden;transform:rotate(-7deg)skew(-8deg);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 12% 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 12% 100%)}.hero-flow{filter:blur(.2px);will-change:transform;border:2px solid #92ccff57;border-color:#92ccff57 #92ccff57 #0000 #0000;border-radius:50%;width:132%;height:42%;position:absolute;left:-16%}.hero-flow:after{border-radius:inherit;content:"";filter:blur(4px);border:1px solid #eaa7ff47;border-color:#eaa7ff47 #eaa7ff47 #0000 #0000;position:absolute;inset:-3px}.hero-flow-one{animation:13s ease-in-out infinite alternate hero-flow-sweep-one;top:0%;transform:rotate(13deg)scale(1.1)}.hero-flow-two{border-color:#6ab4ff42 #6ab4ff42 #0000 #0000;animation:17s ease-in-out -5s infinite alternate hero-flow-sweep-two;top:18%;transform:rotate(-8deg)scale(1.18)}.hero-flow-three{border-color:#e499ff4d #e499ff4d #0000 #0000;height:48%;animation:19s ease-in-out -8s infinite alternate hero-flow-sweep-three;top:39%;transform:rotate(8deg)scale(1.08)}.hero-flow-four{border-color:#97dbff45 #97dbff45 #0000 #0000;height:38%;animation:15s ease-in-out -3s infinite alternate hero-flow-sweep-four;top:62%;transform:rotate(-14deg)scale(1.16)}.hero-flow-five{border-color:#efacff40 #efacff40 #0000 #0000;height:32%;animation:21s ease-in-out -11s infinite alternate hero-flow-sweep-five;top:79%;transform:rotate(11deg)scale(1.12)}@keyframes hero-flow-sweep-one{to{transform:translate(-5%,4%)rotate(20deg)scale(1.16)}}@keyframes hero-flow-sweep-two{to{transform:translate(4%,-5%)rotate(-14deg)scale(1.1)}}@keyframes hero-flow-sweep-three{to{transform:translate(-4%,3%)rotate(14deg)scale(1.14)}}@keyframes hero-flow-sweep-four{to{transform:translate(5%,-4%)rotate(-20deg)scale(1.1)}}@keyframes hero-flow-sweep-five{to{transform:translate(-3%,5%)rotate(17deg)scale(1.18)}}.hero:before{transform-origin:50%;will-change:transform, opacity;animation:18s ease-in-out infinite alternate hero-overlay-breathe}@keyframes hero-overlay-breathe{0%{opacity:.94;transform:scale(1)}to{opacity:1;transform:scale(1.035)translate(-.5%,.5%)}}.hero:after{will-change:transform, opacity;animation:16s ease-in-out infinite alternate hero-glow-drift}@keyframes hero-glow-drift{0%{opacity:.72;transform:translate(-2%,1%)scale(.96)}to{opacity:1;transform:translate(3%,-2%)scale(1.05)}}.hero-orbit-one{animation:20s ease-in-out infinite alternate hero-orbit-drift}.hero-orbit-two{animation:27s ease-in-out -8s infinite alternate-reverse hero-orbit-drift}@keyframes hero-orbit-drift{0%{opacity:.68;transform:translate(-10px,8px)rotate(-2deg)}to{opacity:1;transform:translate(14px,-12px)rotate(3deg)}}@media (prefers-reduced-motion:reduce){.hero-background,.hero-background-motion,.hero-stars,.hero-star,.hero:before,.hero:after,.hero-orbit-one,.hero-orbit-two{animation:none}}.error-shell{background:var(--sky);min-height:100svh;color:var(--ink);flex-direction:column;display:flex}.error-nav{border-bottom:1px solid var(--line);padding:22px 0}.error-nav .brand{width:min(1180px,100% - 48px);color:var(--ink);margin:0 auto}.error-page{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:14px;width:min(560px,100% - 48px);margin:0 auto;padding:80px 0;display:flex}.error-status{font-family:var(--display);letter-spacing:-.06em;color:var(--blue);margin:0;font-size:clamp(3.5rem,12vw,6rem);font-weight:800;line-height:1}.error-page h1{font-family:var(--display);letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800}.error-page p{max-width:440px;color:var(--muted);margin:0;font-size:16px;line-height:1.6}.error-page .button{margin-top:12px}
