* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ================= HEADER (LOCKED) ================= */

.site-header {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.logo {
  height: 120px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 1.5rem;
  white-space: nowrap;
}

.main-nav a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.header-cta {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

.btn {
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.btn-call {
  background: #1f4fd8;
}

.btn-estimate {
  background: #c62828;
}

.header-badge {
  margin-left: 1.5rem;
}

/* ================= HERO (LOCKED) ================= */

.hero {
  position: relative;
  height: 85vh;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
}

.hero-text {
  color: #fff;
  max-width: 900px;
  margin-left: 4rem;
}

.hero-text h1 span {
  display: block;
  white-space: nowrap;
}

.hero-text p {
  font-size: 1.25rem;
}

/* ================= SERVICES OVERVIEW ================= */

.services-overview {
  padding: 4rem 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.service-card {
  display: block;
  border: 1px solid #ddd;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
}

.service-card:hover {
  border-color: #000;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.hero-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-footer {
  border-top: 1px solid #e5e5e5;
  padding: 2rem 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.footer-brand .license {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.footer-hours {
  text-align: center;
  font-size: 0.95rem;
}

.footer-cta {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-cta {
    justify-content: center;
  }
}
.cta-buttons {
  margin-top: 3rem;
}




.header-badge {
  display: flex;
  align-items: center;
}
.site-header .header-inner {
  justify-content: space-between;
}

/* Right side grouping */
.header-cta {
  flex-shrink: 0;
}

.header-badge {
  flex-shrink: 0;
  max-width: 160px;
}

.header-badge iframe,
.header-badge div {
  max-width: 160px;
  overflow: hidden;
}

/* Prevent CTA button wrapping */
.header-cta .btn {
  white-space: nowrap;
}
.cta-buttons {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
  
/* ================= PAIGE WIDGET OVERRIDES ================= */

/* Constrain Paige widgets to site width */
.paige-posts {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

/* Force widget itself to respect container */
#local-post-widget {
  max-width: 100%;
}

/* Hide Paige's internal duplicate heading */
#local-post-widget h2,
#local-post-widget .widget-title,
#local-post-widget .header {
  display: none !important;
}


/* ================= SERVICES CARD POLISH ================= */

.service-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
  min-height: 120px;
}

.service-card h3 {
  margin: 0;
}


/* ================= HOME: section spacing + city grid ================= */
.home-section {
  padding: 3rem 0;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin-top: 1rem;
}

.city-grid a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}

.city-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .city-grid { grid-template-columns: 1fr; }
}

/* Give CTA buttons breathing room above footer */
.cta-buttons {
  margin-top: 2rem;
}


/* ================= SERVICE AREA CITY LIST – MATCH HOMEPAGE ================= */

.service-area .city-grid a,
.service-area .services-grid a {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
}

.service-area .city-grid a:hover,
.service-area .services-grid a:hover {
  text-decoration: underline;
}


/* ================= HOME SERVICE AREA GRID ================= */

.home-service-area {
  margin-top: 4rem;
}

.home-service-area h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.home-city-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem 1.5rem;
  text-align: center;
}

.home-city-grid a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

.home-city-grid a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .home-city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ================= HOMEPAGE SERVICE AREA ================= */

.homepage-service-area {
  margin: 4rem 0;
}

.homepage-service-area h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem 1.25rem;
  text-align: center;
}

.service-area-grid a {
  text-decoration: none;
  font-weight: 600;
  color: #1f4fd8;
}

.service-area-grid a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .service-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* === Services Dropdown (Header) === */
.main-nav {
  position: relative;
}

.main-nav .services-wrapper {
  position: relative;
  display: inline-block;
}

.services-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  min-width: 220px;
  z-index: 1000;
}

.services-dropdown a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.services-dropdown a:hover {
  background: #f5f5f5;
}

.services-wrapper:hover .services-dropdown {
  display: block;
}
/* === End Services Dropdown === */



/* ===============================
   Bottom CTA Section (Service Pages)
   =============================== */
.page-cta {
  margin-top: 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid #e6e6e6;
}
.page-cta .cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
/* ===============================
   End Bottom CTA Section
   =============================== */











/* CTA TUNING START */
.page-cta {
  margin: 1.25rem 0;
  padding: 1.25rem 0;
  border-top: 1px solid #e6e6e6;
}
.page-cta .container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-cta h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.page-cta p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.page-cta .cta-buttons {
  margin-top: 0.75rem;
}
/* CTA TUNING END */

/* SHE: logo-visibility-pill */
/* Makes the white/light-blue logo readable on light backgrounds */
img.logo{
  display:inline-block;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.70);
  box-shadow:0 2px 10px rgba(0,0,0,.18);
  max-height:48px;
  width:auto;
}
/* === SHE LOGO VISIBILITY PILL === */
.logo-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.70);
  box-shadow:0 2px 10px rgba(0,0,0,.18);
}
.logo-pill img,
img.logo{
  display:block;
  height:auto;
  max-height:48px;
}
@media (max-width: 420px){
  .logo-pill img,
  img.logo{
    max-height:42px;
  }
}
/* === SHE LOGO VISIBILITY PILL === */
