/* ============================================================
   AREA / SERVICE-AREA PAGE STYLES
   Unique Design Layout — Using Homepage Color Theme
   Color: Red Primary + Navy Accent (matching index.css)
   ============================================================ */

/* --- Variables --- */
:root {
  --ap-primary: #C8102E;
  --ap-primary-dark: #9E0C24;
  --ap-primary-light: rgba(200, 16, 46, 0.08);
  --ap-accent: #1a2744;
  --ap-accent-light: #2a3d66;
  --ap-accent-muted: rgba(26, 39, 68, 0.08);
  --ap-gold: #D4A853;
  --ap-gold-dark: #B8912F;
  --ap-text: #2D3436;
  --ap-text-light: #636E72;
  --ap-bg: #ffffff;
  --ap-bg-alt: #F8F9FC;
  --ap-bg-warm: #faf8f5;
  --ap-border: #DFE6ED;
  --ap-border-warm: #e4ddd4;
  --ap-shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
  --ap-shadow-md: 0 6px 24px rgba(0,0,0,0.07);
  --ap-shadow-lg: 0 12px 40px rgba(0,0,0,0.10);
  --ap-radius: 10px;
  --ap-radius-lg: 16px;
  --ap-radius-xl: 20px;
  --ap-container: 1140px;
  --ap-font-heading: 'Outfit', sans-serif;
  --ap-font-body: 'Plus Jakarta Sans', sans-serif;
  --ap-font-accent: 'Roboto Slab', serif;
}

/* --- Area Page Body Override --- */
.area-page {
  background: var(--ap-bg);
  color: var(--ap-text);
  font-family: var(--ap-font-body);
  font-size: 16px;
  line-height: 1.75;
}

.ap-container {
  max-width: var(--ap-container);
  margin: 0 auto;
  padding: 0 24px;
}

.ap-intro-cta {
  margin-top: 28px;
}

.ap-intro-cta .ap-btn {
  padding: 12px 20px;
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.2;
  text-decoration: none;
}

.ap-intro-cta .ap-btn:hover,
.ap-intro-cta .ap-btn:focus-visible {
  color: #fff;
  text-decoration: none;
}

.ap-services-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.ap-services-cta .ap-btn {
  padding: 13px 22px;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}

.ap-services-cta .ap-btn:hover,
.ap-services-cta .ap-btn:focus-visible {
  color: #fff;
  text-decoration: none;
}

/* ============================================================
   HERO — Diagonal Clip Bottom
   ============================================================ */
.ap-hero {
  background: linear-gradient(160deg, #0d1321 0%, #1a2744 40%, #1f3050 70%, #243a5c 100%);
  padding: 130px 0 90px;
  position: relative;
  overflow: hidden;
}

.ap-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 75% 25%, rgba(200, 16, 46, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(212, 168, 83, 0.06) 0%, transparent 50%),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10C30 10 30 30 50 30S70 10 90 10' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1'/%3E%3Cpath d='M10 50C30 50 30 70 50 70S70 50 90 50' fill='none' stroke='rgba(255,255,255,0.02)' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ap-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 70px;
  background: var(--ap-bg);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.ap-hero .ap-container {
  position: relative;
  z-index: 2;
}

/* Breadcrumbs */
.ap-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
}

.ap-breadcrumbs a {
  color: rgba(255,255,255,0.50);
  text-decoration: none;
  transition: color 0.2s;
}

.ap-breadcrumbs a:hover {
  color: #fff;
}

.ap-breadcrumbs .sep {
  color: rgba(255,255,255,0.22);
  font-size: 11px;
}

.ap-breadcrumbs .current {
  color: var(--ap-primary);
  font-weight: 600;
}

/* Hero Title */
.ap-hero h1 {
  font-family: var(--ap-font-heading);
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin: 0 0 18px;
  max-width: 720px;
  letter-spacing: -0.01em;
}

.ap-hero h1 span {
  color: var(--ap-primary);
}

.ap-hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,0.62);
  max-width: 600px;
  margin: 0 0 30px;
  line-height: 1.75;
}

.ap-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.ap-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ap-font-heading);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  letter-spacing: 0.02em;
}

.ap-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ap-btn-primary {
  background: var(--ap-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(200, 16, 46, 0.3);
}

.ap-btn-primary:hover {
  background: var(--ap-primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(200, 16, 46, 0.4);
}

.ap-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.22);
}

.ap-btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.4);
}

.ap-btn-accent {
  background: var(--ap-accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(26, 39, 68, 0.25);
}

.ap-btn-accent:hover {
  background: var(--ap-accent-light);
  transform: translateY(-2px);
}

.ap-btn-outline-primary {
  background: transparent;
  color: var(--ap-primary);
  border: 2px solid var(--ap-primary);
}

.ap-btn-outline-primary:hover {
  background: var(--ap-primary);
  color: #fff;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.ap-section {
  padding: 72px 0;
}

.ap-section-sand {
  background: var(--ap-bg-warm);
}

.ap-section-cool {
  background: var(--ap-bg-alt);
}

.ap-section-dark {
  background: linear-gradient(145deg, #0d1321 0%, #1a2744 50%, #1f3050 100%);
  color: #fff;
}

.ap-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.ap-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ap-font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ap-primary);
  background: var(--ap-primary-light);
  border: 1px solid rgba(200, 16, 46, 0.15);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.ap-section-badge-teal {
  color: var(--ap-accent);
  background: var(--ap-accent-muted);
  border-color: rgba(26, 39, 68, 0.12);
}

.ap-section-title {
  font-family: var(--ap-font-heading);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 14px;
  line-height: 1.25;
}

.ap-section-dark .ap-section-title {
  color: #fff;
}

.ap-section-subtitle {
  font-size: 16px;
  color: var(--ap-text-light);
  max-width: 680px;
  margin: 0 auto 0;
  line-height: 1.75;
}

.ap-section-dark .ap-section-subtitle {
  color: rgba(255,255,255,0.6);
}

/* ============================================================
   ABOUT / INTRO — Two-Column
   ============================================================ */
.ap-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.ap-intro-image {
  border-radius: var(--ap-radius-xl);
  overflow: hidden;
  background: var(--ap-bg-alt);
  aspect-ratio: 4/3;
  display: block;
  border: 1px solid var(--ap-border);
  box-shadow: var(--ap-shadow-md);
  position: relative;
}

.ap-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ap-intro-image:hover img {
  transform: scale(1.04);
}

.ap-intro-content h2 {
  font-family: var(--ap-font-heading);
  font-size: clamp(1.4rem, 2.8vw, 1.95rem);
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 18px;
  line-height: 1.3;
}

.ap-intro-content p {
  margin: 0 0 16px;
  color: var(--ap-text);
  line-height: 1.8;
}

.ap-intro-content a {
  color: var(--ap-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.ap-intro-content a:hover {
  color: var(--ap-primary-dark);
}

/* ============================================================
   CHALLENGES — Icon List Cards
   ============================================================ */
.ap-challenges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ap-challenge-card {
  background: var(--ap-bg);
  border: 1px solid var(--ap-border);
  border-left: 4px solid var(--ap-primary);
  border-radius: 0 var(--ap-radius-lg) var(--ap-radius-lg) 0;
  padding: 28px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.ap-challenge-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ap-primary) 0%, #e63946 100%);
  transition: width 0.3s;
}

.ap-challenge-card:hover {
  box-shadow: var(--ap-shadow-md);
  transform: translateY(-3px);
  border-color: rgba(200, 16, 46, 0.2);
}

.ap-challenge-card:hover::after {
  width: 6px;
}

.ap-challenge-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.ap-challenge-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--ap-primary);
  transition: fill 0.3s;
}

.ap-challenge-card:hover .ap-challenge-icon {
  background: var(--ap-primary);
}

.ap-challenge-card:hover .ap-challenge-icon svg {
  fill: #fff;
}

.ap-challenge-info h3 {
  font-family: var(--ap-font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 6px;
  line-height: 1.3;
  border: none;
  padding: 0;
}

.ap-challenge-info p {
  font-size: 14.5px;
  color: var(--ap-text-light);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   SERVICES — Feature Cards with Side Accent
   ============================================================ */
.ap-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.ap-service-card {
  background: var(--ap-bg);
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius-xl);
  padding: 34px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.ap-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ap-accent) 0%, var(--ap-primary) 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ap-service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ap-shadow-lg);
  border-color: rgba(200, 16, 46, 0.2);
}

.ap-service-card:hover::before {
  transform: scaleY(1);
}

.ap-service-watermark {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: var(--ap-font-heading);
  font-size: 54px;
  font-weight: 900;
  color: rgba(26, 39, 68, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s;
}

.ap-service-card:hover .ap-service-watermark {
  color: rgba(200, 16, 46, 0.10);
  transform: scale(1.06);
}

.ap-service-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.ap-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ap-accent) 0%, var(--ap-accent-light) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(26, 39, 68, 0.2);
  transition: all 0.3s;
}

.ap-service-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ap-service-card:hover .ap-service-icon {
  background: linear-gradient(135deg, var(--ap-primary) 0%, var(--ap-primary-dark) 100%);
  box-shadow: 0 6px 16px rgba(200, 16, 46, 0.3);
}

.ap-service-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ap-service-num {
  font-family: var(--ap-font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--ap-primary);
  text-transform: uppercase;
}

.ap-service-label {
  font-family: var(--ap-font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--ap-accent);
}

.ap-service-card h3 {
  font-family: var(--ap-font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 10px;
  line-height: 1.3;
  border: none;
  padding: 0;
}

.ap-service-card p {
  font-size: 14.5px;
  color: var(--ap-text-light);
  line-height: 1.75;
  margin: 0 0 16px;
  flex-grow: 1;
}

.ap-service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ap-font-heading);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ap-primary);
  text-decoration: none;
  transition: gap 0.3s, color 0.2s;
}

.ap-service-link:hover {
  gap: 10px;
  color: var(--ap-primary-dark);
}

.ap-service-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ============================================================
   WHY CHOOSE US — Feature List
   ============================================================ */
.ap-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.ap-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ap-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--ap-border);
}

.ap-why-list li:last-child {
  border-bottom: none;
}

.ap-why-check {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.ap-why-check svg {
  width: 14px;
  height: 14px;
  fill: var(--ap-primary);
}

.ap-why-text strong {
  display: block;
  font-family: var(--ap-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin-bottom: 2px;
}

.ap-why-text span {
  font-size: 14px;
  color: var(--ap-text-light);
  line-height: 1.6;
}

/* ============================================================
   PROCESS — Horizontal Timeline
   ============================================================ */
.ap-process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
  position: relative;
}

.ap-process-timeline::before {
  content: '';
  position: absolute;
  top: 32px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 3px;
  background: linear-gradient(90deg, var(--ap-accent), var(--ap-primary));
  z-index: 0;
  border-radius: 2px;
}

.ap-process-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.ap-step-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--ap-bg);
  border: 3px solid var(--ap-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: var(--ap-font-heading);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--ap-primary);
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(200, 16, 46, 0.12);
}

.ap-process-step:hover .ap-step-dot {
  background: var(--ap-primary);
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(200, 16, 46, 0.25);
}

.ap-process-step h3 {
  font-family: var(--ap-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 8px;
  border: none;
  padding: 0;
}

.ap-process-step p {
  font-size: 14px;
  color: var(--ap-text-light);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   HOUSING EVALUATION — Content Block
   ============================================================ */
.ap-content-block h2 {
  font-family: var(--ap-font-heading);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 18px;
  line-height: 1.3;
}

.ap-content-block p {
  margin: 0 0 16px;
  line-height: 1.8;
  color: var(--ap-text);
}

.ap-content-block a {
  color: var(--ap-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ap-content-block a:hover {
  color: var(--ap-primary-dark);
}

/* ZIP Code tags */
.ap-zip-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ap-zip-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid var(--ap-border);
  border-radius: 8px;
  background: var(--ap-bg);
  font-family: var(--ap-font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--ap-accent);
  transition: all 0.3s;
}

.ap-zip-tag:hover {
  border-color: var(--ap-primary);
  background: var(--ap-primary-light);
  color: var(--ap-primary);
}

.ap-zip-tag svg {
  width: 14px;
  height: 14px;
  fill: var(--ap-primary);
}

/* ============================================================
   FAQ — Side-by-Side with Number Badges
   ============================================================ */
.ap-faq-list {
  max-width: 840px;
  margin: 0 auto;
}

.ap-faq-item {
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius-lg);
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--ap-bg);
  transition: all 0.3s;
}

.ap-faq-item:hover {
  box-shadow: var(--ap-shadow-sm);
}

.ap-faq-item.active {
  border-color: var(--ap-primary);
  box-shadow: 0 4px 16px rgba(200, 16, 46, 0.08);
}

.ap-faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ap-font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ap-accent);
  text-align: left;
  gap: 16px;
}

.ap-faq-btn-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ap-faq-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ap-font-heading);
  font-size: 13px;
  font-weight: 800;
  color: var(--ap-primary);
  flex-shrink: 0;
  transition: all 0.3s;
}

.ap-faq-item.active .ap-faq-num {
  background: var(--ap-primary);
  color: #fff;
}

.ap-faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}

.ap-faq-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--ap-primary);
  transition: all 0.3s;
}

.ap-faq-item.active .ap-faq-icon {
  background: var(--ap-primary);
  transform: rotate(45deg);
}

.ap-faq-item.active .ap-faq-icon svg {
  fill: #fff;
}

.ap-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.ap-faq-item.active .ap-faq-answer {
  max-height: 500px;
  padding: 0 24px 22px 70px;
}

.ap-faq-answer p {
  margin: 0;
  font-size: 15px;
  color: var(--ap-text-light);
  line-height: 1.8;
}

/* ============================================================
   THINGS TO DO — Place Cards
   ============================================================ */
.ap-places-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ap-place-card {
  background: var(--ap-bg);
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius-lg);
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.ap-place-card:hover {
  border-color: var(--ap-primary);
  box-shadow: var(--ap-shadow-md);
  transform: translateY(-4px);
}

.ap-place-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.3s;
}

.ap-place-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--ap-primary);
}

.ap-place-card:hover .ap-place-icon {
  background: var(--ap-primary);
}

.ap-place-card:hover .ap-place-icon svg {
  fill: #fff;
}

.ap-place-card h3 {
  font-family: var(--ap-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 8px;
  border: none;
  padding: 0;
}

.ap-place-card p {
  font-size: 14px;
  color: var(--ap-text-light);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   MAP EMBED
   ============================================================ */
.ap-map-section {
  padding: 0;
  background: var(--ap-bg-warm);
}

.ap-map-header {
  text-align: center;
  padding: 50px 24px 30px;
}

.ap-map-wrapper {
  width: 100%;
  height: 380px;
  border-top: 1px solid var(--ap-border);
}

.ap-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ============================================================
   AREAS WE SERVE — Pill Grid
   ============================================================ */
.ap-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.ap-area-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  background: var(--ap-bg);
  border: 1px solid var(--ap-border);
  border-radius: var(--ap-radius-lg);
  transition: all 0.3s;
}

.ap-area-card:hover {
  border-color: var(--ap-primary);
  box-shadow: var(--ap-shadow-sm);
  transform: translateY(-2px);
}

.ap-area-pin {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ap-primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ap-area-pin svg {
  width: 18px;
  height: 18px;
  fill: var(--ap-primary);
}

.ap-area-info h4 {
  font-family: var(--ap-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ap-accent);
  margin: 0 0 4px;
}

.ap-area-info h4::before {
  display: none;
}

.ap-area-info p {
  font-size: 13.5px;
  color: var(--ap-text-light);
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   HOME LINK
   ============================================================ */
.ap-home-link-section {
  padding: 26px 0;
  background: var(--ap-bg-alt);
  text-align: center;
}

.ap-home-link-section p {
  margin: 0;
  color: var(--ap-text-light);
}

.ap-home-link-section a {
  color: var(--ap-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ap-home-link-section a:hover {
  color: var(--ap-primary-dark);
}

/* ============================================================
   CTA BANNER — Red Gradient (matching homepage theme)
   ============================================================ */
.ap-cta-banner {
  background: linear-gradient(135deg, var(--ap-primary) 0%, var(--ap-primary-dark) 50%, #7a0a1c 100%);
  padding: 64px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ap-cta-banner::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

.ap-cta-banner::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.ap-cta-banner .ap-container {
  position: relative;
  z-index: 2;
}

.ap-cta-banner h2 {
  font-family: var(--ap-font-heading);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.ap-cta-banner p {
  color: rgba(255,255,255,0.82);
  max-width: 580px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.75;
}

.ap-cta-banner .ap-btn {
  background: #fff;
  color: var(--ap-primary);
  font-weight: 700;
}

.ap-cta-banner .ap-btn:hover {
  background: var(--ap-accent);
  color: #fff;
}

.ap-cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255,255,255,0.88);
  font-family: var(--ap-font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.ap-cta-phone:hover {
  color: #fff;
}

.ap-cta-phone svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 968px) {
  .ap-intro-grid,
  .ap-why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ap-hero {
    padding: 110px 0 70px;
  }

  .ap-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .ap-process-timeline::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .ap-section {
    padding: 50px 0;
  }

  .ap-hero h1 {
    font-size: 1.8rem;
  }

  .ap-hero-actions {
    flex-direction: column;
  }

  .ap-hero-actions .ap-btn {
    width: 100%;
    justify-content: center;
  }

  .ap-services-grid,
  .ap-challenges-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ap-places-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ap-process-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ap-faq-item.active .ap-faq-answer {
    padding-left: 24px;
  }

  .ap-map-wrapper {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .ap-container {
    padding: 0 16px;
  }

  .ap-breadcrumbs {
    font-size: 12px;
  }

  .ap-faq-btn {
    padding: 16px 18px;
    font-size: 0.9rem;
  }

  .ap-challenge-card {
    flex-direction: column;
    gap: 12px;
  }
}
