/* ===========================
   Page ville — Le Juste Plein
   (complète fuels.css + app.css)
   =========================== */

.city-hero {
  padding: 48px 20px;
  background: linear-gradient(160deg, #d97828, #fad74e);
  color: #111;
  text-align: center;
}

.city-hero__inner {
  max-width: var(--wrap);
  margin: 0 auto;
}

.city-kicker {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: .2px;
  opacity: .95;
}

.city-hero--index {
  text-align: center;
}

.city-pills {
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px auto 6px;
}

.city-hero__cta {
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
}

.city-pills .pill {
  color: #0f172a !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
}

.city-pills .pill.active,
.city-pills .pill[aria-selected="true"] {
  color: #fff !important;
  background: #111827 !important;
  border-color: #111827 !important;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  backdrop-filter: blur(6px);
}

.ghost-link:hover {
  background: rgba(255, 255, 255, .18);
}

.city-note {
  margin: 4px auto 0;
  max-width: 60ch;
  text-align: center;
  opacity: .8;
  color: rgba(17, 17, 17, .8);
}

.city-bullets {
  list-style: none;
  padding: 0;
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.city-bullets li {
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(15, 23, 42, .06);
  color: #0f172a;
}

.city-cta-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.city-cta-bar a {
  min-width: 200px;
}

.city-section {
  margin-top: 26px;
}

.city-index {
  margin-bottom: 60px;
}

.city-cardlist {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.city-card__links a {
  font-weight: 700;
}

.city-card--soon {
  border-style: dashed;
  opacity: .95;
}

.city-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff7ea;
  font-weight: 700;
  color: #a16207;
}

.city-section h2 {
  color: #0f172a;
  font-size: 1.35rem;
  margin: 0;
}

.city-section .muted {
  color: #64748b;
  font-size: 0.95rem;
}

.grid-2 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.city-section--wide {
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .07);
  margin-top: 32px;
}

.city-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.city-card {
  border-radius: 18px;
  border: 1px solid #eef2f7;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .08);
}

.city-card__meta {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: .6px;
}

.city-card h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #0f172a;
}

.city-card p {
  margin: 0;
  color: #475569;
  flex: 1;
  font-size: 0.95rem;
}

.city-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.city-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  background: #0f172a;
  color: #fff;
}

.city-card__cta.secondary {
  background: transparent;
  border: 1px solid rgba(15, 23, 42, .2);
  color: #0f172a;
}

.city-card--soon {
  opacity: .75;
  border-style: dashed;
  background: #f8fafc;
}

.city-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f172a;
  font-weight: 700;
}

.city-index__note {
  margin-top: 16px;
  font-size: 0.95rem;
  color: #475569;
}

.city-faq {
  margin-top: 24px;
}

.city-faq details {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 14px 18px;
  margin-bottom: 12px;
}

.city-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.city-faq p {
  margin: 10px 0 0;
  color: #475569;
}

.section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.muted {
  color: #475569;
  font-size: 14px;
  margin: 0;
}

/* KPIs */
.city-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kpi {
  padding: 16px;
}

.kpi__label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #64748b;
}

.kpi__value {
  margin-top: 6px;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .2px;
}

.kpi__unit {
  font-size: 14px;
  font-weight: 800;
  opacity: .85;
}

.kpi__meta {
  margin-top: 8px;
  font-size: 13px;
  color: #64748b;
}

.kpi__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}

/* Liste stations */
.station-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}

.station {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.station--state {
  grid-template-columns: 1fr;
  gap: 6px;
  text-align: center;
  background: #f8fafc;
}

.station--state strong {
  font-weight: 900;
}

.station--state span {
  color: #475569;
  font-size: 14px;
}

.station__rank {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: #0f172a0d;
  color: #0f172a;
}

.station__name {
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
}

.station__meta {
  font-size: 13px;
  color: #64748b;
  margin-top: 3px;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.station__meta .dot {
  opacity: .55;
}

.station__price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.station__price-main {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.station__price .price {
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  font-size: 18px;
}

.station__stamp {
  font-size: 12px;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 3px 10px;
  background: #f8fafc;
  font-weight: 600;
}

.station__price .unit {
  font-size: 12px;
  opacity: .75;
  margin-left: 4px;
  font-weight: 800;
}

.station__link {
  font-weight: 900;
  font-size: 13px;
  text-decoration: none;
  color: #111;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.station__link:hover {
  background: #f8fafc;
}

/* Responsive */
@media (max-width: 900px) {
  .city-kpis {
    grid-template-columns: 1fr;
  }

  .city-hero {
    padding: 46px 16px 34px;
  }
}

@media (max-width: 520px) {
  .station {
    grid-template-columns: 34px 1fr;
    grid-template-rows: auto auto;
  }

  .station__price {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
    padding-top: 6px;
    border-top: 1px dashed #eef2f7;
  }
}
.hero,
.hero--fuel {
  background: linear-gradient(160deg, #d97828, #fad74e);
  padding: 48px 20px;
  text-align: center;
  color: #111;
}

.kpi-loading {
  margin: 8px auto 0;
  text-align: center;
  color: #5b5b63;
  font-weight: 600;
}

