:root {
  --blue: #2563eb;
  --sky: #0ea5e9;
  --dark: #0f172a;
  --muted: #64748b;
  --light: #f8fafc;
  --line: #dbe5f0;
  --card: #ffffff;
  --success: #16a34a;
  --shadow: 0 22px 70px rgba(15, 23, 42, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--dark);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--dark); color: white; padding: 10px 14px; border-radius: 10px; z-index: 99; }
.skip-link:focus { left: 10px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 229, 240, .9);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 82px; }
.brand img { width: 232px; }
.nav { display: flex; gap: 22px; font-weight: 700; color: #334155; }
.nav a:hover { color: var(--blue); }
.header-call {
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .25);
}
.hero { padding: 74px 0 54px; background: radial-gradient(circle at top left, #dff6ff, transparent 38%), linear-gradient(180deg, #f8fbff 0%, #ffffff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; color: var(--blue); background: #eff6ff; font-weight: 900; border: 1px solid #bfdbfe; border-radius: 999px; padding: 8px 13px; font-size: 14px; }
h1 { font-size: clamp(42px, 6vw, 74px); line-height: .96; margin: 20px 0 18px; letter-spacing: -0.06em; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 12px 0 14px; letter-spacing: -.04em; }
h3 { font-size: 22px; margin: 12px 0 8px; }
.lead { font-size: 21px; color: #334155; max-width: 700px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--sky), var(--blue)); box-shadow: 0 18px 36px rgba(37, 99, 235, .28); }
.btn-secondary { color: var(--dark); background: #fff; border: 1px solid var(--line); }
.btn-light { color: var(--blue); background: #fff; }
.trust-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.trust-strip span { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; font-weight: 800; color: #1e293b; box-shadow: 0 10px 28px rgba(15,23,42,.06); }
.trust-strip span:before { content: "✓"; color: var(--success); margin-right: 8px; }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 34px; padding: 14px; box-shadow: var(--shadow); }
.quick-call { background: var(--dark); color: #fff; }
.quick-call-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; }
.quick-call span { color: #cbd5e1; }
.quick-call a { background: #fff; color: var(--blue); font-weight: 900; padding: 10px 16px; border-radius: 999px; white-space: nowrap; }
.section { padding: 82px 0; }
.section-heading { max-width: 790px; margin: 0 auto 38px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card, .review-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 16px 50px rgba(15, 23, 42, .07); }
.service-card p, .review-card p { color: var(--muted); margin-bottom: 0; }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: #eff6ff; font-size: 25px; }
.reviews-section, .areas-section { background: var(--light); }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.stars { color: #f59e0b; letter-spacing: 1px; font-size: 18px; }
.review-card strong { display: block; margin-top: 18px; }
.center-cta { text-align: center; margin-top: 30px; }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: start; }
.why-grid p { color: var(--muted); font-size: 18px; }
.why-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.why-list div { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.why-list strong { display: block; }
.why-list span { color: var(--muted); font-size: 15px; }
.city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.city-grid span { background: #fff; border: 1px solid var(--line); padding: 12px 14px; border-radius: 14px; font-weight: 800; color: #334155; }
.final-cta { background: linear-gradient(135deg, #0f172a, #1d4ed8); color: white; padding: 86px 0; text-align: center; }
.final-cta p { color: #dbeafe; font-size: 19px; max-width: 660px; margin: 0 auto 28px; }
.final-cta .kicker { color: white; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.site-footer { background: #020617; color: #e2e8f0; padding: 26px 0 92px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer-inner span { display: block; color: #94a3b8; }
.footer-inner a { color: #93c5fd; font-weight: 900; }
.mobile-sticky-call { display: none; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 80; background: linear-gradient(135deg, var(--sky), var(--blue)); color: white; text-align: center; font-weight: 900; padding: 15px 18px; border-radius: 999px; box-shadow: 0 16px 40px rgba(37, 99, 235, .38); }
@media (max-width: 980px) {
  .container { width: min(100% - 28px, 820px); }
  .nav { display: none; }
  .hero { padding-top: 44px; }
  .hero-grid, .why-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 166px; }
  .header-call { display: none; }
  h1 { font-size: 43px; }
  .lead { font-size: 18px; }
  .cta-row .btn { width: 100%; }
  .trust-strip, .service-grid, .reviews-grid, .why-list, .city-grid { grid-template-columns: 1fr; }
  .quick-call-inner, .footer-inner { flex-direction: column; align-items: flex-start; }
  .quick-call a { width: 100%; text-align: center; }
  .section { padding: 62px 0; }
  .mobile-sticky-call { display: block; }
}
.review-summary { display: flex; align-items: center; justify-content: center; gap: 18px; margin: -16px auto 32px; flex-wrap: wrap; }
.review-summary div { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; box-shadow: 0 12px 30px rgba(15,23,42,.07); }
.review-summary strong { color: #f59e0b; letter-spacing: 1px; }
.review-summary span { color: #334155; font-weight: 900; }
.review-summary a { color: #fff; background: var(--dark); font-weight: 900; border-radius: 999px; padding: 10px 16px; }
.avatar { width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: var(--blue); font-weight: 950; margin-bottom: 12px; }
.review-card > span { display: block; color: var(--muted); font-size: 14px; margin-top: 2px; }
@media (max-width: 640px) {
  .review-summary { align-items: stretch; }
  .review-summary div, .review-summary a { width: 100%; justify-content: center; text-align: center; }
}
