:root{--ink:#0b1320;--ink-2:#182237;--paper:#f8f7f3;--white:#fff;--muted:#687185;--line:#e7e5de;--green:#32c583;--green-soft:#e9f9f1;--violet:#6366f1;--violet-soft:#efefff;--orange:#ffb02e;--orange-soft:#fff4df;--shadow:0 25px 70px #0d16261f;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,system-ui,sans-serif;line-height:1.5;overflow-x:hidden}.page-shell{min-height:100vh}.container{width:min(1180px,100% - 40px);margin-inline:auto}.nav-wrap{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f7f3d1;border-bottom:1px solid #0b13200f;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;height:78px;display:flex}.brand{color:var(--ink);align-items:center;gap:11px;font:800 22px/1 Manrope,sans-serif;text-decoration:none;display:inline-flex}.brand-mark{border-radius:50%;place-items:center;width:38px;height:38px;display:inline-grid;position:relative}.brand-mark b{font:800 19px/1 Manrope}.seg{border-radius:10px;width:15px;height:5px;position:absolute}.s1{background:var(--green);top:3px;left:5px;transform:rotate(-25deg)}.s2{background:#8bcf64;top:6px;right:2px;transform:rotate(42deg)}.s3{background:var(--orange);bottom:4px;right:3px;transform:rotate(-35deg)}.s4{background:var(--violet);bottom:4px;left:3px;transform:rotate(35deg)}.brand-mark.tiny{width:32px;height:32px}.brand-mark.tiny b{font-size:15px}.brand-mark.tiny .seg{width:12px;height:4px}.nav-links{gap:32px;display:flex}.nav-links a{color:#525c6f;font-size:14px;font-weight:600;text-decoration:none}.button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:15px 24px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 10px 30px #0b132026}.button:hover{transform:translateY(-2px)}.button-small{padding:11px 18px;font-size:13px}.button-outline{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:#fff}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:70px;min-height:770px;padding-block:90px 70px;display:grid}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.13em;color:#596277;font:700 12px/1.2 Manrope,sans-serif}.eyebrow{border:1px solid var(--line);background:#ffffffb3;border-radius:999px;align-items:center;gap:9px;padding:9px 13px;display:inline-flex}.eyebrow-dot{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #32c5831f}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;max-width:700px;margin:26px 0;font:700 clamp(52px,6vw,84px)/.98 Manrope,sans-serif}.hero-lede{color:#566073;max-width:650px;font-size:20px;line-height:1.65}.hero-actions{align-items:center;gap:25px;margin-top:32px;display:flex}.text-link{color:var(--ink);font-weight:700;text-decoration:none}.text-link span{transition:all .2s;display:inline-block}.text-link:hover span{transform:translate(5px)}.hero-proof{align-items:center;gap:14px;margin-top:38px;display:flex}.hero-proof p{color:#6b7485;margin:0;font-size:13px}.hero-proof strong{color:var(--ink)}.proof-stack{padding-left:9px;display:flex}.proof-stack span{border:2px solid var(--paper);background:#fff;border-radius:50%;place-items:center;width:34px;height:34px;margin-left:-9px;font-size:11px;font-weight:800;display:grid;box-shadow:0 5px 14px #0b132014}.hero-visual{min-height:650px;position:relative}.phone-stage{place-items:center;height:100%;display:grid;position:relative}.phone-frame{z-index:2;background:#11151d;border:10px solid #11151d;border-radius:58px;width:340px;height:688px;position:relative;overflow:hidden;box-shadow:0 35px 90px #0d16263d}.phone-frame:before{content:"";z-index:5;background:#05070b;border-radius:15px;width:105px;height:25px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.phone-frame img{object-fit:cover;width:100%;height:100%;display:block}.phone-glow{filter:blur(10px);background:radial-gradient(circle,#6366f13b,#32c58317 55%,#0000 72%);border-radius:50%;width:470px;height:470px;position:absolute}.ambient-ring{border:1px solid #6366f12e;border-radius:50%;position:absolute}.ring-a{width:570px;height:570px;top:30px;right:-60px}.ring-b{border-color:#32c58329;width:440px;height:440px;top:96px;right:5px}.float-card{z-index:4;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #0b132014;border-radius:19px;gap:12px;width:250px;padding:14px 16px;display:flex;position:absolute;box-shadow:0 20px 55px #0b132029}.float-card span{color:#7a8291;text-transform:uppercase;letter-spacing:.08em;font-size:11px;display:block}.float-card strong{margin-top:3px;font-size:14px;display:block}.float-card small{color:#12975d;margin-top:3px;display:block}.card-priority{top:155px;left:-45px}.card-action{bottom:90px;right:-44px}.card-action button{background:var(--violet);color:#fff;border:0;border-radius:10px;margin-top:8px;padding:8px 10px;font-weight:700}.mini-icon{border-radius:10px;flex:none;place-items:center;width:31px;height:31px;font-weight:800;display:grid}.mini-icon.warning{background:var(--orange-soft);color:#a96a00}.mini-icon.action{background:var(--violet-soft);color:var(--violet)}.integration-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0 36px;overflow:hidden}.integration-copy{text-align:center;color:#7a8291;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px;font-size:12px}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee-track{gap:14px;width:max-content;animation:28s linear infinite marquee;display:flex}.logo-pill{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:9px;height:50px;padding:0 20px;font:700 15px Manrope;display:flex;box-shadow:0 8px 22px #0b13200d}.logo-symbol{color:#fff;background:#13b5ea;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:800;display:grid}.hubspot-mark{color:#ff6b35;font-size:24px}.ms-grid{grid-template-columns:repeat(2,9px);gap:2px;display:grid}.ms-grid i{background:#f25022;width:9px;height:9px}.ms-grid i:nth-child(2){background:#7fba00}.ms-grid i:nth-child(3){background:#00a4ef}.ms-grid i:nth-child(4){background:#ffb900}.g-mark{color:#4285f4;font-weight:900}.pipe-mark{color:#fff;background:#26292d;border-radius:7px;place-items:center;width:23px;height:23px;display:grid}.myob-mark{color:#fff;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:8px;padding:4px 7px;font-size:12px}.slack-mark{color:#36c5f0;font-size:23px}@keyframes marquee{to{transform:translate(-50%)}}.section{padding-block:120px}.section-heading{text-align:center;max-width:860px;margin:0 auto 58px}.section-heading h2,.thinking-copy h2,.mobile-copy h2,.coach-copy h2{letter-spacing:-.045em;margin:17px 0 22px;font:700 clamp(40px,5vw,64px)/1.06 Manrope}.section-heading h2 em,.thinking-copy h2 em,.coach-copy h2 em{font-family:Instrument Serif,serif;font-weight:400}.section-heading p,.thinking-copy>p,.mobile-copy>p,.coach-copy>p{color:#697284;max-width:720px;margin-inline:auto;font-size:18px}.signal-visual{border:1px solid var(--line);background:#fff;border-radius:32px;min-height:310px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0b132012}.signal-cloud span{left:var(--x);top:var(--y);color:#6e7788;background:#f4f4f1;border:1px solid #e9e8e2;border-radius:12px;padding:9px 12px;font-size:12px;position:absolute}.focus-line{background:linear-gradient(transparent,var(--violet),transparent);width:1px;height:100%;position:absolute;top:0;left:50%}.priority-result{background:var(--ink);color:#fff;border-radius:22px;width:min(460px,80%);padding:26px 28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 70px #0b132045}.priority-result span{text-transform:uppercase;letter-spacing:.13em;color:#aeb7ca;font-size:11px}.priority-result strong{margin:9px 0;font:700 22px/1.3 Manrope;display:block}.priority-result small{color:#cbd1dc}.feature-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card{border:1px solid #0b13200f;border-radius:28px;min-height:470px;padding:30px;position:relative;overflow:hidden}.feature-green{background:linear-gradient(150deg,#f2fcf7,#e6f8ef)}.feature-violet{background:linear-gradient(150deg,#f8f7ff,#ececff)}.feature-orange{background:linear-gradient(150deg,#fffaf0,#fff0d1)}.feature-top{justify-content:space-between;align-items:center;display:flex}.feature-top>span{color:#8c94a3;font:700 12px Manrope}.feature-icon{background:#ffffffbd;border-radius:16px;place-items:center;width:52px;height:52px;font-size:24px;display:grid;box-shadow:0 10px 25px #0b132014}.feature-card h3{letter-spacing:-.035em;margin:38px 0 15px;font:700 29px/1.1 Manrope}.feature-card p{color:#657083}.mini-dashboard,.approval-widget{background:#ffffffc7;border:1px solid #ffffffe6;border-radius:18px;padding:17px;position:absolute;bottom:30px;left:30px;right:30px}.mini-dashboard div{justify-content:space-between;padding:7px 0;font-size:13px;display:flex}.mini-dashboard .alert-row b{color:#e38300}.reason-stack{justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:47px;left:30px;right:30px}.reason-stack span,.reason-stack strong{background:#fff;border-radius:13px;padding:12px 14px;font-size:12px;box-shadow:0 8px 20px #0b13200f}.reason-stack strong{background:var(--violet);color:#fff}.reason-stack i{color:#9299a8;font-style:normal}.approval-widget span{text-transform:uppercase;color:#9b7431;font-size:11px}.approval-widget strong{margin:5px 0 13px;display:block}.approval-widget button{background:var(--ink);color:#fff;border:0;border-radius:12px;width:100%;padding:12px;font-weight:700}.thinking-section{background:var(--ink);color:#fff}.thinking-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px;display:grid}.thinking-copy .kicker{color:#8bd9b8}.thinking-copy>p{color:#aeb7c5;margin-inline:0}.check-list{margin:34px 0 0;padding:0;list-style:none}.check-list li{color:#dbe0e8;gap:11px;margin:14px 0;display:flex}.check-list span{color:#77e0b2;background:#32c58324;border-radius:50%;place-items:center;width:23px;height:23px;font-size:12px;display:grid}.thinking-panel{background:#111c2e;border:1px solid #ffffff14;border-radius:28px;padding:28px;box-shadow:0 30px 90px #00000047}.panel-header{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:21px;font-weight:700;display:flex}.panel-header small{color:#7f8ba0}.live-dot,.status-dot{background:var(--green);border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 0 5px #32c5831f}.reason-item{border-bottom:1px solid #ffffff12;padding:21px 0}.reason-item span{text-transform:uppercase;letter-spacing:.12em;color:#8490a6;font-size:11px}.reason-item p{color:#d8dde5;margin:7px 0 0}.reason-decision{color:var(--ink);background:#fff;border-radius:20px;margin-top:20px;padding:22px}.reason-decision>span{text-transform:uppercase;letter-spacing:.12em;color:#70798b;font-size:11px}.reason-decision>strong{margin:8px 0 18px;font:700 20px/1.35 Manrope;display:block}.reason-decision>div{border-top:1px solid var(--line);justify-content:space-between;padding-top:13px;display:flex}.reason-decision em{color:#15975d;font-style:normal;font-weight:800}.execution-flow{justify-content:center;align-items:center;gap:13px;margin-bottom:48px;display:flex}.execution-flow>i{color:#abb1bc;font-style:normal}.flow-step{border:1px solid var(--line);background:#fff;border-radius:17px;align-items:center;gap:10px;padding:14px 15px;display:flex}.flow-step>span{background:#f0f1f3;border-radius:9px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:grid}.flow-step small{color:#858d9b;text-transform:uppercase;letter-spacing:.09em;font-size:10px;display:block}.flow-step strong{font-size:13px}.flow-step.active{background:var(--violet);color:#fff;border-color:var(--violet);box-shadow:0 13px 35px #6366f147}.flow-step.active>span{background:#ffffff2e}.flow-step.active small{color:#d8d9ff}.execution-showcase{grid-template-columns:1.12fr .88fr;gap:26px;display:grid}.action-console,.outcome-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:32px;box-shadow:0 22px 60px #0b132012}.console-top{color:#687185;justify-content:space-between;font-size:12px;display:flex}.action-console h3,.outcome-card h3{letter-spacing:-.035em;margin:27px 0 12px;font:700 31px/1.1 Manrope}.action-console>p,.outcome-card>p{color:#687185}.task-list{gap:11px;margin:24px 0;display:grid}.task-list label{background:#f7f7f4;border-radius:12px;padding:12px 14px;font-size:13px}.task-list input{accent-color:var(--green);margin-right:9px}.console-impact,.outcome-metrics{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;margin:19px 0;padding:18px 0;display:grid}.console-impact div+div,.outcome-metrics div+div{border-left:1px solid var(--line);padding-left:22px}.console-impact span,.outcome-metrics span{color:#828a98;text-transform:uppercase;letter-spacing:.09em;font-size:11px;display:block}.console-impact strong,.outcome-metrics strong{margin-top:5px;display:block}.approve-button{background:var(--violet);color:#fff;cursor:pointer;border:0;border-radius:15px;justify-content:space-between;width:100%;padding:16px 18px;font-size:14px;font-weight:800;display:flex}.progress-state{color:#657083;align-items:center;gap:10px;margin-top:13px;font-size:12px;display:none}.progress-state span{border:2px solid #d9dbff;border-top-color:var(--violet);border-radius:50%;width:17px;height:17px;animation:.8s linear infinite spin}.progress-state p{margin:0}@keyframes spin{to{transform:rotate(360deg)}}.outcome-card{color:#fff;background:linear-gradient(155deg,#0f1d2f,#172a42);flex-direction:column;display:flex}.outcome-label{text-transform:uppercase;letter-spacing:.12em;color:#9fafc1;font-size:11px}.outcome-ring{background:conic-gradient(var(--green) 0 72%,#ffffff14 72%);border-radius:50%;align-content:center;place-items:center;width:180px;height:180px;margin:28px auto 12px;display:grid;position:relative}.outcome-ring:before{content:"";background:#13233a;border-radius:50%;position:absolute;inset:16px}.outcome-ring strong,.outcome-ring span{z-index:1;position:relative}.outcome-ring strong{font:800 39px Manrope}.outcome-ring span{color:#aeb9c7;font-size:11px}.outcome-card>p{color:#b8c2cf}.outcome-metrics{border-color:#ffffff1c;margin-top:auto}.outcome-metrics div+div{border-color:#ffffff1c}.mobile-section{background:#f0f3f7}.mobile-grid{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.mobile-visual{place-items:center;min-height:650px;display:grid;position:relative}.phone-secondary{width:300px;height:605px;transform:rotate(-4deg)}.mobile-orbit{border:1px solid #6366f12e;border-radius:50%;position:absolute}.orbit-1{width:520px;height:520px}.orbit-2{border-color:#32c58333;width:390px;height:390px}.notification-chip{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #0b13200f;border-radius:20px;align-items:center;gap:11px;width:310px;padding:14px 16px;display:flex;position:absolute;top:150px;right:0;box-shadow:0 18px 55px #0b132029}.notification-chip div{flex:1}.notification-chip strong{font-size:13px;display:block}.notification-chip p{color:#747d8c;margin:2px 0 0;font-size:12px}.notification-chip small{color:#9aa1ad}.mobile-copy h2{margin-bottom:20px}.mobile-copy>p{margin-inline:0}.mobile-points{margin-top:35px}.mobile-points>div{border-top:1px solid #dfe3e8;grid-template-columns:44px 1fr;gap:15px;padding:18px 0;display:grid}.mobile-points span{color:#9299a6;font:700 11px Manrope}.mobile-points p{color:#6b7484;margin:0}.mobile-points strong{color:var(--ink);margin-bottom:3px;display:block}.coach-card{border:1px solid var(--line);background:#fff;border-radius:34px;padding:56px;box-shadow:0 24px 70px #0b13200f}.coach-copy{text-align:center;max-width:900px;margin:0 auto}.coach-copy>p{max-width:720px}.compare-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:46px;display:grid}.compare-col{border-radius:22px;padding:25px}.compare-col>span{font:800 14px Manrope}.compare-col ul{margin:18px 0 0;padding:0;list-style:none}.compare-col li{border-top:1px solid #0b132014;padding:10px 0}.compare-col.muted{color:#737b89;background:#f3f3f0}.compare-col.chief{background:var(--ink);color:#fff}.compare-col.chief li{border-color:#ffffff17}.pricing-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:auto;display:grid}.price-card{border:1px solid var(--line);background:#fff;border-radius:28px;flex-direction:column;min-height:570px;padding:34px;display:flex;position:relative}.price-card.featured{background:var(--ink);color:#fff;box-shadow:var(--shadow)}.popular{background:var(--green);color:#062519;text-transform:uppercase;letter-spacing:.09em;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;position:absolute;top:18px;right:18px}.plan-label{color:#70798a;font:800 13px Manrope}.featured .plan-label{color:#aeb7c6}.price-card h3{letter-spacing:-.04em;margin:24px 0 16px;font:800 53px/1 Manrope}.price-card h3 span{letter-spacing:0;color:#7c8492;font-size:15px;font-weight:500}.price-card p{color:#6f7786}.featured p{color:#b6bfcc}.price-card ul{flex:1;margin:22px 0 30px;padding:0;list-style:none}.price-card li{border-top:1px solid var(--line);padding:11px 0}.price-card li:before{content:"✓";color:var(--green);margin-right:10px;font-weight:900}.featured li{border-color:#ffffff17}.featured .button{color:var(--ink);background:#fff}.cta-card{background:linear-gradient(135deg,#e8f8f0,#f0efff 55%,#fff1d7);border-radius:34px;justify-content:space-between;align-items:center;gap:40px;padding:58px;display:flex}.cta-card h2{letter-spacing:-.045em;margin:14px 0;font:700 clamp(40px,5vw,62px)/1.05 Manrope}.cta-card p{color:#657083}.cta-form{gap:10px;min-width:430px;display:flex}.cta-form input{background:#fff;border:1px solid #0b13201a;border-radius:999px;outline:none;flex:1;padding:0 18px;font:500 14px DM Sans}.cta-form.submitted input{opacity:.5}.footer{border-top:1px solid var(--line);color:#818896;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:130px;font-size:12px;display:grid}.footer p{text-align:center;margin:0}.footer>span{text-align:right}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(25px)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@media (width<=980px){.nav-links{display:none}.hero{text-align:center;grid-template-columns:1fr;padding-top:65px}.hero-copy{flex-direction:column;align-items:center;display:flex}.hero-visual{min-height:690px}.thinking-grid,.mobile-grid{grid-template-columns:1fr;gap:55px}.execution-showcase,.feature-grid{grid-template-columns:1fr}.feature-card{min-height:400px}.execution-flow{flex-wrap:wrap}.execution-flow>i{display:none}.cta-card{text-align:center;flex-direction:column}.cta-form{width:100%;min-width:0;max-width:560px}.phone-secondary{width:280px}.notification-chip{right:6%}}@media (width<=680px){.container{width:min(100% - 24px,1180px)}.nav{height:68px}.nav .button-small{display:none}.hero{gap:20px;padding-top:50px}.eyebrow{font-size:9px}h1{font-size:48px}.hero-lede{font-size:17px}.hero-actions{flex-direction:column;gap:18px}.hero-visual{min-height:570px}.phone-frame{border-width:8px;border-radius:44px;width:260px;height:525px}.phone-frame:before{width:82px;height:20px}.card-priority{top:115px;left:0}.card-action{bottom:40px;right:0}.float-card{width:210px;padding:11px}.ring-a{width:420px;height:420px;right:-95px}.ring-b{width:330px;height:330px;right:-50px}.section{padding-block:82px}.section-heading h2,.thinking-copy h2,.mobile-copy h2,.coach-copy h2{font-size:40px}.signal-cloud span{display:none}.priority-result{width:90%}.feature-card{padding:24px}.thinking-panel{padding:20px}.execution-flow{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.flow-step{flex:none}.mobile-visual{min-height:560px}.phone-secondary{width:245px;height:495px}.notification-chip{width:260px;top:120px;right:0}.coach-card,.cta-card{padding:30px 22px}.compare-grid,.pricing-grid{grid-template-columns:1fr}.cta-form{flex-direction:column}.cta-form input{min-height:52px}.footer{text-align:center;grid-template-columns:1fr;gap:15px;padding-block:30px}.footer p,.footer>span{text-align:center}.price-card{min-height:auto}.outcome-ring{width:150px;height:150px}}.brand-logo{object-fit:cover;border-radius:50%;width:38px;height:38px}.tiny-logo{width:32px;height:32px}.hero{padding-top:48px}.hero-copy{padding-top:0}.priority-result{width:min(520px,86%)}.priority-result small{font-size:14px;line-height:1.65;display:block}.feature-green .feature-icon:before{content:"◉";color:var(--green);font-size:25px}.feature-green .feature-icon i{display:none}.reason-decision>p{color:#667085;margin:0 0 18px;line-height:1.6}.product-gallery{padding-top:105px}.screen-story{gap:110px;display:grid}.screen-row{grid-template-columns:.82fr 1.18fr;align-items:center;gap:90px;display:grid}.screen-row.reverse{grid-template-columns:1.18fr .82fr}.screen-row.reverse .screen-copy{order:2}.screen-row.reverse .screen-phone{order:1}.screen-copy>span{text-transform:uppercase;letter-spacing:.13em;color:var(--violet);font:700 12px/1.2 Manrope}.screen-copy h3{letter-spacing:-.045em;margin:18px 0;font:700 clamp(36px,4vw,54px)/1.06 Manrope}.screen-copy p{color:#687185;font-size:18px;line-height:1.75}.screen-phone{background:#fff;border:10px solid #11151d;border-radius:58px;width:min(390px,100%);margin:auto;position:relative;overflow:hidden;box-shadow:0 35px 85px #0d16262e}.screen-phone img{width:100%;height:auto;display:block}.screen-phone.tall{width:min(390px,100%)}.screen-brand{background:#fffffffa;border-radius:14px;align-items:center;gap:10px;padding:6px 14px 6px 6px;display:flex;position:absolute;top:96px;left:32px;box-shadow:0 5px 20px #0b132014}.screen-brand img{border-radius:50%;width:36px;height:36px}.screen-brand b{color:var(--ink);font:800 22px Manrope}@media (width<=980px){.screen-row,.screen-row.reverse{grid-template-columns:1fr;gap:40px}.screen-row.reverse .screen-copy,.screen-row.reverse .screen-phone{order:initial}.screen-copy{text-align:center}.screen-copy p{max-width:680px;margin-inline:auto}}@media (width<=680px){.hero{padding-top:28px}.screen-story{gap:75px}.screen-phone{border-width:8px;border-radius:46px;width:290px}.screen-brand{top:72px;left:22px}.screen-brand img{width:29px;height:29px}.screen-brand b{font-size:18px}.priority-result small{font-size:12px}}h1{margin-bottom:14px}.hero-promise{color:var(--violet);margin:0 0 20px;font:400 31px/1.2 Instrument Serif,serif}.hero-proof{flex-wrap:wrap;gap:8px;margin-top:32px}.hero-proof>span{border:1px solid var(--line);color:#596277;background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700;box-shadow:0 5px 14px #0b13200d}@media (width<=680px){.eyebrow{font-size:10px}.hero-promise{font-size:27px}}.eyebrow{font-size:14px}h1{max-width:690px;margin-bottom:16px;font-size:clamp(48px,5vw,68px);line-height:1.01}.hero-promise{letter-spacing:-.035em;font:700 31px/1.2 Manrope,sans-serif}.feature-grid{background:#efeee9;border:1px solid #e4e2db;border-radius:36px;gap:18px;padding:10px}.feature-card{--accent:var(--green);--accent-soft:var(--green-soft);background:#fffffff0;border:1px solid #0b132012;border-radius:27px;min-height:488px;padding:27px;transition:transform .3s,box-shadow .3s;box-shadow:0 12px 34px #0b13200e}.feature-card:before{content:"";background:var(--accent);height:4px;position:absolute;inset:0 0 auto}.feature-card:after{content:"";background:var(--accent-soft);opacity:.72;border-radius:50%;width:210px;height:210px;position:absolute;top:-115px;right:-105px}.feature-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px #0b13201a}.feature-violet{--accent:var(--violet);--accent-soft:var(--violet-soft)}.feature-orange{--accent:#ef9f19;--accent-soft:var(--orange-soft)}.feature-top{z-index:1;position:relative}.feature-top>span{color:#7f8796;text-transform:uppercase;letter-spacing:.11em;background:#fafaf8;border:1px solid #e4e4df;border-radius:999px;padding:8px 10px;font:700 10px/1 Manrope}.feature-icon{background:var(--accent-soft);width:54px;height:54px;color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 18%,transparent);box-shadow:none;border-radius:17px}.feature-card h3{z-index:1;margin:34px 0 14px;position:relative}.feature-card>p{z-index:1;line-height:1.65;position:relative}.mini-dashboard,.approval-widget{background:#f7f7f4;border:1px solid #e8e7e1;border-radius:17px;padding:16px;bottom:27px;left:27px;right:27px}.mini-dashboard div{border-bottom:1px solid #e7e6e0;padding:8px 2px}.mini-dashboard div:last-child{border-bottom:0}.mini-dashboard b{color:#344054}.reason-stack{grid-template-columns:1fr auto 1fr auto 1.15fr;gap:7px;display:grid;bottom:48px;left:27px;right:27px}.reason-stack span,.reason-stack strong{text-align:center;box-shadow:none;background:#f7f7f4;border:1px solid #e8e7e1;border-radius:12px;padding:12px 8px;font-size:11px}.reason-stack strong{background:var(--violet);border-color:var(--violet)}.approval-widget span{letter-spacing:.1em;font-size:10px}.approval-widget button{border-radius:11px}@media (width<=680px){.eyebrow{font-size:11px}h1{font-size:43px}.feature-grid{border-radius:30px;padding:7px}.feature-card{min-height:455px}}@media (width>=981px){.hero{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:44px}.hero-copy{min-width:0}.hero h1{white-space:nowrap;max-width:760px;font-size:clamp(52px,4.35vw,64px)}.eyebrow{font-size:15px}}.cta-form{flex-wrap:wrap;position:relative}.waitlist-honeypot{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.waitlist-status{color:#35614d;text-align:left;flex-basis:100%;margin:8px 12px 0;font-size:13px}.waitlist-status.error{color:#a33a32}.cta-form button:disabled{cursor:wait;opacity:.76;transform:none}
