/* AEO / conversion additions — Sep 2026 */
.season-note {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  color: #eaf2ff;
  font-size: 15px;
  font-weight: 600;
  max-width: 540px;
}
.season-note a { color: #fff; text-decoration: underline; }

.review-ribbon {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.review-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}
.review-ribbon-score {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review-ribbon-stars {
  color: #f5b400;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
}
.review-ribbon-copy strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}
.review-ribbon-copy span {
  color: var(--muted);
  font-size: 14px;
}
.review-ribbon .btn { white-space: nowrap; }
.review-ribbon-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
.nav-phone-link { font-weight: 700; }

@media (max-width: 700px) {
  .review-ribbon-inner { justify-content: center; text-align: center; }
  .review-ribbon-score { flex-direction: column; gap: 6px; }
  .review-ribbon-actions { justify-content: center; }
}

.featured-cities { background: #f4f7fb; }
.featured-city-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.featured-city-card {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.featured-city-card--lead {
  background: #10233d;
  color: #fff;
  border: 0;
}
.featured-city-card--lead h3,
.featured-city-card--lead p,
.featured-city-card--lead .featured-kicker { color: #fff; }
.featured-kicker {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .8;
}
.featured-city-card h3 { margin: 0; font-size: 22px; }
.featured-city-card p { margin: 0; flex: 1; }
.featured-page-link {
  font-weight: 700;
  text-decoration: none;
}
.featured-city-card--lead .featured-page-link { color: #fff; text-decoration: underline; }
.featured-city-card--lead .btn { align-self: flex-start; }
@media (max-width: 980px) {
  .featured-city-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .featured-city-grid { grid-template-columns: 1fr; }
}
