* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #f4f7ff;
  --surface: #ffffff;
  --primary: #0f4bd8;
  --primary-2: #0b1b3a;
  --accent: #2bd4a5;
  --text: #172033;
  --muted: #5b6780;
  --shadow: 0 12px 30px rgba(15, 38, 95, 0.12);
  --radius: 18px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
.container { width: min(1120px, 92%); margin: 0 auto; }
.header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(20,40,85,.08);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; min-height:74px; gap:18px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--text); }
.brand-badge { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,var(--primary),#3972ff); color:#fff; display:grid; place-items:center; }
.brand strong { display:block; font-size:.95rem; }
.brand small { color:var(--muted); }
.menu { display:flex; gap:18px; align-items:center; }
.menu a { text-decoration:none; color:var(--text); font-weight:500; }
.btn { display:inline-flex; align-items:center; justify-content:center; text-decoration:none; border:none; cursor:pointer; padding:12px 18px; border-radius:12px; font-weight:600; }
.btn-sm { padding:10px 14px; }
.btn-primary { background: linear-gradient(135deg,var(--primary),#336dff); color:#fff; box-shadow: var(--shadow); }
.btn-ghost { border:1px solid rgba(16,48,120,.2); color:var(--primary-2); background:#fff; }
.hero { position:relative; overflow:hidden; }
.hero-bg { position:absolute; inset:0; background:radial-gradient(circle at 10% 20%,#dce8ff 0,#f4f7ff 50%,#f4f7ff 100%); }
.hero-content { position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:34px; padding:72px 0 48px; }
.kicker { color:var(--primary); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:.78rem; margin-bottom:10px; }
h1 { font-size: clamp(1.9rem, 4vw, 3rem); line-height:1.15; margin-bottom:16px; }
.hero-text p { color:var(--muted); margin-bottom:16px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin:20px 0; }
.hero-list { list-style:none; display:grid; gap:8px; color:#1f2f53; }
.hero-card { background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); align-self:center; }
.hero-card img { width:100%; height:100%; min-height:300px; object-fit:cover; display:block; }
.section { padding:68px 0; }
.section-head { margin-bottom:26px; }
h2 { font-size:clamp(1.45rem,3vw,2.2rem); line-height:1.2; }
.grid { display:grid; gap:16px; }
.cards-4 { grid-template-columns:repeat(4,1fr); }
.cards-3 { grid-template-columns:repeat(3,1fr); }
.card { background:var(--surface); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow); }
.icon { width:48px; height:48px; border-radius:12px; display:grid; place-items:center; background:linear-gradient(135deg,#eaf0ff,#dce7ff); margin-bottom:12px; font-size:1.2rem; }
.card h3 { margin-bottom:8px; }
.card p { color:var(--muted); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:start; }
.check-list { margin-top:16px; padding-left:18px; }
.info-panel,.map-card,.trust-box,.cta-box { background:#fff; border-radius:var(--radius); box-shadow:var(--shadow); }
.info-panel { padding:24px; }
.full { width:100%; margin-top:12px; }
.trust-box { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:20px; }
.trust-item { background:#f8faff; border:1px solid #e5ecff; border-radius:12px; padding:14px; }
.map-card iframe { width:100%; min-height:320px; border:0; border-radius:var(--radius); }
.faq-list { display:grid; gap:12px; }
details { background:#fff; border-radius:14px; padding:16px 18px; box-shadow:var(--shadow); }
summary { cursor:pointer; font-weight:600; }
details p { margin-top:10px; color:var(--muted); }
.cta-final { padding-top:10px; }
.cta-box { padding:30px; text-align:center; background:linear-gradient(135deg,#0f4bd8,#0b1b3a); color:#fff; }
.center { justify-content:center; }
.footer { background:#0b1733; color:#dbe5ff; padding-top:42px; margin-top:40px; }
.footer-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.footer a { color:#c7d7ff; text-decoration:none; }
.footer-bottom { border-top:1px solid rgba(207,223,255,.2); margin-top:22px; padding:16px 0 22px; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.menu-toggle { display:none; background:none; border:0; }
.menu-toggle span { display:block; width:25px; height:2px; background:#1c2d4f; margin:5px 0; }
@media (max-width: 980px){
  .hero-content,.split,.cards-4,.cards-3,.footer-grid,.trust-box { grid-template-columns:1fr 1fr; }
}
@media (max-width: 760px){
  .menu-toggle{ display:block; }
  .menu { position:absolute; top:74px; right:4%; background:#fff; border:1px solid #e7ecff; border-radius:12px; box-shadow:var(--shadow); padding:10px; flex-direction:column; min-width:220px; display:none; }
  .menu.open { display:flex; }
  .hero-content,.split,.cards-4,.cards-3,.footer-grid,.trust-box { grid-template-columns:1fr; }
  .section { padding:54px 0; }
}
