/* =========================================================
   Forfait5G.fr — Premium standalone theme
   Version consolidée propre
   ========================================================= */

:root {
  --fg5-bg: #f6f8fb;
  --fg5-bg-soft: #eef4f8;
  --fg5-dark: #07111f;
  --fg5-dark-2: #0b1d34;
  --fg5-ink: #102033;
  --fg5-muted: #607086;
  --fg5-line: rgba(16, 32, 51, .12);
  --fg5-white: #fff;
  --fg5-aqua: #36f2b4;
  --fg5-blue: #4f7cff;
  --fg5-gold: #f6d88d;
  --fg5-red: #ef5f73;
  --fg5-radius: 28px;
  --fg5-radius-lg: 40px;
  --fg5-shadow: 0 24px 70px rgba(7, 17, 31, .14);
  --fg5-shadow-soft: 0 18px 45px rgba(7, 17, 31, .09);
  --fg5-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fg5-serif: "Georgia", "Times New Roman", serif;
  --fg5-menu-top: 84px;
}

/* =========================================================
   Base
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  background: var(--fg5-dark);
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  font-family: var(--fg5-font);
  color: var(--fg5-ink);
  background: var(--fg5-bg);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

p,
li,
span,
strong,
em,
a,
h1,
h2,
h3,
h4 {
  overflow-wrap: anywhere;
}

::selection {
  background: rgba(54, 242, 180, .28);
  color: var(--fg5-dark);
}

.container {
  width: min(1180px, calc(100% - 40px));
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
}

.container.narrow {
  width: min(820px, calc(100% - 40px));
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--fg5-white);
  background:
    radial-gradient(circle at 20% 12%, rgba(54, 242, 180, .16), transparent 32%),
    radial-gradient(circle at 82% 0, rgba(79, 124, 255, .18), transparent 30%),
    linear-gradient(135deg, var(--fg5-dark), var(--fg5-dark-2) 58%, #082b2f);
}

.section-soft {
  background: linear-gradient(180deg, #f6f8fb, #edf4f8);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99999;
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--fg5-aqua);
  color: var(--fg5-dark);
  font-weight: 900;
}

.skip-link:focus {
  left: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   Header / navigation
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  overflow: visible;
  background: rgba(7, 17, 31, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 17, 31, .9);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .22);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 0;
  max-width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: #fff;
}

.brand-mark {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 16px 30px rgba(54, 242, 180, .24);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: 14px;
  background: rgba(7, 17, 31, .92);
}

.brand-mark span {
  color: transparent;
  background: linear-gradient(135deg, #fff, var(--fg5-aqua));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: -.03em;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 1.02rem;
  letter-spacing: -.03em;
}

.brand-copy em {
  margin-top: 3px;
  color: rgba(255, 255, 255, .62);
  font-size: .75rem;
  font-style: normal;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.primary-nav a {
  padding: .7rem .95rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  font-size: .88rem;
  font-weight: 760;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.primary-nav .nav-cta {
  color: var(--fg5-dark);
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 10px 25px rgba(54, 242, 180, .18);
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 10002;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  border-radius: 2px;
  background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 720px;
  padding: 110px 0 105px;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  align-items: center;
  gap: 70px;
  min-width: 0;
  max-width: 100%;
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  max-width: 930px;
  margin: 0 0 26px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.hero-lead {
  max-width: 740px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .73);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--fg5-aqua);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.eyebrow--light {
  color: #0b8c79;
}

.hero-actions,
.operator-actions,
.box-actions,
.error-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .88rem 1.22rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--fg5-dark);
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 16px 38px rgba(54, 242, 180, .25);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
}

.btn-dark {
  color: var(--fg5-dark);
}

.btn-ghost {
  color: var(--fg5-ink);
  background: rgba(7, 17, 31, .04);
  border-color: var(--fg5-line);
}

.btn-wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #087c70;
  font-weight: 900;
}

.text-link::after {
  content: "→";
  transition: transform .2s ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.hero-proof div {
  min-width: 130px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.hero-proof strong {
  display: block;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(20px);
  opacity: .58;
  pointer-events: none;
  contain: paint;
  max-width: 72vw;
}

.hero-orb--one {
  left: -140px;
  bottom: 40px;
  width: 420px;
  height: 420px;
  background: rgba(54, 242, 180, .16);
}

.hero-orb--two {
  right: max(-140px, -10vw);
  top: 120px;
  width: 360px;
  height: 360px;
  background: rgba(79, 124, 255, .18);
}

/* Faux scanner */
.signal-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--fg5-radius-lg);
  padding: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05));
  box-shadow: 0 30px 110px rgba(0, 0, 0, .35);
  backdrop-filter: blur(24px);
}

.signal-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(54, 242, 180, .22), transparent 42%, rgba(79, 124, 255, .18));
  pointer-events: none;
}

.signal-card--clickable {
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.signal-card--clickable > *:not(.signal-card__hit) {
  position: relative;
  z-index: 2;
}

.signal-card__hit {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
}

.signal-card--clickable:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 213, 200, .42);
  box-shadow:
    0 32px 90px rgba(0, 213, 200, .18),
    0 18px 60px rgba(0, 0, 0, .28);
}

.signal-card--clickable:focus-within {
  outline: 3px solid rgba(0, 213, 200, .72);
  outline-offset: 6px;
}

.signal-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
}

.signal-card__top strong {
  margin-left: auto;
  color: var(--fg5-aqua);
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--fg5-aqua);
  box-shadow: 0 0 0 8px rgba(54, 242, 180, .12);
}

.phone-mock {
  width: min(310px, 88%);
  max-width: 100%;
  margin: 28px auto 20px;
  padding: 12px;
  border-radius: 42px;
  background: linear-gradient(145deg, #111827, #030712);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), 0 30px 70px rgba(0, 0, 0, .38);
}

.phone-screen {
  min-height: 430px;
  max-width: 100%;
  padding: 22px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 12%, rgba(54, 242, 180, .16), transparent 38%),
    linear-gradient(180deg, #0d1d32, #09131f);
}

.screen-top {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .7);
  font-weight: 850;
}

.screen-top strong {
  color: var(--fg5-aqua);
}

.radar {
  position: relative;
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  max-width: 100%;
  margin: 44px auto 34px;
}

.radar span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(54, 242, 180, .22);
  border-radius: 999px;
}

.radar span:nth-child(2) {
  inset: 36px;
}

.radar span:nth-child(3) {
  inset: 72px;
}

.radar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
  background: conic-gradient(from 20deg, rgba(54, 242, 180, .55), transparent 60%);
  transform-origin: 100% 100%;
  animation: spin 7s linear infinite;
}

.radar i {
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 0 30px rgba(54, 242, 180, .7);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.speed-lines {
  display: grid;
  gap: 16px;
}

.speed-lines div {
  display: grid;
  gap: 8px;
}

.speed-lines span {
  color: rgba(255, 255, 255, .58);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.speed-lines b {
  width: var(--w);
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 0 26px rgba(54, 242, 180, .25);
}

.signal-notes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.signal-notes span {
  padding: 12px 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  font-weight: 850;
  text-align: center;
}

/* =========================================================
   Sections éditoriales / cards
   ========================================================= */

.section-head {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-head h2,
.sticky-copy h2,
.operator-copy h2,
.box-section h2,
.decision-card h2,
.cta-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.section-head p,
.sticky-copy p,
.operator-copy p,
.box-section p,
.cta-card p {
  margin: 0;
  color: var(--fg5-muted);
  font-size: 1.06rem;
}

.section-head.compact {
  max-width: 760px;
  margin-bottom: 38px;
}

.premium-grid {
  display: grid;
  gap: 22px;
  min-width: 0;
  max-width: 100%;
}

.four-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-card,
.decision-card,
.cta-card,
.metro-resource-card {
  min-width: 0;
  text-align: center;
}

.premium-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--fg5-line);
  border-radius: var(--fg5-radius);
  background: var(--fg5-white);
  box-shadow: var(--fg5-shadow-soft);
}

.premium-card::before {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg5-aqua), var(--fg5-blue));
  opacity: .55;
}

.card-icon,
.premium-card .card-icon,
.premium-card > span:first-child,
.metro-resource-card > span {
  display: inline-grid !important;
  place-items: center !important;
  width: 54px;
  height: 54px;
  margin: 0 auto 22px !important;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(54, 242, 180, .16), rgba(79, 124, 255, .12));
  font-size: 1.45rem;
  text-align: center !important;
}

.premium-card h2,
.premium-card h3,
.decision-card h2,
.decision-card h3,
.cta-card h2,
.cta-card h3,
.metro-resource-card strong {
  text-align: center !important;
}

.premium-card h3,
.profile-card h3,
.comparison-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.premium-card p,
.profile-card p,
.comparison-card p {
  margin: 0;
  color: var(--fg5-muted);
  font-size: .98rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  align-items: start;
  gap: 70px;
  min-width: 0;
  max-width: 100%;
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.profile-stack,
.profile-list {
  display: grid;
  gap: 17px;
  min-width: 0;
}

.profile-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(16, 32, 51, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(7, 17, 31, .06);
}

.profile-card > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--fg5-dark);
  color: var(--fg5-aqua);
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(7, 17, 31, .14);
}

/* =========================================================
   Opérateurs / tableau
   ========================================================= */

.operator-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .7fr);
  align-items: center;
  gap: 44px;
  overflow: hidden;
  padding: 54px;
  border: 1px solid rgba(16, 32, 51, .1);
  border-radius: var(--fg5-radius-lg);
  background: linear-gradient(135deg, #fff, #f1f7fa);
  box-shadow: var(--fg5-shadow);
}

.operator-panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -130px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(54, 242, 180, .26), transparent 68%);
}

.operator-copy,
.operator-matrix {
  position: relative;
  z-index: 1;
}

.operator-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.operator-matrix div {
  min-height: 140px;
  padding: 24px;
  border-radius: 26px;
  background: var(--fg5-dark);
  color: #fff;
  box-shadow: 0 18px 48px rgba(7, 17, 31, .16);
}

.operator-matrix strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.operator-matrix span {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: .9rem;
}

.operator-actions {
  margin-top: 30px;
}

.table-shell {
  overflow: hidden;
  border: 1px solid var(--fg5-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--fg5-shadow-soft);
}

.table-shell table {
  width: 100%;
  border-collapse: collapse;
}

.table-shell th {
  padding: 21px 24px;
  background: var(--fg5-dark);
  color: #fff;
  font-size: .8rem;
  letter-spacing: .11em;
  text-align: left;
  text-transform: uppercase;
}

.table-shell td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--fg5-line);
  vertical-align: top;
}

.table-shell tr:last-child td {
  border-bottom: 0;
}

.table-shell td:first-child {
  color: var(--fg5-ink);
  font-weight: 900;
}

/* =========================================================
   Box 5G / décision / FAQ
   ========================================================= */

.box-section {
  padding: 110px 0;
}

.box-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  align-items: center;
  gap: 60px;
}

.box-section h2 {
  color: #fff;
}

.box-section p {
  color: rgba(255, 255, 255, .72);
}

.comparison-card {
  display: grid;
  gap: 18px;
}

.comparison-card > div {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.comparison-card span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  font-size: 1.45rem;
}

.comparison-card h3 {
  color: #fff;
  text-align: center;
}

.comparison-card p {
  color: rgba(255, 255, 255, .62);
  text-align: center;
}

.box-actions {
  margin-top: 30px;
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .62fr);
  align-items: stretch;
  gap: 28px;
  min-width: 0;
  max-width: 100%;
}

.decision-card,
.cta-card {
  padding: 44px;
  border: 1px solid var(--fg5-line);
  border-radius: var(--fg5-radius-lg);
  background: #fff;
  box-shadow: var(--fg5-shadow-soft);
}

.decision-card {
  background: linear-gradient(145deg, #fff, #f0f7f7);
}

.checklist {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.checklist li {
  position: relative;
  padding: 16px 18px 16px 58px;
  border: 1px solid rgba(16, 32, 51, .08);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  font-weight: 800;
  text-align: left;
}

.checklist li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 16px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  color: var(--fg5-dark);
  font-size: .8rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--fg5-dark);
  color: #fff;
}

.cta-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(54, 242, 180, .2);
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .68);
}

.cta-kicker {
  display: inline-flex;
  width: max-content;
  margin: 0 auto 16px;
  padding: .42rem .72rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: var(--fg5-aqua);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  max-width: 100%;
}

.faq-grid details {
  padding: 22px 24px;
  border: 1px solid var(--fg5-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(7, 17, 31, .05);
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.faq-grid summary::marker {
  color: #0b8c79;
}

.faq-grid p {
  margin: 14px 0 0;
  color: var(--fg5-muted);
}

/* =========================================================
   Pages statiques / formulaires / erreurs
   ========================================================= */

.static-hero {
  padding: 92px 0 68px;
}

.static-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.static-hero p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.1rem;
}

.static-content,
.privacy-content {
  max-width: 900px;
  min-width: 0;
  padding: 42px;
  border: 1px solid var(--fg5-line);
  border-radius: 32px;
  background: #fff;
  color: var(--fg5-ink);
  box-shadow: var(--fg5-shadow-soft);
  position: static !important;
  float: none !important;
  clip: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.static-content h1,
.static-content h2,
.static-content h3 {
  line-height: 1.08;
  letter-spacing: -.04em;
}

.static-content a,
.privacy-content a {
  color: #087c70;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-container {
  max-width: 820px;
}

.premium-form {
  padding: 36px;
  border: 1px solid var(--fg5-line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--fg5-shadow-soft);
}

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

.form-group {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-group label,
.consent-line {
  color: var(--fg5-ink);
  font-size: .92rem;
  font-weight: 850;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(16, 32, 51, .14);
  border-radius: 18px;
  outline: none;
  background: #f8fbfd;
  color: var(--fg5-ink);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.form-group textarea {
  min-height: 170px;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(54, 242, 180, .8);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(54, 242, 180, .16);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.security-code div {
  display: grid;
  place-items: center;
  min-height: 52px;
  border-radius: 18px;
  background: var(--fg5-dark);
  color: var(--fg5-aqua);
  font-size: 1.35rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.consent-line {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 6px 0 22px;
  color: var(--fg5-muted);
  font-weight: 650;
}

.consent-line input {
  margin-top: .28rem;
  accent-color: #0b8c79;
}

.consent-line a {
  color: #087c70;
  font-weight: 850;
}

.form-message {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 20px;
  font-weight: 850;
}

.form-message.success {
  border: 1px solid rgba(54, 242, 180, .38);
  background: rgba(54, 242, 180, .14);
  color: #086052;
}

.form-message.error {
  border: 1px solid rgba(239, 95, 115, .36);
  background: rgba(239, 95, 115, .12);
  color: #8c2231;
}

.error-hero {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 90px 0;
}

.error-page {
  text-align: center;
}

.error-code {
  margin: 0 0 20px;
  color: transparent;
  background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 950;
  line-height: .78;
  letter-spacing: -.09em;
}

.error-page h1 {
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.error-page p:not(.error-code) {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .72);
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  padding: 64px 0 26px;
  background: #050b14;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px 220px;
  align-items: start;
  gap: 38px;
}

.brand--footer {
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
}

.footer-col {
  display: grid;
  gap: 10px;
}

.footer-col strong {
  margin-bottom: 8px;
  color: #fff;
}

.footer-col a {
  color: rgba(255, 255, 255, .58);
  transition: color .18s ease;
}

.footer-col a:hover {
  color: var(--fg5-aqua);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .42);
  font-size: .84rem;
}

.footer-bottom p {
  margin: 0;
}

/* =========================================================
   Reveal
   ========================================================= */

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.static-page [data-reveal],
.static-content[data-reveal],
.privacy-content[data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   Page métro
   ========================================================= */

.metro-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 96px;
}

.metro-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
  align-items: center;
  gap: 64px;
  min-width: 0;
  max-width: 100%;
}

.metro-hero__copy h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.metro-hero__lead {
  max-width: 760px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.metro-signal {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--fg5-radius-lg);
  padding: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .34);
  backdrop-filter: blur(22px);
}

.metro-signal__screen {
  min-height: 470px;
  max-width: 100%;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  padding: 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 12%, rgba(54, 242, 180, .18), transparent 38%),
    linear-gradient(180deg, #0d1d32, #07111f);
}

.metro-signal__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, .62);
  font-weight: 850;
}

.metro-signal__top strong {
  color: var(--fg5-aqua);
}

.metro-line-map {
  position: relative;
  height: 230px;
  margin: 30px 0;
}

.metro-line-map::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg5-aqua), var(--fg5-blue));
  box-shadow: 0 0 32px rgba(54, 242, 180, .28);
}

.metro-line-map i {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .08), 0 0 28px rgba(54, 242, 180, .28);
  transform: translateY(-50%);
}

.metro-line-map i:nth-child(1) { left: 9%; }
.metro-line-map i:nth-child(2) { left: 29%; top: 34%; }
.metro-line-map i:nth-child(3) { left: 49%; }
.metro-line-map i:nth-child(4) { left: 69%; top: 65%; }
.metro-line-map i:nth-child(5) { left: 88%; }

.metro-line-map i:nth-child(2)::after,
.metro-line-map i:nth-child(4)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 96px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .1));
  transform-origin: left center;
}

.metro-line-map i:nth-child(2)::after {
  transform: rotate(32deg);
}

.metro-line-map i:nth-child(4)::after {
  transform: rotate(-30deg);
}

.metro-signal__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metro-signal__stats div {
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  text-align: center;
}

.metro-signal__stats strong {
  display: block;
  color: #fff;
  font-size: .9rem;
}

.metro-signal__stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .55);
  font-size: .72rem;
}

.metro-checks .card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(54, 242, 180, .18), rgba(79, 124, 255, .14));
  font-size: 1.55rem;
}

.metro-split-section {
  background: #fff;
}

.metro-list .profile-card {
  background: linear-gradient(145deg, #fff, #f2f8fa);
}

.metro-paris {
  padding: 110px 0;
}

.metro-paris__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  align-items: center;
  gap: 44px;
  min-width: 0;
  max-width: 100%;
}

.metro-paris h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.metro-paris p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 1.06rem;
}

.metro-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
  max-width: 100%;
}

.metro-resource-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.metro-resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(54, 242, 180, .4);
  background: rgba(255, 255, 255, .14);
}

.metro-resource-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.metro-resource-card em {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-style: normal;
}

/* =========================================================
   Bloc offres mobiles injecté : #dile
   ========================================================= */

#dile {
  --deal-border: rgba(10, 35, 55, .12);
  --deal-ink: #07111f;
  --deal-muted: #5d6b7a;
  --deal-green: #087c70;
  --deal-shadow: 0 26px 80px rgba(4, 19, 33, .16);

  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 32px));
  max-width: calc(100vw - 32px);
  min-width: 0;
  margin: clamp(-34px, -3vw, -18px) auto clamp(42px, 6vw, 76px);
  padding: clamp(16px, 2.5vw, 24px);
  overflow: hidden;
  scroll-margin-top: 110px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 213, 200, .18), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(77, 111, 255, .13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 249, 255, .88));
  box-shadow: var(--deal-shadow);
  backdrop-filter: blur(18px);
}

#dile::before {
  content: "Offres mobiles du moment";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 213, 200, .24);
  border-radius: 999px;
  background: rgba(7, 17, 31, .06);
  color: var(--deal-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#dile::after {
  content: "";
  position: absolute;
  inset: auto 28px -12px 28px;
  height: 24px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(90deg, transparent, rgba(0, 213, 200, .24), transparent);
  filter: blur(16px);
  pointer-events: none;
}

#dile,
#dile * {
  min-width: 0;
}

#dile ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#dile li {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#dile li::before,
#dile li::marker {
  display: none !important;
  content: none !important;
}

#dile .welcome {
  position: relative;
  isolation: isolate;
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  padding: 18px 16px 16px;
  overflow: hidden;
  border: 1px solid var(--deal-border);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .92));
  box-shadow: 0 14px 34px rgba(7, 17, 31, .09);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

#dile .welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 6%, rgba(0, 213, 200, .18), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(84, 111, 255, .12), transparent 32%);
  opacity: .8;
}

#dile .welcome::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(7, 17, 31, .12), transparent);
}

#dile .welcome:hover,
#dile .welcome:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(0, 213, 200, .42);
  box-shadow: 0 22px 46px rgba(7, 17, 31, .16);
}

#dile .dile_fai {
  display: grid !important;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border: 1px solid rgba(7, 17, 31, .10);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(236, 247, 255, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 12px 24px rgba(7, 17, 31, .10);
}

#dile .dile_fai img {
  display: block;
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain;
  border-radius: 10px;
}

#dile .dile_kakaro {
  display: block !important;
  flex: 1 1 auto;
  width: 100%;
  color: var(--deal-ink);
  text-align: center;
  font-size: .94rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: normal;
}

#dile .dile_kakaro > img,
#dile .dile_kakaro img {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  margin-left: 3px;
  vertical-align: -3px;
  object-fit: contain;
}

#dile .kick {
  display: inline-block;
  margin-top: 6px;
  color: var(--deal-ink);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .88;
}

#dile .kick + br {
  display: none;
}

#dile .pba {
  display: block !important;
  margin: 8px auto 0;
  color: var(--deal-muted);
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.35;
}

#dile .pba strike {
  color: #9aa6b2;
  text-decoration-thickness: 2px;
}

#dile .dile_kakaro span[style*="green"],
#dile .dile_kakaro span[style*="color:green"],
#dile .dile_kakaro span[style*="color: green"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 9px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(8, 124, 112, .10);
  color: var(--deal-green) !important;
  font-size: .72rem;
  font-weight: 900 !important;
  line-height: 1;
}

#dile .dile_cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #07111f 0%, #0a2a3d 48%, #087c70 100%);
  color: #fff;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(7, 17, 31, .18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

#dile .welcome:hover .dile_cta,
#dile .welcome:focus-visible .dile_cta {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 18px 34px rgba(7, 17, 31, .24);
}

#dile .leg {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(7, 17, 31, .055);
  color: var(--deal-muted);
  font-size: .74rem;
  line-height: 1.45;
}

#dile > .leg {
  display: block;
  margin-top: 14px;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1080px) {
  #dile ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1000px) {
  .hero-grid,
  .split-layout,
  .operator-panel,
  .box-grid,
  .decision-grid,
  .metro-hero__grid,
  .metro-paris__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero {
    padding: 82px 0;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 11vw, 5.2rem);
  }

  .signal-card,
  .metro-signal {
    max-width: 520px;
    margin-inline: auto;
  }

  .four-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sticky-copy {
    position: relative;
    top: auto;
  }

  .operator-panel {
    padding: 36px;
  }

  .section,
  .metro-paris {
    padding: 82px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container,
  .container.narrow {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    min-height: 74px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .brand-copy {
    max-width: calc(100vw - 110px);
  }

  .brand-copy strong,
  .brand-copy em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-copy em {
    display: none;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .primary-nav--desktop {
    display: none !important;
  }

  .hero {
    min-height: auto;
    padding: 66px 0 74px;
  }

  .hero-copy h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
    letter-spacing: -.065em;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-width: 0;
  }

  .hero-orb--two {
    top: 92px;
    right: -92px;
    width: 260px;
    height: 260px;
    opacity: .48;
    filter: blur(4px);
  }

  .hero-orb--one {
    left: -96px;
    top: 36px;
    width: 220px;
    height: 220px;
    opacity: .46;
  }

  .phone-screen {
    min-height: 360px;
  }

  .radar {
    width: 170px;
    height: 170px;
  }

  .four-cols,
  .faq-grid,
  .operator-matrix,
  .grid-2,
  .metro-signal__stats,
  .metro-resource-grid {
    grid-template-columns: 1fr;
  }

  .premium-card {
    min-height: auto;
  }

  .section-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .section-head h2,
  .sticky-copy h2,
  .operator-copy h2,
  .box-section h2,
  .decision-card h2,
  .cta-card h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .profile-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .profile-card > span {
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-card h3,
  .profile-card p {
    text-align: center !important;
  }

  .operator-panel,
  .decision-card,
  .cta-card,
  .premium-form,
  .static-content,
  .privacy-content {
    padding: 26px;
    border-radius: 26px;
  }

  .table-shell {
    overflow-x: auto;
  }

  .table-shell table {
    min-width: 680px;
  }

  .box-actions,
  .hero-actions,
  .operator-actions,
  .error-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .static-hero {
    padding: 70px 0 50px;
  }

  .metro-hero {
    padding: 70px 0 74px;
  }

  .metro-hero__copy h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .metro-signal__screen {
    min-height: 390px;
  }

  .metro-resource-card {
    min-height: auto;
  }

  .metro-paris h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  #dile {
    width: calc(100% - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    margin-top: -22px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 13px;
    border-radius: 26px;
  }

  #dile::before {
    margin-left: 2px;
    font-size: .68rem;
  }

  #dile ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #dile .welcome {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: auto;
    padding: 13px;
    border-radius: 22px;
  }

  #dile .welcome::after {
    display: none;
  }

  #dile .dile_fai {
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 17px;
  }

  #dile .dile_fai img {
    width: 38px !important;
    height: 38px !important;
  }

  #dile .dile_kakaro {
    text-align: left;
    font-size: .88rem;
    line-height: 1.22;
  }

  #dile .kick {
    font-size: 1.75rem;
  }

  #dile .pba {
    margin-top: 5px;
    font-size: .70rem;
  }

  #dile .dile_kakaro span[style*="green"],
  #dile .dile_kakaro span[style*="color:green"],
  #dile .dile_kakaro span[style*="color: green"] {
    justify-content: flex-start;
    margin-top: 6px;
    padding: 0;
    background: transparent;
    font-size: .70rem;
  }

  #dile .dile_cta {
    flex: 0 0 auto;
    width: auto;
    min-width: 58px;
    min-height: 38px;
    margin: 0;
    padding: 0 14px;
    font-size: .72rem;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy strong {
    font-size: .96rem;
  }

  .hero-copy h1 {
    font-size: 2.55rem;
  }

  .hero-orb--two {
    right: -82px;
    width: 220px;
    height: 220px;
  }

  .signal-card {
    padding: 16px;
    border-radius: 30px;
  }

  .phone-mock {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }

  .error-code {
    font-size: 5.5rem;
  }

  #dile {
    width: calc(100% - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  #dile .welcome {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  #dile .dile_cta {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
  }
}

/* =========================================================
   Mobile drawer — hamburger fiable hors header
   ========================================================= */

.mobile-menu-backdrop,
.mobile-nav {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
    overflow: visible !important;
  }

  .header-inner {
    min-height: 74px;
  }

  .nav-toggle {
    display: grid !important;
    place-items: center !important;
    position: relative !important;
    z-index: 10002 !important;
  }

  .primary-nav--desktop {
    display: none !important;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(2, 8, 16, .58);
    backdrop-filter: blur(8px);
    transition: opacity .2s ease, visibility .2s ease;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    width: min(420px, calc(100vw - 26px));
    max-width: calc(100vw - 26px);
    padding: 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-left: 1px solid rgba(255, 255, 255, .14);
    background:
      radial-gradient(circle at 18% 0%, rgba(54, 242, 180, .14), transparent 34%),
      radial-gradient(circle at 100% 24%, rgba(79, 124, 255, .16), transparent 36%),
      linear-gradient(180deg, rgba(7, 17, 31, .985), rgba(5, 11, 20, .985));
    box-shadow: -28px 0 80px rgba(0, 0, 0, .42);
    transform: translateX(106%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
  }

  body.nav-open .mobile-menu-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.nav-open .mobile-nav {
    transform: translateX(0);
    visibility: visible;
  }

  .mobile-nav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
  }

  .mobile-nav__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #fff;
    font-weight: 950;
    letter-spacing: -.03em;
  }

  .mobile-nav__brand span:first-child {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
    color: var(--fg5-dark);
    font-size: .82rem;
    font-weight: 950;
  }

  .mobile-nav__brand small {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .58);
    font-size: .74rem;
    font-weight: 750;
    letter-spacing: 0;
  }

  .mobile-nav__close {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
  }

  .mobile-nav__links {
    display: grid;
    gap: 8px;
  }

  .mobile-nav__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: .98rem 1rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .86);
    font-size: .96rem;
    font-weight: 880;
    white-space: normal;
  }

  .mobile-nav__links a::after {
    content: "→";
    color: var(--fg5-aqua);
    font-weight: 950;
  }

  .mobile-nav__links a:hover,
  .mobile-nav__links a:focus-visible {
    outline: none;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border-color: rgba(54, 242, 180, .26);
  }

  .mobile-nav__links .nav-cta {
    color: #07111f;
    background: linear-gradient(135deg, var(--fg5-aqua), var(--fg5-blue));
    border-color: transparent;
  }

  .mobile-nav__links .nav-cta::after {
    color: #07111f;
  }

  body.nav-open {
    overflow: hidden !important;
  }

  body.nav-open .nav-toggle span:not(.sr-only):nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:not(.sr-only):nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:not(.sr-only):nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}


/* =========================================================
   Hamburger premium
   ========================================================= */

.nav-toggle {
  position: relative !important;
  z-index: 10002 !important;
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(54, 242, 180, .16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    0 10px 28px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(54, 242, 180, .35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 14px 34px rgba(0, 0, 0, .22),
    0 0 0 1px rgba(54, 242, 180, .08);
}

.nav-toggle:focus-visible {
  outline: none;
  border-color: rgba(54, 242, 180, .55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 14px 34px rgba(0, 0, 0, .22),
    0 0 0 4px rgba(54, 242, 180, .18);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2.5px;
  margin: 3.5px auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffffff, #bfffee);
  box-shadow: 0 0 10px rgba(54, 242, 180, .10);
  transform-origin: center;
  transition:
    transform .22s ease,
    opacity .18s ease,
    width .18s ease,
    background .18s ease;
}

.nav-toggle span:not(.sr-only):nth-child(2) {
  width: 18px;
}

.nav-toggle:hover span:not(.sr-only):nth-child(2) {
  width: 22px;
}

body.nav-open .nav-toggle {
  border-color: rgba(54, 242, 180, .40);
  background:
    radial-gradient(circle at 30% 20%, rgba(54, 242, 180, .22), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 14px 34px rgba(0, 0, 0, .24),
    0 0 0 1px rgba(54, 242, 180, .10);
}

body.nav-open .nav-toggle span:not(.sr-only) {
  background: linear-gradient(90deg, #ffffff, var(--fg5-aqua));
}

body.nav-open .nav-toggle span:not(.sr-only):nth-child(1) {
  transform: translateY(6px) rotate(45deg) !important;
}

body.nav-open .nav-toggle span:not(.sr-only):nth-child(2) {
  opacity: 0 !important;
  transform: scaleX(.6);
}

body.nav-open .nav-toggle span:not(.sr-only):nth-child(3) {
  transform: translateY(-6px) rotate(-45deg) !important;
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex !important;
  }
}

@media (max-width: 420px) {
  .nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .nav-toggle span:not(.sr-only) {
    width: 20px;
  }

  .nav-toggle span:not(.sr-only):nth-child(2) {
    width: 16px;
  }
}

/* =========================================================
   Hamburger final propre — traits centrés + animation OK
   ========================================================= */

.nav-toggle {
  position: relative !important;
  z-index: 10002 !important;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 5px !important;

  flex: 0 0 auto !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  margin: 0 !important;

  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(54, 242, 180, .16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 10px 28px rgba(0, 0, 0, .18) !important;
  backdrop-filter: blur(16px);
  cursor: pointer;
  overflow: hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.nav-toggle::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(54, 242, 180, .11), transparent 62%),
    repeating-linear-gradient(
      90deg,
      transparent 0 7px,
      rgba(54, 242, 180, .045) 7px 8px
    );
  pointer-events: none;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(54, 242, 180, .38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 14px 34px rgba(0, 0, 0, .24),
    0 0 0 1px rgba(54, 242, 180, .09) !important;
}

.nav-toggle:focus-visible {
  outline: none;
  border-color: rgba(54, 242, 180, .58) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 14px 34px rgba(0, 0, 0, .24),
    0 0 0 4px rgba(54, 242, 180, .18) !important;
}

/* Les 3 traits visibles */
.nav-toggle span:not(.sr-only) {
  position: relative;
  z-index: 2;
  display: block !important;
  flex: 0 0 auto !important;

  width: 22px !important;
  height: 2.5px !important;
  margin: 0 !important;

  border-radius: 999px !important;
  background: linear-gradient(90deg, #ffffff, #c9fff1) !important;
  box-shadow: 0 0 10px rgba(54, 242, 180, .10);
  transform-origin: center;
  transition:
    transform .22s ease,
    opacity .18s ease,
    width .18s ease,
    background .18s ease;
}

/* Trait du milieu légèrement plus court */
.nav-toggle span:not(.sr-only):nth-last-of-type(2) {
  width: 17px !important;
}

.nav-toggle:hover span:not(.sr-only):nth-last-of-type(2) {
  width: 22px !important;
}

/* État ouvert */
body.nav-open .nav-toggle {
  border-color: rgba(54, 242, 180, .42) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(54, 242, 180, .24), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055)) !important;
}

body.nav-open .nav-toggle span:not(.sr-only) {
  background: linear-gradient(90deg, #ffffff, var(--fg5-aqua)) !important;
}

/* Important : nth-last-of-type ignore le problème du sr-only */
body.nav-open .nav-toggle span:not(.sr-only):nth-last-of-type(3) {
  transform: translateY(7.5px) rotate(45deg) !important;
}

body.nav-open .nav-toggle span:not(.sr-only):nth-last-of-type(2) {
  opacity: 0 !important;
  transform: scaleX(.55) !important;
}

body.nav-open .nav-toggle span:not(.sr-only):nth-last-of-type(1) {
  transform: translateY(-7.5px) rotate(-45deg) !important;
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex !important;
  }
}

@media (max-width: 420px) {
  .nav-toggle {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    gap: 4.5px !important;
  }

  .nav-toggle span:not(.sr-only) {
    width: 20px !important;
  }

  .nav-toggle span:not(.sr-only):nth-last-of-type(2) {
    width: 15px !important;
  }

  .nav-toggle:hover span:not(.sr-only):nth-last-of-type(2) {
    width: 20px !important;
  }

  body.nav-open .nav-toggle span:not(.sr-only):nth-last-of-type(3) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  body.nav-open .nav-toggle span:not(.sr-only):nth-last-of-type(1) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }
}