:root{--ink:#173f3c;--muted:#6c8b87;--brand:#2d726c;--line:rgba(23,63,60,.12)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;color:var(--ink)}body{min-height:100svh;overflow:hidden;background:radial-gradient(circle at 50% 47%,rgba(127,213,202,.24),transparent 26%),linear-gradient(135deg,#f8fcfb,#e7f4f1 54%,#f4fbf9);display:flex;flex-direction:column}.landing{flex:1;width:min(1080px,100%);margin:auto;padding:28px clamp(22px,5vw,64px);display:flex;align-items:center;justify-content:center;text-align:center}.hero{max-width:620px;padding:20px 0}.hero h1{font-size:clamp(68px,13vw,144px);letter-spacing:-.105em;line-height:.82;margin:0;color:var(--brand);font-weight:850}.hero p{font-size:clamp(16px,2vw,19px);line-height:1.5;color:var(--muted);margin:30px auto 0;max-width:540px}.hero-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 19px;font-size:13px;font-weight:780;text-decoration:none;transition:.18s ease}.button.primary{background:var(--brand);color:#fff;box-shadow:0 14px 28px rgba(45,114,108,.18)}.button.secondary{color:var(--brand);background:rgba(255,255,255,.58);box-shadow:inset 0 0 0 1px var(--line)}.button:hover{transform:translateY(-1px)}.legal-links{display:flex;gap:14px;justify-content:center;padding:0 20px 22px}.legal-links a{color:var(--muted);font-size:11px;text-decoration:none;opacity:.84}@media(max-width:560px){body{overflow:auto}.landing{padding:22px;min-height:calc(100svh - 54px)}.hero{padding:32px 0}.hero h1{font-size:82px}.hero p{font-size:16px;margin-top:25px}.hero-actions{flex-direction:column}.button{min-width:220px}.legal-links{padding-bottom:max(20px,env(safe-area-inset-bottom))}}
