@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#102c3a;--teal:#087b75;--mint:#aff4dd;--muted:#52656e;--line:#d5e0e2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:var(--navy);font:16px/1.65 'DM Sans',sans-serif}.wrap{max-width:1240px;margin:auto;padding-left:48px;padding-right:48px}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #087b75;outline-offset:6px}header{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Manrope,sans-serif;font-size:26px;font-weight:800;display:grid;grid-template-columns:40px 1fr;column-gap:10px;line-height:1.1;letter-spacing:-1px}.mark{grid-row:span 2;align-self:center;background:var(--navy);color:var(--mint);border-radius:8px;width:38px;height:43px;display:grid;place-items:center;font-size:28px}.brand-small{font:9px/2.4 'DM Sans',sans-serif;letter-spacing:3.7px}nav{display:flex;gap:32px;font-size:14px;font-weight:600}nav a:last-child{color:var(--teal)}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;padding-top:58px;padding-bottom:90px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--teal);margin:0 0 25px}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:clamp(44px,4.9vw,66px);line-height:1.08;letter-spacing:-3px;font-weight:600;margin:0 0 27px}h1 em{font-style:normal;color:var(--teal)}.intro{max-width:420px;color:var(--muted);font-size:18px;line-height:1.75}.button{display:inline-flex;align-items:center;gap:30px;background:var(--navy);color:white;padding:15px 22px;border-radius:4px;font-size:14px;margin-top:17px}.button:hover{background:var(--teal)}.visual{background:var(--navy);color:white;border-radius:6px;padding:32px 36px;min-height:530px;display:flex;flex-direction:column;position:relative}.visual-top{display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:1.4px;color:#b7cdd5;border-bottom:1px solid #38515d;padding-bottom:22px}.visual h2{font-size:34px;line-height:1.25;font-weight:500;letter-spacing:-1px;margin:30px 0}.flow{display:flex;flex-direction:column;gap:0}.flow>div{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #38515d;align-items:center}.number{font-size:14px;color:var(--mint);border:1px solid #47646d;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.flow h3{font-size:18px;font-weight:500;margin:0 0 2px}.flow p{color:#c3d4d9;font-size:14px;margin:0}.visual-note{font-size:13px;color:var(--mint);margin:24px 0 0}.approach{background:#f1f6f7;padding:75px 0 84px}.section-head h2,.development h2{font-size:38px;line-height:1.25;letter-spacing:-1.4px;font-weight:500;margin:0 0 20px}.section-head>p:last-child{color:var(--muted)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}.features article{border-top:1px solid #abbfc5;padding-top:23px}.feature-no{font-size:11px;letter-spacing:1.6px;color:var(--teal);font-weight:700}.features h3{font-size:21px;line-height:1.3;letter-spacing:-.5px;margin:25px 0 15px}.features p{color:var(--muted);margin:0}.development{display:grid;grid-template-columns:1fr 2fr;padding-top:85px;padding-bottom:85px;gap:50px}.development .eyebrow{padding-top:8px}.development div>p{max-width:570px;color:var(--muted);margin-bottom:25px}.status{font-size:13px;padding:9px 14px;border:1px solid var(--line);border-radius:3px;display:inline-block}footer{border-top:1px solid var(--line);padding-top:27px;padding-bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{font-weight:700;font-size:14px}footer p,footer small{font-size:12px;color:var(--muted)}@media(max-width:900px){.wrap{padding-left:30px;padding-right:30px}.hero{gap:30px}h1{font-size:48px}.visual{padding:26px;min-height:510px}.visual h2{font-size:29px}.features{gap:25px}footer{flex-wrap:wrap}}@media(max-width:650px){header{min-height:96px}.wrap{padding-left:22px;padding-right:22px}.brand{font-size:22px}nav a:first-child{display:none}nav{font-size:12px;gap:10px}.hero{grid-template-columns:1fr;padding-top:30px;padding-bottom:50px;gap:42px}h1{font-size:52px;letter-spacing:-2.5px}.intro{font-size:17px}.visual{min-height:auto;padding:28px}.visual h2{font-size:32px}.approach{padding:50px 0}.section-head h2,.development h2{font-size:30px}.features{grid-template-columns:1fr;gap:35px;margin-top:35px}.features h3{margin-top:16px}.development{grid-template-columns:1fr;gap:0;padding-top:50px;padding-bottom:50px}footer{display:block}footer p{margin:8px 0}footer small{display:block;margin-top:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
