html {
  scroll-behavior: smooth;
}

body {
  background: #f8fafc;
  color: #102033;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

header {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

header a,
header button {
  letter-spacing: 0;
}

main section {
  position: relative;
}

.container {
  width: min(100% - 2rem, 1180px);
}

a[href^="tel:"],
a[href="#quote-form"],
a[href="/#quote-form"] {
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

a[href^="tel:"]:hover,
a[href="#quote-form"]:hover,
a[href="/#quote-form"]:hover {
  transform: translateY(-1px);
}

img {
  max-width: 100%;
}

img[loading="lazy"] {
  content-visibility: auto;
}

.shadow-lg,
.shadow-xl,
.shadow-md {
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.rounded-lg {
  border-radius: 10px;
}

.bg-white.rounded-lg,
.bg-white.rounded-xl {
  border: 1px solid rgba(148, 163, 184, 0.22);
}

.professional-results {
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 1)),
    radial-gradient(circle at 18% 0%, rgba(14, 165, 233, 0.12), transparent 28%);
}

.professional-results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .professional-results__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.professional-results__item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
  background: #e2e8f0;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.14);
}

.professional-results__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

.professional-results__item:hover img {
  transform: scale(1.04);
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  h1 {
    line-height: 1.05;
  }
}

.seo-breadcrumb { font-size: .875rem; color: #64748b; }
.seo-breadcrumb a { color: #2563eb; }
.seo-link-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:.75rem; }
.seo-link-grid a { display:block; border:1px solid rgba(148,163,184,.28); border-radius:10px; padding:.85rem 1rem; background:#fff; color:#1d4ed8; font-weight:600; }
.seo-pill-list { display:flex; flex-wrap:wrap; gap:.65rem; }
.seo-pill-list a,.seo-pill-list span { border:1px solid rgba(59,130,246,.25); background:#eff6ff; color:#1e3a8a; border-radius:999px; padding:.5rem .85rem; font-weight:600; font-size:.9rem; }
