/* ==========================================================================
   Virginia Water Damage Pros
   Design variant 2 - "Coastal"
   slate #1E293B + emerald #047857, amber #D97706 CTA, dark header,
   wide gradient hero with angled bottom, soft-shadow 16px cards,
   airy 80px section rhythm on an 8px base unit.
   Mobile-first. No external fonts, images, or frameworks.
   ========================================================================== */

:root {
  --slate: #1e293b;
  --slate-deep: #0f172a;
  --slate-soft: #334155;
  --emerald: #047857;
  --emerald-dark: #065f46;
  --emerald-soft: #d1fae5;
  --amber: #d97706;
  --amber-dark: #b45309;
  --amber-soft: #fef3c7;
  --ink: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --surface: #ffffff;
  --surface-alt: #f1f5f9;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-soft: 0 10px 30px -18px rgba(15, 23, 42, 0.35);
  --shadow-lift: 0 18px 42px -20px rgba(15, 23, 42, 0.45);
  --unit: 8px;
  --wrap: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: var(--emerald-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: var(--amber-dark);
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--slate-deep);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(1.85rem, 5.4vw, 3rem);
}

h2 {
  font-size: clamp(1.5rem, 3.6vw, 2.15rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 18px;
}

ul,
ol {
  padding-left: 22px;
}

li {
  margin-bottom: 10px;
}

strong {
  color: var(--slate-deep);
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 12px;
  z-index: 60;
  background: var(--surface);
  color: var(--slate);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lift);
}

.container {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 20px;
}

/* --------------------------------------------------------------- header --- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--slate);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header.is-stuck {
  box-shadow: 0 12px 28px -18px rgba(15, 23, 42, 0.9);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
}

.brand:hover {
  color: #fff;
}

.brand-mark {
  width: 38px;
  height: 38px;
  flex: none;
}

.brand-name {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.15;
}

.brand-name small {
  display: none; /* the strap-line returns at 900px */
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a7f3d0;
}

.site-nav ul {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav li {
  margin: 0;
}

.site-nav a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 6px 2px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--amber-soft);
}

.site-nav {
  display: none;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.site-nav.is-open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--slate);
  padding: 12px 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-lift);
}

.site-nav.is-open ul {
  flex-direction: column;
  gap: 4px;
}

.site-nav.is-open a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* The call button stays in the header at every width: it shrinks on phones so
   the brand mark, the number and the menu toggle all fit from 360px up.
   Scoped to .header-inner so it outranks the .btn display rule. */
.header-inner .header-call {
  display: inline-flex;
  padding: 10px 13px;
  font-size: 0.85rem;
  border-radius: 12px;
  white-space: nowrap;
}

.header-inner .header-call svg {
  width: 17px;
  height: 17px;
}

/* -------------------------------------------------------------- buttons --- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.btn svg {
  width: 19px;
  height: 19px;
  flex: none;
}

.btn-call {
  background: var(--amber);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn-call:hover {
  background: var(--amber-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-secondary:hover {
  background: #fff;
  color: var(--slate);
}

.btn-secondary-dark {
  background: transparent;
  color: var(--emerald-dark);
  border-color: var(--emerald);
}

.btn-secondary-dark:hover {
  background: var(--emerald);
  color: #fff;
}

.btn-xl {
  padding: 16px 30px;
  font-size: 1.09rem;
}

.btn-block {
  width: 100%;
}

/* ---------------------------------------------------------- breadcrumbs --- */

.breadcrumbs {
  background: var(--surface-alt);
  border-bottom: 1px solid var(--line);
  font-size: 0.87rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  color: var(--muted);
}

.breadcrumbs li {
  margin: 0;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #94a3b8;
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--emerald-dark);
  text-decoration: underline;
}

/* ----------------------------------------------------------------- hero --- */

.hero {
  position: relative;
  color: #fff;
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 42%, #065f46 100%);
  padding: 56px 0 88px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), 0 100%);
}

.hero-inner {
  display: grid;
  gap: 32px;
}

.hero-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  background: rgba(4, 120, 87, 0.35);
  border: 1px solid rgba(167, 243, 208, 0.5);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d1fae5;
}

.hero h1 {
  color: #fff;
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 1.08rem;
  color: #e2e8f0;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 14px;
}

.hero-note {
  font-size: 0.92rem;
  color: #cbd5e1;
  margin: 0;
}

.hero-note strong {
  color: #fcd34d;
}

.hero-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-lift);
  backdrop-filter: blur(2px);
}

.hero-panel h2 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.hero-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-panel li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.96rem;
  color: #e2e8f0;
}

.hero-panel li svg {
  width: 20px;
  height: 20px;
  flex: none;
  color: #6ee7b7;
  margin-top: 2px;
}

.hero-inner-page {
  display: block;
}

/* ---------------------------------------------------------- trust strip --- */

.trust-strip {
  background: var(--surface-alt);
  border-bottom: 1px solid var(--line);
}

.trust-list {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 26px 0;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 600;
  font-size: 0.96rem;
  color: var(--slate);
}

.trust-list svg {
  width: 26px;
  height: 26px;
  flex: none;
  color: var(--emerald);
}

/* -------------------------------------------------------------- section --- */

.section {
  padding: 56px 0;
}

.section-alt {
  background: var(--surface-alt);
}

.section-head {
  max-width: 62ch;
  margin-bottom: 34px;
}

.section-head.center {
  margin: 0 auto 34px;
  text-align: center;
}

.section-head p {
  color: var(--muted);
  margin-bottom: 0;
}

.eyebrow {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 10px;
}

.lede {
  font-size: 1.12rem;
  color: var(--slate-soft);
}

.prose {
  max-width: 78ch;
}

.prose h2 {
  margin-top: 38px;
}

.prose h3 {
  margin-top: 26px;
}

.prose ul,
.prose ol {
  margin-bottom: 20px;
}

.prose .lede {
  margin-bottom: 22px;
}

/* ---------------------------------------------------------------- grids --- */

.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.services-grid,
.benefits-grid,
.blog-grid,
.cities-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cities-grid li {
  margin: 0;
}

/* ---------------------------------------------------------------- cards --- */

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card h3 a {
  color: var(--slate-deep);
  text-decoration: none;
}

.service-card h3 a:hover {
  color: var(--emerald-dark);
}

.service-card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.service-card .card-link {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.94rem;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--emerald-soft);
  color: var(--emerald-dark);
  margin-bottom: 16px;
}

.icon-badge svg {
  width: 24px;
  height: 24px;
}

/* ------------------------------------------------------------ process --- */

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.process-steps li {
  position: relative;
  margin: 0;
  padding: 22px 22px 22px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 5px solid var(--emerald);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.process-steps h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.06rem;
  margin-bottom: 8px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 50%;
  background: var(--slate);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

/* ------------------------------------------------------------ benefits --- */

.benefit-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--amber);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-soft);
}

.benefit-card h3 {
  font-size: 1.05rem;
}

.benefit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------------------------------------------------------------- chips --- */

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.chips li {
  margin: 0;
  padding: 6px 13px;
  background: var(--emerald-soft);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--emerald-dark);
}

.chips.amber li {
  background: var(--amber-soft);
  color: var(--amber-dark);
}

/* --------------------------------------------------------------- cities --- */

.city-letter-group {
  margin-bottom: 30px;
}

.city-letter-group h2 {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--slate);
  border-bottom: 2px solid var(--emerald-soft);
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.city-letter-group h2 span {
  float: right;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 600;
  text-transform: none;
}

.cities-grid a {
  display: block;
  padding: 12px 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  color: var(--slate);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.cities-grid a:hover {
  border-color: var(--emerald);
  color: var(--emerald-dark);
  transform: translateY(-2px);
}

.city-grid-lg a {
  padding: 16px 18px;
}

/* ----------------------------------------------------------------- blog --- */

.post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.post-card h3 {
  font-size: 1.1rem;
}

.post-card h3 a {
  color: var(--slate-deep);
  text-decoration: none;
}

.post-card h3 a:hover {
  color: var(--emerald-dark);
}

.post-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.post-card .card-link {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.94rem;
}

.article-meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 20px;
}

.takeaways {
  background: var(--emerald-soft);
  border-left: 5px solid var(--emerald);
  border-radius: var(--radius);
  padding: 22px 24px;
  margin: 0 0 28px;
}

.takeaways h2 {
  font-size: 1.08rem;
  margin-bottom: 12px;
}

.takeaways ul {
  margin: 0;
  padding-left: 20px;
}

.takeaways li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------------ faq --- */

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 22px;
  font-weight: 700;
  color: var(--slate-deep);
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--emerald);
}

.faq-item[open] summary::after {
  content: "\2013";
}

.faq-item summary:hover {
  color: var(--emerald-dark);
}

.faq-answer {
  padding: 0 22px 20px;
  color: var(--muted);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ cta band --- */

.cta-band {
  background: linear-gradient(120deg, #065f46 0%, #1e293b 100%);
  color: #fff;
  text-align: center;
  padding: 56px 0;
}

.cta-band h2 {
  color: #fff;
}

.cta-band p {
  color: #d1fae5;
  max-width: 60ch;
  margin: 0 auto 24px;
}

/* --------------------------------------------------------------- footer --- */

.site-footer {
  background: var(--slate-deep);
  color: #cbd5e1;
  padding: 52px 0 96px;
  font-size: 0.94rem;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

.site-footer h3 {
  color: #fff;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 9px;
}

.site-footer a {
  color: #cbd5e1;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fcd34d;
  text-decoration: underline;
}

.footer-brand p {
  margin-bottom: 16px;
}

.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.12rem;
  color: #fff;
}

.footer-phone svg {
  width: 20px;
  height: 20px;
  color: var(--amber);
}

.footer-disclaimers {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  color: #94a3b8;
}

.footer-disclaimers p {
  margin-bottom: 14px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}

.footer-copy {
  margin: 0;
  color: #64748b;
}

/* -------------------------------------------------------- mobile callbar --- */

.call-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: var(--amber);
  box-shadow: 0 -8px 22px -12px rgba(15, 23, 42, 0.7);
}

.call-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
}

.call-bar svg {
  width: 20px;
  height: 20px;
  flex: none;
}

/* ------------------------------------------------------------- utilities --- */

.list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.list-check li {
  position: relative;
  padding-left: 30px;
}

.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 9px;
  border-left: 3px solid var(--emerald);
  border-bottom: 3px solid var(--emerald);
  transform: rotate(-45deg);
}

.callout {
  background: var(--amber-soft);
  border-left: 5px solid var(--amber);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 0 0 24px;
}

.callout h2,
.callout h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.callout p:last-child {
  margin-bottom: 0;
}

.service-links {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.service-links a {
  display: block;
  padding: 14px 18px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-weight: 600;
  color: var(--slate);
  text-decoration: none;
}

.service-links a:hover {
  border-color: var(--emerald);
  color: var(--emerald-dark);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 0.94rem;
}

.info-table th,
.info-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.info-table th {
  background: var(--surface-alt);
  color: var(--slate);
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.info-table tr:last-child td {
  border-bottom: none;
}

.stat-row {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.stat-row li {
  margin: 0;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.stat-row strong {
  display: block;
  font-size: 1.45rem;
  color: var(--emerald-dark);
}

.stat-row span {
  font-size: 0.9rem;
  color: var(--muted);
}

.stack-lg > * + * {
  margin-top: 40px;
}

@media (max-width: 599px) {
  /* Phone-width: the logo mark carries the brand and the number stays visible. */
  .brand-name {
    display: none;
  }

  .header-inner {
    gap: 10px;
  }
}

/* ------------------------------------------------------------ responsive --- */

@media (min-width: 600px) {
  .trust-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid,
  .benefits-grid,
  .blog-grid,
  .cities-grid,
  .process-steps,
  .service-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  body {
    font-size: 18px;
  }

  .section {
    padding: 80px 0;
  }

  .hero {
    padding: 72px 0 110px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  }

  .hero-inner {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .hero-inner-page {
    display: block;
    max-width: 78ch;
  }

  .trust-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
  }

  .services-grid,
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }

  .site-footer {
    padding-bottom: 52px;
  }

  .call-bar {
    display: none;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: block;
  }

  .header-inner .header-call {
    display: inline-flex;
    padding: 13px 22px;
    font-size: 1rem;
    border-radius: var(--radius);
  }

  .header-inner .header-call svg {
    width: 19px;
    height: 19px;
  }

  .brand-name small {
    display: block;
  }

  .stat-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .cities-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

@media print {
  .site-header,
  .call-bar,
  .cta-band {
    display: none;
  }
}
