@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Manrope:wght@600;700;800&display=swap";:root{--ink: #172133;--deep: #102a3a;--pine: #176b87;--forest: #10556d;--mint: #d8fff8;--aqua: #2bb4a0;--lime: #d8fff8;--cream: #f7f9fb;--paper: #f4f7fa;--line: #e3e9ef;--muted: #68758a;--coral: #ff9e78;--serif: "Manrope", "DM Sans", sans-serif;--sans: "DM Sans", Arial, sans-serif;--mono: "DM Mono", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);font-family:var(--sans);background:var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}.site-shell{overflow:clip}.site-header{position:absolute;z-index:20;top:0;left:0;right:0;max-width:1440px;margin:auto;padding:22px 46px;display:flex;justify-content:space-between;align-items:center;color:#fff}.brand{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:24px;letter-spacing:-.075em;line-height:1}.brand .brand-accent,.mini-brand span span{color:var(--aqua)}.brand-mark{width:26px;height:26px;position:relative;display:inline-block;transform:rotate(-32deg)}.brand-mark span{position:absolute;display:block;border-radius:99px;background:currentColor}.brand-mark span:nth-child(1){width:25px;height:7px;top:0;left:0;border-radius:12px 12px 4px}.brand-mark span:nth-child(2){width:7px;height:21px;top:2px;right:0;border-radius:5px 13px 13px 5px}.brand-mark span:nth-child(3){width:7px;height:7px;left:4px;bottom:0;background:var(--aqua)}.desktop-nav{display:flex;margin-left:100px;gap:32px;font-size:14px;color:#ffffffb8}.desktop-nav a,.signin-link{transition:color .2s ease}.desktop-nav a:hover,.signin-link:hover{color:var(--aqua)}.header-actions{display:flex;align-items:center;gap:24px}.signin-link{display:inline-flex;align-items:center;gap:3px;font-size:14px;color:#ffffffc7}.arrow-up-right{transform:rotate(180deg)}.button{display:inline-flex;min-height:48px;padding:0 20px;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;background:var(--aqua);color:var(--deep);border-radius:99px;font-weight:700;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.button-small{min-height:39px;padding:0 15px;font-size:13px}.button-light{background:#eaffd7}.button-large{min-height:58px;padding:0 27px;font-size:16px}.menu-toggle{display:none;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;align-items:center;justify-content:center}.mobile-nav{display:none}.hero{min-height:890px;padding:170px 46px 0;position:relative;isolation:isolate;color:#fff;background:radial-gradient(ellipse 70% 62% at 78% 69%,#176b87 0%,transparent 70%),radial-gradient(ellipse 45% 50% at 31% 5%,#234657 0%,transparent 74%),var(--deep)}.hero:after{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%);mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%)}.hero-noise{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.15;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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");mix-blend-mode:soft-light}.hero-orbit{position:absolute;z-index:-1;border:1px solid rgba(170,255,203,.13);border-radius:50%}.orbit-one{width:980px;height:980px;right:-290px;bottom:-520px}.orbit-two{width:670px;height:670px;right:-120px;bottom:-380px;border-color:#aaffcb33}.hero-copy{max-width:980px;margin:0 auto 78px;text-align:center}.eyebrow{display:flex;align-items:center;gap:8px;text-transform:uppercase;color:#21876b;font-size:11px;font-weight:700;letter-spacing:.14em}.eyebrow.light{color:var(--aqua);justify-content:center}.pulse-dot{display:inline-block;position:relative;width:7px;height:7px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 5px #5ef0bd1f}.pulse-dot:after{content:"";width:100%;height:100%;position:absolute;border-radius:50%;background:inherit;animation:pulse 2.2s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(4.2);opacity:0}}.hero h1{max-width:980px;margin:24px auto 26px;letter-spacing:-.055em;font-size:clamp(58px,6.4vw,94px);line-height:1.02;font-weight:600}h1 em,h2 em{color:var(--aqua);font-family:var(--serif);font-weight:800;letter-spacing:-.06em}.hero-lede{max-width:590px;margin:0 auto;color:#ffffffb8;font-size:18px;line-height:1.55}.hero-actions{display:flex;justify-content:center;gap:24px;align-items:center;margin-top:34px}.text-button{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;transition:gap .2s ease,color .2s ease}.text-button:hover{gap:12px}.text-button.light{color:#ffffffe6}.text-button.dark{color:#146e56;margin-top:22px}.play-icon{display:inline-flex;width:27px;height:27px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.42);border-radius:50%}.hero-assurance{display:flex;justify-content:center;flex-wrap:wrap;gap:17px;margin-top:38px;color:#ffffff91;font-size:12px}.hero-assurance span{display:flex;align-items:center;gap:6px}.hero-assurance svg{color:var(--aqua)}.hero-console{width:min(1170px,100%);margin:auto;padding:8px;position:relative;border:1px solid rgba(213,235,244,.36);border-bottom:0;border-radius:18px 18px 0 0;background:#e3f4fa26;box-shadow:0 -20px 70px #0a2a3a38,0 30px 60px #00000029;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:perspective(1500px) rotateX(1.5deg);transform-origin:bottom}.console-topbar{height:46px;display:flex;align-items:center;padding:0 15px;color:#172133;background:#f7f9fb;border-radius:11px 11px 0 0}.mini-brand{display:flex;align-items:center;gap:5px;font-size:15px;letter-spacing:-.06em;font-weight:700}.mini-brand .brand-mark{width:17px;height:17px}.mini-brand .brand-mark span:nth-child(1){width:16px;height:4px}.mini-brand .brand-mark span:nth-child(2){width:4px;height:14px}.mini-brand .brand-mark span:nth-child(3){width:4px;height:4px;left:3px}.console-location{display:flex;align-items:center;gap:6px;margin:auto;color:#68758a;font-size:10px;font-weight:600}.console-location>span{width:6px;height:6px;border-radius:50%;background:#2bb4a0}.console-avatar{width:26px;height:26px;display:grid;place-items:center;background:#102a3a;color:#d8fff8;border-radius:10px;font-size:9px;font-weight:700}.console-layout{display:flex;min-height:473px;overflow:hidden;border-radius:0 0 11px 11px;background:#f4f7fa}.console-rail{width:53px;padding-top:18px;display:flex;flex-direction:column;align-items:center;gap:11px;background:#edf3f6;border-right:1px solid #e3e9ef}.rail-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;color:#7b8c9a}.rail-icon.active{background:#e8f3f6;color:#176b87}.console-main{flex:1;min-width:0;padding:23px 27px 0}.console-heading{display:flex;align-items:flex-start;justify-content:space-between}.console-heading span,.metric-card>span,.panel-title span,.next-label{display:block;color:#7b8998;font-size:9px;font-weight:600}.console-heading strong{display:block;margin-top:3px;color:#172133;font-size:16px;letter-spacing:-.04em}.console-heading button{padding:9px 12px;border:0;border-radius:6px;background:#176b87;color:#fff;font-size:9px;font-weight:700}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:17px}.metric-card{min-width:0;padding:13px;border:1px solid #e3e9ef;border-radius:9px;background:#fff}.metric-card.bright{background:#e8f3f6;border-color:#d6e6ec}.metric-card strong{display:block;margin-top:6px;color:#172133;font-size:18px;letter-spacing:-.055em}.metric-card small{display:flex;align-items:center;gap:3px;margin-top:5px;color:#68758a;font-size:8px}.metric-card small svg{width:10px;color:#2bb4a0}.dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#2bb4a0}.metric-card b{color:#455366}.console-panels{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(154px,.85fr);gap:11px;margin-top:11px}.revenue-card,.next-card,.recent-checkin{background:#fff;border:1px solid #e1e9e3;border-radius:9px}.revenue-card{padding:15px 15px 9px}.panel-title{display:flex;justify-content:space-between;align-items:flex-start}.panel-title strong{display:block;margin-top:3px;color:#283a31;font-size:12px;letter-spacing:-.035em}.panel-title a{display:flex;align-items:center;gap:3px;color:#178062;font-size:8px;font-weight:700}.period{display:flex!important;align-items:center;color:#63766c!important;font-size:8px!important}.chart-wrap{height:133px;margin-top:11px;position:relative;overflow:hidden}.chart-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(to bottom,transparent 0,transparent 33px,#e7eee9 34px)}.chart-wrap svg{position:absolute;bottom:-7px;width:100%;height:130px}.chart-pin{position:absolute;top:6px;right:9px;padding:3px 5px;color:#147a5d;background:#dff9e9;border-radius:3px;font-size:8px;font-weight:700}.next-card{padding:15px;background:linear-gradient(155deg,#edfff4,#d9f7e8);border-color:#d6f2e2}.next-icon{display:grid;place-items:center;width:26px;height:26px;margin-bottom:15px;background:#258a6d;color:#edfff2;border-radius:7px}.next-card strong{display:block;margin-top:4px;color:#163b2c;font-size:13px;letter-spacing:-.04em}.next-card p{margin:8px 0 14px;color:#4f7766;font-size:9px;line-height:1.5}.next-card a{display:flex;align-items:center;gap:4px;color:#187458;font-size:9px;font-weight:700}.recent-checkin{padding:13px 15px 0;margin-top:11px;border-radius:9px 9px 0 0}.checkin-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:10px 0}.checkin-list>div{display:grid;grid-template-columns:22px 1fr;column-gap:6px;align-items:center}.customer-avatar{grid-row:span 2;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;font-size:6px;font-weight:700}.coral{color:#874f37;background:#ffe1d2}.sky{color:#346b79;background:#cceff2}.yellow{color:#826c2f;background:#fff1b5}.checkin-list b{font-size:8px;color:#3b4d43}.checkin-list small{color:#8a9a91;font-size:7px}.checkin-list i{display:none}.trust-strip{padding:25px 46px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#fafaf6}.trust-strip p{margin:0;color:#6a746d;font-size:13px}.trust-strip p span{color:#173126;font-weight:700}.trust-strip>div{display:flex;align-items:center;gap:20px;color:#879088;font-family:var(--mono);font-size:10px;letter-spacing:.1em}.trust-strip i{width:4px;height:4px;display:block;background:#44bd8b;border-radius:50%}.section{max-width:1340px;margin:auto;padding-left:46px;padding-right:46px}.product-intro{padding-top:151px;padding-bottom:147px}.section-kicker{display:flex;align-items:center;gap:13px;color:#6f7b72;font-size:12px}.section-kicker span{display:grid;width:28px;height:28px;place-items:center;color:#18775e;border:1px solid #acd6c3;border-radius:50%;font-family:var(--mono);font-size:9px}.section-kicker p{margin:0}.intro-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:70px;margin-top:37px;align-items:end}.intro-grid h2,.growth h2,.principles h2,.workflow h2,.demo-section h2{margin:0;letter-spacing:-.066em;font-weight:600;line-height:.99;font-size:clamp(43px,5.1vw,74px)}.intro-grid h2 em,.growth h2 em,.principles h2 em{color:#16795e}.intro-grid>div>p{max-width:400px;margin:0;color:#68756d;font-size:16px;line-height:1.65}.product-stage{margin-top:80px;overflow:hidden;border:1px solid #d9e0da;border-radius:18px;background:#f4f7f2}.stage-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dbe4dd}.stage-tabs button{height:73px;display:flex;align-items:center;gap:9px;padding:0 28px;border:0;border-right:1px solid #dbe4dd;color:#7a887f;background:transparent;text-align:left;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s,color .2s}.stage-tabs button:last-child{border-right:0}.stage-tabs button span{color:#a2afa7;font-family:var(--mono);font-size:10px}.stage-tabs button.active{color:#174432;background:#e1f5e9}.stage-tabs button.active span{color:#148060}.stage-main{display:grid;grid-template-columns:.83fr 1.17fr;min-height:432px}.stage-copy{padding:65px 50px;background:#e8f3eb}.stage-copy .eyebrow{font-size:9px}.tiny-star{font-size:15px;line-height:0}.stage-copy h3{max-width:350px;margin:16px 0;color:#18382a;font-size:34px;line-height:1.04;letter-spacing:-.058em}.stage-copy p{max-width:370px;margin:0;color:#597061;font-size:14px;line-height:1.65}.stage-copy ul{display:grid;gap:10px;margin:27px 0 0;padding:0;list-style:none;color:#376452;font-size:12px}.stage-copy li{display:flex;align-items:center;gap:8px}.stage-copy li svg{color:#138569}.mode-preview{margin:40px 34px 33px;overflow:hidden;border:1px solid #d9e2dc;border-radius:12px;background:#fff;box-shadow:0 18px 45px #1e48341a}.mini-window-bar{height:32px;display:flex;align-items:center;gap:4px;padding:0 13px;border-bottom:1px solid #e7ece8;background:#fafbf9}.mini-window-bar span{width:5px;height:5px;border-radius:50%;background:#d5ddd7}.mini-window-bar span:first-child{background:#f1a48c}.checkin-preview{min-height:310px;padding:0 18px}.checkin-top{padding-top:18px;color:#148066;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.12em}.live-dot{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#32cf9d}.checkin-question{margin:18px 0 15px;color:#162e22;font-size:26px;font-weight:600;letter-spacing:-.05em}.checkin-search{display:flex;align-items:center;gap:9px;height:46px;padding:0 7px 0 13px;border:1px solid #c7ded1;border-radius:8px;color:#859188;font-size:10px}.checkin-search button{height:30px;margin-left:auto;padding:0 10px;display:flex;align-items:center;gap:4px;border:0;border-radius:5px;background:#197d63;color:#fff;font-size:9px;font-weight:700}.customer-match{display:flex;align-items:center;gap:10px;padding:12px 0}.match-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#a25a48;background:#ffe4d8;font-size:8px;font-weight:700}.customer-match b{display:block;color:#274135;font-size:11px}.customer-match small{display:block;margin-top:2px;color:#85948a;font-size:8px}.member-pill{margin-left:auto;padding:4px 7px;border-radius:4px;background:#ddfaec;color:#168364;font-size:8px;font-weight:700}.checkin-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:9px;border-top:1px solid #edf1ee;color:#42725e;font-size:8px}.checkin-bottom span,.checkin-bottom b{display:flex;align-items:center;gap:4px}.checkin-bottom b{color:#117e5f;font-size:9px}.membership-preview{min-height:310px}.membership-header{display:flex;justify-content:space-between;align-items:center;padding:17px 18px}.membership-header span,.growth-mini-head span{display:block;color:#839087;font-size:8px}.membership-header b,.growth-mini-head b{display:block;margin-top:4px;color:#21372c;font-size:14px;letter-spacing:-.04em}.membership-header button{padding:7px 9px;border:0;border-radius:5px;color:#fff;background:#178166;font-size:8px;font-weight:700}.product-list{padding:0 18px}.product-row{display:grid;grid-template-columns:10px 1fr auto 13px;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #edf0ee}.product-color{width:9px;height:31px;border-radius:4px}.product-color.mint{background:#a8e8c9}.product-color.coral{background:#ffc3ad}.product-color.lavender{background:#dcd6ff}.product-row b,.route-row strong{display:block;color:#304439;font-size:10px}.product-row small,.route-row small{display:block;margin-top:3px;color:#89958e;font-size:8px}.product-row>span:nth-child(3){color:#607268;font-size:8px}.product-row svg{color:#a3afa8}.membership-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;margin-top:2px;color:#4f7464;background:#edf8f1;font-size:8px}.membership-footer i{display:inline-block;width:5px;height:5px;margin-right:4px;border-radius:50%;background:#21c98f}.membership-footer b{display:flex;align-items:center;gap:3px;color:#167b5e}.growth-preview{min-height:310px}.growth-mini-head{display:flex;justify-content:space-between;padding:18px}.growth-mini-head>span{padding:6px 7px;color:#177f60;background:#e2f7ea;border-radius:4px;font-weight:700}.route-items{padding:0 18px}.route-row{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #eef2ef}.route-row>b{display:grid;place-items:center;width:32px;height:32px;color:#167b5e;background:#e4f5eb;border-radius:7px;font-size:11px}.route-row>span{color:#344c3f;font-size:10px;font-weight:700}.strategy-strip{display:flex;align-items:center;gap:7px;margin:8px 18px 0;padding:10px;color:#45705f;background:#edf5f0;border-radius:6px;font-size:8px}.strategy-strip svg{color:#219f7a}.dark-section{max-width:none;padding:130px max(46px,calc((100vw - 1248px)/2));position:relative;overflow:hidden;color:#fff;background:#102b20}.workflow-backdrop{position:absolute;width:700px;height:700px;top:-420px;left:calc(50% - 350px);background:radial-gradient(circle,rgba(70,196,140,.25),transparent 68%)}.workflow-heading{position:relative;max-width:640px;margin:auto;text-align:center}.workflow h2{margin-top:19px;font-size:clamp(45px,5.2vw,73px)}.workflow h2 em,.demo-section h2 em{color:var(--lime)}.workflow-heading p{max-width:500px;margin:20px auto 0;color:#ffffffa1;font-size:16px;line-height:1.65}.journey{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:55px;max-width:1050px;margin:89px auto 68px}.journey-line{position:absolute;top:18px;left:16.66%;right:16.66%;height:1px;background:linear-gradient(to right,rgba(100,236,177,.15),var(--aqua),rgba(100,236,177,.15))}.journey-step{position:relative;text-align:center}.journey-number{position:absolute;top:10px;left:calc(50% - 57px);color:#6ce1b4;font-family:var(--mono);font-size:9px}.journey-icon{width:38px;height:38px;display:grid;place-items:center;margin:0 auto 23px;position:relative;color:#173b2c;background:var(--aqua);border-radius:50%;box-shadow:0 0 0 8px #102b20}.journey-step h3{margin:0;font-size:22px;letter-spacing:-.055em}.journey-step p{max-width:240px;margin:11px auto 0;color:#ffffff8f;font-size:13px;line-height:1.6}.workflow-callout{position:relative;max-width:1050px;margin:auto;padding:17px 21px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(170,255,205,.22);border-radius:9px;color:#bce8d0;background:#aef7cb14;font-size:13px}.workflow-callout span,.workflow-callout a{display:flex;align-items:center;gap:8px}.workflow-callout span svg{color:var(--aqua)}.workflow-callout a{color:var(--aqua);font-weight:700}.growth{padding-top:153px;padding-bottom:148px;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.growth h2{margin-top:34px}.growth-copy>p{max-width:440px;margin:22px 0 0;color:#6a766e;font-size:16px;line-height:1.65}.goal-card{padding:27px;border-radius:18px;color:#fff;background:radial-gradient(circle at 91% 6%,rgba(84,188,147,.22),transparent 28%),#104335;box-shadow:0 28px 60px #0c382b33}.goal-card-top{display:flex;justify-content:space-between;align-items:flex-start}.goal-card-top>div>span{display:block;color:#72e7bc;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:700}.goal-card-top strong{display:block;margin-top:8px;letter-spacing:-.05em;font-size:25px}.attention{display:flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,255,255,.15);border-radius:99px;color:#d0f3df;background:#ffffff0f;font-size:9px;font-weight:700}.attention i{width:5px;height:5px;background:#74e9bc;border-radius:50%}.goal-progress{display:flex;align-items:center;gap:23px;margin:28px 0 22px}.progress-ring{width:104px;height:104px;display:grid;align-content:center;justify-items:center;border:9px solid rgba(180,237,207,.18);border-top-color:#75e4bb;border-right-color:#75e4bb;border-radius:50%;transform:rotate(45deg)}.progress-ring b,.progress-ring small{transform:rotate(-45deg)}.progress-ring b{margin-left:1px;font-size:24px;letter-spacing:-.06em}.progress-ring small{color:#b5d8c4;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.goal-progress>div:last-child>span{color:#9ecbb4;font-size:10px}.goal-progress>div:last-child>strong{display:block;margin:5px 0;font-size:38px;letter-spacing:-.07em}.goal-progress>div:last-child>small{color:#b9d2c2;font-size:10px}.progress-bar{height:5px;overflow:hidden;background:#b1f0cd2b;border-radius:99px}.progress-bar span{display:block;width:64%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4ed9a7,#9ef0cb)}.goal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.14)}.goal-stats span{display:block;color:#9bc5b0;font-size:9px}.goal-stats b{display:block;margin-top:6px;font-size:14px;letter-spacing:-.04em}.goal-route{padding-top:18px}.goal-route>div{display:flex;align-items:center;gap:11px}.route-spark{display:grid;flex:0 0 auto;place-items:center;width:28px;height:28px;color:#42d4a3;background:#acffd024;border-radius:7px}.goal-route p{margin:0;color:#bad9c7;font-size:10px;line-height:1.5}.goal-route p b{color:#f3fff8}.goal-route>div>svg{margin-left:auto;color:#78dfb7}.principles{padding-top:130px;padding-bottom:130px;display:grid;grid-template-columns:1fr 1fr;gap:12%;border-top:1px solid var(--line)}.principles-heading h2{margin-top:18px;font-size:clamp(43px,4.5vw,65px)}.principle-list{border-top:1px solid #d4ddd5}.principle{min-height:172px;position:relative;padding:30px 50px 29px 0;border-bottom:1px solid #d4ddd5}.principle-icon{display:grid;place-items:center;width:33px;height:33px;margin-bottom:15px;color:#14785d;border-radius:8px;background:#e0f2e6}.principle-icon svg{width:17px}.principle h3{margin:0;color:#20382c;font-size:20px;letter-spacing:-.045em}.principle p{max-width:440px;margin:8px 0 0;color:#6c796f;font-size:13px;line-height:1.58}.principle-arrow{position:absolute;right:1px;top:calc(50% - 17px);display:grid;width:34px;height:34px;place-items:center;color:#14785d;border:1px solid #b9d8c6;border-radius:50%;transition:transform .2s ease,background .2s ease}.principle:hover .principle-arrow{transform:translate(3px,-3px);color:#fff;background:#14785d}.demo-section{min-height:540px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;position:relative;isolation:isolate;padding:95px max(46px,calc((100vw - 1248px)/2));color:#fff;overflow:hidden;background:#0b261c}.demo-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.3;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px}.demo-glow{position:absolute;z-index:-1;width:730px;height:730px;top:-130px;right:-80px;border-radius:50%;background:radial-gradient(circle,rgba(52,174,126,.42),transparent 65%)}.demo-content{max-width:650px}.demo-content .eyebrow{justify-content:flex-start}.demo-section h2{margin-top:18px;font-size:clamp(48px,5.5vw,78px)}.demo-section p{max-width:500px;margin:20px 0 27px;color:#ffffffa8;font-size:16px;line-height:1.6}.demo-note{display:flex;align-items:center;gap:7px;margin:14px 0 0!important;color:var(--aqua)!important;font-size:12px!important}.demo-card{width:min(370px,100%);min-height:356px;justify-self:end;display:flex;flex-direction:column;padding:22px;position:relative;overflow:hidden;border:1px solid rgba(191,255,220,.35);border-radius:18px;background:linear-gradient(130deg,#d7ffde2e,#afffcc0d);box-shadow:0 25px 55px #0003}.demo-card:before{content:"";width:280px;height:280px;position:absolute;right:-120px;bottom:-110px;border:1px solid rgba(204,255,220,.45);border-radius:50%;box-shadow:0 0 0 38px #ccffdc14,0 0 0 76px #ccffdc0d}.demo-card-top{display:flex;justify-content:space-between;align-items:center;color:#dffbe8}.demo-card-top .brand-mark{width:20px;height:20px}.demo-card-top .brand-mark span:nth-child(1){width:19px;height:5px}.demo-card-top .brand-mark span:nth-child(2){width:5px;height:16px}.demo-card-top .brand-mark span:nth-child(3){width:5px;height:5px;left:3px}.demo-card-top>span{color:#a8d8bd;font-family:var(--mono);font-size:8px;letter-spacing:.12em}.demo-quote{max-width:265px;margin:auto 0;position:relative;color:#effff3;font-family:var(--serif);font-size:30px;line-height:1.15;letter-spacing:-.045em}.demo-card-bottom{position:relative;display:flex;justify-content:space-between;align-items:center;color:#bde8cd;font-size:11px}.demo-card-bottom svg{color:var(--aqua)}.site-footer{max-width:1340px;margin:auto;padding:39px 46px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;color:#68776d}.footer-brand{color:#173526;font-size:21px}.site-footer p{margin:0;font-size:12px}.site-footer>div{display:flex;gap:18px;font-size:11px}.site-footer a:last-child{color:#175b46;font-weight:700}h1,h2,h3,h4,h5,h6{font-family:var(--serif)}h1 em,h2 em{font-style:normal}.button{border-radius:10px;background:var(--aqua);color:#102a3a}.button-light{background:#d8fff8}.button-light:hover{background:#fff}.hero-orbit{border-color:#98d7e62e}.orbit-two{border-color:#98d7e647}.eyebrow{color:#176b87}.pulse-dot{box-shadow:0 0 0 5px #2bb4a021}.text-button.dark{color:#176b87}.console-rail{background:linear-gradient(180deg,#102a3a,#0c2230);border-right-color:#ffffff0f}.rail-icon{color:#a9bdc8}.rail-icon.active{color:#d8fff8;background:linear-gradient(135deg,#2bb4a040,#176b8759);box-shadow:inset 3px 0 #45d2bb}.metric-card{border-left:2px solid #8aaee1}.metric-card.bright{border-left-color:#61ceb7}.trust-strip{background:#f7f9fb}.trust-strip p{color:#68758a}.trust-strip p span{color:#172133}.trust-strip>div{color:#81909e}.trust-strip i{background:#2bb4a0}.section-kicker{color:#68758a}.section-kicker span{color:#176b87;border-color:#b8d4de}.intro-grid h2 em,.growth h2 em,.principles h2 em{color:#176b87}.intro-grid>div>p{color:#68758a}.product-stage{border-color:#d9e4e8;background:#f4f7fa}.stage-tabs{border-color:#dce6ea}.stage-tabs button{border-color:#dce6ea;color:#68758a}.stage-tabs button.active{color:#176b87;background:#e8f3f6}.stage-tabs button.active span{color:#176b87}.stage-copy{background:#edf5f7}.stage-copy h3{color:#172133}.stage-copy p{color:#5f7181}.stage-copy ul{color:#4f6e7b}.stage-copy li svg{color:#2bb4a0}.mode-preview{border-color:#d9e4e8;box-shadow:0 18px 45px #172c421a}.mini-window-bar{border-color:#e3e9ef;background:#f8fafb}.checkin-top,.checkin-bottom b{color:#176b87}.live-dot{background:#2bb4a0}.checkin-question,.customer-match b{color:#172133}.checkin-search{border-color:#c9dce2;color:#7c8c99}.checkin-search button,.membership-header button{background:#176b87}.member-pill{background:#e8f6f3;color:#1c7e6d}.checkin-bottom{border-color:#e8edf1;color:#64798a}.membership-header b,.growth-mini-head b,.product-row b,.route-row strong{color:#172133}.membership-header span,.growth-mini-head span,.product-row small,.route-row small{color:#68758a}.membership-footer{color:#597486;background:#edf5f7}.membership-footer b{color:#176b87}.growth-mini-head>span,.route-row>b{color:#176b87;background:#e8f3f6}.route-row>span{color:#455d6b}.strategy-strip{color:#54717f;background:#edf4f6}.strategy-strip svg{color:#2bb4a0}.dark-section{background:#102a3a}.workflow-backdrop{background:radial-gradient(circle,rgba(43,180,160,.24),transparent 68%)}.journey-icon{color:#102a3a;box-shadow:0 0 0 8px #102a3a}.journey-number{color:#85dfd0}.workflow-callout{border-color:#9de0ed38;color:#c4e7ee;background:#98d7e614}.growth-copy>p{color:#68758a}.goal-card{background:radial-gradient(circle at 91% 6%,rgba(43,180,160,.22),transparent 28%),#10384d;box-shadow:0 28px 60px #102a3a33}.goal-card-top>div>span{color:#8cded1}.progress-ring{border-color:#beebef2e;border-top-color:#57cfbd;border-right-color:#57cfbd}.progress-ring small,.goal-progress>div:last-child>span,.goal-progress>div:last-child>small,.goal-stats span{color:#b2d6dc}.progress-bar{background:#beebef2b}.progress-bar span{background:linear-gradient(90deg,#2bb4a0,#7ed5e0)}.route-spark{color:#69d7c6;background:#b8f3ed24}.goal-route p{color:#c1dce0}.goal-route p b{color:azure}.goal-route>div>svg{color:#8be0d5}.principle-list,.principle{border-color:#dbe4e9}.principle-icon{color:#176b87;background:#e8f3f6}.principle h3{color:#172133}.principle p{color:#68758a}.principle-arrow{color:#176b87;border-color:#bdd2da}.principle:hover .principle-arrow{background:#176b87}.demo-section{background:#0c2230}.demo-glow{background:radial-gradient(circle,rgba(23,107,135,.5),transparent 65%)}.demo-card{border-color:#b8e7f159;background:linear-gradient(130deg,#b0e0ec2e,#60c4d30d)}.demo-card:before{border-color:#beeff773;box-shadow:0 0 0 38px #beeff714,0 0 0 76px #beeff70d}.demo-card-top>span{color:#b3dce4}.demo-quote{font-family:var(--serif)}.demo-card-bottom{color:#c3e5e9}.site-footer{color:#68758a}.site-footer a:last-child{color:#176b87}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width: 900px){.site-header{padding:24px}.desktop-nav,.signin-link{display:none}.header-actions{gap:12px}.menu-toggle{display:inline-flex}.mobile-nav{position:absolute;top:80px;left:16px;right:16px;display:grid;gap:4px;padding:10px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:#0e2b20f5;box-shadow:0 20px 35px #00000038}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:13px;color:#eefcf4;border-radius:8px;font-size:14px}.mobile-nav a:hover{background:#ffffff14}.hero{min-height:auto;padding:151px 24px 0}.hero-copy{margin-bottom:52px}.hero-console{width:960px;max-width:none;margin-left:0;transform:perspective(1500px) rotateX(1.5deg) scale(.86);transform-origin:left bottom;margin-bottom:-70px}.trust-strip{padding:22px 24px}.trust-strip>div{display:none}.section{padding-left:24px;padding-right:24px}.product-intro{padding-top:100px;padding-bottom:100px}.intro-grid{grid-template-columns:1fr;gap:24px}.stage-main{grid-template-columns:1fr}.stage-copy{padding:42px}.mode-preview{min-height:310px}.dark-section{padding:98px 24px}.growth{padding-top:100px;padding-bottom:100px;grid-template-columns:1fr;gap:55px}.principles{padding-top:90px;padding-bottom:90px;grid-template-columns:1fr;gap:50px}.demo-section{padding:82px 24px;grid-template-columns:1fr;gap:45px}.demo-card{justify-self:start}.site-footer{padding:32px 24px;grid-template-columns:1fr;gap:15px}}@media (max-width: 600px){.site-header .button{display:none}.hero h1{max-width:540px;font-size:clamp(46px,14vw,57px);line-height:1.03}.hero-lede{font-size:16px}.hero-actions{gap:16px;flex-direction:column}.hero-assurance{max-width:300px;margin-left:auto;margin-right:auto}.hero-console{transform:perspective(1500px) rotateX(1.5deg) scale(.62);margin-bottom:-170px}.trust-strip{padding-top:18px;padding-bottom:18px}.trust-strip p{font-size:12px}.product-intro{padding-top:74px}.intro-grid h2,.growth h2,.principles h2{font-size:43px}.product-stage{margin-top:48px}.stage-tabs button{height:61px;justify-content:center;padding:0 8px;gap:5px;font-size:12px}.stage-tabs button span{display:none}.stage-copy{padding:34px 25px}.stage-copy h3{font-size:29px}.mode-preview{margin:25px 12px 18px}.workflow h2{font-size:45px}.journey{grid-template-columns:1fr;gap:42px;margin:56px 0 45px}.journey-line{left:50%;top:38px;bottom:38px;width:1px;height:auto;background:linear-gradient(to bottom,rgba(100,236,177,.15),var(--aqua),rgba(100,236,177,.15))}.journey-number{left:calc(50% - 58px)}.workflow-callout{align-items:flex-start;gap:15px;flex-direction:column}.goal-card{padding:21px}.goal-progress{gap:15px}.progress-ring{width:85px;height:85px}.goal-stats b{font-size:12px}.principle{padding-right:44px}.demo-section h2{font-size:49px}.demo-card{min-height:285px}.demo-quote{font-size:26px}.site-footer>div{justify-content:space-between}.site-footer p{grid-row:3}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.pulse-dot:after{animation:none}}
