:root{--navy: #1b2a4a;--ink: #1a1a2e;--slate: #4a4a5a;--teal: #2a7d6f;--teal-dark: #21665a;--line: #e2e5ea;--tint: #f7f8fa;--white: #ffffff;--font-body: "Montserrat", "Segoe UI", Arial, sans-serif;--font-head: "Poppins", "Montserrat", "Segoe UI", Arial, sans-serif;--max: 1140px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--slate);background:var(--white);-webkit-font-smoothing:antialiased}.page{min-height:100%;display:flex;flex-direction:column}h1{font-family:var(--font-head);color:var(--ink);font-size:clamp(2rem,4.5vw,3.1rem);font-weight:700;line-height:1.2;margin:0 auto .5em}p{margin:0 0 1em}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-dark)}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 24px}.site-header{background:var(--white);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand img{display:block;height:40px;width:auto}.header-link{font-family:var(--font-head);font-weight:500;color:var(--ink)}.header-link:hover{color:var(--teal)}.hero{flex:1;display:flex;align-items:center;text-align:center;padding:96px 0;background:radial-gradient(1200px 500px at 85% -10%,rgba(42,125,111,.12),transparent 60%),linear-gradient(180deg,var(--white) 0%,var(--tint) 100%)}.eyebrow{font-family:var(--font-head);font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:18px}.hero-inner{max-width:900px}.lead{font-size:1.2rem;max-width:64ch;margin:0 auto 32px}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.btn{display:inline-block;font-family:var(--font-head);font-weight:600;font-size:.95rem;padding:12px 24px;border-radius:6px;border:2px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.btn-primary{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-primary:hover{background:var(--ink);border-color:var(--ink);color:var(--white)}.site-footer{background:var(--ink);color:#fff9;padding:20px 0;font-size:.85rem}.site-footer a{color:#ffffffbf}.site-footer a:hover{color:var(--white)}.footer-inner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}@media(max-width:600px){.hero{padding:56px 0}.brand img{height:34px}}
