/* ========================================
   Coverage Area Section - Apple-Style Premium
   ======================================== */

.coverage-premium {
  position: relative;
  padding: 5rem 0 6rem;
  background: #ffffff;
  overflow: hidden;
}

/* Línea superior decorativa - Igual que Contact */
.coverage-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 224, 1, 0.4) 25%,
    rgba(237, 110, 19, 0.5) 50%,
    rgba(255, 224, 1, 0.4) 75%,
    transparent 100%);
  box-shadow: 0 0 15px rgba(255, 224, 1, 0.2);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}

/* Header */
.coverage-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4rem;
}

.coverage-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(237, 110, 19, 0.08);
  border-radius: 2rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.coverage-badge svg {
  width: 14px;
  height: 14px;
  color: var(--secondary);
}

.coverage-title {
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 1rem;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.coverage-description {
  font-size: 1.0625rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Grid de ubicaciones */
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto 3.5rem;
}

/* Cards de cobertura */
.coverage-card {
  background: #fafafa;
  padding: 2rem 1.75rem;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.coverage-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(29, 54, 69, 0.12);
}

.coverage-primary {
  background: linear-gradient(135deg, #f0f7fa 0%, #ffffff 100%);
  border: 1.5px solid rgba(29, 54, 69, 0.15);
  box-shadow: 0 4px 12px rgba(29, 54, 69, 0.08);
}

.coverage-primary::before {
  content: "Principal";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--secondary);
  color: var(--white);
  padding: 0.3rem 0.75rem;
  border-radius: 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 2px 8px rgba(237, 110, 19, 0.25);
}

.coverage-icon {
  width: 52px;
  height: 52px;
  background: rgba(237, 110, 19, 0.08);
  border-radius: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: var(--secondary);
}

.coverage-icon svg {
  width: 24px;
  height: 24px;
}

.coverage-primary .coverage-icon {
  background: var(--primary-dark);
  color: var(--white);
}

.coverage-location {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.coverage-subtitle {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coverage-districts {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}

.coverage-districts li {
  padding: 0.4rem 0;
  color: #4b5563;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.5;
}

.coverage-districts li::before {
  content: "•";
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
}

.coverage-note {
  font-size: 0.8125rem;
  color: #9ca3af;
  font-style: normal;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Call to action - Mismo estilo que las tarjetas grises */
.coverage-cta-wrapper {
  position: relative;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Glow effect en CTA */
.coverage-cta-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    rgba(237, 110, 19, 0.08) 0%,
    transparent 60%
  );
  pointer-events: none;
  z-index: 0;
}

.coverage-cta-text {
  position: relative;
  z-index: 1;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #4b5563;
  line-height: 1.7;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.btn-coverage-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: clamp(0.875rem, 2vw, 1.125rem) clamp(1.75rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, var(--secondary) 0%, #ff8533 100%);
  color: #ffffff;
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 24px rgba(237, 110, 19, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-coverage-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.btn-coverage-cta:hover {
  background: linear-gradient(135deg, #ff8533 0%, var(--secondary) 100%);
  box-shadow: 0 10px 36px rgba(237, 110, 19, 0.45);
  transform: translateY(-3px);
  color: #ffffff;
}

.btn-coverage-cta:hover svg {
  transform: translateX(6px);
}

.btn-coverage-cta:active {
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1024px) {
  .coverage-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .coverage-premium {
    padding: 3.5rem 0 4rem;
  }

  .coverage-header {
    margin-bottom: 3rem;
  }

  .coverage-title {
    font-size: 1.75rem;
  }

  .coverage-description {
    font-size: 1rem;
  }

  .coverage-grid {
    gap: 1.25rem;
  }

  .coverage-card {
    padding: 1.75rem 1.5rem;
  }

  .coverage-cta-wrapper {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
  }

  .coverage-cta-text {
    font-size: 1rem;
  }

  .btn-coverage-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}
