﻿
:root{
  --bg:#f7f9fc;--card:#fff;--text:#152238;--muted:#5d6b82;--brand:#123c69;
  --brand2:#1f6f8b;--accent:#f3b61f;--line:#dfe6ef;--success:#197a55;
  --shadow:0 12px 30px rgba(18,60,105,.10);--radius:18px;--max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),92%);margin:auto}
.topbar{background:var(--brand);color:#fff;font-size:.93rem}
.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:8px 0;flex-wrap:wrap}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);z-index:20;border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;min-width:0}
.logo{width:auto;height:62px;max-width:210px;object-fit:contain;flex:0 0 auto}
.hero-logo{width:min(100%,360px);height:auto;max-height:280px;object-fit:contain;margin:0 auto 24px}
.brand-text small{display:block;color:var(--muted);font-weight:600;font-size:.72rem}
.nav-links{display:flex;gap:18px;align-items:center}
.nav-links a{font-weight:650;color:#2b3a50}
.nav-links a:hover{color:var(--brand2)}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px}
.hero{background:linear-gradient(135deg,#eef5ff 0%,#f8fbff 50%,#fff7de 100%);padding:76px 0 58px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center}
.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e7f4ef;color:var(--success);padding:7px 12px;border-radius:999px;font-weight:750;font-size:.9rem}
h1,h2,h3{line-height:1.18;margin:0 0 14px}
h1{font-size:clamp(2.2rem,6vw,4.4rem);letter-spacing:-.035em}
h2{font-size:clamp(1.7rem,3vw,2.6rem)}
h3{font-size:1.2rem}
.lead{font-size:1.12rem;color:var(--muted);max-width:720px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:12px;font-weight:750;border:1px solid transparent}
.btn-primary{background:var(--brand);color:#fff}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--brand)}
.hero-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.hero-card .stat{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px dashed var(--line)}
.hero-card .stat:last-child{border-bottom:0}
.section{padding:64px 0}
.section.alt{background:#fff}
.section-head{max-width:760px;margin-bottom:30px}
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 4px 16px rgba(18,60,105,.05)}
.card p{color:var(--muted);margin-bottom:0}
.icon{width:46px;height:46px;border-radius:12px;background:#edf4fb;display:grid;place-items:center;margin-bottom:14px;font-size:1.35rem}
.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#fff5d6;color:#7a5b00;font-weight:700;font-size:.82rem;margin-bottom:10px}
.notice{border-left:4px solid var(--accent);background:#fff9e8;padding:16px 18px;border-radius:10px;color:#5f4a06}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.check{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}
.page-hero{padding:54px 0;background:linear-gradient(135deg,#eef5ff,#fff)}
.breadcrumb{font-size:.9rem;color:var(--muted);margin-bottom:12px}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:16px}
table{width:100%;border-collapse:collapse;min-width:620px}
th,td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left}
th{background:#f5f8fc}
form{display:grid;gap:14px}
input,select,textarea{width:100%;padding:12px 14px;border:1px solid #cfd8e6;border-radius:10px;font:inherit;background:#fff}
textarea{min-height:120px;resize:vertical}
label{font-weight:700}
.footer{background:#0f2238;color:#dce7f4;margin-top:40px}
.footer .container{padding:42px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}
.footer a{color:#dce7f4}
.footer small{color:#9fb0c5}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:24px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
.placeholder{border:2px dashed #b9c6d6;background:#f9fbfd;border-radius:14px;padding:20px;color:#5c6d82;text-align:center}
.floating-contact{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:15}
.floating-contact a{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;box-shadow:var(--shadow);font-weight:800}
@media(max-width:900px){
  .hero-grid,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}
  .nav-links{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:16px 4%;flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .checks{grid-template-columns:1fr}
}
@media(max-width:600px){
  .logo{height:48px;max-width:145px}
  .brand-text{display:none}
  .hero-logo{max-height:220px;margin-bottom:18px}
}

