:root{--mint:#49d7c8;--mint-soft:#e8faf8;--ink:#17202a;--muted:#667085;--line:rgba(23,32,42,0.1);--paper:#ffffff;--background:#f7fbfb;--blue:#4b7bec;--coral:#ff7a68}*{box-sizing:border-box}html{min-width:320px;background:var(--background);color:var(--ink)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}.site-footer,.site-header{width:min(1120px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header{min-height:78px}.site-footer{padding:28px 0 40px;color:var(--muted);font-size:14px}.nav-links,.site-footer nav{display:flex;align-items:center;gap:18px}.nav-links a,.site-footer a{color:var(--muted);font-weight:700}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800}.brand-mark{width:38px;height:38px;border-radius:9px;box-shadow:0 10px 28px rgba(23,32,42,.14)}.hero{width:min(1120px,calc(100% - 40px));min-height:calc(100svh - 118px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;grid-gap:54px;gap:54px;padding:28px 0 64px}.hero-copy{max-width:660px}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:13px;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-size:clamp(48px,8vw,86px);line-height:.95}h2{margin-bottom:16px;font-size:clamp(30px,4vw,48px);line-height:1.05}h3{margin-bottom:10px}.hero-text,h3{font-size:20px}.hero-text{max-width:610px;color:var(--muted);line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 20px;border-radius:16px;font-weight:800}.button-icon{width:20px;height:20px;flex:0 0 auto;fill:currentColor}.button.primary{background:var(--ink);color:white}.button.secondary{background:white;border:1px solid var(--line)}.hero-visual{justify-self:center;width:min(430px,100%)}.hero-icon{display:block;width:100%;height:auto;border-radius:28%;box-shadow:0 28px 90px rgba(23,32,42,.2)}.hero-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-highlights span{padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);color:var(--muted);font-weight:800;font-size:14px}.section{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:72px 0}.section-heading{max-width:640px;margin-bottom:30px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.feature-card{padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.feature-card p,.legal-page p,.split-band p{color:var(--muted);line-height:1.7}.split-band{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:36px;gap:36px;align-items:start;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.legal-page{width:min(820px,calc(100% - 40px));min-height:calc(100svh - 180px);margin:0 auto;padding:54px 0 80px}.legal-page h1{font-size:clamp(40px,6vw,64px)}.legal-page section{padding-top:28px}.legal-page a{color:var(--blue);font-weight:800}.legal-page ul{margin:0;padding-left:22px;color:var(--muted);line-height:1.7}.legal-page li+li{margin-top:8px}.updated{font-weight:700}@media (max-width:820px){.site-footer,.site-header{width:min(100% - 28px,1120px)}.site-header{align-items:flex-start;flex-direction:column;padding:18px 0}.hero,.legal-page,.section{width:min(100% - 28px,1120px)}.hero{min-height:auto;grid-template-columns:1fr;padding-top:28px;gap:36px}.hero-visual{justify-self:start;width:min(300px,78vw)}.feature-grid,.split-band{grid-template-columns:1fr}.site-footer{align-items:flex-start;flex-direction:column}}