:root{--ink:#142033;--muted:#5d6b7d;--line:#dce5ef;--soft:#f3f7fb;--paper:#fff;--blue:#1556c7;--blue-2:#0a2d62;--orange:#e56a1f;--shadow:0 18px 55px rgba(16,34,58,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#edf2f7;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.topbar{background:#081a36;color:rgba(255,255,255,.78);font-size:14px}.topbar .wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.topbar a{color:#fff;font-weight:800}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(15,37,67,.1);backdrop-filter:blur(14px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand-mark{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--blue),#07306f);font-size:24px}.brand small{display:block;color:var(--muted);font-weight:700}.nav{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.nav a{padding:8px 10px;border-radius:6px;color:#304158;font-weight:750;font-size:14px}.nav a:hover{background:#eaf1fb;color:var(--blue)}.hero{background:linear-gradient(90deg,rgba(5,18,39,.88),rgba(5,18,39,.52)),url('state.png') center/cover no-repeat;color:#fff}.hero-inner{padding:88px 0 74px;max-width:840px}.eyebrow{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.12);font-weight:850;font-size:13px}h1{font-size:clamp(38px,6vw,66px);line-height:1.04;margin:22px 0 18px}h2{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:0 0 18px}h3{font-size:24px;margin:0 0 12px}.lead{font-size:20px;color:rgba(255,255,255,.84);max-width:760px}.section{padding:72px 0;background:#fff}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;gap:26px;align-items:end;margin-bottom:28px}.section-kicker{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;font-weight:900;font-size:13px;margin-bottom:10px}.section-desc{max-width:560px;color:var(--muted);font-size:17px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 12px 34px rgba(16,34,58,.08)}.card p{color:var(--muted);margin:0}.text{font-size:17px;color:#314258}.text p{margin:0 0 18px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.cta{background:#0b213f;color:#fff;border-radius:8px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cta p{color:rgba(255,255,255,.78);margin:5px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:8px;background:var(--blue);color:#fff;font-weight:850}.btn.orange{background:var(--orange)}.links{display:flex;flex-wrap:wrap;gap:10px}.links a{border:1px solid #b7cdec;background:#fff;color:var(--blue);padding:9px 12px;border-radius:8px;font-weight:800}.contact-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.contact-list li{background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 16px}.contact-list strong{display:block}.faq details{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px}.faq details+details{margin-top:10px}.faq summary{cursor:pointer;font-weight:850}footer{background:#081a36;color:rgba(255,255,255,.72);padding:30px 0}footer a{color:#fff;font-weight:800}.footer-sitemap{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;flex-wrap:wrap}.footer-brand{color:#fff;font-weight:900;font-size:18px}.footer-sitemap p{margin:8px 0 0}.footer-map{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:8px 18px;min-width:min(100%,380px)}.footer-map strong{grid-column:1/-1;color:#fff}.footer-map a{color:rgba(255,255,255,.84);font-weight:750}.footer-map a:hover{color:#fff}@media(max-width:860px){.header-inner,.section-head,.cta,.footer-sitemap{align-items:stretch;flex-direction:column}.grid,.split{grid-template-columns:1fr}.nav{justify-content:flex-start}.hero-inner{padding:62px 0}.topbar .wrap{padding:10px 0}.footer-map{grid-template-columns:1fr}}@media(min-width:861px){.header{z-index:20;background:rgba(255,255,255,.98);box-shadow:0 10px 30px rgba(15,37,67,.08),0 1px 0 rgba(15,37,67,.1)}.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(250px,315px) minmax(0,1fr);align-items:center;gap:22px}.brand{min-width:0}.brand small{font-size:13px;line-height:1.25}.nav{align-items:center;justify-content:flex-end;gap:6px 12px;flex-wrap:nowrap;min-width:0}.nav a{padding:6px 4px;white-space:nowrap;line-height:1.2}.nav a[href="../#contacts"]{display:none}}
@media(min-width:861px){.header-inner{width:min(1280px,calc(100% - 48px));min-height:76px;grid-template-columns:270px minmax(0,1fr);gap:18px}.brand-mark{width:46px;height:46px}.brand small{max-width:205px;font-size:12px;line-height:1.3}.nav{gap:10px;flex-wrap:nowrap}.nav a{padding:8px 6px;font-size:13px;font-weight:800}.nav a:hover{background:#eaf1fb;color:var(--blue)}}
