:root{--navy:#061d37;--blue:#0577bd;--teal:#00b8be;--ink:#112f42;--muted:#536b79;--pale:#eef6f8;--line:#d7e4e9;--white:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:white}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #00c5d4;outline-offset:6px}img{display:block;max-width:100%}.wrap{max-width:1280px;width:calc(100% - 112px);margin-inline:auto}.header{background:var(--navy);color:white;border-bottom:1px solid #ffffff16}.nav{display:flex;justify-content:space-between;align-items:center;min-height:92px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;font-size:25px;letter-spacing:-.9px}.brand img{border-radius:11px}nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:500}nav>a:hover,.text-link:hover{color:#50e0e1}.nav-cta{border:1px solid #ffffff4a;padding:13px 18px;border-radius:7px}.nav-cta span{margin-left:18px}.hero{position:relative;overflow:hidden;background:#041c37;color:white;min-height:680px}.hero-art{position:absolute;width:100%;height:100%;max-width:none;object-fit:cover;object-position:70% center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#051d39f7 0%,#051d39ee 26%,#051d3978 46%,transparent 67%)}.hero-inner{position:relative;padding-top:73px;padding-bottom:94px}.hero-copy{max-width:590px}.eyebrow{font-size:12px;font-weight:650;letter-spacing:2px;display:flex;align-items:center;gap:14px;color:#b8dfe8;margin:0 0 26px}.pill{font-size:11px;letter-spacing:1.4px;padding:7px 10px;border:1px solid #71c2d056;border-radius:4px;color:#7ce8e5}.hero h1{font-size:clamp(46px,5.5vw,76px);font-weight:650;line-height:1.04;letter-spacing:-3.7px;margin:0 0 26px}.hero h1 span{color:#6ddfde}.hero-description{font-size:18px;line-height:1.65;max-width:410px;color:#c1d6e2;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:15px;font-weight:650;min-height:54px;padding:15px 22px;border-radius:6px;transition:background .2s,transform .2s}.primary{color:#022b3e;background:#68e0dd}.primary:hover{background:#91f3ee;transform:translateY(-2px)}.text-link{font-size:14px}.hero-foot{position:relative;display:flex;justify-content:space-between;padding:22px 0;border-top:1px solid #ffffff26;color:#bed1de;font-size:13px;letter-spacing:.2px}.section{padding:96px 0}.section-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:100px;align-items:end;margin-bottom:55px}.section-intro .eyebrow{grid-column:1/-1}.eyebrow.dark{color:#067886}.section-intro h2,h2{font-size:clamp(34px,4vw,49px);line-height:1.08;font-weight:600;letter-spacing:-1.8px;margin:0}.section-intro>p:last-child{font-size:18px;line-height:1.7;color:var(--muted);max-width:440px;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature{padding:32px 30px 30px 0}.feature+.feature{padding-left:30px;border-left:1px solid var(--line)}.feature-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.number{font-size:14px;font-variant-numeric:tabular-nums;color:#667d89}.feature svg{width:32px;height:32px;color:#06869c}.feature h3{font-size:23px;letter-spacing:-.6px;font-weight:600;margin:0 0 17px}.feature p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 34px;min-height:109px}.feature-label{font-size:11px;letter-spacing:1.4px;font-weight:650;color:#087d8d}.product-note{font-size:14px;color:#637c89;line-height:1.6;margin:22px 0 0}.story{background:var(--pale)}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.story-copy blockquote{margin:0 0 24px;font-size:25px;line-height:1.45;letter-spacing:-.5px;color:#07657b}.story-copy p{font-size:17px;line-height:1.8;color:var(--muted);max-width:540px}.inline-link{display:inline-block;color:#06677d;font-size:15px;font-weight:600;margin-top:13px;border-bottom:1px solid #9ec6ce;padding-bottom:6px}.inline-link:hover{color:#0096a5}.beta{background:var(--navy);color:white}.beta-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.beta h2{font-size:51px}.beta p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:520px;color:#b5ccd8;margin:24px 0 0}.beta .button{flex-shrink:0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:32px 0}.footer-inner .brand{font-size:22px}.footer-inner p,.footer-inner>a:last-child{font-size:14px;color:var(--muted)}.skip{position:absolute;top:-100px;left:20px;padding:15px;background:white;color:var(--navy);z-index:10}.skip:focus{top:10px}@media(min-width:1600px){.hero-art{object-fit:fill}.hero-inner{padding-bottom:120px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.hero-art{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#051d39f7 0%,#051d39dc 35%,#051d3950 65%,transparent)}.hero-copy{max-width:510px}.hero h1{font-size:62px}.feature p{min-height:160px}.story-grid{gap:40px}.beta h2{font-size:43px}}@media(max-width:700px){.wrap{width:calc(100% - 40px)}.nav{min-height:78px}.brand{font-size:23px}.brand img{width:36px;height:36px}nav{gap:16px}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:13px;padding:10px 12px}.nav-cta span{margin-left:7px}.hero{min-height:0;padding-bottom:0}.hero-inner{padding-top:45px;padding-bottom:290px}.hero-art{top:auto;bottom:50px;height:320px;width:100%;object-position:right center;object-fit:cover}.hero-shade{background:linear-gradient(180deg,#051d39 0%,#051d39 44%,#051d39dd 56%,transparent 74%)}.hero-copy{max-width:none}.hero h1{font-size:clamp(40px,11vw,62px);letter-spacing:-2px;line-height:1.08}.desktop-break{display:none}.hero-description{font-size:16px;max-width:390px}.hero-actions{gap:18px;flex-wrap:wrap}.text-link{font-size:14px}.hero-foot{font-size:12px;gap:20px;line-height:1.5;padding:18px 0}.hero-foot span{max-width:150px}.eyebrow{font-size:11px;letter-spacing:1.5px;margin-bottom:23px}.section{padding:60px 0}.section-intro{display:block;margin-bottom:34px}.section-intro h2{font-size:40px;margin-bottom:24px}.section-intro>p:last-child{font-size:16px}.feature-grid{grid-template-columns:1fr}.feature,.feature+.feature{padding:26px 0;border-left:0}.feature+.feature{border-top:1px solid var(--line)}.feature-top{margin-bottom:16px}.feature h3{font-size:24px}.feature p{min-height:0;margin-bottom:20px;max-width:470px}.feature-label{font-size:11px}.story-grid{grid-template-columns:1fr;gap:30px}.story h2{font-size:40px}.story-copy blockquote{font-size:23px}.story-copy p{font-size:16px}.beta-inner{display:block}.beta h2{font-size:42px}.beta .button{margin-top:28px}.footer-inner{flex-wrap:wrap;padding:28px 0;gap:16px}.footer-inner p{order:3;width:100%;margin:0}.footer-inner>a:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
