* { box-sizing: border-box; }
:root {
  --navy: #10233e;
  --blue: #1769aa;
  --blue-dark: #0f568f;
  --light: #f3f7fb;
  --text: #263342;
  --muted: #607080;
  --white: #ffffff;
  --border: #dce5ee;
  --shadow: 0 18px 50px rgba(16, 35, 62, .13);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(220,229,238,.85);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.08; color: var(--navy); font-size: 14px; }
.logo-mark {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: var(--blue); color: white; font-weight: 800; border-radius: 12px;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; font-weight: 600; font-size: 14px; }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--navy); color: white !important; padding: 11px 18px; border-radius: 10px; }
.menu-button { display: none; background: none; border: 0; font-size: 28px; }
.hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(23,105,170,.18), transparent 31%),
    linear-gradient(135deg, #f8fbfe, #edf4fa);
  padding: 92px 0;
}
.hero-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 68px; align-items: center; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; margin-bottom: 10px; }
.eyebrow.light { color: #9ed0f5; }
h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 24px; color: var(--navy); max-width: 760px; }
h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; color: var(--navy); margin: 0 0 18px; }
h3 { color: var(--navy); margin: 10px 0; line-height: 1.25; }
.hero-text, .lead { font-size: 19px; color: var(--muted); max-width: 700px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 28px; }
.button {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 50px; padding: 0 23px; border-radius: 10px;
  text-decoration: none; font-weight: 700; border: 0; cursor: pointer;
}
.primary { background: var(--blue); color: white; }
.primary:hover { background: var(--blue-dark); }
.secondary { background: white; color: var(--navy); border: 1px solid var(--border); }
.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--navy); font-size: 14px; font-weight: 600; }
.quote-card { background: white; border-radius: 22px; padding: 34px; box-shadow: var(--shadow); border: 1px solid rgba(220,229,238,.9); }
.quote-card h2 { font-size: 34px; }
.quote-card small { display: block; text-align: center; color: var(--muted); margin-top: 13px; }
.card-label { color: var(--blue); font-weight: 800; margin-bottom: 6px; }
.stats { background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { padding: 26px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { font-size: 19px; }
.stats-grid span { color: #bfcbd8; font-size: 13px; }
.section { padding: 96px 0; }
.section.alt { background: var(--light); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:last-child { color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { border: 1px solid var(--border); border-radius: 18px; padding: 28px; background: white; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(16,35,62,.09); }
.service-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: var(--light); font-size: 21px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 10px 0 10px 32px; border-bottom: 1px solid var(--border); }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.feature-panel { background: var(--navy); color: white; border-radius: 22px; padding: 44px; box-shadow: var(--shadow); }
.feature-panel h3 { color: white; font-size: 31px; }
.feature-panel p { color: #c7d2dd; }
.text-link { color: #9ed0f5; font-weight: 700; text-decoration: none; }
.area-box { border: 1px solid var(--border); border-radius: 20px; padding: 32px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.area-tags span { background: var(--light); padding: 9px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--navy); }
.contact-section { background: var(--navy); color: white; padding: 96px 0; }
.contact-section h2 { color: white; }
.contact-section p { color: #c7d2dd; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-details { margin-top: 30px; }
.contact-details a { color: white; }
.contact-form { background: white; color: var(--text); border-radius: 20px; padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea {
  width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--border);
  border-radius: 9px; font: inherit; resize: vertical;
}
.full-field { grid-column: 1 / -1; }
.contact-form small { color: var(--muted); }
footer { padding: 34px 0; background: #081728; color: white; }
.footer-wrap { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-wrap p { color: #9fb0c0; margin: 4px 0 0; font-size: 13px; }

@media (max-width: 850px) {
  .menu-button { display: block; }
  .nav-links {
    display: none; position: absolute; top: 78px; left: 0; right: 0;
    background: white; padding: 22px; flex-direction: column; align-items: stretch;
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero { padding: 68px 0; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .cards, .contact-form { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section, .contact-section { padding: 70px 0; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
