/* ==========================================================================
   The Monitoring Center — service-area city template
   --------------------------------------------------------------------------
   Section/content styles shared by every standard service-area city page
   rendered through Pages/service-areas/City.cshtml. Site chrome (header,
   nav, footer, buttons, base resets, CSS vars) lives in site.css and is not
   repeated here. Loaded via ViewData["PageCss"] = "service-area".
   ========================================================================== */

/* Hero ----------------------------------------------------------------- */
.hero {
  background: linear-gradient(90deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .92) 44%, rgba(255, 255, 255, .08) 65%), var(--hero-img) center / cover no-repeat;
  padding: 50px 0 36px;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.breadcrumb { font-size: 13px; color: var(--muted); margin: 0 0 10px; }
.breadcrumb a { color: var(--red); font-weight: 700; }
h1 {
  margin: 0 0 16px;
  max-width: 600px;
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: .97;
  letter-spacing: -1.4px;
  font-weight: 950;
  text-transform: uppercase;
  color: var(--navy);
}
.red { color: var(--red); }
.hero-sub { margin: 0 0 24px; max-width: 560px; font-size: 17px; line-height: 1.55; }
.hero-sub strong { color: var(--red); }

.badges { display: flex; flex-direction: column; gap: 12px; margin: 20px 0 26px; font-size: 14px; font-weight: 950; text-transform: uppercase; }
.badge { display: inline-flex; align-items: center; gap: 12px; }
.badge-icon { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border: 3px solid var(--navy); border-radius: 50%; font-size: 18px; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-buttons .btn { min-width: 210px; min-height: 58px; font-size: 16px; }

/* Offer banner --------------------------------------------------------- */
.offer-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 10px 10px;
  border: 2px solid var(--gold);
  border-radius: 999px;
  background: #fff8e7;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
  margin-bottom: 20px;
}
.gift { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 24px; }
.offer-banner span { display: block; color: var(--navy); font-size: 14px; line-height: 1.08; font-weight: 950; text-transform: uppercase; }
.offer-banner strong { display: block; color: var(--red); font-size: 22px; line-height: 1; font-weight: 950; text-transform: uppercase; }
.fineprint { margin-top: 4px; color: var(--navy); font-size: 10px; }
.offer-price { padding: 10px 12px; border-radius: 16px; background: var(--navy); color: #fff; text-align: center; text-transform: uppercase; font-size: 11px; font-weight: 950; white-space: nowrap; }
.offer-price b { display: block; font-size: 22px; line-height: 1.05; text-transform: none; }

/* Lead form card ------------------------------------------------------- */
.form-card { padding: 22px; border-radius: 12px; background: var(--navy); color: #fff; box-shadow: 0 12px 35px rgba(0, 0, 0, .28); }
.form-card h2 { margin: 0 0 14px; color: #fff; text-align: center; font-size: 19px; text-transform: uppercase; }
.form-card input, .form-card select { width: 100%; margin-bottom: 10px; padding: 12px; border: 0; border-radius: 5px; font-size: 14px; }
.secure-note { margin-top: 12px; font-size: 12px; opacity: .92; }

/* Trust strip ---------------------------------------------------------- */
.trust-strip { padding: 21px 0; background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; font-size: 14px; font-weight: 950; text-transform: uppercase; }
.trust-item { display: flex; justify-content: center; align-items: center; gap: 12px; }
.trust-item span:first-child { font-size: 34px; line-height: 1; }

/* Section headings ----------------------------------------------------- */
section { padding: 48px 0; }
.section-title { margin: 0 0 18px; color: var(--navy); font-size: 26px; line-height: 1.1; font-weight: 950; text-transform: uppercase; }
.section-title::after { content: ''; display: block; width: 48px; height: 3px; margin: 10px 0 0; background: var(--red); }
.section-title.centered { text-align: center; }
.section-title.centered::after { margin: 10px auto 0; }

/* Content (about the city) -------------------------------------------- */
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.content-text p { font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.content-text p:last-child { margin-bottom: 0; }
.content-text ul { padding-left: 20px; margin: 0; }
.content-text ul li { font-size: 15px; line-height: 1.6; margin-bottom: 8px; color: var(--text); }
.content-img { border-radius: 14px; overflow: hidden; }
.content-img img { width: 100%; height: auto; border-radius: 14px; }

/* Services ------------------------------------------------------------- */
.services-section { background: var(--light); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.services-list { list-style: none; padding: 0; margin: 0; }
.services-list li { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 15px; line-height: 1.5; }
.services-list li:last-child { border-bottom: 0; }
.services-list li::before { content: '✓'; color: var(--green); font-weight: 950; font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* Why TMC -------------------------------------------------------------- */
.why-section { background: var(--navy); color: #fff; }
.why-section .section-title { color: #fff; }
.why-section .section-title::after { background: var(--gold); }
.why-intro { font-size: 17px; line-height: 1.65; margin: 0 0 28px; opacity: .9; max-width: 700px; }
.why-items { display: flex; flex-direction: column; gap: 16px; }
.why-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 8px; font-size: 15px; line-height: 1.55; }
.wi { color: var(--gold); font-size: 20px; font-weight: 950; flex-shrink: 0; }

/* Bottom feature cards ------------------------------------------------- */
.bottom-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bottom-card { padding: 26px 20px; text-align: center; background: var(--light); border-radius: 12px; border-top: 4px solid var(--navy); }
.bottom-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 15px; font-weight: 950; text-transform: uppercase; }
.bottom-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

/* CTA band ------------------------------------------------------------- */
.cta-band { background: var(--navy); color: #fff; padding: 44px 0; text-align: center; }
.cta-band h2 { margin: 0 0 8px; font-size: 26px; font-weight: 950; text-transform: uppercase; }
.cta-band h2 span { color: var(--gold); }
.cta-band .phone-big { font-size: 42px; font-weight: 950; color: var(--gold); display: block; margin: 10px 0; line-height: 1; }
.cta-band p { margin: 0 0 20px; font-size: 16px; opacity: .8; }

/* FAQ ------------------------------------------------------------------ */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
details { padding: 16px; border: 1px solid var(--border); border-radius: 8px; cursor: pointer; }
summary { font-weight: 900; color: var(--navy); font-size: 15px; list-style: none; }
summary::after { content: ' +'; color: var(--red); }
details[open] summary::after { content: ' \2212'; }
details p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; color: var(--muted); }

/* Other cities + out-of-area ------------------------------------------ */
.other-cities { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }
.city-pill { padding: 8px 16px; border: 2px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--navy); transition: all .15s; }
.city-pill:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.out-of-area { background: var(--light); text-align: center; padding: 36px 0; }
.out-of-area h2 { font-size: 22px; font-weight: 950; text-transform: uppercase; color: var(--navy); margin: 0 0 10px; }
.out-of-area p { font-size: 15px; color: var(--muted); margin: 0 0 20px; }

/* Related links -------------------------------------------------------- */
.related-links .label { font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); margin-bottom: 12px; }
.related-links .links { font-size: 14px; line-height: 2; color: var(--navy); }

@media (max-width: 900px) {
  .hero-grid, .content-grid, .services-grid, .bottom-features, .faq-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 30px 0 24px; }
}
