/* ============================================
   Service Area Page — Wake County
   ============================================ */

/* ---- Hero ---- */
.sa-hero {
  padding: 5rem 2rem 4rem;
  background: var(--bg);
  text-align: center;
}

.sa-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.sa-hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.sa-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1.08;
  color: var(--fg);
  margin-bottom: 1.25rem;
}

.sa-hero-sub {
  font-size: 1.1rem;
  color: var(--fg-muted);
  max-width: 50ch;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.sa-hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.sa-hero-note {
  font-size: 0.85rem;
  color: var(--fg-muted);
  font-weight: 500;
}

.btn-lg {
  padding: 0.95rem 2rem;
  font-size: 1rem;
}

/* ---- Same-Day Strip ---- */
.sa-sameday {
  background: var(--primary);
  color: var(--white);
  padding: 2.5rem 2rem;
}

.sa-sameday-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.sa-sameday-icon {
  flex-shrink: 0;
  color: rgba(255,255,255,0.7);
}

.sa-sameday-content {
  flex: 1;
}

.sa-sameday-title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--white);
  margin-bottom: 0.5rem;
}

.sa-sameday-body {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
}

.sa-sameday-body strong {
  color: var(--white);
}

/* ---- Towns Grid ---- */
.sa-towns {
  background: var(--white);
}

.sa-towns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sa-town-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sa-town-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.sa-town-icon {
  color: var(--accent);
  flex-shrink: 0;
}

.sa-town-header h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--fg);
}

.sa-town-desc {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.sa-town-landmarks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  background: var(--bg-alt);
  border-radius: var(--radius);
}

.sa-landmark-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
  margin-right: 0.25rem;
}

.sa-landmark {
  font-size: 0.75rem;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--fg-muted);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
}

.sa-services-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.sa-services-list li {
  font-size: 0.85rem;
  color: var(--fg-muted);
  padding: 0.25rem 0;
  padding-left: 1rem;
  position: relative;
}

.sa-services-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

/* ---- Why Different ---- */
.sa-different {
  background: var(--bg-alt);
}

.sa-diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.sa-diff-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}

.sa-diff-num {
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.sa-diff-card h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--fg);
  margin-bottom: 0.5rem;
}

.sa-diff-card p {
  font-size: 0.825rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ---- Services for Homeowners ---- */
.sa-services-homeowners {
  background: var(--white);
}

.sa-services-homeowners-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.sa-services-homeowners-text {
  position: sticky;
  top: 5rem;
}

.sa-services-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.sa-big-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sa-big-list > li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.sa-big-list-icon {
  width: 40px;
  height: 40px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary);
}

.sa-big-list > li > div {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sa-big-list strong {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--fg);
}

.sa-big-list span {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ---- CTA Strip ---- */
.sa-cta-strip {
  background: var(--fg);
  color: var(--white);
  padding: 3rem 2rem;
}

.sa-cta-strip-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.sa-cta-strip-text h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.sa-cta-strip-text p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
}

.sa-cta-strip-actions {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.sa-cta-strip .btn-outline {
  border-color: rgba(255,255,255,0.6);
  color: var(--white);
}

.sa-cta-strip .btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .sa-towns-grid {
    grid-template-columns: 1fr;
  }

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

  .sa-services-homeowners-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sa-services-homeowners-text {
    position: static;
  }
}

@media (max-width: 768px) {
  .sa-sameday-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .sa-cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sa-cta-strip-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 540px) {
  .sa-diff-grid {
    grid-template-columns: 1fr;
  }

  .sa-hero-cta {
    flex-direction: column;
    align-items: center;
  }
}