.tfb-chart-wrap{margin:32px 0 18px 0;padding:20px;border:1px solid #e3e7ee;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05);overflow:hidden;}
.tfb-chart-title{margin:0 0 8px 0;font-size:1.15rem;line-height:1.35;font-weight:700;}
.tfb-chart-subtitle{margin:0 0 18px 0;color:#5f6b7a;font-size:.96rem;line-height:1.5;}
.tfb-chart-svg{display:block;width:100%;height:auto;}
.tfb-guide-line{stroke:#d9dee7;stroke-width:1;stroke-dasharray:4 6;}
.tfb-guide-label{fill:#7a8699;font-size:12px;}
.tfb-line{fill:none;stroke:#1d4ed8;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;}
.tfb-area{fill:url(#tfbAreaGradient);}
.tfb-dot{fill:#1d4ed8;stroke:#fff;stroke-width:2;}
.tfb-dot-hit{fill:transparent;cursor:pointer;}
.tfb-axis{stroke:#94a3b8;stroke-width:1.2;}
.tfb-x-tick{stroke:#94a3b8;stroke-width:1;}
.tfb-x-label{fill:#667085;font-size:11px;}
.tfb-chart-meta{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start;margin-top:18px;padding-top:16px;border-top:1px solid #e8edf3;}
.tfb-chart-legend{display:flex;align-items:center;gap:10px;font-size:.95rem;color:#334155;min-width:0;}
.tfb-chart-legend-line{position:relative;width:36px;height:12px;flex:0 0 auto;}
.tfb-chart-legend-line::before{content:"";position:absolute;left:0;right:0;top:5px;height:3px;border-radius:99px;background:#1d4ed8;}
.tfb-chart-legend-line::after{content:"";position:absolute;right:0;top:1px;width:10px;height:10px;border-radius:50%;background:#1d4ed8;border:2px solid #fff;box-sizing:border-box;}
.tfb-chart-kpi{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;}
.tfb-chart-kpi-item{display:inline-flex;flex-direction:column;align-items:flex-start;padding:10px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;min-width:120px;}
.tfb-chart-kpi-label{font-size:.78rem;line-height:1.2;color:#64748b;margin-bottom:4px;}
.tfb-chart-kpi-value{font-size:1rem;line-height:1.25;font-weight:700;color:#0f172a;}
@media (max-width: 768px){.tfb-chart-meta{grid-template-columns:1fr;}.tfb-chart-kpi{justify-content:flex-start;}.tfb-chart-wrap{padding:14px;border-radius:12px;}.tfb-chart-title{font-size:1.02rem;}.tfb-chart-subtitle{font-size:.92rem;}.tfb-x-label{font-size:10px;}}


/* =========================================================
      TFO GEO RICH - SCOPED PREMIUM 4.0
   ========================================================= */

.tfo-geo-rich {
  --geo-blue: #0b5cff;
  --geo-blue-dark: #082f75;
  --geo-cyan: #00c2ff;
  --geo-green: #16a34a;
  --geo-orange: #f97316;
  --geo-ink: #102033;
  --geo-muted: #64748b;
  --geo-border: rgba(15, 76, 129, 0.13);
  --geo-card: rgba(255, 255, 255, 0.94);
  --geo-shadow: rgba(8, 39, 89, 0.08);
  color: var(--geo-ink);
}

.tfo-geo-rich *,
.tfo-geo-rich *::before,
.tfo-geo-rich *::after {box-sizing: border-box;}

.tfo-geo-rich .geo-city-photo-block,
.tfo-geo-rich .geo-kpi-block,
.tfo-geo-rich .geo-quartiers-block,
.tfo-geo-rich .geo-faq-block {
  position: relative;
  isolation: isolate;
  margin: 32px 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(11, 92, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border: 1px solid var(--geo-border);
  box-shadow: 0 18px 48px var(--geo-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.tfo-geo-rich .geo-city-photo-block::before,
.tfo-geo-rich .geo-kpi-block::before,
.tfo-geo-rich .geo-quartiers-block::before,
.tfo-geo-rich .geo-faq-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  top: -90px;
  right: -70px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(11, 92, 255, 0.10), rgba(0, 194, 255, 0.10));
  pointer-events: none;
}

.tfo-geo-rich .geo-city-photo-block > h2,
.tfo-geo-rich .geo-kpi-block > h2,
.tfo-geo-rich .geo-quartiers-block > h2,
.tfo-geo-rich .geo-faq-block > h2,
.tfo-geo-rich .tfo-fiber-map-block > h2
 {
  margin: 0 0 18px;
  color: white;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(135deg, rgba(11, 92, 255, 0.96), rgba(0, 160, 230, 0.92)), linear-gradient(135deg, #0b5cff, #00c2ff);
}

.tfo-geo-rich .geo-kpi-summary,
.tfo-geo-rich .geo-quartiers-block > p {margin: 0;color: #334155;font-size: 16px;line-height: 1.65;}

.tfo-geo-rich .geo-city-photo-media {
  position: relative;
  margin: 0;
  min-height: clamp(240px, 36vw, 420px);
  border-radius: 24px;
  overflow: hidden;
  background-color: #eaf2ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 46px rgba(8, 39, 89, 0.12);
}

.tfo-geo-rich .geo-city-photo-media::before {content: "";position: absolute;inset: 0;background: linear-gradient(180deg, rgba(5, 18, 38, 0.04), rgba(5, 18, 38, 0.18));pointer-events: none;}
.tfo-geo-rich .geo-city-photo-caption .kamesen {color: #fff !important;text-decoration: underline;text-underline-offset: 3px;cursor: pointer;}
.tfo-geo-rich .geo-city-photo-media img {display: block;width: 100%;height: clamp(240px, 36vw, 420px);object-fit: cover;transform: scale(1.01);}
.tfo-geo-rich .geo-city-photo-caption {position: absolute;left: 14px;right: 14px;bottom: 14px;display: flex;flex-wrap: wrap;gap: 8px;align-items: center;width: auto;padding: 10px 12px;border-radius: 16px;color: #fff;font-size: 12px;line-height: 1.35;font-weight: 800;background: rgba(5, 18, 38, 0.66);backdrop-filter: blur(12px);}
.tfo-geo-rich .geo-city-photo-caption a {color: #fff !important;text-decoration: underline;text-underline-offset: 3px;}
.tfo-geo-rich .geo-kpi-grid {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 14px;margin: 20px 0;}
.tfo-geo-rich .geo-kpi-card {position: relative;min-height: 132px;padding: 18px;border-radius: 20px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.94));border: 1px solid rgba(15, 76, 129, 0.12);box-shadow: 0 12px 30px rgba(8, 39, 89, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);}
.tfo-geo-rich .geo-kpi-label,
.tfo-geo-rich .geo-kpi-note {display: block;color: var(--geo-muted);font-size: 13px;line-height: 1.35;font-weight: 800;}
.tfo-geo-rich .geo-kpi-value {display: block;margin: 8px 0;color: var(--geo-blue);font-size: clamp(25px, 3vw, 36px);line-height: 1;font-weight: 950;letter-spacing: -0.055em;}
.tfo-geo-rich .geo-quartiers-grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 14px;margin-top: 20px;}
.tfo-geo-rich .geo-quartier-card {display: flex;flex-direction: column;min-height: 210px;padding: 20px;border-radius: 22px;background: var(--geo-card);border: 1px solid rgba(15, 76, 129, 0.12);box-shadow: 0 12px 30px rgba(8, 39, 89, 0.06);}
.tfo-geo-rich .geo-quartier-card h3 {margin: 0 0 9px;color: white;font-size: 21px;line-height: 1.18;font-weight: 950;letter-spacing: -0.025em; background: linear-gradient(135deg, rgba(11, 92, 255, 0.96), rgba(0, 160, 230, 0.92)), linear-gradient(135deg, #0b5cff, #00c2ff);}
.tfo-geo-rich .geo-quartier-card p {flex: 1;margin: 0 0 16px;color: #334155;line-height: 1.58;}
.tfo-geo-rich .geo-quartier-cta {display: inline-flex;align-items: center;justify-content: center;width: fit-content;min-height: 42px;padding: 0 16px;border-radius: 999px;color: #fff !important;font-size: 14px;font-weight: 950;text-decoration: none !important;background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));box-shadow: 0 12px 26px rgba(11, 92, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;padding:20px;text-align:center;}
.tfo-geo-rich .geo-quartier-cta:hover {transform: translateY(-2px);filter: saturate(1.06);box-shadow: 0 18px 34px rgba(11, 92, 255, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.42);}
.tfo-geo-rich .geo-faq-block {display: grid;gap: 12px;}
.tfo-geo-rich .geo-faq-block > h2 {margin-bottom: 6px;}
.tfo-geo-rich .geo-faq-item {border-radius: 18px;background: var(--geo-card);border: 1px solid rgba(15, 76, 129, 0.12);box-shadow: 0 10px 24px rgba(8, 39, 89, 0.052);overflow: hidden;}
.tfo-geo-rich .geo-faq-item summary {cursor: pointer;padding: 17px 20px;color: var(--geo-blue-dark);font-weight: 950;line-height: 1.35;list-style: none;}
.tfo-geo-rich .geo-faq-item summary::-webkit-details-marker {display: none;}
.tfo-geo-rich .geo-faq-item summary::after {content: "+";float: right;color: var(--geo-blue);font-size: 22px;line-height: 1;font-weight: 950;}
.tfo-geo-rich .geo-faq-item[open] summary::after {content: "−";}
.tfo-geo-rich .geo-faq-answer p {margin: 0;padding: 0 20px 20px;color: #334155;line-height: 1.62;}
.tfo-geo-rich #botvil {position: relative;margin: 32px 0;padding: clamp(18px, 3vw, 30px);border-radius: 26px;background: radial-gradient(circle at top right, rgba(22, 163, 74, 0.08), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));border: 1px solid rgba(15, 76, 129, 0.13);box-shadow: 0 18px 48px rgba(8, 39, 89, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);overflow: hidden;}
.tfo-geo-rich #botvil p {margin: 0 0 16px;color: #334155;font-size: 16px;line-height: 1.7;}
.tfo-geo-rich #botvil p:last-child {margin-bottom: 0;}
.tfo-geo-rich #botvil strong,
.tfo-geo-rich #botvil b {color: #082f75;font-weight: 950;}

@media (max-width: 980px) {.tfo-geo-rich .geo-kpi-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.tfo-geo-rich .geo-quartiers-grid {grid-template-columns: 1fr;}}
@media (max-width: 560px) {.tfo-geo-rich .geo-city-photo-block,.tfo-geo-rich .geo-kpi-block,.tfo-geo-rich .geo-quartiers-block,.tfo-geo-rich .geo-faq-block {border-radius: 20px;padding: 16px;}.tfo-geo-rich .geo-kpi-grid {grid-template-columns: 1fr;}.tfo-geo-rich .geo-city-photo-media,.tfo-geo-rich .geo-quartier-card,.tfo-geo-rich .geo-kpi-card {border-radius: 18px;}.tfo-geo-rich .geo-city-photo-caption {position: static;border-radius: 0;background: #102033;}.tfo-geo-rich .geo-quartier-cta {width: 100%;text-align: center;}}

.tfo-geo-rich .geo-index-block,
.tfo-geo-rich .geo-nearby-block {
  position: relative;
  isolation: isolate;
  margin: 32px 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(11, 92, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border: 1px solid var(--geo-border);
  box-shadow: 0 18px 48px var(--geo-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.tfo-geo-rich .geo-index-block > h2,
.tfo-geo-rich .geo-nearby-block > h2,
.tfo-geo-rich .geo-index-head h2 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(135deg, rgba(11, 92, 255, 0.96), rgba(0, 160, 230, 0.92)), linear-gradient(135deg, #0b5cff, #00c2ff);
}

.tfo-geo-rich .geo-index-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
}

.tfo-geo-rich .geo-index-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #0b5cff;
  background: rgba(11, 92, 255, 0.09);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.tfo-geo-rich .geo-index-head p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.tfo-geo-rich .geo-index-score {
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-width: 150px;
  min-height: 150px;
  padding: 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));
  box-shadow: 0 18px 38px rgba(11, 92, 255, 0.26);
}

.tfo-geo-rich .geo-index-score strong {
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.tfo-geo-rich .geo-index-score span {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 900;
  opacity: 0.92;
}

.tfo-geo-rich .geo-index-meter {
  position: relative;
  height: 14px;
  margin: 22px 0;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.tfo-geo-rich .geo-index-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));
  box-shadow: 0 8px 20px rgba(11, 92, 255, 0.28);
}

.tfo-geo-rich .geo-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tfo-geo-rich .geo-index-grid article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: 0 10px 24px rgba(8, 39, 89, 0.052);
}

.tfo-geo-rich .geo-index-grid span {
  display: block;
  margin-bottom: 7px;
  color: var(--geo-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.tfo-geo-rich .geo-index-grid strong {
  display: block;
  color: var(--geo-blue);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.tfo-geo-rich .geo-index-note {
  margin: 18px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.tfo-geo-rich .geo-nearby-block > p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.tfo-geo-rich .geo-nearby-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.tfo-geo-rich .geo-nearby-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 104px;
  padding: 18px;
  border-radius: 20px;
  text-decoration: none !important;
  color: var(--geo-ink) !important;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: 0 10px 24px rgba(8, 39, 89, 0.052);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.tfo-geo-rich .geo-nearby-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 92, 255, 0.32);
  box-shadow: 0 18px 34px rgba(11, 92, 255, 0.14);
}

.tfo-geo-rich .geo-nearby-card strong {
  color: var(--geo-blue-dark);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 950;
}

.tfo-geo-rich .geo-nearby-card span {
  color: var(--geo-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

@media (max-width: 980px) {
  .tfo-geo-rich .geo-index-grid,
  .tfo-geo-rich .geo-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tfo-geo-rich .geo-index-head {
    grid-template-columns: 1fr;
  }

  .tfo-geo-rich .geo-index-score {
    min-width: 132px;
    min-height: 132px;
    width: 132px;
  }
}

@media (max-width: 560px) {
  .tfo-geo-rich .geo-index-block,
  .tfo-geo-rich .geo-nearby-block {
    border-radius: 20px;
    padding: 16px;
  }

  .tfo-geo-rich .geo-index-grid,
  .tfo-geo-rich .geo-nearby-grid {
    grid-template-columns: 1fr;
  }

  .tfo-geo-rich .geo-index-score {
    width: 116px;
    min-width: 116px;
    min-height: 116px;
  }
}

.tfo-geo-rich .geo-alternatives-block {
  position: relative;
  isolation: isolate;
  margin: 32px 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(11, 92, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border: 1px solid var(--geo-border);
  box-shadow: 0 18px 48px var(--geo-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.tfo-geo-rich .geo-alternatives-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #f97316;
  background: rgba(249, 115, 22, 0.10);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.tfo-geo-rich .geo-alternatives-head h2 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(135deg, rgba(11, 92, 255, 0.96), rgba(0, 160, 230, 0.92));
}

.tfo-geo-rich .geo-alternatives-head p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.tfo-geo-rich .geo-alternatives-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.tfo-geo-rich .geo-alternative-card {
  position: relative;
  min-height: 210px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: 0 12px 30px rgba(8, 39, 89, 0.06);
}

.tfo-geo-rich .geo-alternative-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));
  font-weight: 950;
  box-shadow: 0 10px 22px rgba(11, 92, 255, 0.22);
}

.tfo-geo-rich .geo-alternative-card h3 {
  margin: 0 0 10px;
  color: var(--geo-blue-dark);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.025em;
  background: transparent;
}

.tfo-geo-rich .geo-alternative-card p {
  margin: 0;
  color: #334155;
  line-height: 1.58;
}

.tfo-geo-rich .geo-alternatives-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(11, 92, 255, 0.08);
  border: 1px solid rgba(11, 92, 255, 0.14);
}

.tfo-geo-rich .geo-alternatives-cta strong {
  color: var(--geo-blue-dark);
  font-weight: 950;
}

.tfo-geo-rich .geo-alternatives-cta span {
  flex: 1;
  min-width: 220px;
  color: #334155;
  line-height: 1.5;
  font-weight: 700;
}

.tfo-geo-rich .geo-alternatives-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));
  box-shadow: 0 12px 26px rgba(11, 92, 255, 0.24);
}

@media (max-width: 980px) {
  .tfo-geo-rich .geo-alternatives-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tfo-geo-rich .geo-alternatives-block {
    border-radius: 20px;
    padding: 16px;
  }

  .tfo-geo-rich .geo-alternatives-grid {
    grid-template-columns: 1fr;
  }

  .tfo-geo-rich .geo-alternatives-cta a {
    width: 100%;
  }
}


.tfo-geo-rich .geo-method-block,
.tfo-geo-rich .geo-operators-block {
  position: relative;
  isolation: isolate;
  margin: 32px 0;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(11, 92, 255, 0.075), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  border: 1px solid var(--geo-border);
  box-shadow: 0 18px 48px var(--geo-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.tfo-geo-rich .geo-method-block > h2,
.tfo-geo-rich .geo-operators-block > h2 {
  margin: 0 0 18px;
  color: white;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.045em;
  background: linear-gradient(135deg, rgba(11, 92, 255, 0.96), rgba(0, 160, 230, 0.92));
}

.tfo-geo-rich .geo-method-block p,
.tfo-geo-rich .geo-operators-block p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

.tfo-geo-rich .geo-method-block ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.tfo-geo-rich .geo-method-block li {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: 0 10px 24px rgba(8, 39, 89, 0.052);
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  list-style:none!important;
}

.tfo-geo-rich .geo-method-block li strong {
  display: block;
  margin-top: 6px;
  color: var(--geo-blue);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.tfo-geo-rich .geo-operators-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.tfo-geo-rich .geo-operators-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  background: linear-gradient(135deg, var(--geo-blue), var(--geo-cyan));
  box-shadow: 0 12px 26px rgba(11, 92, 255, 0.22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.tfo-geo-rich .geo-operators-grid a:hover {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 18px 34px rgba(11, 92, 255, 0.30);
}

@media (max-width: 980px) {
  .tfo-geo-rich .geo-method-block ul,
  .tfo-geo-rich .geo-operators-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tfo-geo-rich .geo-method-block,
  .tfo-geo-rich .geo-operators-block {
    border-radius: 20px;
    padding: 16px;
  }

  .tfo-geo-rich .geo-method-block ul,
  .tfo-geo-rich .geo-operators-grid {
    grid-template-columns: 1fr;
  }
}

.tfo-geo-rich .geo-answer-block {
  position: relative;
  isolation: isolate;
  margin: 32px 0;
  padding: clamp(20px, 3vw, 34px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.30), transparent 36%),
    linear-gradient(135deg, #082f75 0%, #0b5cff 52%, #00a6e8 100%);
  box-shadow: 0 22px 56px rgba(8, 39, 89, 0.22);
  overflow: hidden;
}

.tfo-geo-rich .geo-answer-block::before {
  content: "";
  position: absolute;
  inset: auto -70px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.tfo-geo-rich .geo-answer-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #082f75;
  background: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}

.tfo-geo-rich .geo-answer-block h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.055em;
  background: none;
}

.tfo-geo-rich .geo-answer-main {
  max-width: 860px;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.42;
  font-weight: 850;
}

.tfo-geo-rich .geo-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.tfo-geo-rich .geo-answer-grid span {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 104px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.tfo-geo-rich .geo-answer-grid strong {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.tfo-geo-rich .geo-answer-grid small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

.tfo-geo-rich .geo-answer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  color: #082f75 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 950;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

.tfo-geo-rich .geo-answer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

@media (max-width: 760px) {
  .tfo-geo-rich .geo-answer-grid {
    grid-template-columns: 1fr;
  }

  .tfo-geo-rich .geo-answer-block {
    border-radius: 22px;
    padding: 18px;
  }

  .tfo-geo-rich .geo-answer-cta {
    width: 100%;
    text-align: center;
  }
}

.leaflet-control-zoom a {text-decoration:none!important;}



.tfo-fiber-map-block {
	margin: 32px 0;
	padding: clamp(18px, 3vw, 30px);
	border-radius: 26px;
	background: linear-gradient(135deg, #ffffff, #f7fbff);
	border: 1px solid rgba(15, 76, 129, 0.13);
	box-shadow: 0 18px 48px rgba(8, 39, 89, 0.08);
}


.tfo-fiber-map-block p {
	margin: 0 0 18px;
	color: #334155;
	font-size: 16px;
	line-height: 1.65;
}

.tfo-fiber-map-load {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
	background: linear-gradient(135deg, #0b5cff, #00c2ff);
	box-shadow: 0 12px 26px rgba(11, 92, 255, 0.24);
}

.tfo-fiber-map-load:disabled {
	cursor: wait;
	opacity: 0.72;
}

.tfo-fiber-map-canvas {
	width: 100%;
	height: clamp(360px, 58vw, 620px);
	margin-top: 18px;
	border-radius: 22px;
	overflow: hidden;
	background: #eaf2ff;
	border: 1px solid rgba(15, 76, 129, 0.13);
}

.tfo-fiber-map-legend {
	padding: 12px 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 26px rgba(8, 39, 89, 0.16);
	font-size: 13px;
	line-height: 1.4;
	color: #102033;
}

.tfo-fiber-map-legend strong {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

.tfo-fiber-map-legend div {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 5px 0;
}

.tfo-fiber-map-legend span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 6px;
}

.tfo-fiber-map-popup {
	min-width: 190px;
	font-size: 13px;
	line-height: 1.45;
}

.tfo-fiber-map-popup strong {
	color: #082f75;
}

.tfo-fiber-map-loading,
.tfo-fiber-map-error {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	padding: 24px;
	color: #082f75;
	font-weight: 900;
	text-align: center;
	background: #f8fafc;
}

.tfo-arcep-map-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	padding: 10px 12px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 900;
	cursor: pointer;
	background: linear-gradient(135deg, #0b5cff, #00c2ff);
	box-shadow: 0 10px 22px rgba(11, 92, 255, 0.24);
}

.tfo-arcep-map-wrap {
	margin-top: 18px;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(15, 76, 129, 0.13);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8, 39, 89, 0.10);
}

.tfo-arcep-map-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: #082f75;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.tfo-arcep-map-close {
	border: 0;
	border-radius: 999px;
	padding: 8px 12px;
	color: #082f75;
	background: #fff;
	font-weight: 900;
	cursor: pointer;
}

.tfo-arcep-map-iframe {
	display: block;
	width: 100%;
	height: clamp(420px, 70vh, 760px);
	border: 0;
}

.tfo-fiber-map-popup-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 8px 10px;
	border-radius: 999px;
	color: #fff !important;
	background: linear-gradient(135deg, #0b5cff, #00c2ff);
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

.tfo-fiber-map-popup-link:hover {
	filter: saturate(1.08);
}

/* =========================================================
   BOUTONS OPÉRATEURS - SPÉCIAL LOCALITÉ
   ID : #sscms_eligibili_block_fibre_special_localite
   ========================================================= */

#sscms_eligibili_block_fibre_special_localite {
  --tfo-local-blue: var(--tfo-blue, #0b5cff);
  --tfo-local-blue-dark: var(--tfo-blue-dark, #063ec7);
  --tfo-local-cyan: var(--tfo-cyan, #00c2ff);
  --tfo-local-green: var(--tfo-green, #17c964);
  --tfo-local-ink: var(--tfo-ink, #102033);
  --tfo-local-muted: var(--tfo-muted, #52657c);
  --tfo-local-border: var(--tfo-border, rgba(15, 76, 129, 0.14));

  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 980px;
  margin: 28px auto 34px !important;
  padding: clamp(18px, 3vw, 28px) !important;
  list-style: none !important;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.18), transparent 38%),
    radial-gradient(circle at bottom left, rgba(23, 201, 100, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(239, 247, 255, 0.96));
  border: 1px solid var(--tfo-local-border);
  box-shadow:
    0 24px 64px rgba(8, 39, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  overflow: hidden;
  box-sizing: border-box;
}

#sscms_eligibili_block_fibre_special_localite,
#sscms_eligibili_block_fibre_special_localite * {
  box-sizing: border-box;
}

#sscms_eligibili_block_fibre_special_localite::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -110px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.22), rgba(11, 92, 255, 0.10));
  pointer-events: none;
}

#sscms_eligibili_block_fibre_special_localite::after {
  content: "Choisissez un opérateur fibre";
  position: absolute;
  top: 14px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.01em;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tfo-local-blue), var(--tfo-local-cyan));
  box-shadow: 0 10px 22px rgba(11, 92, 255, 0.22);
  pointer-events: none;
}

#sscms_eligibili_block_fibre_special_localite > li {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#sscms_eligibili_block_fibre_special_localite > li::before {
  display: none !important;
  content: none !important;
}

#sscms_eligibili_block_fibre_special_localite > li:first-child,
#sscms_eligibili_block_fibre_special_localite > li:nth-child(2),
#sscms_eligibili_block_fibre_special_localite > li:nth-child(3) {
  margin-top: 34px !important;
}

#sscms_eligibili_block_fibre_special_localite .kamesen {
  position: relative;
  isolation: isolate;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 74px;
  padding: 14px 52px 14px 76px;
  color: var(--tfo-local-ink);
  text-decoration: none;
  cursor: pointer;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.94));
  border: 1px solid rgba(15, 76, 129, 0.13);
  box-shadow:
    0 14px 34px rgba(8, 39, 89, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    filter 0.18s ease;
}

#sscms_eligibili_block_fibre_special_localite .kamesen::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  transform: translateY(-50%);
  box-shadow:
    0 10px 24px rgba(8, 39, 89, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#sscms_eligibili_block_fibre_special_localite .kamesen::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tfo-local-blue), var(--tfo-local-cyan));
  box-shadow: 0 10px 22px rgba(11, 92, 255, 0.24);
  transform: translateY(-50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

#sscms_eligibili_block_fibre_special_localite .kamesen .bwhite {
  position: relative;
  z-index: 3;
  display: block;
  color: #082f75 !important;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.025em;
  text-align: left;
}

#sscms_eligibili_block_fibre_special_localite .kamesen:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 92, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.15), transparent 38%),
    linear-gradient(135deg, #ffffff, #f1f8ff);
  box-shadow:
    0 22px 48px rgba(8, 39, 89, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  filter: saturate(1.05);
}

#sscms_eligibili_block_fibre_special_localite .kamesen:hover::after {
  transform: translateY(-50%) translateX(3px);
  box-shadow: 0 12px 26px rgba(11, 92, 255, 0.32);
}

#sscms_eligibili_block_fibre_special_localite .kamesen:active {
  transform: translateY(-1px);
}

/* Accent léger par opérateur, sans toucher aux logos */
#sscms_eligibili_block_fibre_special_localite .free {
  border-color: rgba(226, 35, 26, 0.14);
}

#sscms_eligibili_block_fibre_special_localite .orange {
  border-color: rgba(255, 121, 0, 0.18);
}

#sscms_eligibili_block_fibre_special_localite .redsf,
#sscms_eligibili_block_fibre_special_localite .redsfr {
  border-color: rgba(220, 38, 38, 0.16);
}

#sscms_eligibili_block_fibre_special_localite .sfr {
  border-color: rgba(225, 29, 72, 0.16);
}

#sscms_eligibili_block_fibre_special_localite .sosh {
  border-color: rgba(255, 117, 24, 0.18);
}

#sscms_eligibili_block_fibre_special_localite .bbox {
  border-color: rgba(0, 151, 215, 0.18);
}


#sscms_eligibili_block_fibre_special_localite .free::before {
  background-image: url(/icons_logo/telco/free.png);
}

#sscms_eligibili_block_fibre_special_localite .orange::before {
  background-image: url(/icons_logo/telco/orange.png);
}

#sscms_eligibili_block_fibre_special_localite .redsfr::before {
  background-image: url(/icons_logo/telco/red.png);
}

#sscms_eligibili_block_fibre_special_localite .sfr::before {
  background-image: url(/icons_logo/telco/sfr.png);
}

#sscms_eligibili_block_fibre_special_localite .sosh::before {
  background-image: url(/icons_logo/telco/sosh.png);
}

#sscms_eligibili_block_fibre_special_localite .bbox::before {
  background-image: url(/icons_logo/telco/bbox.png);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  #sscms_eligibili_block_fibre_special_localite {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sscms_eligibili_block_fibre_special_localite > li:nth-child(3) {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  #sscms_eligibili_block_fibre_special_localite {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px auto 30px !important;
    padding: 58px 14px 14px !important;
    border-radius: 24px;
  }

  #sscms_eligibili_block_fibre_special_localite::after {
    top: 14px;
    left: 14px;
    right: 14px;
    justify-content: center;
  }

  #sscms_eligibili_block_fibre_special_localite > li:first-child,
  #sscms_eligibili_block_fibre_special_localite > li:nth-child(2),
  #sscms_eligibili_block_fibre_special_localite > li:nth-child(3) {
    margin-top: 0 !important;
  }

  #sscms_eligibili_block_fibre_special_localite .kamesen {
    min-height: 66px;
    padding: 12px 48px 12px 68px;
    border-radius: 19px;
  }

  #sscms_eligibili_block_fibre_special_localite .kamesen::before {
    left: 14px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background-size: 24px 24px;
  }

  #sscms_eligibili_block_fibre_special_localite .kamesen::after {
    right: 13px;
    width: 28px;
    height: 28px;
  }

  #sscms_eligibili_block_fibre_special_localite .kamesen .bwhite {
    font-size: 16px;
  }
}