/* Pages SEO villes — prix-airbnb-{ville}.html */

/* Hero */
.city-hero {
  background: linear-gradient(to bottom, #f0fdf4, #ffffff);
  border-bottom: 1px solid #d1fae5;
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid #6ee7b7;
  background: #ecfdf5;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #065f46;
}

.city-hero-title {
  margin-top: 1.5rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.city-hero-subtitle {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #475569;
  max-width: 42rem;
}

.city-kpi-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .city-kpi-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.city-kpi {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  text-align: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.city-kpi-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #059669;
}

.city-kpi-label {
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 0.25rem;
}

/* Sections */
.city-section {
  padding: 4rem 0;
}

.city-section--alt {
  background: #f8fafc;
}

.city-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.city-section-lead {
  color: #475569;
  margin-bottom: 2rem;
  max-width: 42rem;
}

/* Seasons grid */
.season-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .season-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .season-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.season-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.season-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.season-months {
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.season-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #059669;
}

.season-unit {
  font-size: 1rem;
  font-weight: 400;
  color: #64748b;
}

.season-range {
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 0.25rem;
}

/* Neighborhoods table */
.table-wrapper {
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.hood-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.hood-table thead {
  background: #f1f5f9;
}

.hood-table th {
  padding: 0.75rem 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hood-table td {
  padding: 0.875rem 1.25rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.9375rem;
  color: #334155;
}

.hood-name {
  font-weight: 500;
}

.hood-price {
  color: #059669;
  font-weight: 600;
}

.demand-badge {
  display: inline-block;
  border-radius: 9999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.demand-high {
  background: #dcfce7;
  color: #166534;
}

.demand-medium {
  background: #fef9c3;
  color: #854d0e;
}

.demand-low {
  background: #f1f5f9;
  color: #475569;
}

/* Key stats */
.key-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .key-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.key-stat {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.key-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
}

.key-stat-label {
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 0.5rem;
}

/* Tips */
.tips-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tip-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.tip-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
}

.tip-title {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.375rem;
}

.tip-body {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.6;
}

/* CTA section */
.city-cta-section {
  background: linear-gradient(135deg, #065f46 0%, #059669 100%);
  padding: 5rem 0;
  color: #ffffff;
}

.city-cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.city-cta-body {
  font-size: 1.125rem;
  color: #a7f3d0;
}

.city-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #065f46;
  font-weight: 700;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.15s;
}

.city-cta-btn:hover {
  background: #f0fdf4;
}

.city-cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 2px solid #a7f3d0;
  color: #ffffff;
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.city-cta-btn-secondary:hover {
  background: color-mix(in srgb, #ffffff 15%, transparent);
}

/* Other cities */
.other-cities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 640px) {
  .other-cities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .other-cities-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.other-city-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.06);
}

.other-city-card:hover {
  border-color: #6ee7b7;
  box-shadow: 0 4px 12px rgb(5 150 105 / 0.12);
}

.other-city-name {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.other-city-price {
  font-size: 0.875rem;
  color: #059669;
}
