:root {
  --navy: #082f49;
  --blue: #0ea5e9;
  --cyan: #67e8f9;
  --cream: #f8fafc;
  --slate: #475569;
  --dark: #0f172a;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 47, 73, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: var(--cream);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248, 250, 252, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo, .nav-links, .trust-row, .hero-actions, .footer div {
  display: flex;
  align-items: center;
}

.logo { gap: 10px; font-weight: 800; color: var(--navy); }
.logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
}

.nav-links { gap: 26px; color: var(--slate); font-weight: 600; }
.nav-links a:hover, .nav-phone:hover, .footer a:hover { color: var(--blue); }
.nav-phone { font-weight: 800; color: var(--navy); }

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 46px;
  padding: 64px;
  border-radius: 40px;
  background:
    linear-gradient(120deg, rgba(8, 47, 73, 0.9), rgba(14, 165, 233, 0.44)),
    radial-gradient(circle at 82% 18%, rgba(103, 232, 249, 0.7), transparent 34%),
    url("https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&w=1400&q=80") center/cover;
  box-shadow: var(--shadow);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero .eyebrow, .quote-section .eyebrow { color: var(--cyan); }

h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); line-height: 0.96; margin-bottom: 24px; letter-spacing: -0.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.045em; margin-bottom: 18px; }
h3 { margin-bottom: 10px; }

.hero-copy { max-width: 660px; color: rgba(255,255,255,0.88); font-size: 1.18rem; line-height: 1.75; }
.hero-actions { gap: 14px; flex-wrap: wrap; margin: 34px 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: var(--navy); }
.btn-secondary { background: rgba(255,255,255,0.14); color: var(--white); border: 1px solid rgba(255,255,255,0.32); }
.btn:hover { transform: translateY(-2px); transition: transform 0.2s ease; }

.trust-row { gap: 12px; flex-wrap: wrap; }
.trust-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-card {
  align-self: end;
  padding: 32px;
  border-radius: 30px;
  background: rgba(255,255,255,0.94);
  color: var(--dark);
  box-shadow: var(--shadow);
}
.promo-badge { width: fit-content; padding: 8px 12px; border-radius: 999px; background: #dcfce7; color: #166534; font-weight: 800; font-size: 0.85rem; }
.hero-card h2 { margin: 18px 0 8px; color: var(--navy); }
.hero-card p, .service-card p, .split-content p, blockquote p, .quote-section p, .footer { color: var(--slate); line-height: 1.7; }
.hero-card li { margin: 12px 0; font-weight: 700; }

.stats, .section, .split-section, .quote-section {
  width: min(1180px, calc(100% - 32px));
  margin: 90px auto;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stats div, .service-card, blockquote, .quote-form {
  padding: 28px;
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}
.stats strong { display: block; color: var(--navy); font-size: 2.5rem; letter-spacing: -0.04em; }
.stats span { color: var(--slate); font-weight: 700; }

.section-heading { max-width: 760px; margin-bottom: 32px; }
.service-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { border: 1px solid rgba(14, 165, 233, 0.14); }
.icon { font-size: 2.3rem; margin-bottom: 18px; }

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: stretch;
}
.image-panel {
  min-height: 510px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, transparent, rgba(8,47,73,0.75)),
    url("https://images.unsplash.com/photo-1620626011761-996317b8d101?auto=format&fit=crop&w=1000&q=80") center/cover;
  display: flex;
  align-items: end;
  padding: 30px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 800;
  box-shadow: var(--shadow);
}
.split-content { padding: 38px 0; }
.feature-list { display: grid; gap: 18px; margin-top: 28px; }
.feature-list div { padding-left: 20px; border-left: 4px solid var(--blue); }

.reviews { margin-top: 40px; }
blockquote { margin: 0; }
blockquote p { font-size: 1.05rem; }
cite { color: var(--navy); font-weight: 800; font-style: normal; }

.quote-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding: 52px;
  border-radius: 38px;
  background: linear-gradient(135deg, var(--navy), #075985);
  color: var(--white);
  box-shadow: var(--shadow);
}
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; color: var(--dark); }
.quote-form label { display: grid; gap: 8px; font-weight: 800; }
.quote-form input, .quote-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 0 14px;
  font: inherit;
}
.quote-form button, .form-note { grid-column: 1 / -1; }
.form-note { margin: 0; font-size: 0.9rem; text-align: center; }

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 46px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(15,23,42,0.1);
}
.footer div { gap: 18px; font-weight: 800; }

@media (max-width: 900px) {
  .nav { flex-wrap: wrap; padding: 14px 0; }
  .nav-links { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 16px; }
  .hero, .split-section, .quote-section { grid-template-columns: 1fr; }
  .hero { padding: 34px; min-height: auto; }
  .hero-card { align-self: auto; }
  .stats, .service-grid, .review-grid, .quote-form { grid-template-columns: 1fr; }
  .quote-form button, .form-note { grid-column: auto; }
  .footer { flex-direction: column; text-align: center; align-items: center; }
}

@media (max-width: 560px) {
  .nav-phone { width: 100%; text-align: center; }
  .hero, .quote-section { width: calc(100% - 20px); padding: 26px; border-radius: 28px; }
  .stats, .section, .split-section, .quote-section { margin: 56px auto; }
  .image-panel { min-height: 360px; }
  .footer div { flex-direction: column; }
}
