:root{--ink:#0d2233;--ink2:#17384d;--paper:#f5f7f4;--white:#fff;--accent:#66e0b2;--muted:#667883;--line:#dce4df;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.site-header{max-width:var(--max);margin:auto;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}.brand,.footer-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:var(--accent);font-weight:900}.brand-mark.small{width:28px;height:28px;border-radius:8px;font-size:14px}.accent,.hero-card h2 span{color:#2fae82}.site-header nav{display:flex;gap:28px;font-size:14px;font-weight:700}.site-header nav a:hover,.footer-links a:hover{opacity:.6}.hero{max-width:var(--max);margin:34px auto 72px;padding:28px;display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.hero-copy{padding:36px 0}.eyebrow{margin:0 0 14px;font-size:12px;letter-spacing:.16em;font-weight:900;color:#2d8f70}.hero h1{margin:0;font-size:clamp(48px,7vw,88px);line-height:.96;letter-spacing:-.065em}.lead{max-width:660px;margin:28px 0;color:#4f6571;font-size:19px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;font-weight:800;font-size:14px}.button.primary{background:var(--ink);color:white}.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.55)}.hero-card{min-height:460px;border-radius:28px;background:linear-gradient(150deg,#0d2233,#173c52);color:white;padding:34px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 30px 70px rgba(13,34,51,.18)}.hero-card>p{margin:0 0 4px;font-size:11px;letter-spacing:.16em;font-weight:900;color:#9bb7c5}.hero-card h2{font-size:66px;line-height:1;margin:0 0 12px;letter-spacing:-.06em}.hero-card strong{max-width:390px;font-size:20px;line-height:1.35}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.pill-row span{padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:12px;color:#dceaf0}.court-lines{position:absolute;inset:24px 24px auto auto;width:48%;aspect-ratio:1.55;border:1px solid rgba(102,224,178,.32);transform:perspective(500px) rotateX(58deg) rotateZ(-12deg)}.court-lines:before,.court-lines:after,.court-lines span{content:"";position:absolute;background:rgba(102,224,178,.25)}.court-lines:before{left:50%;top:0;bottom:0;width:1px}.court-lines:after{left:0;right:0;top:50%;height:1px}.court-lines span:first-child{left:18%;top:0;bottom:0;width:1px}.court-lines span:nth-child(2){right:18%;top:0;bottom:0;width:1px}.court-lines span:nth-child(3){left:0;right:0;top:20%;height:1px}.section{max-width:var(--max);margin:0 auto;padding:76px 28px}.section-heading{max-width:760px}.section h2,.company h2,.legal h1{font-size:clamp(34px,5vw,54px);line-height:1.04;letter-spacing:-.045em;margin:0 0 18px}.section-heading>p:last-child{font-size:18px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px}.feature-grid article{background:white;border:1px solid var(--line);border-radius:20px;padding:26px}.feature-grid h3{margin:22px 0 9px;font-size:20px}.feature-grid p{margin:0;color:var(--muted)}.icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#e2f8ef;color:#167456;font-size:12px;font-weight:900}.company{max-width:var(--max);margin:42px auto 86px;padding:54px 28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}.company-copy{font-size:18px;color:var(--muted)}.company-copy p{margin-top:0}.company-copy strong{color:var(--ink)}footer{max-width:var(--max);margin:auto;padding:8px 28px 44px;display:grid;grid-template-columns:auto 1fr;gap:16px 30px;align-items:center}.footer-links{justify-self:end;display:flex;gap:22px;font-size:13px;font-weight:700}footer>p{grid-column:1/-1;margin:12px 0 0;color:#73838b;font-size:12px}.legal{max-width:850px;margin:34px auto 100px;padding:28px}.legal .back{display:inline-block;margin-bottom:44px;font-weight:800;font-size:14px}.legal h2{margin-top:36px;font-size:22px}.legal p,.legal li{color:#566b76}.legal .updated{font-size:13px;color:#7a8b93}.support-card{margin-top:30px;padding:26px;background:white;border:1px solid var(--line);border-radius:18px}.support-card h2{margin-top:0}@media(max-width:800px){.site-header nav{display:none}.hero{grid-template-columns:1fr;margin-top:0;padding-top:10px}.hero-card{min-height:360px}.feature-grid{grid-template-columns:1fr}.company{grid-template-columns:1fr;gap:16px}.section{padding-top:56px;padding-bottom:56px}.hero h1{font-size:52px}footer{grid-template-columns:1fr}.footer-links{justify-self:start;flex-wrap:wrap}}