:root{--background:#0a1120;--foreground:#f4f8ff;--muted:#b8c4d9;--card:#101820;--card-border:rgba(22,224,189,0.3);--accent:#16e0bd;--accent-foreground:#092028}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(180deg,#0a1120,#0d162a);color:var(--foreground);line-height:1.6}a{color:inherit}.container{width:min(1100px,92vw);margin:0 auto}.hero{padding:3rem 0 4rem}.hero-content{display:grid;grid-gap:1rem;gap:1rem}.logo{width:clamp(140px,22vw,220px);height:auto}.eyebrow{margin:0;color:var(--accent);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}h1,h2,h3{line-height:1.2;margin:0}h1{max-width:22ch;font-size:clamp(1.8rem,4vw,3rem)}.hero-subtitle{max-width:60ch;color:var(--muted);margin:0}.cta-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.services{padding:1rem 0 4rem}.services h2{margin-bottom:1.2rem;font-size:clamp(1.5rem,2.6vw,2rem)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.site-footer{border-top:1px solid rgba(184,196,217,.25);padding:1.25rem 0;color:var(--muted);font-size:.95rem}@media (max-width:640px){.hero{padding-top:2rem}.cta-group a{width:100%}}