/* ==========================================================================
   PAGE HERO (service-areas) — single-column, centered
   Reuses the .page-hero rules promoted/duplicated from about + contact-us.
   This file is left intentionally minimal to enable rule promotion on the
   third page-hero occurrence: the identical .page-hero / .page-hero__bg /
   .page-hero__overlay / .page-hero__grid / .page-hero__copy /
   .page-hero__breadcrumbs / .page-hero__title / .page-hero__lead rules will
   be promoted to global.css by the assembler. The --contact modifier tweaks
   stay in this page stylesheet.
   ========================================================================== */
.page-hero { position: relative; padding: 96px 0 80px; color: var(--white); overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: -2; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(130deg, rgba(4, 12, 24, 0.85) 0%, rgba(4, 12, 24, 0.5) 55%, rgba(4, 12, 24, 0.35) 100%); z-index: -1; }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.page-hero__copy { max-width: 600px; }
.page-hero__breadcrumbs { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 18px; letter-spacing: 0.06em; text-transform: uppercase; }
.page-hero__breadcrumbs a { color: rgba(255,255,255,0.75); }
.page-hero__breadcrumbs a:hover { color: var(--white); }
.page-hero__breadcrumbs [aria-current] { color: var(--white); font-weight: 600; }
.page-hero__title { font-size: 68px; font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; margin-bottom: 18px; }
.page-hero__lead { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,0.92); max-width: 560px; margin: 0 auto; }

.page-hero--contact .page-hero__grid--single { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.page-hero--contact .page-hero__copy { max-width: 720px; }
.page-hero--contact .page-hero__breadcrumbs { justify-content: center; }

@media (max-width: 1024px) { .page-hero { padding: 72px 0 56px; } .page-hero__title { font-size: 52px; } }
@media (max-width: 768px) { .page-hero { padding: 48px 0 40px; } .page-hero__title { font-size: 36px; } }

/* ==========================================================================
   SERVICE-AREAS INTRO
   ========================================================================== */
.sa-intro { padding: 80px 0 56px; background: var(--white); }
.sa-intro__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.sa-intro__eyebrow { display: inline-block; color: var(--brand-primary); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px; }
.sa-intro__title { font-size: 36px; font-weight: 700; line-height: 1.2; color: var(--text-primary); margin-bottom: 20px; }
.sa-intro__lead { font-size: 16px; line-height: 1.7; color: var(--text-muted); margin-bottom: 24px; }
.sa-intro__lead a { color: var(--brand-accent); text-decoration: underline; text-underline-offset: 3px; }
.sa-intro__lead a:hover { color: var(--brand-accent-hover); }

@media (max-width: 768px) {
  .sa-intro { padding: 56px 0 32px; }
  .sa-intro__title { font-size: 26px; }
}

/* ==========================================================================
   AREAS GRID (city list + map)
   ========================================================================== */
.areas-grid { padding: 24px 0 96px; background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%); }
.areas-grid__wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }

.areas-grid__heading { font-size: 22px; font-weight: 700; color: var(--text-primary); margin-bottom: 16px; letter-spacing: 0.02em; }
.areas-grid__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 24px; }
.areas-grid__list li { background: var(--white); border: 1px solid var(--border-light); border-radius: 8px; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.areas-grid__list li:hover { border-color: var(--brand-primary); box-shadow: 0 8px 18px rgba(192, 0, 20, 0.12); transform: translateY(-2px); }
.areas-grid__list a { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: var(--text-primary); font-weight: 600; font-size: 14px; letter-spacing: 0.02em; }
.areas-grid__list a span { color: var(--brand-primary); font-weight: 400; transition: transform 0.2s ease; }
.areas-grid__list a:hover { color: var(--brand-primary); }
.areas-grid__list li:hover a span { transform: translateX(4px); }

.areas-grid__note { font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.areas-grid__note strong { color: var(--text-primary); }
.areas-grid__note a { color: var(--brand-primary); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.areas-grid__map { aspect-ratio: 4 / 3; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-card); position: sticky; top: 24px; }
.areas-grid__map iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 1024px) {
  .areas-grid__wrapper { grid-template-columns: 1fr; gap: 32px; }
  .areas-grid__map { position: static; }
}
@media (max-width: 768px) {
  .areas-grid { padding: 16px 0 64px; }
  .areas-grid__list { grid-template-columns: 1fr; }
}

/* ==========================================================================
   CLOSING CTA (service-areas)
   Identical rules to about/closing-cta — the assembler will promote them
   to global.css on this second occurrence (growth+promotion rule).
   ========================================================================== */
.closing-cta { padding: 88px 0 96px; background: var(--brand-primary); color: var(--white); }
.closing-cta__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start; }
.closing-cta__copy { max-width: 680px; }
.closing-cta__eyebrow { display: inline-block; padding: 6px 14px; background: rgba(255, 255, 255, 0.22); color: var(--white); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 999px; margin-bottom: 18px; }
.closing-cta__title { font-size: 36px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.closing-cta__copy > p { color: rgba(255, 255, 255, 0.94); line-height: 1.7; margin-bottom: 16px; font-size: 16px; }
.closing-cta__copy > p a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.closing-cta__copy > p a:hover { opacity: 0.8; }

.closing-cta__card { justify-self: end; width: 100%; max-width: 380px; background: var(--white); color: var(--text-primary); padding: 32px 28px; border-radius: 16px; box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25); text-align: center; position: sticky; top: 24px; }
.closing-cta__card-title { font-size: 22px; font-weight: 700; color: var(--brand-primary); margin-bottom: 6px; }
.closing-cta__card-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 18px; }
.closing-cta__card-phone { display: block; font-size: 32px; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; letter-spacing: 0.01em; }
.closing-cta__card-phone:hover { color: var(--brand-primary); }
.closing-cta__card-btn { width: 100%; }
.closing-cta__card-address { margin-top: 18px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }

@media (max-width: 1024px) {
  .closing-cta__grid { grid-template-columns: 1fr; gap: 40px; }
  .closing-cta__card { justify-self: center; position: static; }
}
@media (max-width: 768px) {
  .closing-cta { padding: 64px 0 72px; }
  .closing-cta__title { font-size: 26px; }
}
