/* AREA HERO SECTION */
.area-hero {
  background: linear-gradient(135deg, #1a1464 0%, #2d1f8f 100%);
  padding: 80px 20px 60px;
  text-align: center;
  color: white;
}

.area-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}

.area-hero p {
  font-size: 20px;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

/* MAP SECTION */
.area-map-section {
  background: #f5f5f5;
  padding: 60px 20px;
}

.area-map {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #e0e0e0;
}

/* COVERAGE SECTION */
.area-coverage {
  padding: 80px 20px;
  background: white;
}

.area-coverage h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1a1464;
  margin-bottom: 50px;
}

/* AREA INTRO */
.area-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  padding: 0 20px;
}

/* AREA GRID */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.area-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(26, 20, 100, 0.15);
  border-color: #C97A1C;
}

.area-card h3 {
  color: #1a1464;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #C97A1C;
}

.area-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.area-card ul li {
  padding: 8px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.area-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #C97A1C;
  font-weight: bold;
  font-size: 18px;
}

/* AREA DESCRIPTION */
.area-description {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
}

/* SEO CONTENT SECTION */
.area-seo-content {
  max-width: 1000px;
  margin: 60px auto;
  padding: 50px 40px;
  background: #f9f9f9;
  border-radius: 12px;
  border-left: 5px solid #C97A1C;
}

.area-seo-content h2 {
  color: #1a1464;
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}

.area-seo-content h3 {
  color: #1a1464;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 2px solid #C97A1C;
  padding-bottom: 8px;
}

.area-seo-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

/* SERVICE LIST */
.service-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.service-list li {
  padding: 10px 0;
  line-height: 1.7;
  color: #555;
  font-size: 1.05rem;
  position: relative;
  padding-left: 30px;
}

.service-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #C97A1C;
  font-weight: bold;
  font-size: 16px;
}

.service-list li strong {
  color: #1a1464;
  font-weight: 600;
}

/* CTA BOX */
.area-cta-box {
  background: linear-gradient(135deg, #1a1464 0%, #2d1f8f 100%);
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center;
  color: white;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 8px 30px rgba(26, 20, 100, 0.3);
}

.area-cta-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.area-cta-box p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.6;
}

.area-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.area-cta-buttons .btn {
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  background: #C97A1C;
  color: white;
  border: none;
}

.area-cta-buttons .btn:hover {
  background: #a86515;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 122, 28, 0.4);
}

.area-cta-buttons .btn-secondary {
  background: white;
  color: #1a1464;
}

.area-cta-buttons .btn-secondary:hover {
  background: #f0f0f0;
  color: #1a1464;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .area-hero h1 {
    font-size: 32px;
  }

  .area-hero p {
    font-size: 16px;
  }

  .area-intro {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .area-map {
    height: 400px;
  }

  .area-coverage {
    padding: 60px 20px;
  }

  .area-coverage h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .area-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .area-seo-content {
    padding: 30px 25px;
    margin: 40px 20px;
  }

  .area-seo-content h2 {
    font-size: 1.6rem;
  }

  .area-seo-content h3 {
    font-size: 1.2rem;
    margin-top: 25px;
  }

  .area-seo-content p {
    font-size: 1rem;
  }

  .service-list li {
    font-size: 1rem;
  }

  .area-cta-box {
    padding: 35px 25px;
    margin: 0 20px;
  }

  .area-cta-box h3 {
    font-size: 24px;
  }

  .area-cta-box p {
    font-size: 16px;
  }

  .area-cta-buttons {
    flex-direction: column;
  }

  .area-cta-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .area-hero {
    padding: 60px 15px 40px;
  }

  .area-hero h1 {
    font-size: 26px;
  }

  .area-hero p {
    font-size: 14px;
  }

  .area-intro {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .area-map {
    height: 300px;
  }

  .area-card {
    padding: 20px;
  }

  .area-card h3 {
    font-size: 20px;
  }

  .area-seo-content {
    padding: 25px 20px;
    margin: 30px 10px;
  }

  .area-seo-content h2 {
    font-size: 1.4rem;
  }

  .area-seo-content h3 {
    font-size: 1.1rem;
  }

  .service-list li {
    font-size: 0.95rem;
    padding-left: 25px;
  }

  .area-cta-box h3 {
    font-size: 22px;
  }
}