:root{--navy:#0b2343;--gold:#d8ad67;--ink:#121826;--muted:#667085;--line:#e7eaf0;--cream:#fbfaf7}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}a{text-decoration:none;color:inherit}.landing{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#fff,#f6f3ed 65%);padding:24px}.landing-card{text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:50px;width:min(580px,100%);box-shadow:0 24px 80px rgba(11,35,67,.08)}.brand-mark{width:74px;height:74px;border-radius:22px;background:var(--navy);color:#fff;display:grid;place-items:center;margin:0 auto 20px;font-weight:900;font-size:24px}.landing-card h1{font-size:42px;margin:0 0 8px}.landing-card p{color:var(--muted);margin:0 0 28px}.landing-actions{display:flex;gap:12px;justify-content:center}.btn{padding:12px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800;font-size:14px}.btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn.small{padding:9px 13px}.public-header{height:76px;display:flex;justify-content:space-between;align-items:center;padding:0 5vw;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:3}.public-brand{display:flex;gap:10px;align-items:center}.public-brand span{width:38px;height:38px;border-radius:11px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.public-main{max-width:1200px;margin:0 auto;padding:0 5vw 70px}.hero{padding:90px 0 68px;max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:#b57a2f;font-size:11px;font-weight:900}.hero h1{font-size:58px;line-height:1.02;margin:10px 0 14px;color:var(--navy)}.hero p{font-size:18px;color:var(--muted);line-height:1.6;margin:0 0 25px}.section-head h2{margin:7px 0 20px;font-size:30px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.service-photo{height:150px;background:linear-gradient(145deg,#102f58,#08172b);display:grid;place-items:center;color:#fff;font-size:42px}.service-body{padding:16px}.service-body small{color:var(--muted)}.service-body h3{margin:5px 0 16px}.service-body div{display:flex;justify-content:space-between;color:var(--muted)}.service-body strong{color:var(--navy)}.empty-card{grid-column:1/-1;background:#fff;border:1px dashed #cad0db;border-radius:16px;padding:30px;color:var(--muted)}@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:46px}}@media(max-width:560px){.service-grid{grid-template-columns:1fr}.landing-actions{flex-direction:column}.hero{padding-top:55px}.hero h1{font-size:40px}}
