/* ── Grille 2 colonnes ── */
.cesa-intervention-cta-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 40px auto 0;
  max-width: 1320px;
  width: 100%;
}

/* ── Card de base ── */
.cesa-intervention-cta {
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: auto minmax(0, 1fr) 120px;
  min-height: 160px;
  overflow: hidden;
  padding: 28px 30px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 200ms ease, transform 150ms ease;
}

/* ── Card "Installation" : fond bleu-nuit ── */
.cesa-intervention-cta--van {
  background: linear-gradient(120deg, #0b2a3d 0%, #0e4a5e 55%, #007c92 100%);
  box-shadow: 0 6px 28px rgba(11, 42, 61, 0.28);
}

.cesa-intervention-cta--van:hover,
.cesa-intervention-cta--van:focus {
  box-shadow: 0 14px 40px rgba(11, 42, 61, 0.38);
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

/* ── Card "Urgence" : fond teal vif ── */
.cesa-intervention-cta--urgence {
  background: linear-gradient(120deg, #0e6f7e 0%, #18b4be 60%, #22d0db 100%);
  box-shadow: 0 6px 28px rgba(24, 180, 190, 0.30);
}

.cesa-intervention-cta--urgence:hover,
.cesa-intervention-cta--urgence:focus {
  box-shadow: 0 14px 40px rgba(24, 180, 190, 0.42);
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}

.cesa-intervention-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

/* ── Badge icône ── */
.cesa-intervention-cta__badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.cesa-intervention-cta__badge .material-icons {
  font-size: 36px;
  line-height: 1;
}

/* ── Contenu texte ── */
.cesa-intervention-cta__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cesa-intervention-cta__content strong {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.15;
}

.cesa-intervention-cta__content span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.42;
  margin-top: 8px;
}

.cesa-intervention-cta__content em {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 800;
  gap: 5px;
  margin-top: 16px;
  padding: 7px 14px;
  transition: background 140ms ease;
  width: fit-content;
}

.cesa-intervention-cta:hover .cesa-intervention-cta__content em,
.cesa-intervention-cta:focus .cesa-intervention-cta__content em {
  background: rgba(255, 255, 255, 0.28);
}

.cesa-intervention-cta__content em .material-icons {
  font-size: 15px;
}

/* ── Icône décorative droite ── */
.cesa-intervention-cta__deco {
  align-items: center;
  color: rgba(255, 255, 255, 0.18);
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.cesa-intervention-cta__deco .material-icons {
  font-size: 96px;
  line-height: 1;
}

.cesa-intervention-page {
  margin: 0 auto 48px;
  max-width: 1320px;
  width: 100%;
}

.cesa-intervention-hero {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(241, 250, 251, 0.92)),
    #fff;
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: clamp(22px, 3vw, 34px);
}

.cesa-intervention-hero__eyebrow {
  color: #007c92;
  display: block;
  font-size: 0.86rem;
  font-weight: 850;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cesa-intervention-hero h1 {
  color: #0b1f33;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.cesa-intervention-hero p {
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 700px;
}

.cesa-intervention-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
}

.cesa-intervention-map-card,
.cesa-intervention-panel {
  background: #fff;
  border: 1px solid #e3ebf1;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(15, 35, 55, 0.08);
  overflow: hidden;
}

.cesa-intervention-map {
  height: min(68vh, 620px);
  min-height: 480px;
  width: 100%;
}

.cesa-intervention-panel {
  padding: 18px;
}

.cesa-intervention-panel__header {
  align-items: baseline;
  background: #f1fafb;
  border: 1px solid #dde7ee;
  border-radius: 12px;
  color: #0b1f33;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px 16px;
}

.cesa-intervention-panel__header span {
  color: #007c92;
  font-size: 1.8rem;
  font-weight: 900;
}

.cesa-intervention-panel__header strong {
  font-size: 0.95rem;
  font-weight: 850;
}

.cesa-intervention-companies {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 560px;
  overflow: auto;
  padding-right: 4px;
}

.cesa-intervention-company {
  border-bottom: 1px solid #e8eef3;
  padding-bottom: 14px;
}

.cesa-intervention-company:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cesa-intervention-company h2 {
  color: #0b1f33;
  font-size: 1.08rem;
  font-weight: 850;
  margin: 0;
}

.cesa-intervention-company p,
.cesa-intervention-company a {
  color: #6b7280;
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 6px 0 0;
}

.cesa-intervention-city-group {
  margin-top: 8px;
}

.cesa-intervention-company ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cesa-intervention-company li {
  align-items: center;
  background: #f7f9fb;
  border: 1px solid #e3ebf1;
  border-radius: 999px;
  color: #152238;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 750;
  gap: 4px;
  padding: 6px 10px;
}

.cesa-intervention-company li a {
  color: inherit;
  display: inline-flex;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  margin: 0;
  text-decoration: none;
}

.cesa-intervention-company li a:hover,
.cesa-intervention-company li a:focus {
  color: #007c92;
  text-decoration: none;
}

.cesa-intervention-company li small {
  color: #6b7280;
  font-size: inherit;
  font-weight: 600;
  margin-left: 4px;
}

.cesa-intervention-city--near {
  background: #e6f6f8;
  border-color: #bfd9e3;
}

.cesa-intervention-city--main {
  background: #fff4dd;
  border-color: #f4d49a;
}

.cesa-leaflet-popup strong {
  color: #0b1f33;
  display: block;
  font-size: 0.98rem;
  margin-bottom: 3px;
}

.cesa-leaflet-popup span {
  color: #334155;
  display: block;
  font-size: 0.84rem;
}

.cesa-commune-tooltip {
  background: #071c2d;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(15, 35, 55, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 6px 10px;
}

.cesa-commune-tooltip::before {
  display: none;
}

@media (max-width: 991.98px) {
  .cesa-intervention-layout {
    grid-template-columns: 1fr;
  }

  .cesa-intervention-hero {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .cesa-intervention-map {
    height: 430px;
    min-height: 430px;
  }
}
