/* ==========================================================================
   city.css — City detail page (/areas/<slug>/)
   ─────────────────────────────────────────────────────────────────────────
   Section 1: .city-hero     — AREAS WE SERVE eyebrow + CITY, ST H1 + CTA
   Section 2: .city-body     — long-form SEO/AEO article with 15-item list
   Section 3: .ar-ind        — Industries grid (reuses areas.css)
   Section 4: .wu-contact    — Step 1 form (reuses why-us-page.css)
   ========================================================================== */

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1 — HERO
══════════════════════════════════════════════════════════════════════════ */
.city-hero {
  background: #ffffff;
  padding: calc(var(--nav-height, 88px) + 56px) 0 80px;
  text-align: center;
}
.city-hero__eyebrow {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--clr-primary, #0d9488);
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.city-hero__h1 {
  font-family: var(--font-family);
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--clr-text-1, #0f172a);
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.city-hero .wu-btn--teal { padding: 14px 36px; }

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 2 — BODY ARTICLE
══════════════════════════════════════════════════════════════════════════ */
.city-body {
  background: #ffffff;
  padding: 24px 0 96px;
}
.city-article {
  max-width: 960px;
  margin: 0 auto;
}
.city-article__h2 {
  font-family: var(--font-family);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: var(--clr-text-1, #0f172a);
  text-transform: uppercase;
  margin: 56px 0 20px 0;
}
.city-article__h2:first-child { margin-top: 0; }
.city-article p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--clr-text-3, #475569);
  margin: 0 0 18px 0;
}

/* 15-industry list (3-col grid with green checkmarks) */
.city-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 24px;
}
.city-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 700;
  color: var(--clr-text-1, #0f172a);
}
.city-list__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d1fae5;
  color: var(--clr-primary, #0d9488);
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 4 — STEP 1 FORM TWEAKS (city page variant)
══════════════════════════════════════════════════════════════════════════ */
/* When wu-form__title is used standalone (no .wu-form__title-block wrapper)
   give it the same divider so the form card matches Figma. */
.wu-contact__right .wu-form > .wu-form__title:first-child {
  margin: 0 0 32px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

/* ══════════════════════════════════════════════════════════════════════════
   MOBILE
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 880px) {
  .city-hero { padding: calc(var(--nav-height, 88px) + 32px) 0 56px; }
  .city-hero__eyebrow { font-size: 11px; margin-bottom: 14px; }
  .city-hero__h1 { margin-bottom: 22px; }

  .city-body { padding: 16px 0 64px; }
  .city-article__h2 { margin: 40px 0 14px 0; font-size: clamp(1.3rem, 5vw, 1.8rem); }
  .city-article p { font-size: 14px; line-height: 1.7; }
  .city-list { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .city-list li { font-size: 14px; }
}

@media (max-width: 760px) {
  /* Mobile solid CTA */
  .city-hero .wu-btn--teal {
    background: var(--clr-primary, #0d9488);
    color: #ffffff;
    border-color: var(--clr-primary, #0d9488);
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   COMING SOON PAGE (/areas/coming-soon/)
══════════════════════════════════════════════════════════════════════════ */
.cs-hero {
  background: linear-gradient(135deg, #eefaf8 0%, #f4f0ff 100%);
  padding: calc(var(--nav-height, 88px) + 80px) 0 100px;
  text-align: center;
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.cs-hero .container { display: flex; flex-direction: column; align-items: center; }
.cs-hero__pill { margin-bottom: 24px; }
.cs-hero__h1 {
  font-family: var(--font-family);
  font-size: clamp(2.2rem, 5.2vw, 4.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--clr-text-1, #0f172a);
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.cs-hero__body {
  font-size: 16px;
  line-height: 1.65;
  color: var(--clr-text-3, #64748b);
  max-width: 600px;
  margin: 0 0 32px 0;
}
.cs-hero__body strong { color: var(--clr-text-1, #0f172a); font-weight: 800; }

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}
.wu-btn--ghost {
  background: transparent;
  color: var(--clr-text-1, #0f172a);
  border: 1px solid #cbd5e1;
}
.wu-btn--ghost:hover { background: #ffffff; border-color: #94a3b8; }

.cs-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
}
.cs-bullets li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 700;
  color: var(--clr-text-1, #0f172a);
}
.cs-bullets__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-primary, #0d9488);
  box-shadow: 0 0 0 3px rgba(13,148,136,0.18);
}

@media (max-width: 760px) {
  .cs-hero { padding: calc(var(--nav-height, 88px) + 48px) 0 72px; min-height: 0; }
  .cs-actions .wu-btn--teal,
  .cs-actions .wu-btn--ghost { padding: 14px 24px; font-size: 12px; }
}
