:root {
  --navy: #07142b;
  --blue: #123b70;
  --light: #f4f7fb;
  --line: #e2e8f0;
  --text: #111827;
  --muted: #5d6675;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 7%; background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,.06); position: sticky; top: 0; z-index: 10; }
.logo { color: var(--navy); display: flex; flex-direction: column; line-height: 1; }
.logo span { font-size: 42px; font-weight: 900; font-style: italic; letter-spacing: -2px; }
.logo small { font-size: 11px; font-weight: 800; letter-spacing: 2.5px; }
nav { display: flex; gap: 26px; font-weight: 700; font-size: 13px; text-transform: uppercase; }
.header-cta { background: var(--navy); color: white; padding: 13px 20px; border-radius: 5px; font-weight: 800; text-transform: uppercase; font-size: 13px; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; padding: 80px 7%; background: linear-gradient(90deg, rgba(7,20,43,.96), rgba(7,20,43,.62), rgba(7,20,43,.25)), url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1800&q=80') center/cover; color: white; }
.hero-content { max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 800; color: #486c9d; margin: 0 0 12px; }
.hero .eyebrow { color: #dce8ff; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1; margin: 0 0 24px; letter-spacing: -2px; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin: 0 0 18px; color: var(--navy); }
h3 { color: var(--navy); margin: 0 0 8px; }
.hero p:not(.eyebrow) { font-size: 21px; max-width: 650px; }
.hero-buttons { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; }
.btn, button { border: 0; border-radius: 5px; padding: 15px 28px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.primary, button { background: var(--navy); color: white; }
.secondary { border: 2px solid white; color: white; }
.hero-card { background: rgba(255,255,255,.94); color: var(--text); padding: 30px; border-radius: 16px; max-width: 420px; justify-self: end; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.hero-card ul { padding-left: 20px; color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 7%; background: var(--navy); color: white; gap: 18px; }
.stats div { border-left: 1px solid rgba(255,255,255,.22); padding-left: 20px; }
.stats strong { display: block; font-size: 24px; }
.stats span { color: #c9d6eb; }
.services, .about, .process, .coverage, .why, .contact { padding: 85px 7%; }
.section-title { text-align: center; max-width: 820px; margin: 0 auto 44px; }
.section-title p:not(.eyebrow) { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 12px 30px rgba(7,20,43,.06); }
.icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--light); color: var(--navy); font-size: 24px; font-weight: 900; margin-bottom: 18px; }
.card p, .about p, .coverage p, .why p, .contact p { color: var(--muted); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: var(--light); }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.checklist span { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 13px; font-weight: 700; color: var(--navy); }
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.photo { min-height: 370px; border-radius: 16px; background-size: cover; background-position: center; box-shadow: 0 16px 35px rgba(7,20,43,.15); }
.photo-one { background-image: url('https://images.unsplash.com/photo-1592838064575-70ed626d3a0e?auto=format&fit=crop&w=900&q=80'); }
.photo-two { background-image: url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=900&q=80'); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps div { padding: 28px; border-radius: 14px; background: var(--light); border: 1px solid var(--line); }
.steps strong { color: var(--blue); font-size: 28px; }
.steps p { color: var(--muted); }
.coverage { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; background: var(--navy); color: white; }
.coverage h2 { color: white; }
.coverage-panel { padding: 45px; background: rgba(255,255,255,.05); border-radius: 16px 0 0 16px; }
.coverage-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.coverage-list span { padding: 10px 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.coverage-image { min-height: 400px; border-radius: 0 16px 16px 0; background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1200&q=80') center/cover; }
.why { text-align: center; }
.why-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.why-grid div { background: var(--navy); color: white; padding: 28px; border-radius: 14px; }
.why-grid strong { display: block; font-size: 28px; color: #bcd4ff; margin-bottom: 8px; }
.why-grid span { display: block; font-weight: 800; margin-bottom: 8px; }
.why-grid p { color: #c9d6eb; margin: 0; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; background: var(--light); }
.contact ul { list-style: none; padding: 0; }
.contact li { margin: 12px 0; }
.quote-note { margin-top: 24px; padding: 18px; background: white; border-left: 4px solid var(--blue); border-radius: 8px; color: var(--muted); }
form { display: grid; gap: 14px; background: white; padding: 30px; border-radius: 16px; box-shadow: 0 14px 35px rgba(7,20,43,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea { width: 100%; padding: 16px; border: 1px solid #d6deea; border-radius: 8px; font: inherit; }
footer { padding: 38px 7% 24px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 25px; }
.footer-grid p, .copyright { color: #c9d6eb; }
.copyright { text-align: center; margin: 22px 0 0; }
@media (max-width: 950px) {
  .site-header { height: auto; padding: 18px 6%; flex-wrap: wrap; gap: 15px; }
  nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; font-size: 12px; overflow-x: auto; }
  .header-cta { display: none; }
  .hero, .cards, .about, .steps, .coverage, .why-grid, .contact, .footer-grid, .stats { grid-template-columns: 1fr; }
  .hero { padding: 70px 6%; }
  .hero-card { justify-self: start; }
  .photo-grid, .checklist, .form-row { grid-template-columns: 1fr; }
  .coverage-panel, .coverage-image { border-radius: 16px; }
}
