/*
 * peeryx-v130-operator.css — Operator B2B redesign
 * Inspiré du design opérateur de référence : navbar gradient CTA,
 * hero H1 trois lignes avec accent gradient, badges métriques pro.
 *
 * Chargé APRÈS v129 — même spécificité => dernière règle gagne.
 * Pour battre les sélecteurs ID de v128 : on duplique #site-header.
 */

/* ═══════════════════════════════════════════════════════════════════
   §1  NAVBAR — gradient CTA · accent Connexion
   ═══════════════════════════════════════════════════════════════════ */

/* CTA principal : bleu institutionnel — confiance opérateur B2B */
html .pxnav__cta {
  background: #1848C4 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 16px rgba(24, 72, 196, 0.30) !important;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease !important;
}
html .pxnav__cta:hover {
  background: #2258D8 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 4px 24px rgba(24, 72, 196, 0.46) !important;
  transform: translateY(-1px) !important;
}
/* Beat v128 #site-header ID-specificity rule (1,1,1) */
#site-header a.pxnav__cta,
#site-header a.pxnav__cta:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* CTA icon flèche — blanc */
html .pxnav__cta-icon {
  display: inline-flex !important;
  color: rgba(255, 255, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13px !important;
  margin-left: 2px !important;
}

/* Connexion / signin — gris neutre, style opérateur */
html .pxnav__signin {
  color: rgba(160, 195, 230, 0.65) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  border: none !important;
  background: none !important;
}
html .pxnav__signin:hover {
  color: rgba(210, 230, 255, 0.90) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: none !important;
}


/* ═══════════════════════════════════════════════════════════════════
   §2  HERO — eyebrow, H1 trois lignes, gradient accent
   ═══════════════════════════════════════════════════════════════════ */

/* Eyebrow — pill teal avec séparateurs */
html body .pxv93-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  font-size: 9px !important;
  letter-spacing: 0.14em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: rgba(0, 205, 165, 0.80) !important;
  -webkit-text-fill-color: rgba(0, 205, 165, 0.80) !important;
  background: rgba(0, 200, 160, 0.055) !important;
  border: 1px solid rgba(0, 200, 160, 0.24) !important;
  border-radius: 100px !important;
  padding: 5px 14px !important;
  margin-bottom: 20px !important;
}

/* H1 — taille calibrée pour exactement 3 lignes dans la colonne gauche */
html body .pxv93-hero-copy h1 {
  font-size: clamp(30px, 3.6vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  margin-bottom: 24px !important;
}

/* Chaque ligne : display block */
html body .pxv93-hero-copy h1 .pxv93-h1-line {
  display: block !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Ligne accent (3e ligne) — dégradé teal → bleu */
html body .pxv93-hero-copy h1 .pxv93-h1-accent {
  display: block !important;
  background: linear-gradient(118deg, #00D9A0 15%, #00A0FF 85%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/* ═══════════════════════════════════════════════════════════════════
   §3  CTA PRIMARY — dégradé teal → bleu sur toutes les pages
   ═══════════════════════════════════════════════════════════════════ */

html body .pxv93-btn.pxv93-primary,
html body .pxv93-hero-copy .pxv93-actions a.pxv93-primary,
html body .pxv93-home .pxv93-primary {
  background: linear-gradient(118deg, #00C8A0 0%, #0070F0 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 2px 20px rgba(0, 160, 255, 0.26) !important;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease !important;
}
html body .pxv93-btn.pxv93-primary:hover,
html body .pxv93-hero-copy .pxv93-actions a.pxv93-primary:hover,
html body .pxv93-home .pxv93-primary:hover {
  background: linear-gradient(118deg, #00D9B0 0%, #0083FF 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 4px 28px rgba(0, 160, 255, 0.40) !important;
  transform: translateY(-1px) !important;
}

/* Beat v128 high-specificity color rules */
html body .pxv93-home .pxv93-hero-copy .pxv93-actions a.pxv93-btn.pxv93-primary:not([href=""]),
html body .pxv93-home .pxv93-cta .pxv93-cta-card a.pxv93-btn.pxv93-primary:not([href=""]),
html body .pxv93-home .pxv93-cta .pxv93-cta-card a.pxv93-primary:not([href=""]):not(.ghost) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* CTA section (bas de page) */
html body .pxv93-home .pxv93-cta-card .pxv93-btn.pxv93-primary,
html body .pxv93-home .pxv93-cta-card a.pxv93-primary {
  background: linear-gradient(118deg, #00C8A0 0%, #0070F0 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 2px 18px rgba(0, 160, 255, 0.24) !important;
}
html body .pxv93-home .pxv93-cta-card .pxv93-btn.pxv93-primary:hover,
html body .pxv93-home .pxv93-cta-card a.pxv93-primary:hover {
  background: linear-gradient(118deg, #00D9B0 0%, #0083FF 100%) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 4px 26px rgba(0, 160, 255, 0.38) !important;
  transform: translateY(-1px) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   §4  MÉTRIQUES HERO — badges opérateur avec icône circulaire
   ═══════════════════════════════════════════════════════════════════ */

/* Conteneur ul : row, gap entre badges, alignment top */
html body .pxv93-hero-copy .pxv93-metrics,
html body .pxv93-home .pxv93-metrics,
html body .pxv93-metrics {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  row-gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 20px 0 0 !important;
  border: none !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}

/* Desktop : nowrap, les 3 badges sur une ligne */
@media (min-width: 1024px) {
  html body .pxv93-hero-copy .pxv93-metrics,
  html body .pxv93-home .pxv93-metrics,
  html body .pxv93-metrics {
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }
}

/* Chaque badge li : colonne verticale (icône → valeur → label) */
html body .pxv93-hero-copy .pxv93-metrics > li,
html body .pxv93-home .pxv93-metrics > li,
html body .pxv93-metrics > li,
html body .pxv93-metrics > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 5px !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  background: rgba(0, 200, 160, 0.04) !important;
  background-color: transparent !important;
  border: 1px solid rgba(0, 200, 160, 0.14) !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 10px !important;
  padding: 11px 14px 11px 12px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  min-width: 135px !important;
}

/* Tuer l'ancien ::after séparateur texte (v124-fixes) */
html body .pxv93-metrics > li:not(:last-child)::after,
html body .pxv93-metrics > div:not(:last-child)::after {
  content: none !important;
  display: none !important;
}

/* Tuer l'ancien ::before séparateur (au cas où) */
html body .pxv93-metrics > li + li::before,
html body .pxv93-metrics > div + div::before {
  content: none !important;
  display: none !important;
}

/* Icône : cercle teal avec border */
html body .pxv93-metrics > li > i,
html body .pxv93-metrics > div > i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: rgba(0, 200, 160, 0.10) !important;
  border: 1px solid rgba(0, 200, 160, 0.32) !important;
  opacity: 1 !important;
}
html body .pxv93-metrics > li > i svg,
html body .pxv93-metrics > div > i svg {
  width: 13px !important;
  height: 13px !important;
  stroke: rgba(0, 210, 165, 0.90) !important;
  fill: none !important;
}

/* Cacher le séparateur " · " entre valeur et label */
html body .pxv93-metrics > li > span:first-of-type,
html body .pxv93-metrics > div > span:first-of-type {
  display: none !important;
}

/* Valeur (strong) — blanc, gras */
html body .pxv93-metrics > li > strong,
html body .pxv93-metrics > div > strong {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ddeeff !important;
  -webkit-text-fill-color: #ddeeff !important;
  white-space: nowrap !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  line-height: 1.3 !important;
}

/* Tuer l'éventuel ::after sur strong */
html body .pxv93-metrics > li > strong::after,
html body .pxv93-metrics > div > strong::after {
  content: none !important;
}

/* Label (dernier span) — muted, petit */
html body .pxv93-metrics > li > span:last-of-type,
html body .pxv93-metrics > div > span:last-of-type {
  display: block !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  color: rgba(110, 155, 195, 0.65) !important;
  -webkit-text-fill-color: rgba(110, 155, 195, 0.65) !important;
  white-space: nowrap !important;
  line-height: 1.3 !important;
}

/* Overrides nth-child(4,5) de v129 (plus pertinents — 3 items max) */
html body .pxv93-hero-copy .pxv93-metrics > li:nth-child(4),
html body .pxv93-hero-copy .pxv93-metrics > li:nth-child(5),
html body .pxv93-home .pxv93-metrics > li:nth-child(4),
html body .pxv93-home .pxv93-metrics > li:nth-child(5) {
  border: 1px solid rgba(0, 200, 160, 0.14) !important;
  border-style: solid !important;
  border-width: 1px !important;
  opacity: 1 !important;
}
html body .pxv93-hero-copy .pxv93-metrics > li:nth-child(4) strong,
html body .pxv93-hero-copy .pxv93-metrics > li:nth-child(5) strong,
html body .pxv93-home .pxv93-metrics > li:nth-child(4) strong,
html body .pxv93-home .pxv93-metrics > li:nth-child(5) strong {
  color: #ddeeff !important;
  -webkit-text-fill-color: #ddeeff !important;
}

/* ═══════════════════════════════════════════════════════════════════
   §5  EYEBROW GROUP — 3 pills séparées
   ═══════════════════════════════════════════════════════════════════ */

html body .pxv93-eyebrow-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin-bottom: 22px !important;
  align-items: center !important;
}

html body .pxv93-eyebrow-group .pxv93-eyebrow {
  margin-bottom: 0 !important;
  font-size: 9px !important;
  padding: 4px 11px !important;
}

/* ═══════════════════════════════════════════════════════════════════
   §6  HERO PANEL v2 — px-nt2 visualization animée
   ═══════════════════════════════════════════════════════════════════ */

/* ─ Carte principale ─ */
html body .px-nettopo.px-nt2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  background: rgba(5, 9, 24, 0.97) !important;
  border: 1px solid rgba(0, 200, 160, 0.20) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow:
    0 0 0 1px rgba(0, 200, 160, 0.06),
    0 0 60px rgba(0, 200, 160, 0.05),
    0 28px 80px rgba(0, 0, 0, 0.65) !important;
  overflow: hidden !important;
}

/* ─ Header ─ */
.px-nt2-hdr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
}

.px-nt2-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #00DC64;
}

.px-nt2-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00DC64;
  animation: px-dot-pulse 1.8s ease-out infinite;
}

@keyframes px-dot-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(0, 220, 100, 0.65); }
  60%  { box-shadow: 0 0 0 6px rgba(0, 220, 100, 0); }
  100% { box-shadow: 0 0 0 0   rgba(0, 220, 100, 0); }
}

.px-nt2-asn {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: rgba(100, 150, 190, 0.65);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: 0.04em;
}

.px-nt2-loc {
  margin-left: auto;
  font-size: 10px;
  color: rgba(150, 185, 220, 0.45);
  letter-spacing: 0.05em;
}

/* ─ Diagramme principal (5 colonnes) ─ */
.px-nt2-flow {
  display: grid;
  grid-template-columns: 1fr 52px 90px 52px 1fr;
  align-items: center;
  gap: 0;
  min-height: 210px;
  flex: 1;
}

/* ─ Colonne gauche : sources d'attaque ─ */
.px-nt2-sources {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.px-nt2-inet-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.px-nt2-inet-node svg {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 8px rgba(220, 70, 70, 0.28));
}

.px-nt2-inet-node span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(220, 100, 100, 0.65);
}

.px-nt2-atk-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(240, 80, 80, 0.85);
  background: rgba(220, 50, 50, 0.08);
  border: 1px solid rgba(220, 50, 50, 0.22);
  border-radius: 100px;
  padding: 3px 9px;
  white-space: nowrap;
}

.px-nt2-atk-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(240, 70, 70, 0.9);
  animation: px-atk-blink 1s ease-in-out infinite;
}

@keyframes px-atk-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.px-nt2-atk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.px-nt2-atk-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8.5px;
  color: rgba(215, 110, 110, 0.70);
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(220, 50, 50, 0.05);
  border: 1px solid rgba(220, 50, 50, 0.10);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.px-nt2-atk-list li b {
  font-size: 8px;
  color: rgba(220, 70, 70, 0.65);
  font-weight: 700;
  flex-shrink: 0;
}

/* ─ Colonnes flèches SVG ─ */
.px-nt2-col-arrow {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}

.px-nt2-col-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Lignes d'attaque — rouge, en tirets, convergeant vers le centre */
.px-nt2-atk-ln {
  stroke: rgba(215, 55, 55, 0.45);
  stroke-width: 1.2;
  stroke-dasharray: 5 4;
  animation: px-flow-atk 1.5s linear infinite;
}

.px-nt2-al2 { animation-delay: -0.30s; }
.px-nt2-al3 { animation-delay: -0.60s; }
.px-nt2-al4 { animation-delay: -0.90s; }
.px-nt2-al5 { animation-delay: -1.20s; }

@keyframes px-flow-atk {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -90; }
}

/* Lignes clean — teal, divergeant depuis le centre */
.px-nt2-cln-ln {
  stroke: rgba(0, 195, 155, 0.50);
  stroke-width: 1.2;
  stroke-dasharray: 6 3;
  animation: px-flow-clean 1.2s linear infinite;
}

.px-nt2-cl2 { animation-delay: -0.24s; }
.px-nt2-cl3 { animation-delay: -0.48s; }
.px-nt2-cl4 { animation-delay: -0.72s; }
.px-nt2-cl5 { animation-delay: -0.96s; }

@keyframes px-flow-clean {
  from { stroke-dashoffset: -90; }
  to   { stroke-dashoffset: 0; }
}

/* ─ Nœud central PEERYX ─ */
.px-nt2-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.px-nt2-rings {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.px-nt2-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 160, 0.25);
  animation: px-ring-pulse 2.6s ease-out infinite;
}

.px-nt2-r1 { width: 72px;  height: 72px;  transform: translate(-50%, -50%) scale(1); }
.px-nt2-r2 { width: 96px;  height: 96px;  animation-delay: 0.87s; }
.px-nt2-r3 { width: 120px; height: 120px; animation-delay: 1.73s; }

@keyframes px-ring-pulse {
  0%   { transform: translate(-50%, -50%) scale(0.85); opacity: 0.8; }
  60%  { transform: translate(-50%, -50%) scale(1.10); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1.10); opacity: 0; }
}

.px-nt2-core-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: relative;
  z-index: 2;
}

.px-nt2-shield-svg {
  width: 46px;
  height: 52px;
  filter: drop-shadow(0 0 12px rgba(0, 200, 160, 0.45));
}

.px-nt2-core-name {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.px-nt2-core-sub {
  font-size: 9px;
  font-weight: 500;
  font-style: normal;
  color: rgba(0, 200, 160, 0.70);
  letter-spacing: 0.04em;
}

.px-nt2-tech-tags {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.px-nt2-tech-tags span {
  font-size: 8px;
  font-weight: 600;
  color: rgba(0, 175, 135, 0.65);
  background: rgba(0, 200, 160, 0.07);
  border: 1px solid rgba(0, 200, 160, 0.12);
  border-radius: 3px;
  padding: 2px 6px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ─ Colonne droite : destinations ─ */
.px-nt2-targets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.px-nt2-clean-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00D9A0;
  background: rgba(0, 200, 160, 0.09);
  border: 1px solid rgba(0, 200, 160, 0.24);
  border-radius: 100px;
  padding: 3px 10px;
  white-space: nowrap;
}

.px-nt2-delivery-methods {
  font-size: 8.5px;
  font-weight: 600;
  color: rgba(0, 175, 135, 0.55);
  letter-spacing: 0.07em;
  padding-left: 2px;
}

.px-nt2-target-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.px-nt2-target-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8.5px;
  color: rgba(155, 205, 220, 0.75);
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(0, 200, 160, 0.04);
  border: 1px solid rgba(0, 200, 160, 0.09);
  line-height: 1.3;
  white-space: nowrap;
}

.px-nt2-target-list li svg {
  flex-shrink: 0;
  stroke: rgba(0, 175, 135, 0.50);
}

/* ─ Footer: stats + PoP ─ */
.px-nt2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.px-nt2-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.px-nt2-stat {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.px-nt2-stat strong {
  font-size: 10px;
  font-weight: 700;
  color: #ddeeff;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.px-nt2-stat em {
  font-style: normal;
  font-size: 8px;
  color: rgba(110, 155, 195, 0.50);
  white-space: nowrap;
}

.px-nt2-pops {
  display: flex;
  align-items: center;
  gap: 8px;
}

.px-nt2-pop-label {
  font-size: 8px;
  font-weight: 600;
  color: rgba(120, 160, 200, 0.45);
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.px-nt2-pop {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

.px-nt2-pop i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.px-nt2-pop small {
  font-size: 8px;
  opacity: 0.55;
}

.px-nt2-pop--live {
  color: rgba(0, 215, 95, 0.85);
}

.px-nt2-pop--live i {
  background: #00DC64;
  animation: px-dot-pulse 1.8s ease-out infinite;
}

.px-nt2-pop--deploy {
  color: rgba(80, 180, 255, 0.70);
}

.px-nt2-pop--deploy i {
  background: rgba(60, 165, 255, 0.80);
}

/* ─ H1 — taille augmentée pour plus d'impact ─ */
html body .pxv93-hero-copy h1 {
  font-size: clamp(32px, 4vw, 52px) !important;
  line-height: 1.06 !important;
}

/* ─ Responsive mobile: empiler le flow verticalement ─ */
@media (max-width: 767px) {
  .px-nt2-flow {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto auto !important;
    min-height: auto !important;
    gap: 10px !important;
  }

  .px-nt2-col-arrow {
    display: none !important;
  }

  .px-nt2-sources,
  .px-nt2-core,
  .px-nt2-targets {
    align-items: center !important;
    text-align: center !important;
  }

  .px-nt2-targets {
    align-items: center !important;
  }

  .px-nt2-atk-list li,
  .px-nt2-target-list li {
    white-space: normal !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   §8  NAVBAR — REFONTE TYPOGRAPHIQUE COMPLÈTE
       Police : Hanken Grotesk (liens) + Sora (CTA)
       Principe : couleurs opaques et lisibles — fini les rgba trop
       transparents qui donnent un rendu faible et peu crédible.
   ═══════════════════════════════════════════════════════════════════ */

/* ── Ligne d'accent en haut : signature opérateur B2B ── */
html .pxnav::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    rgba(0, 185, 149, 0.85) 0%,
    #1848C4                  52%,
    rgba(0, 185, 149, 0.50) 100%
  ) !important;
  z-index: 200 !important;
  pointer-events: none !important;
}

/* ── Fond : opaque, blur premium ── */
html .pxnav::before {
  background: rgba(3, 7, 18, 0.98) !important;
  backdrop-filter: blur(32px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(32px) saturate(200%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.058) !important;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.55),
    0 4px 36px rgba(0, 0, 0, 0.28) !important;
}
html .pxnav.scrolled::before {
  background: rgba(2, 5, 14, 0.99) !important;
  border-bottom-color: rgba(255, 255, 255, 0.09) !important;
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.65),
    0 8px 48px rgba(0, 0, 0, 0.46) !important;
}

/* ── Hauteur 74px ── */
@media (min-width: 1024px) {
  :root { --pxnav-h: 74px; }
  html .pxnav__bar { height: 74px !important; }
  html .pxnav__logo { width: 152px !important; max-height: 48px !important; }
}

/* ── LIENS — typographie opérateur confiant ──
   Règle d'or : couleur OPAQUE, jamais d'opacity < 0.80.
   #BDC8DC = gris-acier neutre, sobre, lisible. Pas de teal gaming.  ── */
html .pxnav__link {
  font-family: 'Hanken Grotesk', 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 500 !important;
  color: #BDC8DC !important;
  -webkit-text-fill-color: #BDC8DC !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  padding: 9px 16px !important;
  border-radius: 6px !important;
  position: relative !important;
  text-decoration: none !important;
  transition: color 0.14s ease, background 0.14s ease !important;
}
html .pxnav__link:hover {
  color: #F2F7FF !important;
  -webkit-text-fill-color: #F2F7FF !important;
  background: rgba(255, 255, 255, 0.055) !important;
}
html .pxnav__link--active,
html .pxnav__link[aria-current="page"] {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 600 !important;
}
/* Underline actif : gradient teal→bleu, 18px */
html .pxnav__link--active::after,
html .pxnav__link[aria-current="page"]::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  bottom: 3px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 18px !important;
  height: 2px !important;
  background: linear-gradient(90deg, #00B095 0%, #1848C4 100%) !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}

/* ── SEPARATEUR sep (déjà existant dans v126, on renforce) ── */
html .pxnav__sep {
  background: rgba(255, 255, 255, 0.09) !important;
  height: 20px !important;
  margin: 0 6px !important;
}

/* ── LOCALE SWITCHER : lisible, sobre ── */
html .pxnav__locale .locale-trigger {
  font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #8CAABF !important;
  -webkit-text-fill-color: #8CAABF !important;
  letter-spacing: 0.06em !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
  transition: color 0.14s, background 0.14s, border-color 0.14s !important;
}
html .pxnav__locale .locale-trigger:hover {
  color: #C8DDEE !important;
  -webkit-text-fill-color: #C8DDEE !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

/* ── CONNEXION — bouton ghost crédible (pas juste du texte muted) ── */
html .pxnav__signin {
  font-family: 'Hanken Grotesk', 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #AABFD6 !important;
  -webkit-text-fill-color: #AABFD6 !important;
  letter-spacing: 0.01em !important;
  padding: 8px 16px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.032) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color 0.14s, border-color 0.14s, background 0.14s !important;
}
html .pxnav__signin:hover {
  color: #D8EAFA !important;
  -webkit-text-fill-color: #D8EAFA !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.068) !important;
}

/* ── CTA — Sora Bold pour impact maximal ── */
html .pxnav__cta {
  font-family: 'Sora', system-ui, -apple-system, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.012em !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: #1848C4 !important;
  border: none !important;
  border-radius: 7px !important;
  padding: 10px 22px !important;
  box-shadow: 0 2px 18px rgba(24, 72, 196, 0.32) !important;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.12s ease !important;
}
html .pxnav__cta:hover {
  background: #2258D8 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  box-shadow: 0 4px 26px rgba(24, 72, 196, 0.50) !important;
  transform: translateY(-1px) !important;
}
#site-header a.pxnav__cta,
#site-header a.pxnav__cta:hover {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
/* Flèche animée au hover */
html .pxnav__cta-icon {
  display: inline-flex !important;
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
  font-size: 14px !important;
  margin-left: 1px !important;
  transition: transform 0.20s cubic-bezier(0.34, 1.5, 0.64, 1) !important;
}
html .pxnav__cta:hover .pxnav__cta-icon {
  transform: translateX(4px) !important;
}

/* ── HAMBURGER BARS : plus visibles ── */
html .pxnav__toggle-bar {
  background: #9ABCCE !important;
  height: 2px !important;
}
html .pxnav__toggle-bar:nth-child(1) { width: 22px !important; }
html .pxnav__toggle-bar:nth-child(2) { width: 14px !important; }
html .pxnav__toggle-bar:nth-child(3) { width: 22px !important; }

/* ── DRAWER MOBILE — typographie complète ── */
html .pxnav__drawer {
  background: #030712 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

html .pxnav__drawer-link {
  font-family: 'Hanken Grotesk', 'Inter', system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #A8C0D8 !important;
  -webkit-text-fill-color: #A8C0D8 !important;
  letter-spacing: 0.005em !important;
  padding: 16px 28px !important;
  min-height: 58px !important;
  border-left-color: transparent !important;
  transition: color 0.14s, background 0.14s, border-color 0.14s !important;
}
html .pxnav__drawer-link:hover {
  color: #E8F4FF !important;
  -webkit-text-fill-color: #E8F4FF !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border-left-color: rgba(0, 185, 149, 0.35) !important;
}
html .pxnav__drawer-link--active,
html .pxnav__drawer-link[aria-current="page"] {
  color: #F0F8FF !important;
  -webkit-text-fill-color: #F0F8FF !important;
  font-weight: 600 !important;
  border-left-color: #00B895 !important;
  background: rgba(0, 185, 149, 0.045) !important;
}

html .pxnav__drawer-signin {
  font-family: 'Hanken Grotesk', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #8AADC4 !important;
  -webkit-text-fill-color: #8AADC4 !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}
html .pxnav__drawer-signin:hover {
  color: #C0D8EE !important;
  -webkit-text-fill-color: #C0D8EE !important;
}

html .pxnav__drawer-cta {
  font-family: 'Sora', system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: #1848C4 !important;
  box-shadow: 0 2px 16px rgba(24, 72, 196, 0.32) !important;
}
html .pxnav__drawer-cta:hover {
  background: #2258D8 !important;
  box-shadow: 0 4px 24px rgba(24, 72, 196, 0.48) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   §7  REFINEMENT — thème institutionnel bleu acier
        🟠 Ambre = menaces entrantes
        🔵 Bleu  = PEERYX scrubbing
        🟢 Teal  = trafic propre sortant
   ═══════════════════════════════════════════════════════════════════ */

/* ─ Panel card : bordure plus neutre, moins "neon" ─ */
html body .px-nettopo.px-nt2 {
  border-color: rgba(180, 210, 255, 0.10) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 40px rgba(24, 72, 196, 0.04),
    0 28px 80px rgba(0, 0, 0, 0.62) !important;
}

/* ─ Supprimer les anneaux 2 et 3 (trop sci-fi) ─ */
.px-nt2-r2,
.px-nt2-r3 {
  display: none !important;
}

/* ─ Anneau 1 : statique, juste un indicateur discret ─ */
.px-nt2-r1 {
  width: 76px !important;
  height: 76px !important;
  border-color: rgba(55, 120, 230, 0.16) !important;
  animation: none !important;
  opacity: 0.9 !important;
  transform: translate(-50%, -50%) !important;
}

/* ─ Glow bouclier : bleu au lieu de teal ─ */
.px-nt2-shield-svg {
  filter: drop-shadow(0 0 10px rgba(55, 120, 230, 0.32)) !important;
}

/* ─ Badge attaque : ambre/orange (warning, pas danger) ─ */
.px-nt2-atk-badge {
  color: rgba(220, 135, 20, 0.92) !important;
  background: rgba(200, 110, 10, 0.08) !important;
  border-color: rgba(200, 110, 10, 0.24) !important;
}

.px-nt2-atk-dot {
  background: rgba(220, 140, 20, 0.95) !important;
}

/* ─ Internet globe : ambre ─ */
.px-nt2-inet-node span {
  color: rgba(195, 120, 30, 0.70) !important;
}

/* ─ Liste attaques : ambre, plus lisible ─ */
.px-nt2-atk-list li {
  font-size: 10.5px !important;
  color: rgba(205, 145, 50, 0.78) !important;
  background: rgba(180, 95, 10, 0.06) !important;
  border-color: rgba(180, 95, 10, 0.12) !important;
  padding: 4px 8px !important;
}

.px-nt2-atk-list li b {
  color: rgba(210, 130, 20, 0.70) !important;
}

/* ─ Lignes attack : ambre ─ */
.px-nt2-atk-ln {
  stroke: rgba(190, 110, 15, 0.42) !important;
}

/* ─ Nom et sub du cœur ─ */
.px-nt2-core-sub {
  color: rgba(90, 155, 240, 0.72) !important;
}

/* ─ Tags tech : bleu acier ─ */
.px-nt2-tech-tags span {
  font-size: 9px !important;
  color: rgba(80, 145, 235, 0.70) !important;
  background: rgba(30, 90, 220, 0.07) !important;
  border-color: rgba(50, 110, 220, 0.14) !important;
}

/* ─ Liste targets : plus lisible ─ */
.px-nt2-target-list li {
  font-size: 10.5px !important;
  padding: 4px 8px !important;
  color: rgba(165, 215, 225, 0.80) !important;
}

/* ─ Stats footer : plus lisible ─ */
.px-nt2-stat strong {
  font-size: 11px !important;
}

.px-nt2-stat em {
  font-size: 9px !important;
}

/* ─ Header status : plus sobre ─ */
.px-nt2-hdr {
  border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

/* ─ Hauteur grid plus spacieuse ─ */
.px-nt2-flow {
  min-height: 220px !important;
  gap: 0 8px !important;
}

/* ─ Padding panel légèrement augmenté ─ */
html body .px-nettopo.px-nt2 {
  padding: 22px !important;
}

/* ─ Navbar CTA : drawer mobile cohérent ─ */
html .pxnav__drawer-cta {
  background: #1848C4 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 700 !important;
  border: none !important;
}
html .pxnav__drawer-cta:hover {
  background: #2258D8 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
