:root{--blue:#173d6c;--teal:#11b6b6;--ink:#152033;--muted:#667085;--line:#e6eaf0;--bg:#f6f8fa}*{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(--bg)}a{color:inherit;text-decoration:none}.site-header{height:88px;max-width:1180px;margin:auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between}.site-brand img{width:175px;height:58px;object-fit:cover;object-position:left}.admin-link{font-size:13px;color:var(--muted)}main{max-width:1180px;margin:auto;padding:40px 28px 80px}.hero{min-height:560px;border-radius:28px;padding:72px;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:60px;background:white;box-shadow:0 20px 60px rgba(21,32,51,.07);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -180px -260px auto;width:600px;height:600px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--teal));opacity:.13}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--teal)}h1{font-size:clamp(45px,7vw,78px);line-height:.98;letter-spacing:-.055em;margin:18px 0 26px;max-width:720px}.hero-copy p{font-size:19px;line-height:1.65;color:var(--muted);max-width:630px}.hero-actions{display:flex;gap:12px;margin-top:34px}.hero-actions a{padding:14px 19px;border-radius:11px;font-weight:700}.primary{background:var(--blue);color:white}.secondary{border:1px solid var(--line);background:white}.hero-card{position:relative;z-index:1;aspect-ratio:1/1;border-radius:28px;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,var(--blue),var(--teal));color:white}.hero-card strong{font-size:64px;letter-spacing:-.06em}.hero-card span{font-size:19px;font-weight:700}.hero-card small{margin-top:7px;opacity:.75}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}.services article{background:white;border:1px solid var(--line);border-radius:18px;padding:30px}.services article>span{color:var(--teal);font-size:12px;font-weight:800}.services h2{font-size:20px;margin:22px 0 8px}.services p{color:var(--muted);line-height:1.55;margin:0}footer{max-width:1180px;margin:auto;padding:0 28px 35px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}@media(max-width:760px){.site-header{height:74px;padding:10px 18px}.site-brand img{width:135px;height:48px}main{padding:22px 16px 50px}.hero{grid-template-columns:1fr;padding:38px 25px;min-height:auto;gap:32px}.hero-card{aspect-ratio:16/9;padding:26px}.hero-card strong{font-size:46px}.hero-actions{flex-direction:column}.hero-actions a{text-align:center}.services{grid-template-columns:1fr}footer{padding:0 18px 28px}}
