/* NO PNJ consolidated release stylesheet. Source order is contractual. */
/* source: /assets/contact-inline-01.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 01 from prod contact/index.html === */
:root {
  --bg:#070707;
  --panel:#121214;
  --panel2:#19191c;
  --text:#f2f2f2;
  --muted:rgba(242,242,242,.70);
  --yellow:#FFD600;
  --blue:#60AFFF;
  --green:#48c78e;
  --red:#D94141;
  --orange:#D07A36;
  --border:rgba(255,255,255,.13);
}
* { box-sizing:border-box; }
html, body { margin:0; max-width:100%; overflow-x:hidden; }
body {
  font-family: Inter, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,214,0,.10), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(96,175,255,.10), transparent 30%),
    linear-gradient(180deg, #050505, #111 54%, #070707);
}
main {
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
  padding:44px 0 80px;
}
nav {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:42px;
}
nav .brand {
  color:var(--text);
  font-weight:950;
  text-decoration:none;
  letter-spacing:-.04em;
}
nav .links {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
nav .links a {
  color:var(--muted);
  text-decoration:none;
  border:1px solid var(--border);
  border-radius:999px;
  padding:9px 12px;
  background:rgba(255,255,255,.04);
}
nav .links a:hover {
  color:var(--yellow);
  border-color:rgba(255,214,0,.45);
}
.kicker {
  color:var(--yellow);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
  margin-bottom:18px;
}
h1 {
  font-size:clamp(46px, 9vw, 104px);
  line-height:.86;
  letter-spacing:-.075em;
  margin:0 0 20px;
}
h2 {
  font-size:26px;
  letter-spacing:-.04em;
  margin:0 0 10px;
}
h3 {
  font-size:clamp(28px, 4vw, 46px);
  line-height:.9;
  letter-spacing:-.065em;
  margin:0 0 14px;
  text-transform:uppercase;
}
p, li {
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.lead {
  max-width:840px;
  font-size:20px;
}
.grid {
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:18px;
  margin-top:32px;
}
.card {
  grid-column:span 12;
  border:1px solid var(--border);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  padding:24px;
  position:relative;
  overflow:hidden;
}
.card::after {
  content:"";
  position:absolute;
  right:-64px;
  bottom:-64px;
  width:170px;
  height:170px;
  border:1px solid rgba(255,214,0,.16);
  transform:rotate(-12deg);
  pointer-events:none;
}
@media(min-width:820px){
  .span4 { grid-column:span 4; }
  .span6 { grid-column:span 6; }
}
.btns {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 16px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border:1px solid var(--border);
}
.btn.primary {
  background:var(--yellow);
  color:#101010;
  border-color:var(--yellow);
}
.btn.secondary {
  color:var(--text);
  background:rgba(255,255,255,.05);
}
.status {
  display:inline-flex;
  width:fit-content;
  align-items:center;
  gap:8px;
  border:1px solid var(--border);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.status.available {
  color:#9ff0c3;
  border-color:rgba(72,199,142,.34);
  background:rgba(72,199,142,.10);
}
.status.soon {
  color:#ffe66a;
  border-color:rgba(255,214,0,.34);
  background:rgba(255,214,0,.10);
}
.status.open {
  color:#9ed1ff;
  border-color:rgba(96,175,255,.30);
  background:rgba(96,175,255,.10);
}
.mail {
  color:var(--yellow);
  font-size:20px;
  font-weight:900;
  word-break:break-word;
}
.notice {
  border-left:4px solid var(--yellow);
  border-radius:14px;
  padding:14px 16px;
  background:rgba(255,214,0,.08);
  color:var(--muted);
}
.notice strong {
  color:var(--text);
}
footer {
  margin-top:42px;
  color:var(--muted);
  font-size:14px;
}
footer a { color:var(--yellow); }
@media(max-width:760px){
  main { width:calc(100% - 24px); padding-top:28px; }
  .card { padding:18px; border-radius:20px; }
  nav { align-items:flex-start; }
}

main {
  padding-bottom: 68px;
}

.btns {
  margin-top: 22px;
}

.grid {
  gap: 16px;
  margin-top: 24px;
}

.card {
  padding: 22px;
}

.btns + .grid,
.btns + .card,
.grid + .card,
.grid + .grid,
.card + .card {
  margin-top: 16px;
}

.card p:last-child,
.card ul:last-child,
.card ol:last-child {
  margin-bottom: 0;
}

@media (max-width:760px) {
  main {
    padding-bottom: 56px;
  }

  .grid {
    gap: 14px;
    margin-top: 20px;
  }

  .card {
    padding: 18px;
  }

  .btns + .grid,
  .btns + .card,
  .grid + .card,
  .grid + .grid,
  .card + .card {
    margin-top: 14px;
  }
}
/* NO_PNJ_FOOTER_UNIFY_START */
footer {
  margin-top: 42px !important;
  color: rgba(242,242,242,.66) !important;
  font-size: 14px !important;
}

footer a {
  color: #FFD600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

footer a:hover {
  color: #f2f2f2 !important;
}
/* NO_PNJ_FOOTER_UNIFY_END */


/* PRELAUNCH_MINIMAL_LOCK_START */
.prelaunch-notice {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,214,0,.28);
  border-radius: 16px;
  background: rgba(255,214,0,.075);
  color: rgba(242,242,242,.84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.prelaunch-notice strong {
  color: #FFD600;
}

@media (max-width: 760px) {
  .prelaunch-notice {
    margin: 14px 16px 0;
  }
}
/* PRELAUNCH_MINIMAL_LOCK_END */





/*
  Correction de P48 :
  - suppression du faux header .nopnj-global-*
  - reprise du header canon de l'accueil : header > .shell.nav > .brand + .nav-links
  - alignement visuel homogène sur tout le site
  - CONTACT pointe vers /contact/
*/

body {
  padding-top: 58px !important;
}

header.nopnj-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5000 !important;
  min-height: 58px !important;
  background: rgba(0,0,0,.94) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

header.nopnj-site-header .shell {
  width: min(1100px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

header.nopnj-site-header .nav {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

header.nopnj-site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #f2f2f2 !important;
  text-decoration: none !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
}

header.nopnj-site-header .brand-mark {
  width: 13px !important;
  height: 13px !important;
  border-radius: 999px !important;
  border: 2px solid #FFD600 !important;
  box-shadow: 0 0 16px rgba(255,214,0,.22) !important;
  flex: 0 0 auto !important;
}

header.nopnj-site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
}

header.nopnj-site-header .nav-links a {
  color: rgba(242,242,242,.70) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  transition: color .18s ease, opacity .18s ease !important;
}

header.nopnj-site-header .nav-links a:hover,
header.nopnj-site-header .nav-links a:focus-visible {
  color: #FFD600 !important;
  outline: none !important;
}

/* Sécurité : l'ancienne nav locale doit rester supprimée */
main > nav {
  display: none !important;
}

@media (max-width: 760px) {
  body {
    padding-top: 56px !important;
  }

  header.nopnj-site-header {
    min-height: 56px !important;
  }

  header.nopnj-site-header .shell {
    width: calc(100% - 24px) !important;
  }

  header.nopnj-site-header .nav {
    min-height: 56px !important;
    gap: 14px !important;
  }

  header.nopnj-site-header .brand {
    font-size: 13px !important;
  }

  header.nopnj-site-header .brand-mark {
    width: 11px !important;
    height: 11px !important;
  }

  header.nopnj-site-header .nav-links {
    gap: 14px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  header.nopnj-site-header .nav-links::-webkit-scrollbar {
    display: none !important;
  }

  header.nopnj-site-header .nav-links a {
    font-size: 10px !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
  }
}



header.nopnj-site-header {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}

header.nopnj-site-header .shell.nav {
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 auto !important;
  line-height: normal !important;
}

header.nopnj-site-header .brand,
header.nopnj-site-header .nav-links,
header.nopnj-site-header .nav-links a {
  height: 58px !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

header.nopnj-site-header .brand {
  font-size: 16px !important;
}

header.nopnj-site-header .nav-links a {
  font-size: 12px !important;
}

/* évite que le contenu commence sous le header */
body {
  padding-top: 58px !important;
}

@media (max-width: 760px) {
  header.nopnj-site-header,
  header.nopnj-site-header .shell.nav,
  header.nopnj-site-header .brand,
  header.nopnj-site-header .nav-links,
  header.nopnj-site-header .nav-links a {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }

  body {
    padding-top: 56px !important;
  }

  header.nopnj-site-header .brand {
    font-size: 13px !important;
  }

  header.nopnj-site-header .nav-links a {
    font-size: 10px !important;
  }
}




/*
  Scope strict : /contact/
  Objectif :
  - supprimer l'empilement P52/P53/P54/P55
  - carré jaune = signature d'angle, pas élément central
  - alignement propre des cartes
  - CTA non parasités
  - ancres protégées sous header fixe
*/

/* Protection sous header fixe : évite les titres rognés au scroll/ancre */
html {
  scroll-padding-top: 96px !important;
}

main [id],
main .card,
main .grid {
  scroll-margin-top: 96px !important;
}

/* Grilles : alignement net */
main .grid {
  align-items: stretch !important;
}

/* Cartes : structure stable */
main .card,
main article.card,
main section.card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Hauteurs cohérentes par famille de carte */
main .grid:first-of-type > .card.span4 {
  min-height: 312px !important;
}

main .grid + .grid > .card.span6 {
  min-height: 218px !important;
}

main section.card:not(.span4):not(.span6) {
  min-height: 108px !important;
}

/* Les boutons descendent proprement sans flotter */
main .card .btns {
  margin-top: auto !important;
  padding-top: 22px !important;
  display: flex !important;
  align-items: flex-end !important;
}

/* Carré final : signature d’angle discrète */
main .card::after,
main article.card::after,
main section.card::after {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;

  width: clamp(42px, 4.1vw, 58px) !important;
  height: clamp(42px, 4.1vw, 58px) !important;
  aspect-ratio: 1 / 1 !important;

  right: 14px !important;
  bottom: 14px !important;

  border: 1px solid rgba(255,214,0,.18) !important;
  background: rgba(255,214,0,.003) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,214,0,.010),
    0 0 10px rgba(255,214,0,.008) !important;

  transform: rotate(-8deg) scale(.88) !important;
  transform-origin: center center !important;

  border-radius: 0 !important;
  opacity: .34 !important;
  pointer-events: none !important;
}

/* Cartes hautes avec CTA : carré davantage en coin */
main .grid:first-of-type > .card.span4::after {
  width: clamp(40px, 3.8vw, 54px) !important;
  height: clamp(40px, 3.8vw, 54px) !important;
  right: 12px !important;
  bottom: 12px !important;
  opacity: .30 !important;
}

/* Cartes larges : watermark plus discret */
main .grid + .grid > .card.span6::after {
  width: clamp(42px, 3.6vw, 56px) !important;
  height: clamp(42px, 3.6vw, 56px) !important;
  right: 18px !important;
  bottom: 14px !important;
  opacity: .26 !important;
}

/* Carte paiement pleine largeur : ultra discret */
main section.card:not(.span4):not(.span6)::after {
  width: clamp(42px, 3.4vw, 56px) !important;
  height: clamp(42px, 3.4vw, 56px) !important;
  right: 26px !important;
  bottom: 12px !important;
  opacity: .22 !important;
}

/* Le contenu est toujours prioritaire */
main .card > *,
main article.card > *,
main section.card > * {
  position: relative !important;
  z-index: 3 !important;
}

/* Statuts et titres : aucune coupe visuelle */
main .status {
  flex: 0 0 auto !important;
  align-self: flex-start !important;
}

main h1,
main h2,
main h3 {
  overflow: visible !important;
}

/* Mobile : carré encore plus discret */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 112px !important;
  }

  main [id],
  main .card,
  main .grid {
    scroll-margin-top: 112px !important;
  }

  main .grid:first-of-type > .card.span4,
  main .grid + .grid > .card.span6,
  main section.card:not(.span4):not(.span6) {
    min-height: auto !important;
  }

  main .card::after,
  main article.card::after,
  main section.card::after {
    width: clamp(36px, 12vw, 48px) !important;
    height: clamp(36px, 12vw, 48px) !important;
    right: 10px !important;
    bottom: 10px !important;
    opacity: .24 !important;
    transform: rotate(-8deg) scale(.86) !important;
  }
}



/*
  Correction grille contact :
  - neutralise la marge parasite .card + .card dans les grilles
  - aligne les cartes d'une même rangée sur le même haut
  - ne modifie pas le contenu
  - ne modifie pas les carrés, sauf alignement structurel
*/

main .grid {
  align-items: stretch !important;
}

/* Règle clé : aucune marge verticale entre enfants directs d'une grille */
main .grid > .card,
main .grid > article.card,
main .grid > section.card {
  margin-top: 0 !important;
  align-self: stretch !important;
}

/* Sécurité ciblée contre .card + .card */
main .grid > .card + .card,
main .grid > article.card + article.card,
main .grid > section.card + section.card {
  margin-top: 0 !important;
}

/* Rangée haute : tous les hauts doivent démarrer strictement au même niveau */
main .grid:first-of-type > .card,
main .grid:first-of-type > article.card,
main .grid:first-of-type > section.card {
  align-self: stretch !important;
  margin-top: 0 !important;
}

/* Rangée suivante idem */
main .grid + .grid > .card,
main .grid + .grid > article.card,
main .grid + .grid > section.card {
  align-self: stretch !important;
  margin-top: 0 !important;
}



/*
  Correction :
  - certaines pages internes ont un CSS local nav a en boutons/pills
  - ce CSS contamine le header canon
  - on verrouille le header NO PNJ pour qu'il reste identique à l'accueil
*/

header.nopnj-site-header .nav-links a,
header.nopnj-site-header nav.nav-links a {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  color: rgba(242,242,242,.70) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: .11em !important;
  line-height: 1 !important;

  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;

  display: inline-flex !important;
  align-items: center !important;
}

header.nopnj-site-header .nav-links a:hover,
header.nopnj-site-header .nav-links a:focus-visible,
header.nopnj-site-header nav.nav-links a:hover,
header.nopnj-site-header nav.nav-links a:focus-visible {
  color: #FFD600 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  outline: none !important;
}

header.nopnj-site-header .brand {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Sécurité : la nav canon ne doit jamais prendre l'apparence pill */
header.nopnj-site-header .nav-links {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}



.section-card,
.step-card,
.process-card,
.info-card,
.contact-card,
.exchange-card,
.order-card,
.timeline-card {
  position: relative !important;
  overflow: hidden !important;
}

.section-num,
.step-num,
.process-num,
.card-num,
.info-num,
.exchange-num,
.order-num,
.timeline-num {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  margin: 0 !important;
  display: block !important;
  font-size: clamp(52px, 6vw, 76px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.05em !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0.16 !important;
  z-index: 0 !important;
}

.section-card > :not(.section-num),
.step-card > :not(.step-num),
.process-card > :not(.process-num),
.info-card > :not(.info-num),
.contact-card > :not(.card-num),
.exchange-card > :not(.exchange-num),
.order-card > :not(.order-num),
.timeline-card > :not(.timeline-num) {
  position: relative !important;
  z-index: 1 !important;
}

.section-num + *,
.step-num + *,
.process-num + *,
.card-num + *,
.info-num + *,
.exchange-num + *,
.order-num + *,
.timeline-num + * {
  margin-top: 44px !important;
}

@media (max-width: 768px) {
  .section-num,
  .step-num,
  .process-num,
  .card-num,
  .info-num,
  .exchange-num,
  .order-num,
  .timeline-num {
    top: 12px !important;
    left: 12px !important;
    font-size: clamp(44px, 12vw, 62px) !important;
  }

  .section-num + *,
  .step-num + *,
  .process-num + *,
  .card-num + *,
  .info-num + *,
  .exchange-num + *,
  .order-num + *,
  .timeline-num + * {
    margin-top: 38px !important;
  }
}



/*
  Scope strict : /contact/.
  Objectif :
  - transformer les 5 carrés jaunes existants en micro-signaux au survol/focus
  - aucune animation permanente
  - révéler le Mode Lucide après détection des 5 signaux
*/

main .p10-egg-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  --p10-yellow: #FFD600;
}

/* Carré signal — base commune */
main .p10-egg-card::after {
  content: "" !important;
  position: absolute !important;
  right: clamp(18px, 2vw, 26px) !important;
  bottom: clamp(18px, 2vw, 26px) !important;
  width: clamp(42px, 4vw, 58px) !important;
  height: clamp(42px, 4vw, 58px) !important;
  border-radius: 3px !important;
  background:
    linear-gradient(135deg, rgba(255, 214, 0, .34), rgba(255, 214, 0, .07)) !important;
  border: 1px solid rgba(255, 214, 0, .28) !important;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, .05),
    0 14px 34px rgba(0, 0, 0, .24) !important;
  opacity: .58 !important;
  transform: rotate(-7deg) scale(.96) !important;
  transform-origin: center !important;
  pointer-events: none !important;
  z-index: 0 !important;
  transition:
    opacity .22s ease,
    transform .22s ease,
    box-shadow .22s ease,
    filter .22s ease !important;
}

/* Couche interne animable */
main .p10-egg-card::before {
  content: "" !important;
  position: absolute !important;
  right: clamp(18px, 2vw, 26px) !important;
  bottom: clamp(18px, 2vw, 26px) !important;
  width: clamp(42px, 4vw, 58px) !important;
  height: clamp(42px, 4vw, 58px) !important;
  border-radius: 3px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* Le contenu reste devant le carré */
main .p10-egg-card > * {
  position: relative !important;
  z-index: 1 !important;
}

/* État hover / focus */
main .p10-egg-card:hover::after,
main .p10-egg-card:focus-visible::after {
  opacity: .95 !important;
  transform: rotate(0deg) scale(1.03) !important;
  filter: saturate(1.15) contrast(1.08) !important;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, .18),
    0 0 24px rgba(255, 214, 0, .18),
    0 18px 42px rgba(0, 0, 0, .32) !important;
}

/* 1 — Produit : signal radar carré */
main .p10-egg-signal:hover::before,
main .p10-egg-signal:focus-visible::before {
  opacity: 1 !important;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255,214,0,.75) 50%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255,214,0,.45) 50%, transparent 55%) !important;
  animation: p10SignalRadar 1.35s ease-out infinite !important;
}

/* 2 — Me prévenir : scan de veille */
main .p10-egg-watch:hover::before,
main .p10-egg-watch:focus-visible::before {
  opacity: 1 !important;
  background:
    radial-gradient(ellipse at center, rgba(255,214,0,.55) 0 13%, transparent 15%),
    linear-gradient(180deg, transparent 0%, rgba(255,214,0,.72) 48%, transparent 52%) !important;
  animation: p10WatchScan 1.55s ease-in-out infinite !important;
}

/* 3 — Collab : glitch contrôlé */
main .p10-egg-glitch:hover::before,
main .p10-egg-glitch:focus-visible::before {
  opacity: 1 !important;
  background:
    linear-gradient(180deg,
      transparent 0 18%,
      rgba(255,214,0,.65) 19% 21%,
      transparent 22% 44%,
      rgba(255,214,0,.42) 45% 47%,
      transparent 48% 72%,
      rgba(255,214,0,.58) 73% 75%,
      transparent 76% 100%) !important;
  animation: p10Glitch .72s steps(2, end) infinite !important;
}

/* 4 — Email : impulsion horizontale */
main .p10-egg-pulse:hover::before,
main .p10-egg-pulse:focus-visible::before {
  opacity: 1 !important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,214,0,.82) 48%, transparent 100%) !important;
  animation: p10MailPulse 1.1s ease-in-out infinite !important;
}

/* 5 — Données : verrouillage / scan sécurité */
main .p10-egg-lock:hover::before,
main .p10-egg-lock:focus-visible::before {
  opacity: 1 !important;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,214,0,.78) 50%, transparent 100%),
    linear-gradient(90deg, transparent 28%, rgba(255,214,0,.25) 29% 31%, transparent 32% 68%, rgba(255,214,0,.25) 69% 71%, transparent 72%) !important;
  animation: p10LockScan 1.35s ease-in-out infinite !important;
}

/* Signal déjà détecté dans la session */
main .p10-egg-card.p10-seen::after {
  opacity: .88 !important;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, .16),
    0 0 18px rgba(255, 214, 0, .13),
    0 14px 34px rgba(0, 0, 0, .26) !important;
}

/* Overlay Mode Lucide */
.p10-mode-lucide {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(255,214,0,.10), transparent 34%),
    rgba(8, 9, 11, .88);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity .24s ease, transform .24s ease;
}

.p10-mode-lucide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.p10-mode-lucide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,.035) 0,
      rgba(255,255,255,.035) 1px,
      transparent 2px,
      transparent 8px
    );
  opacity: .2;
  animation: p10ScreenScan 1.8s linear infinite;
}

.p10-mode-lucide-box {
  position: relative;
  max-width: min(680px, calc(100vw - 40px));
  border: 1px solid rgba(255,214,0,.24);
  border-radius: 24px;
  padding: clamp(26px, 5vw, 46px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    rgba(15, 15, 14, .84);
  box-shadow:
    0 0 0 1px rgba(255,214,0,.06),
    0 28px 90px rgba(0,0,0,.56);
  text-align: center;
}

.p10-mode-lucide-title {
  margin: 0;
  color: #f4f1e7;
  font-size: clamp(28px, 5vw, 54px);
  line-height: .95;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.p10-mode-lucide-sub {
  margin: 16px auto 0;
  max-width: 460px;
  color: rgba(244,241,231,.68);
  font-size: clamp(14px, 2vw, 17px);
}

@keyframes p10SignalRadar {
  0% { transform: scale(.62); opacity: 0; }
  24% { opacity: .8; }
  100% { transform: scale(1.42); opacity: 0; }
}

@keyframes p10WatchScan {
  0%, 100% { transform: translateY(-9px); opacity: .25; }
  50% { transform: translateY(9px); opacity: .9; }
}

@keyframes p10Glitch {
  0% { transform: translateX(0); clip-path: inset(0 0 0 0); }
  25% { transform: translateX(2px); clip-path: inset(12% 0 46% 0); }
  50% { transform: translateX(-2px); clip-path: inset(42% 0 24% 0); }
  75% { transform: translateX(1px); clip-path: inset(70% 0 8% 0); }
  100% { transform: translateX(0); clip-path: inset(0 0 0 0); }
}

@keyframes p10MailPulse {
  0% { transform: translateX(-24px); opacity: 0; }
  35% { opacity: .9; }
  100% { transform: translateX(24px); opacity: 0; }
}

@keyframes p10LockScan {
  0%, 100% { transform: translateY(-18px); opacity: .2; }
  48% { opacity: .92; }
  70% { transform: translateY(18px); opacity: .72; }
}

@keyframes p10ScreenScan {
  0% { transform: translateY(-18px); }
  100% { transform: translateY(18px); }
}

@media (prefers-reduced-motion: reduce) {
  main .p10-egg-card::before,
  .p10-mode-lucide::before {
    animation: none !important;
  }

  .p10-mode-lucide {
    transition: opacity .12s ease !important;
  }
}

@media (max-width: 720px) {
  main .p10-egg-card::after,
  main .p10-egg-card::before {
    right: 16px !important;
    bottom: 16px !important;
    width: 42px !important;
    height: 42px !important;
  }
}





/*
  Version P10e :
  - vrais calques internes .p10-egg-box
  - position bas-droite verrouillée
  - 5 animations visuellement différentes
  - animations uniquement au hover/focus
  - rien ne déborde du carré
*/

main article.p10-egg-card {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

/* On neutralise les anciens pseudo-carrés uniquement sur les cartes P10 */
main article.p10-egg-card::before,
main article.p10-egg-card::after {
  content: none !important;
  display: none !important;
}

/* Carré réel, propre, verrouillé en bas-droite */
main article.p10-egg-card > .p10-egg-box {
  position: absolute !important;
  right: 22px !important;
  bottom: 22px !important;
  top: auto !important;
  left: auto !important;
  width: 38px !important;
  height: 38px !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 2px !important;
  background:
    linear-gradient(135deg, rgba(255,214,0,.24), rgba(255,214,0,.035)) !important;
  border: 1px solid rgba(255,214,0,.16) !important;
  opacity: .58 !important;
  transform: rotate(-8deg) scale(1) !important;
  transform-origin: center !important;
  pointer-events: none !important;
  z-index: 0 !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.22) !important;
  transition:
    opacity .22s ease,
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease !important;
}

/* Le contenu de carte reste au-dessus */
main article.p10-egg-card > :not(.p10-egg-box) {
  position: relative !important;
  z-index: 1 !important;
}

/* Base des éléments internes */
main .p10-egg-box i,
main .p10-egg-box b {
  position: absolute !important;
  display: block !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Activation hover */
main article.p10-egg-card:hover > .p10-egg-box,
main article.p10-egg-card:focus-visible > .p10-egg-box,
main article.p10-egg-card:focus-within > .p10-egg-box {
  opacity: .98 !important;
  transform: rotate(0deg) scale(1.04) !important;
  background:
    linear-gradient(135deg, rgba(255,214,0,.34), rgba(255,214,0,.07)) !important;
  box-shadow:
    0 0 0 1px rgba(255,214,0,.14),
    0 0 18px rgba(255,214,0,.16),
    0 12px 28px rgba(0,0,0,.28) !important;
}

main article.p10-egg-card.p10-seen > .p10-egg-box {
  opacity: .88 !important;
  box-shadow:
    0 0 0 1px rgba(255,214,0,.14),
    0 0 14px rgba(255,214,0,.12),
    0 10px 24px rgba(0,0,0,.24) !important;
}

/* 1 — SIGNAL RADAR : deux carrés qui s'étendent */
main .p10-box-signal i,
main .p10-box-signal b {
  inset: 14px !important;
  border: 1px solid rgba(255,214,0,.0) !important;
  border-radius: 2px !important;
}

main .p10-egg-signal:hover .p10-box-signal i,
main .p10-egg-signal:focus-within .p10-box-signal i {
  animation: p10eSignal 1.25s ease-out infinite !important;
}

main .p10-egg-signal:hover .p10-box-signal b,
main .p10-egg-signal:focus-within .p10-box-signal b {
  animation: p10eSignal 1.25s ease-out .34s infinite !important;
}

/* 2 — VEILLE / OEIL : oeil minimal + scan vertical */
main .p10-box-watch i {
  left: 8px !important;
  right: 8px !important;
  top: 15px !important;
  height: 8px !important;
  border-top: 1px solid rgba(255,214,0,.9) !important;
  border-bottom: 1px solid rgba(255,214,0,.55) !important;
  border-radius: 999px / 70% !important;
  transform: scaleY(.12) !important;
}

main .p10-box-watch b {
  left: 17px !important;
  top: 17px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: rgba(255,214,0,1) !important;
}

main .p10-egg-watch:hover .p10-box-watch i,
main .p10-egg-watch:focus-within .p10-box-watch i {
  opacity: 1 !important;
  animation: p10eEyeOpen 1.6s ease-in-out infinite !important;
}

main .p10-egg-watch:hover .p10-box-watch b,
main .p10-egg-watch:focus-within .p10-box-watch b {
  opacity: 1 !important;
  animation: p10eEyePulse 1.6s ease-in-out infinite !important;
}

/* 3 — GLITCH : bandes cassées et nerveuses */
main .p10-box-glitch i,
main .p10-box-glitch b {
  left: 5px !important;
  right: 5px !important;
  height: 2px !important;
  background: rgba(255,214,0,.9) !important;
  box-shadow:
    0 8px 0 rgba(255,214,0,.48),
    0 17px 0 rgba(255,214,0,.64) !important;
}

main .p10-box-glitch i {
  top: 7px !important;
}

main .p10-box-glitch b {
  top: 12px !important;
  opacity: 0 !important;
}

main .p10-egg-glitch:hover .p10-box-glitch i,
main .p10-egg-glitch:focus-within .p10-box-glitch i {
  opacity: 1 !important;
  animation: p10eGlitchA .52s steps(2,end) infinite !important;
}

main .p10-egg-glitch:hover .p10-box-glitch b,
main .p10-egg-glitch:focus-within .p10-box-glitch b {
  opacity: .82 !important;
  animation: p10eGlitchB .66s steps(2,end) infinite !important;
}

/* 4 — EMAIL : impulsion horizontale + point d'envoi */
main .p10-box-pulse i {
  top: 18px !important;
  left: -18px !important;
  width: 18px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(255,214,0,1)) !important;
}

main .p10-box-pulse b {
  top: 16px !important;
  left: 8px !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: rgba(255,214,0,.9) !important;
}

main .p10-egg-pulse:hover .p10-box-pulse i,
main .p10-egg-pulse:focus-within .p10-box-pulse i {
  opacity: 1 !important;
  animation: p10eMailLine 1.05s ease-in-out infinite !important;
}

main .p10-egg-pulse:hover .p10-box-pulse b,
main .p10-egg-pulse:focus-within .p10-box-pulse b {
  opacity: .8 !important;
  animation: p10eMailDot 1.05s ease-in-out infinite !important;
}

/* 5 — LOCK : fermeture/verrouillage */
main .p10-box-lock i {
  left: 11px !important;
  top: 9px !important;
  width: 16px !important;
  height: 18px !important;
  border: 1px solid rgba(255,214,0,.86) !important;
  border-top: none !important;
  border-radius: 2px !important;
}

main .p10-box-lock b {
  left: 14px !important;
  top: 5px !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid rgba(255,214,0,.86) !important;
  border-bottom: none !important;
  border-radius: 999px 999px 0 0 !important;
}

main .p10-egg-lock:hover .p10-box-lock i,
main .p10-egg-lock:focus-within .p10-box-lock i {
  opacity: 1 !important;
  animation: p10eLockBody 1.35s ease-in-out infinite !important;
}

main .p10-egg-lock:hover .p10-box-lock b,
main .p10-egg-lock:focus-within .p10-box-lock b {
  opacity: 1 !important;
  animation: p10eLockShackle 1.35s ease-in-out infinite !important;
}

/* KEYFRAMES */
@keyframes p10eSignal {
  0% {
    inset: 16px;
    opacity: 0;
    border-color: rgba(255,214,0,0);
  }
  25% {
    opacity: .95;
    border-color: rgba(255,214,0,.85);
  }
  100% {
    inset: -3px;
    opacity: 0;
    border-color: rgba(255,214,0,0);
  }
}

@keyframes p10eEyeOpen {
  0%, 100% {
    transform: scaleY(.12);
    opacity: .35;
  }
  18%, 78% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes p10eEyePulse {
  0%, 100% {
    transform: scale(.5);
    opacity: .15;
  }
  28%, 72% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes p10eGlitchA {
  0% { transform: translateX(0); filter: brightness(1); }
  25% { transform: translateX(3px); filter: brightness(1.4); }
  50% { transform: translateX(-2px); filter: brightness(.85); }
  75% { transform: translateX(1px); filter: brightness(1.25); }
  100% { transform: translateX(0); filter: brightness(1); }
}

@keyframes p10eGlitchB {
  0% { transform: translateX(0) translateY(0); }
  33% { transform: translateX(-3px) translateY(2px); }
  66% { transform: translateX(2px) translateY(-1px); }
  100% { transform: translateX(0) translateY(0); }
}

@keyframes p10eMailLine {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translateX(58px);
    opacity: 0;
  }
}

@keyframes p10eMailDot {
  0% {
    transform: translateX(0) scale(.7);
    opacity: .2;
  }
  45% {
    opacity: 1;
  }
  100% {
    transform: translateX(22px) scale(1.05);
    opacity: 0;
  }
}

@keyframes p10eLockBody {
  0%, 100% {
    transform: translateY(2px);
    opacity: .55;
  }
  40%, 72% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes p10eLockShackle {
  0%, 100% {
    transform: translateY(-5px);
    opacity: .28;
  }
  35%, 72% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 720px) {
  main article.p10-egg-card > .p10-egg-box {
    right: 18px !important;
    bottom: 18px !important;
    width: 34px !important;
    height: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  main .p10-egg-box i,
  main .p10-egg-box b {
    animation: none !important;
  }
}




/*
  Scope strict :
  - carré 1 = point d’interrogation animé
  - carré 2 = gyrophare / alerte
  - les 3 autres animations P10e restent inchangées
*/

/* Reset ciblé sur les 2 premiers carrés */
main article.p10-egg-signal > .p10-box-signal,
main article.p10-egg-watch > .p10-box-watch {
  overflow: hidden !important;
}

main article.p10-egg-signal > .p10-box-signal i,
main article.p10-egg-signal > .p10-box-signal b,
main article.p10-egg-watch > .p10-box-watch i,
main article.p10-egg-watch > .p10-box-watch b {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* =========================================================
   1 — PRODUIT EN PRÉPARATION : POINT D’INTERROGATION
   ========================================================= */

main article.p10-egg-signal > .p10-box-signal::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 8px !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: -8px !important;
  border: 2px solid rgba(255,214,0,.95) !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 50% !important;
  transform: rotate(18deg) !important;
  transform-origin: center !important;
  opacity: 0 !important;
}

main article.p10-egg-signal > .p10-box-signal i {
  left: 50% !important;
  top: 22px !important;
  width: 4px !important;
  height: 10px !important;
  margin-left: -2px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255,214,0,1), rgba(255,214,0,.55)) !important;
  opacity: 0 !important;
}

main article.p10-egg-signal > .p10-box-signal b {
  left: 50% !important;
  top: 36px !important;
  width: 5px !important;
  height: 5px !important;
  margin-left: -2.5px !important;
  border-radius: 999px !important;
  background: rgba(255,214,0,1) !important;
  box-shadow: 0 0 8px rgba(255,214,0,.35) !important;
  opacity: 0 !important;
}

main article.p10-egg-signal:hover > .p10-box-signal::before,
main article.p10-egg-signal:focus-within > .p10-box-signal::before {
  opacity: 1 !important;
  animation: p10hQuestionHook 1.2s ease-in-out infinite !important;
}

main article.p10-egg-signal:hover > .p10-box-signal i,
main article.p10-egg-signal:focus-within > .p10-box-signal i {
  opacity: 1 !important;
  animation: p10hQuestionStem 1.2s ease-in-out infinite !important;
}

main article.p10-egg-signal:hover > .p10-box-signal b,
main article.p10-egg-signal:focus-within > .p10-box-signal b {
  opacity: 1 !important;
  animation: p10hQuestionDot 1.2s ease-in-out infinite !important;
}

/* =========================================================
   2 — ME PRÉVENIR : GYROPHARE
   ========================================================= */

main article.p10-egg-watch > .p10-box-watch::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 15px !important;
  width: 16px !important;
  height: 12px !important;
  margin-left: -8px !important;
  border-radius: 10px 10px 6px 6px !important;
  background: linear-gradient(
    180deg,
    rgba(255,214,0,.98),
    rgba(255,214,0,.72)
  ) !important;
  box-shadow:
    0 0 0 1px rgba(255,214,0,.18) inset,
    0 0 10px rgba(255,214,0,.16) !important;
  opacity: 0 !important;
}

main article.p10-egg-watch > .p10-box-watch::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 27px !important;
  width: 18px !important;
  height: 4px !important;
  margin-left: -9px !important;
  border-radius: 999px !important;
  background: rgba(255,214,0,.35) !important;
  opacity: 0 !important;
}

main article.p10-egg-watch > .p10-box-watch i {
  left: 50% !important;
  top: 10px !important;
  width: 28px !important;
  height: 28px !important;
  margin-left: -14px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255,214,0,.18), rgba(255,214,0,0) 68%) !important;
  opacity: 0 !important;
}

main article.p10-egg-watch > .p10-box-watch b {
  left: 50% !important;
  top: 8px !important;
  width: 26px !important;
  height: 26px !important;
  margin-left: -13px !important;
  border-radius: 999px !important;
  background: conic-gradient(
    from 0deg,
    rgba(255,214,0,0) 0deg 300deg,
    rgba(255,214,0,.65) 320deg 360deg
  ) !important;
  mix-blend-mode: screen !important;
  opacity: 0 !important;
}

main article.p10-egg-watch:hover > .p10-box-watch::before,
main article.p10-egg-watch:focus-within > .p10-box-watch::before {
  opacity: 1 !important;
  animation: p10hGyroBody 0.95s ease-in-out infinite !important;
}

main article.p10-egg-watch:hover > .p10-box-watch::after,
main article.p10-egg-watch:focus-within > .p10-box-watch::after {
  opacity: 1 !important;
}

main article.p10-egg-watch:hover > .p10-box-watch i,
main article.p10-egg-watch:focus-within > .p10-box-watch i {
  opacity: 1 !important;
  animation: p10hGyroGlow 0.95s ease-in-out infinite !important;
}

main article.p10-egg-watch:hover > .p10-box-watch b,
main article.p10-egg-watch:focus-within > .p10-box-watch b {
  opacity: 1 !important;
  animation: p10hGyroSweep 0.95s linear infinite !important;
}

/* États au repos */
main article.p10-egg-signal:not(:hover):not(:focus-within) > .p10-box-signal::before,
main article.p10-egg-signal:not(:hover):not(:focus-within) > .p10-box-signal i,
main article.p10-egg-signal:not(:hover):not(:focus-within) > .p10-box-signal b,
main article.p10-egg-watch:not(:hover):not(:focus-within) > .p10-box-watch::before,
main article.p10-egg-watch:not(:hover):not(:focus-within) > .p10-box-watch::after,
main article.p10-egg-watch:not(:hover):not(:focus-within) > .p10-box-watch i,
main article.p10-egg-watch:not(:hover):not(:focus-within) > .p10-box-watch b {
  animation: none !important;
}

/* Keyframes */
@keyframes p10hQuestionHook {
  0%, 100% {
    transform: rotate(18deg) translateY(0) scale(.92);
    filter: brightness(.9);
  }
  50% {
    transform: rotate(18deg) translateY(-1px) scale(1.05);
    filter: brightness(1.15);
  }
}

@keyframes p10hQuestionStem {
  0%, 100% {
    transform: translateY(0) scaleY(.92);
    filter: brightness(.9);
  }
  50% {
    transform: translateY(-1px) scaleY(1.08);
    filter: brightness(1.1);
  }
}

@keyframes p10hQuestionDot {
  0%, 100% {
    transform: scale(.78);
    box-shadow: 0 0 6px rgba(255,214,0,.20);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 10px rgba(255,214,0,.42);
  }
}

@keyframes p10hGyroBody {
  0%, 100% {
    filter: brightness(.88);
    transform: translateY(0);
  }
  50% {
    filter: brightness(1.18);
    transform: translateY(-1px);
  }
}

@keyframes p10hGyroGlow {
  0%, 100% {
    transform: scale(.82);
    opacity: .35;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes p10hGyroSweep {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  main article.p10-egg-signal > .p10-box-signal::before,
  main article.p10-egg-signal > .p10-box-signal i,
  main article.p10-egg-signal > .p10-box-signal b,
  main article.p10-egg-watch > .p10-box-watch::before,
  main article.p10-egg-watch > .p10-box-watch::after,
  main article.p10-egg-watch > .p10-box-watch i,
  main article.p10-egg-watch > .p10-box-watch b {
    animation: none !important;
  }
}


/*
  Diagnostic :
  les anciennes règles gagnantes étaient du type :
  main article.p10-egg-card > .p10-egg-box
  donc on reprend exactement ce niveau de spécificité.
*/

main article.p10-egg-card {
  position: relative !important;
  overflow: hidden !important;
}

/* On neutralise les carrés décoratifs génériques de la carte pour éviter les doublons */
main article.p10-egg-card::before,
main article.p10-egg-card::after {
  content: none !important;
  display: none !important;
}

/* Vrai carré contact : déplacement uniquement, taille/style conservés */
main article.p10-egg-card > .p10-egg-box,
main article.p10-egg-signal > .p10-box-signal,
main article.p10-egg-watch > .p10-box-watch,
main article.p10-egg-glitch > .p10-box-glitch,
main article.p10-egg-pulse > .p10-box-pulse,
main article.p10-egg-lock > .p10-box-lock {
  position: absolute !important;
  top: 22px !important;
  right: 22px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Le contenu reste au-dessus du carré */
main article.p10-egg-card > :not(.p10-egg-box) {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 760px) {
  main article.p10-egg-card > .p10-egg-box,
  main article.p10-egg-signal > .p10-box-signal,
  main article.p10-egg-watch > .p10-box-watch,
  main article.p10-egg-glitch > .p10-box-glitch,
  main article.p10-egg-pulse > .p10-box-pulse,
  main article.p10-egg-lock > .p10-box-lock {
    top: 18px !important;
    right: 18px !important;
    bottom: auto !important;
    left: auto !important;
  }
}



main article.p10-egg-card > .p10-egg-box,
main article.p10-egg-signal > .p10-box-signal,
main article.p10-egg-watch > .p10-box-watch,
main article.p10-egg-glitch > .p10-box-glitch,
main article.p10-egg-pulse > .p10-box-pulse,
main article.p10-egg-lock > .p10-box-lock {
  opacity: .34 !important;
  transform: rotate(7deg) scale(.98) !important;
  transform-origin: center center !important;
  transition:
    transform .22s ease,
    opacity .22s ease,
    border-color .22s ease,
    box-shadow .22s ease !important;
}

main article.p10-egg-card:hover > .p10-egg-box,
main article.p10-egg-card:focus-visible > .p10-egg-box,
main article.p10-egg-card:focus-within > .p10-egg-box,
main article.p10-egg-signal:hover > .p10-box-signal,
main article.p10-egg-signal:focus-within > .p10-box-signal,
main article.p10-egg-watch:hover > .p10-box-watch,
main article.p10-egg-watch:focus-within > .p10-box-watch,
main article.p10-egg-glitch:hover > .p10-box-glitch,
main article.p10-egg-glitch:focus-within > .p10-box-glitch,
main article.p10-egg-pulse:hover > .p10-box-pulse,
main article.p10-egg-pulse:focus-within > .p10-box-pulse,
main article.p10-egg-lock:hover > .p10-box-lock,
main article.p10-egg-lock:focus-within > .p10-box-lock {
  opacity: .96 !important;
  transform: rotate(0deg) scale(1.04) !important;
}
main article.p10-egg-card > .p10-egg-box,
main article.p10-egg-signal > .p10-box-signal,
main article.p10-egg-watch > .p10-box-watch,
main article.p10-egg-glitch > .p10-box-glitch,
main article.p10-egg-pulse > .p10-box-pulse,
main article.p10-egg-lock > .p10-box-lock {
  background: rgba(255,214,0,.014) !important;
  border-color: rgba(255,214,0,.58) !important;
  box-shadow:
    0 0 10px rgba(255,214,0,.045),
    inset 0 0 8px rgba(255,214,0,.025) !important;
}

main article.p10-egg-card:hover > .p10-egg-box,
main article.p10-egg-card:focus-visible > .p10-egg-box,
main article.p10-egg-card:focus-within > .p10-egg-box,
main article.p10-egg-signal:hover > .p10-box-signal,
main article.p10-egg-signal:focus-within > .p10-box-signal,
main article.p10-egg-watch:hover > .p10-box-watch,
main article.p10-egg-watch:focus-within > .p10-box-watch,
main article.p10-egg-glitch:hover > .p10-box-glitch,
main article.p10-egg-glitch:focus-within > .p10-box-glitch,
main article.p10-egg-pulse:hover > .p10-box-pulse,
main article.p10-egg-pulse:focus-within > .p10-box-pulse,
main article.p10-egg-lock:hover > .p10-box-lock,
main article.p10-egg-lock:focus-within > .p10-box-lock {
  background: rgba(255,214,0,.024) !important;
  border-color: rgba(255,214,0,.94) !important;
  box-shadow:
    0 0 18px rgba(255,214,0,.14),
    inset 0 0 12px rgba(255,214,0,.06) !important;
}

/* Cadre contact : même discrétion que échange/produits */
main article.p10-egg-card > .p10-egg-box,
main article.p10-egg-signal > .p10-box-signal,
main article.p10-egg-watch > .p10-box-watch,
main article.p10-egg-glitch > .p10-box-glitch,
main article.p10-egg-pulse > .p10-box-pulse,
main article.p10-egg-lock > .p10-box-lock {
  background: rgba(255,214,0,.014) !important;
  border-color: rgba(255,214,0,.58) !important;
  box-shadow:
    0 0 10px rgba(255,214,0,.045),
    inset 0 0 8px rgba(255,214,0,.025) !important;
}

/* Supprime les aplats jaunes internes hérités, sans supprimer les formes */
main article.p10-egg-card > .p10-egg-box::before,
main article.p10-egg-card > .p10-egg-box::after,
main article.p10-egg-signal > .p10-box-signal::before,
main article.p10-egg-signal > .p10-box-signal::after,
main article.p10-egg-watch > .p10-box-watch::before,
main article.p10-egg-watch > .p10-box-watch::after,
main article.p10-egg-glitch > .p10-box-glitch::before,
main article.p10-egg-glitch > .p10-box-glitch::after,
main article.p10-egg-pulse > .p10-box-pulse::before,
main article.p10-egg-pulse > .p10-box-pulse::after,
main article.p10-egg-lock > .p10-box-lock::before,
main article.p10-egg-lock > .p10-box-lock::after {
  background: transparent !important;
  box-shadow: none !important;
}

/* Les traits internes restent jaunes mais sans plaque/fond massif */
main article.p10-egg-card > .p10-egg-box i,
main article.p10-egg-card > .p10-egg-box b,
main article.p10-egg-signal > .p10-box-signal i,
main article.p10-egg-signal > .p10-box-signal b,
main article.p10-egg-watch > .p10-box-watch i,
main article.p10-egg-watch > .p10-box-watch b,
main article.p10-egg-glitch > .p10-box-glitch i,
main article.p10-egg-glitch > .p10-box-glitch b,
main article.p10-egg-pulse > .p10-box-pulse i,
main article.p10-egg-pulse > .p10-box-pulse b,
main article.p10-egg-lock > .p10-box-lock i,
main article.p10-egg-lock > .p10-box-lock b {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Hover : cadre harmonisé, animation interne conservée */
main article.p10-egg-card:hover > .p10-egg-box,
main article.p10-egg-card:focus-within > .p10-egg-box,
main article.p10-egg-signal:hover > .p10-box-signal,
main article.p10-egg-signal:focus-within > .p10-box-signal,
main article.p10-egg-watch:hover > .p10-box-watch,
main article.p10-egg-watch:focus-within > .p10-box-watch,
main article.p10-egg-glitch:hover > .p10-box-glitch,
main article.p10-egg-glitch:focus-within > .p10-box-glitch,
main article.p10-egg-pulse:hover > .p10-box-pulse,
main article.p10-egg-pulse:focus-within > .p10-box-pulse,
main article.p10-egg-lock:hover > .p10-box-lock,
main article.p10-egg-lock:focus-within > .p10-box-lock {
  background: rgba(255,214,0,.024) !important;
  border-color: rgba(255,214,0,.94) !important;
  box-shadow:
    0 0 18px rgba(255,214,0,.14),
    inset 0 0 12px rgba(255,214,0,.06) !important;
}


body > .prelaunch-notice{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:4px !important;
  text-align:center !important;
  min-height:46px !important;
  padding:10px 22px !important;
  line-height:1.35 !important;
}

body > .prelaunch-notice strong,
body > .prelaunch-notice .nopnj-prelaunch-copy{
  display:inline-block !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.35 !important;
  vertical-align:middle !important;
}

body > .prelaunch-notice strong{
  color:var(--yellow) !important;
  white-space:nowrap !important;
}

body > .prelaunch-notice .nopnj-prelaunch-copy{
  color:var(--text) !important;
  text-wrap:balance !important;
}

@media (max-width:760px){
  body > .prelaunch-notice{
    gap:3px !important;
    padding:12px 16px !important;
    line-height:1.45 !important;
  }

  body > .prelaunch-notice strong,
  body > .prelaunch-notice .nopnj-prelaunch-copy{
    line-height:1.45 !important;
  }
}






/* On ne touche pas au carré P10 : position, taille, repos et hover restent ceux du moteur contact. */
/* On neutralise seulement les anciens éléments internes signal/question mark sur cette carte. */
body main article.nopnj-p188-product-gear-card > .p10-box-signal::before,
body main article.nopnj-p188-product-gear-card > .p10-box-signal::after,
body main article.nopnj-p188-product-gear-card > .p10-box-signal > i,
body main article.nopnj-p188-product-gear-card > .p10-box-signal > b{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
}

/* SVG interne : caché au repos pour conserver le comportement des autres eggs */
body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon{
  position:absolute !important;
  inset:8px !important;
  width:calc(100% - 16px) !important;
  height:calc(100% - 16px) !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform-origin:50% 50% !important;
  animation:none !important;
  z-index:3 !important;
}

body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon *{
  vector-effect:non-scaling-stroke;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon{
  opacity:1 !important;
  visibility:visible !important;
  animation:nopnjP188GearRotate 1.35s linear infinite !important;
}

@keyframes nopnjP188GearRotate{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@media (prefers-reduced-motion: reduce){
  body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon,
  body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon{
    animation:none !important;
  }
}




/* Le SVG reste visible/caché par P188C. Ici on neutralise juste la rotation externe. */
body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon{
  animation:none !important;
  transform:none !important;
}

/* Rotation réelle sur le groupe interne */
body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin{
  transform-origin:32px 32px !important;
  transform-box:view-box !important;
  animation:none !important;
  will-change:transform !important;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin{
  animation:nopnjP188DGearSpin .9s linear infinite !important;
}

@keyframes nopnjP188DGearSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}




/* A) Sur toutes les cartes NON produit : aucun pseudo-élément décoratif */
body main article:not(.nopnj-p188-product-gear-card)::before,
body main article:not(.nopnj-p188-product-gear-card)::after,
body main section.nopnj-faq-teaser::before,
body main section.nopnj-faq-teaser::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
  box-shadow:none !important;
  background:none !important;
}

/* B) Cache tout reliquat d'egg/corner/bulb sur cartes NON produit */
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="p10-box-"],
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="p10-egg"],
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="corner"],
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="square"],
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="bulb"],
body main article:not(.nopnj-p188-product-gear-card):not(.nopnj-p10-square-keep) [class*="nopnj-p19"],
body main section.nopnj-faq-teaser [class*="p10-box-"],
body main section.nopnj-faq-teaser [class*="p10-egg"],
body main section.nopnj-faq-teaser [class*="corner"],
body main section.nopnj-faq-teaser [class*="square"],
body main section.nopnj-faq-teaser [class*="bulb"],
body main section.nopnj-faq-teaser [class*="nopnj-p19"]{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
  pointer-events:none !important;
}

/* C) Au cas où une déco est portée directement par les cartes elles-mêmes */
body main article:not(.nopnj-p188-product-gear-card){
  background-image: none !important;
}



/*
  Objectif :
  - donner aux cartes contact le même niveau premium que "Produit en préparation" ;
  - ne PAS remettre de moteur easter egg ;
  - ne PAS créer de carré jaune ;
  - conserver uniquement la profondeur visuelle : fond, bordure, ombre, matière.
*/

body main article.nopnj-contact-premium-card{
  position:relative !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,214,0,.060), transparent 31%),
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.050), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.052), rgba(255,255,255,.020) 46%, rgba(0,0,0,.12) 100%) !important;
  border-color:rgba(255,255,255,.155) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.045),
    0 18px 48px rgba(0,0,0,.26) !important;
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease !important;
}

body main article.nopnj-contact-premium-card:hover,
body main article.nopnj-contact-premium-card:focus-within{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
  border-color:var(--border) !important;
  box-shadow:none !important;
  transform:none !important;
}

/* Verrou anti-régression : ces cartes ne doivent générer aucun carré/picto parasite. */
body main article.nopnj-contact-premium-card::before,
body main article.nopnj-contact-premium-card::after{
  content:none !important;
  display:none !important;
}



body main article.nopnj-p202-me-prevenir-bg{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
}


body main article.nopnj-p203-question-collab-bg{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
}


body main article.nopnj-p204-email-bg{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
}


body main article.nopnj-p205-donnees-transmises-bg{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
}


/*
  Objectif :
  - garder exactement le carré P10/P208 ;
  - supprimer le combiné illisible ;
  - afficher un smartphone simple, vertical, massif ;
  - repos vide, apparition uniquement au survol/focus.
*/

body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal::before,
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal::after,
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal > i,
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal > b{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
}

/* Smartphone : silhouette simple, lisible dans 34px. */
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:16px !important;
  height:23px !important;
  margin-left:-8px !important;
  margin-top:-11.5px !important;
  box-sizing:border-box !important;
  border:3px solid #FFD600 !important;
  border-radius:5px !important;
  background:rgba(255,214,0,.025) !important;
  box-shadow:0 0 8px rgba(255,214,0,.30) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:rotate(-6deg) scale(.92) !important;
  transform-origin:50% 50% !important;
  z-index:4 !important;
}

/* Haut-parleur. */
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:3px !important;
  width:6px !important;
  height:2px !important;
  margin-left:-3px !important;
  border-radius:999px !important;
  background:#FFD600 !important;
}

/* Bouton bas. */
body main article.nopnj-p213-me-prevenir-smartphone-card > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph::after{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  bottom:2px !important;
  width:3px !important;
  height:3px !important;
  margin-left:-1.5px !important;
  border-radius:50% !important;
  background:#FFD600 !important;
}

/* Survol : apparition + oscillation. */
body main article.nopnj-p213-me-prevenir-smartphone-card:hover > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph,
body main article.nopnj-p213-me-prevenir-smartphone-card:focus-within > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph{
  opacity:1 !important;
  visibility:visible !important;
  animation:nopnjP213PhoneWobble .68s ease-in-out infinite !important;
}

@keyframes nopnjP213PhoneWobble{
  0%,100%{transform:rotate(-6deg) scale(.92)}
  25%{transform:rotate(-15deg) scale(.98)}
  50%{transform:rotate(7deg) scale(1)}
  75%{transform:rotate(-11deg) scale(.98)}
}



/*
  Objectif :
  - garder le smartphone P213 ;
  - le faire gigoter davantage ;
  - ne pas toucher à la taille du carré ;
  - ne pas dégrader la lisibilité.
*/

body main article.nopnj-p213-me-prevenir-smartphone-card:hover > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph,
body main article.nopnj-p213-me-prevenir-smartphone-card:focus-within > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph{
  opacity:1 !important;
  visibility:visible !important;
  animation:nopnjP214PhoneWobble .92s cubic-bezier(.22,.61,.36,1) infinite !important;
  box-shadow:
    0 0 10px rgba(255,214,0,.34),
    0 0 18px rgba(255,214,0,.12) !important;
}

@keyframes nopnjP214PhoneWobble{
  0%   { transform:translateY(0)    rotate(-8deg)  scale(.92); }
  12%  { transform:translateY(-0.5px) rotate(-20deg) scale(.98); }
  24%  { transform:translateY(0)    rotate(10deg)  scale(1); }
  36%  { transform:translateY(-0.5px) rotate(-16deg) scale(.99); }
  48%  { transform:translateY(0)    rotate(8deg)   scale(1); }
  60%  { transform:translateY(-0.5px) rotate(-12deg) scale(.98); }
  72%  { transform:translateY(0)    rotate(6deg)   scale(.99); }
  84%  { transform:translateY(-0.25px) rotate(-10deg) scale(.97); }
  100% { transform:translateY(0)    rotate(-8deg)  scale(.92); }
}



body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph{
  transform-origin:50% 58% !important;
  will-change:transform, opacity, filter !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal > .nopnj-p213-smartphone-glyph{
  opacity:1 !important;
  visibility:visible !important;
  animation:nopnjP215PhoneVisibleVibration .54s steps(2,end) infinite !important;
  filter:
    drop-shadow(0 0 4px rgba(255,214,0,.45))
    drop-shadow(0 0 9px rgba(255,214,0,.20)) !important;
}

/* Halo discret d'appel : rend la vibration perceptible sans salir le carré. */
body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal::after,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal::after{
  content:"" !important;
  position:absolute !important;
  inset:5px !important;
  border:1px solid rgba(255,214,0,.38) !important;
  border-radius:2px !important;
  opacity:.75 !important;
  background:transparent !important;
  box-shadow:0 0 10px rgba(255,214,0,.16) !important;
  animation:nopnjP215PhoneRingPulse .54s steps(2,end) infinite !important;
}

@keyframes nopnjP215PhoneVisibleVibration{
  0%   { transform:translateX(0) rotate(-8deg) scale(.94); }
  20%  { transform:translateX(-2px) rotate(-22deg) scale(1.02); }
  40%  { transform:translateX(2px) rotate(14deg) scale(1.00); }
  60%  { transform:translateX(-1.5px) rotate(-18deg) scale(1.03); }
  80%  { transform:translateX(1.5px) rotate(12deg) scale(.99); }
  100% { transform:translateX(0) rotate(-8deg) scale(.94); }
}

@keyframes nopnjP215PhoneRingPulse{
  0%,100% { opacity:.18; transform:scale(.88); }
  50%     { opacity:.82; transform:scale(1.04); }
}



body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal::before,
body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal > i,
body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal > b{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
  content:none !important;
}

body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal{
  overflow:hidden !important;
}

body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal > .nopnj-p216-wave-icon{
  position:absolute !important;
  inset:5px !important;
  width:calc(100% - 10px) !important;
  height:calc(100% - 10px) !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:3 !important;
  filter:none !important;
}

body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core{
  fill:#FFD600 !important;
  opacity:.96 !important;
  transform-origin:11px 17px !important;
  transform-box:view-box !important;
}

body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc{
  fill:none !important;
  stroke:#FFD600 !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  vector-effect:non-scaling-stroke !important;
  opacity:.92 !important;
  transform-origin:11px 17px !important;
  transform-box:view-box !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal > .nopnj-p216-wave-icon,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal > .nopnj-p216-wave-icon{
  opacity:1 !important;
  visibility:visible !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core{
  animation:nopnjP216WaveCore 1s ease-in-out infinite !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a{
  animation:nopnjP216WavePulse 1s ease-out infinite !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b{
  animation:nopnjP216WavePulse 1s ease-out .18s infinite !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c{
  animation:nopnjP216WavePulse 1s ease-out .36s infinite !important;
}

@keyframes nopnjP216WaveCore{
  0%,100%{transform:scale(.92); opacity:.85}
  50%{transform:scale(1.12); opacity:1}
}

@keyframes nopnjP216WavePulse{
  0%{opacity:.22; transform:scale(.82)}
  45%{opacity:1; transform:scale(1)}
  100%{opacity:.20; transform:scale(1.16)}
}

@media (prefers-reduced-motion: reduce){
  body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core,
  body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core,
  body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a,
  body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a,
  body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b,
  body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b,
  body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c,
  body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c{
    animation:none !important;
  }
}



/*
  Correctif ciblé :
  - ne touche pas au carré P10 ;
  - ne touche pas au bloc Produit en préparation ;
  - force une onde clairement animée dans Me prévenir.
*/

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal > .nopnj-p216-wave-icon,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal > .nopnj-p216-wave-icon{
  opacity:1 !important;
  visibility:visible !important;
  animation:nopnjP217WaveNudge .72s ease-in-out infinite !important;
  will-change:transform, opacity !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-core{
  opacity:1 !important;
  animation:nopnjP217CoreBeat .72s ease-in-out infinite !important;
  will-change:transform, opacity !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc{
  stroke-dasharray:10 12 !important;
  stroke-dashoffset:0 !important;
  opacity:1 !important;
  animation:nopnjP217WaveDash .72s linear infinite !important;
  will-change:stroke-dashoffset, opacity, transform !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-a{
  animation-delay:0s !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-b{
  animation-delay:.12s !important;
}

body main article.nopnj-p208-me-prevenir-square-card:hover > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c,
body main article.nopnj-p208-me-prevenir-square-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p216-wave-arc-c{
  animation-delay:.24s !important;
}

@keyframes nopnjP217WaveNudge{
  0%,100%{transform:translateX(-1px) scale(.98); opacity:.88}
  45%{transform:translateX(2px) scale(1.06); opacity:1}
  70%{transform:translateX(0) scale(1.01); opacity:.96}
}

@keyframes nopnjP217CoreBeat{
  0%,100%{transform:scale(.82); opacity:.72}
  45%{transform:scale(1.25); opacity:1}
  70%{transform:scale(.95); opacity:.9}
}

@keyframes nopnjP217WaveDash{
  0%{
    stroke-dashoffset:18;
    opacity:.18;
    transform:scale(.92);
  }
  38%{
    opacity:1;
    transform:scale(1.02);
  }
  100%{
    stroke-dashoffset:-18;
    opacity:.28;
    transform:scale(1.12);
  }
}



/*
  Scope strict :
  - uniquement Produit en préparation ;
  - conserve le carré P10 existant ;
  - remplace seulement le dessin interne de la roue ;
  - aucune modification de Me prévenir.
*/

body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon{
  inset:5px !important;
  width:calc(100% - 10px) !important;
  height:calc(100% - 10px) !important;
  display:block !important;
  overflow:visible !important;
  filter:drop-shadow(0 0 5px rgba(255,214,0,.34)) !important;
}

body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin{
  transform-origin:32px 32px !important;
  transform-box:view-box !important;
  animation:none !important;
  will-change:transform !important;
}

body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p218-gear-body,
body main article.nopnj-p188-product-gear-card > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p218-gear-hub{
  fill:#FFD600 !important;
  stroke:none !important;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon{
  opacity:1 !important;
  visibility:visible !important;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin{
  animation:nopnjP218GearSpin .82s linear infinite !important;
}

@keyframes nopnjP218GearSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@media (prefers-reduced-motion: reduce){
  body main article.nopnj-p188-product-gear-card:hover > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin,
  body main article.nopnj-p188-product-gear-card:focus-within > .p10-box-signal > .nopnj-p188-gear-icon .nopnj-p188-gear-spin{
    animation:none !important;
  }
}



/*
  Rotation ciblée uniquement sur Produit en préparation.
  Objectif : ne pas refaire le dessin, seulement rendre la roue visiblement animée.
*/

body main article.nopnj-p188-product-gear-card > .p10-egg-box.p10-box-signal > svg.nopnj-p188-gear-icon{
  transform-origin:50% 50% !important;
  transform-box:fill-box !important;
  will-change:transform !important;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-egg-box.p10-box-signal > svg.nopnj-p188-gear-icon,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-egg-box.p10-box-signal > svg.nopnj-p188-gear-icon{
  opacity:1 !important;
  visibility:visible !important;
  display:block !important;
  animation:nopnjP219ProductGearSpin .65s linear infinite !important;
}

/* Coupe les animations concurrentes sur le groupe interne. */
body main article.nopnj-p188-product-gear-card:hover > .p10-egg-box.p10-box-signal > svg.nopnj-p188-gear-icon .nopnj-p188-gear-spin,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-egg-box.p10-box-signal > svg.nopnj-p188-gear-icon .nopnj-p188-gear-spin{
  animation:none !important;
  transform:none !important;
}

@keyframes nopnjP219ProductGearSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}




/*
  Ne touche pas au carré.
  Ne touche pas à Me prévenir.
  Rend la rotation lisible grâce à un repère asymétrique dans la roue.
*/

body main article.nopnj-p188-product-gear-card > .p10-egg-box.p10-box-signal > svg.nopnj-p221-gear-icon{
  opacity:0 !important;
  visibility:hidden !important;
  display:block !important;
  pointer-events:none !important;
}

body main article.nopnj-p188-product-gear-card:hover > .p10-egg-box.p10-box-signal > svg.nopnj-p221-gear-icon,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-egg-box.p10-box-signal > svg.nopnj-p221-gear-icon{
  opacity:1 !important;
  visibility:visible !important;
}

body main article.nopnj-p188-product-gear-card > .p10-egg-box.p10-box-signal .nopnj-p221-gear-spin{
  transform-origin:32px 32px !important;
  transform-box:view-box !important;
  will-change:transform !important;
}

/* Renfort CSS si l’animation SVG native est neutralisée par le navigateur. */
body main article.nopnj-p188-product-gear-card:hover > .p10-egg-box.p10-box-signal .nopnj-p221-gear-spin,
body main article.nopnj-p188-product-gear-card:focus-within > .p10-egg-box.p10-box-signal .nopnj-p221-gear-spin{
  animation:nopnjP221GearSpin 1.70s linear infinite !important;
}

@keyframes nopnjP221GearSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}




@media (max-width: 760px){
  header.nopnj-site-header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    overflow:hidden !important;
  }

  header.nopnj-site-header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    margin:0 auto !important;
    padding:0 !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    overflow:hidden !important;
  }

  header.nopnj-site-header .brand{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    white-space:nowrap !important;
    font-size:13px !important;
    line-height:1 !important;
  }

  header.nopnj-site-header .brand-mark{
    width:11px !important;
    height:11px !important;
    flex:0 0 auto !important;
  }

  header.nopnj-site-header .nav-links{
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    max-width:100% !important;

    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;
    gap:14px !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  header.nopnj-site-header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  header.nopnj-site-header .nav-links a{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    border-radius:0 !important;

    white-space:nowrap !important;
    font-size:11.5px !important;
    line-height:1 !important;
  }
}





/* === P318 mobile viewport activation === */
@media (max-width: 900px){

  .viewport-awake{
    animation:nopnjViewportWake .9s cubic-bezier(.2,.8,.2,1);
    will-change:transform,box-shadow,filter;
  }

  @keyframes nopnjViewportWake{

    0%{
      transform:translateY(8px) scale(.985);
      filter:brightness(.96);
      box-shadow:0 0 0 rgba(255,214,0,0);
    }

    40%{
      transform:translateY(-2px) scale(1.01);
      filter:brightness(1.03);
      box-shadow:0 0 24px rgba(255,214,0,.15);
    }

    100%{
      transform:none;
      filter:none;
      box-shadow:none;
    }
  }
}

/* source: /assets/contact-inline-02.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 02 from prod contact/index.html === */
.nopnj-faq-teaser{
  margin:clamp(32px,5vw,64px) auto 0;
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(255,214,0,.24);
  border-radius:24px;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,214,0,.12),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.nopnj-faq-teaser .nopnj-faq-kicker{
  margin:0 0 10px;
  color:#FFD600;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.nopnj-faq-teaser h2{
  margin:0 0 12px;
}
.nopnj-faq-teaser p{
  max-width:760px;
}
.nopnj-faq-teaser .nopnj-faq-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.nopnj-faq-teaser .nopnj-faq-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  background:#FFD600;
  color:#111;
  font-weight:900;
  text-decoration:none;
}
.nopnj-faq-teaser .nopnj-faq-link.secondary{
  background:transparent;
  color:inherit;
  border:1px solid rgba(255,255,255,.18);
}

/* source: /assets/contact-inline-03.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 03 from prod contact/index.html === */
body > footer{
  border-top:1px solid rgba(255,255,255,.12) !important;
  margin-top:clamp(48px,7vw,90px) !important;
  padding:28px 0 32px !important;
  background:#0b0b0b !important;
  color:#f2f2f2 !important;
  font-family:Inter,Arial,Helvetica,sans-serif !important;
}

body > footer > *:first-child{
  width:min(1120px,calc(100% - 36px)) !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  flex-wrap:wrap !important;
}

body > footer,
body > footer *{
  font-size:12px !important;
  line-height:1.4 !important;
}

body > footer a{
  color:#f2f2f2 !important;
  text-decoration:none !important;
  opacity:.92 !important;
}

body > footer a:hover{
  color:#FFD600 !important;
  opacity:1 !important;
}

@media(max-width:720px){
  body > footer > *:first-child{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    flex-direction:column !important;
  }
}

/* source: /assets/contact-inline-04.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 04 from prod contact/index.html === */
body > header{
  position:sticky !important;
  top:0 !important;
  z-index:5000 !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  background:rgba(7,7,7,.72) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
  min-height:76px !important;
  height:auto !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .shell{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  margin:0 auto !important;
  padding:0 !important;
}

body > header .shell.nav{
  min-height:76px !important;
  height:auto !important;
  max-height:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex:0 0 auto !important;
  color:var(--text, #f2f2f2) !important;
  text-decoration:none !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.06em !important;
  line-height:1 !important;
  text-transform:none !important;
  white-space:nowrap !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}

body > header .brand-mark{
  display:inline-block !important;
  flex:0 0 auto !important;
  width:18px !important;
  height:18px !important;
  border:2px solid var(--yellow, #FFD600) !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:inset 0 0 0 5px var(--black, #050505) !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

body > header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  min-width:0 !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

body > header .nav-links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--muted, rgba(242,242,242,.62)) !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
  white-space:nowrap !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:10px 12px !important;
  border:1px solid transparent !important;
  border-radius:0 !important;
  background:transparent !important;
  opacity:1 !important;
}

body > header .nav-links a:hover,
body > header .nav-links a:focus-visible{
  color:var(--text, #f2f2f2) !important;
  border-color:var(--line, rgba(255,255,255,.14)) !important;
  background:rgba(255,255,255,.035) !important;
  outline:none !important;
}

@media(max-width:760px){
  body > header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    overflow:hidden !important;
  }

  body > header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    overflow:hidden !important;
  }

  body > header .brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
    font-size:13px !important;
  }

  body > header .brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header .nav-links{
    flex:1 1 auto !important;
    min-width:0 !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  body > header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  body > header .nav-links a{
    flex:0 0 auto !important;
    font-size:11.5px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
  }
}

/* source: /assets/contact-inline-05.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 05 from prod contact/index.html === */
body > header{
  top:0 !important;
  margin:0 !important;
  padding:0 !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  overflow:hidden !important;
}

body > header .shell{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  margin:0 auto !important;
  padding:0 !important;
}

body > header .shell.nav{
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  overflow:hidden !important;
}

body > header .brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

body > header .brand-mark{
  width:18px !important;
  height:18px !important;
  margin:0 !important;
  padding:0 !important;
}

body > header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

body > header .nav-links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:10px 12px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

@media(max-width:760px){
  body > header{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
  }

  body > header .shell.nav{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:10px !important;
  }

  body > header .brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
  }

  body > header .brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header .nav-links{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }

  body > header .nav-links::-webkit-scrollbar{
    display:none !important;
  }

  body > header .nav-links a{
    padding:0 !important;
  }
}

/* source: /assets/contact-inline-06.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 06 from prod contact/index.html === */
/* P324 — Sur mobile, la carte centrée reçoit le même état visuel qu'un hover/clic */
@media (hover: none), (pointer: coarse) {
  .nopnj-rich-egg-card.is-mobile-active,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg {
    pointer-events: auto;
  }

  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg *,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::before,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::after,
  .nopnj-rich-egg-card.is-mobile-active i,
  .nopnj-rich-egg-card.is-mobile-active b,
  .nopnj-rich-egg-card.is-mobile-active span {
    animation-play-state: running !important;
  }

  /* Déclenche explicitement les éléments souvent bloqués tant qu'il n'y a pas de clic/hover */
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::before,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::after,
  .nopnj-rich-egg-card.is-mobile-active i,
  .nopnj-rich-egg-card.is-mobile-active b {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg {
    transform: translateY(-2px) scale(1.015) !important;
    box-shadow:
      0 0 0 1px rgba(255,214,0,.55),
      0 14px 32px rgba(255,214,0,.14) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg *,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::before,
  .nopnj-rich-egg-card.is-mobile-active .nopnj-rich-egg::after {
    animation: none !important;
    transition: none !important;
  }
}

/* source: /assets/contact-inline-07.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 07 from prod contact/index.html === */
/* CONTACT — suppression définitive carrés jaunes + animations associées */

/* 1) Tous les pseudo-carrés décoratifs dans main */
body main .card::before,
body main .card::after,
body main article::before,
body main article::after,
body main section::before,
body main section::after,
body main .notice::before,
body main .notice::after,
body main .prelaunch-notice::before,
body main .prelaunch-notice::after,
body main .p10-egg-card::before,
body main .p10-egg-card::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  animation:none !important;
  transform:none !important;
  pointer-events:none !important;
}

/* 2) Tous les anciens containers P10 / carrés / micro-symboles */
body main [class*="p10-box"],
body main [class*="p10-egg-box"],
body main [class*="p10-box"]::before,
body main [class*="p10-box"]::after,
body main [class*="p10-egg-box"]::before,
body main [class*="p10-egg-box"]::after,
body main [class*="p10-box"] i,
body main [class*="p10-box"] b,
body main [class*="p10-egg-box"] i,
body main [class*="p10-egg-box"] b{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  animation:none !important;
  transform:none !important;
  pointer-events:none !important;
}

/* 3) Neutralisation animations contact liées aux anciens signaux */
body main .p10-egg-card,
body main .p10-egg-card *,
body main [class*="p10-"],
body main [class*="p10-"]::before,
body main [class*="p10-"]::after{
  animation:none !important;
  transition:none !important;
}

/* source: /assets/contact-inline-08.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 08 from prod contact/index.html === */
/* CONTACT — suppression pictos/animations Produit en préparation + Me prévenir uniquement */

body main article.nopnj-p188-product-gear-card > .p10-egg-box,
body main article.nopnj-p188-product-gear-card > .p10-box-signal,
body main article.nopnj-p208-me-prevenir-square-card > .p10-egg-box,
body main article.nopnj-p208-me-prevenir-square-card > .p10-box-signal{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
  animation:none !important;
  transform:none !important;
  pointer-events:none !important;
}

body main article.nopnj-p188-product-gear-card svg,
body main article.nopnj-p188-product-gear-card .nopnj-p188-gear-icon,
body main article.nopnj-p188-product-gear-card .nopnj-p221-gear-icon,
body main article.nopnj-p188-product-gear-card .nopnj-p221-gear-spin,
body main article.nopnj-p188-product-gear-card animateTransform,
body main article.nopnj-p208-me-prevenir-square-card svg,
body main article.nopnj-p208-me-prevenir-square-card [class*="glyph"],
body main article.nopnj-p208-me-prevenir-square-card i,
body main article.nopnj-p208-me-prevenir-square-card b{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  animation:none !important;
  transform:none !important;
}

/* source: /assets/contact-inline-09.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 09 from prod contact/index.html === */
/* CONTACT — supprime les reflets/glow hover des cartes restantes */

body main article.p10-egg-watch:hover::after,
body main article.p10-egg-watch:focus-visible::after,
body main article.p10-egg-watch:focus-within::after,

body main article.p10-egg-glitch:hover::after,
body main article.p10-egg-glitch:focus-visible::after,
body main article.p10-egg-glitch:focus-within::after,

body main article.p10-egg-pulse:hover::after,
body main article.p10-egg-pulse:focus-visible::after,
body main article.p10-egg-pulse:focus-within::after,

body main article.p10-egg-lock:hover::after,
body main article.p10-egg-lock:focus-visible::after,
body main article.p10-egg-lock:focus-within::after{
  opacity:.34 !important;
  filter:none !important;
  box-shadow:none !important;
  background:none !important;
  transform:rotate(-7deg) scale(.96) !important;
  border-color:rgba(255,214,0,.28) !important;
  animation:none !important;
  transition:none !important;
}

/* source: /assets/contact-inline-10.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 10 from prod contact/index.html === */
footer{
  margin-top:56px !important;
  padding:28px 0 36px !important;
  color:rgba(242,242,242,.48) !important;
  font-size:13px !important;
  text-align:center !important;
}

footer .shell{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}

footer .nopnj-footer-brand{
  color:rgba(242,242,242,.58) !important;
  font-weight:650 !important;
  letter-spacing:.02em !important;
}

footer .nopnj-footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

footer .nopnj-footer-links a{
  color:rgba(242,242,242,.54) !important;
  text-decoration:none !important;
  text-underline-offset:0 !important;
  font-weight:650 !important;
  transition:color .18s ease, opacity .18s ease !important;
}

footer .nopnj-footer-links a:hover,
footer .nopnj-footer-links a:focus-visible{
  color:#FFD600 !important;
  outline:none !important;
}

footer .sep{
  color:rgba(255,214,0,.34) !important;
}

/* source: /assets/contact-inline-11.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 11 from prod contact/index.html === */
body main .nopnj-contact-email-card,
body main .nopnj-contact-indiquer-card,
body main .nopnj-contact-faq-card{
  position:relative !important;
  overflow:hidden !important;
}

body main .nopnj-contact-email-slot,
body main .nopnj-contact-indiquer-slot,
body main .nopnj-contact-faq-slot{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:64px !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:20 !important;
  margin:0 !important;
  padding:0 !important;
}

body main .nopnj-contact-email-icon,
body main .nopnj-contact-indiquer-icon,
body main .nopnj-contact-faq-icon{
  width:54px !important;
  height:50px !important;
  object-fit:contain !important;
  opacity:0 !important;
  transform:scale(.88) !important;
  animation:none !important;
  transition:opacity .22s ease, transform .22s ease !important;
  filter:brightness(0) saturate(100%) invert(84%) sepia(99%) saturate(1107%) hue-rotate(359deg) brightness(104%) contrast(103%) drop-shadow(0 0 8px rgba(255,214,0,.42)) !important;
}

@media (hover:hover) and (pointer:fine){
  body main .nopnj-contact-email-card:hover .nopnj-contact-email-icon,
  body main .nopnj-contact-email-card:focus-within .nopnj-contact-email-icon,
  body main .nopnj-contact-indiquer-card:hover .nopnj-contact-indiquer-icon,
  body main .nopnj-contact-indiquer-card:focus-within .nopnj-contact-indiquer-icon,
  body main .nopnj-contact-faq-card:hover .nopnj-contact-faq-icon,
  body main .nopnj-contact-faq-card:focus-within .nopnj-contact-faq-icon{
    opacity:1 !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media (hover:none), (pointer:coarse){
  body main .nopnj-contact-email-card.viewport-active .nopnj-contact-email-icon,
  body main .nopnj-contact-indiquer-card.viewport-active .nopnj-contact-indiquer-icon,
  body main .nopnj-contact-faq-card.viewport-active .nopnj-contact-faq-icon{
    opacity:1 !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@keyframes nopnjContactIconPulse{
  0%,100%{transform:scale(1)}
  28%{transform:scale(1.10)}
  52%{transform:scale(.97)}
  76%{transform:scale(1.05)}
}

@media(max-width:760px){
  body main .nopnj-contact-email-slot,
  body main .nopnj-contact-indiquer-slot,
  body main .nopnj-contact-faq-slot{
    top:14px !important;
    right:14px !important;
    width:56px !important;
    height:56px !important;
  }

  body main .nopnj-contact-email-icon,
  body main .nopnj-contact-indiquer-icon,
  body main .nopnj-contact-faq-icon{
    width:48px !important;
    height:44px !important;
  }
}

/* source: /assets/nopnj-global.css?v=15b5d04d8bbb3480 */

/* =========================
   NO PNJ FOOTER FIX FINAL
   ========================= */

.nopnj-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 12px;
  text-align: center;
}

/* BRAND */
.nopnj-footer-brand {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}

/* LINKS ROW */
.nopnj-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

/* LINKS */
.nopnj-footer-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: .2s ease;
}

/* HOVER STANDARD */
.nopnj-footer-links a:hover {
  color: #ffffff;
}

/* FACEBOOK ACCENT */
.nopnj-footer-links a[href*="facebook"]:hover {
  color: #FFD600;
}

/* SEPARATION PROPRE */
.nopnj-footer-links .sep {
  color: rgba(255,255,255,0.25);
}


/* =========================
   FOOTER TOP DIVIDER FIX
   ========================= */

.nopnj-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
}


/* =========================
   FOOTER DIVIDER FINAL FIX
   ========================= */

.nopnj-footer {
  margin-top: 48px;           /* vraie respiration */
  padding-top: 22px;          /* espace sous la ligne */
  border-top: 1px solid rgba(255,255,255,0.10);
}

/* assure centrage propre du bloc */
.nopnj-footer-links {
  margin-top: 4px;
}


/* =========================
   FOOTER SEP UNIFIED SYSTEM
   ========================= */

.nopnj-footer-links .sep {
  color: rgba(255,255,255,0.25);
  margin: 0 6px;
}


/* === Announcement banner mode ===
   Default: hidden. Add .nopnj-announcement-on on <html> or <body> to reactivate for a real announcement. */
html:not(.nopnj-announcement-on) body:not(.nopnj-announcement-on) > .prelaunch-notice{
  display:none !important;
}

html.nopnj-announcement-on body > .prelaunch-notice,
body.nopnj-announcement-on > .prelaunch-notice{
  display:flex !important;
}
/* === NO PNJ header Chau Philomene typography === */
@font-face{
  font-family:"chau-philomene-one.italic";
  src:url("/assets/fonts/ChauPhilomeneOne-Italic.woff?v=15b5d04d8bbb3480") format("woff");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"chau-philomene-one.regular";
  src:url("/assets/fonts/ChauPhilomeneOne-Regular.ttf?v=15b5d04d8bbb3480") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
body > header .brand-main{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:.015em!important;
}
body > header .brand-declinaison{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.055em!important;
}

/* === Global French typography guard === */
main p,
main li{
  text-wrap:pretty;
  hyphens:auto;
  text-align-last:start;
}

main h1,
main h2,
main h3,
main summary,
main .lead{
  text-wrap:balance;
}

.nopnj-nowrap{
  white-space:nowrap;
}

/* source: /assets/contact-inline-12.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 12 from prod contact/index.html === */
html,
body{
  margin:0 !important;
  padding-top:0 !important;
}

body > header.nopnj-main-header{
  position:sticky !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5000 !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;

  display:block !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  background:rgba(7,7,7,.72) !important;
  border-bottom:1px solid rgba(255,255,255,.07) !important;
}

body > header.nopnj-main-header .nopnj-main-header-inner{
  width:min(var(--max, 1320px), calc(100% - 36px)) !important;
  max-width:min(var(--max, 1320px), calc(100% - 36px)) !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 auto !important;
  padding:0 !important;

  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex-wrap:nowrap !important;
  gap:22px !important;

  overflow:hidden !important;
}

body > header.nopnj-main-header .nopnj-main-brand{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex:0 0 auto !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;

  color:#f2f2f2 !important;
  text-decoration:none !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.06em !important;
  line-height:1 !important;
  text-transform:none !important;
  white-space:nowrap !important;
}

body > header.nopnj-main-header .nopnj-main-brand-mark{
  display:inline-block !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 auto !important;

  margin:0 !important;
  padding:0 !important;

  border:2px solid #FFD600 !important;
  border-radius:50% !important;
  background:transparent !important;
  box-shadow:inset 0 0 0 5px #050505 !important;
}

body > header.nopnj-main-header .nopnj-main-nav{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:8px !important;

  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  min-width:0 !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

body > header.nopnj-main-header .nopnj-main-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  height:auto !important;
  min-height:0 !important;
  max-height:none !important;

  margin:0 !important;
  padding:10px 12px !important;
  border:1px solid transparent !important;
  border-radius:0 !important;
  background:transparent !important;

  color:rgba(242,242,242,.62) !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

body > header.nopnj-main-header .nopnj-main-nav a:hover,
body > header.nopnj-main-header .nopnj-main-nav a:focus-visible{
  color:#f2f2f2 !important;
  border-color:rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.035) !important;
  outline:none !important;
}

@media(max-width:760px){
  body > header.nopnj-main-header,
  body > header.nopnj-main-header .nopnj-main-header-inner{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
  }

  body > header.nopnj-main-header .nopnj-main-header-inner{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    gap:10px !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    gap:8px !important;
    font-size:13px !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand-mark{
    width:11px !important;
    height:11px !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav{
    flex:1 1 auto !important;
    min-width:0 !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    gap:14px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav::-webkit-scrollbar{
    display:none !important;
  }

  body > header.nopnj-main-header .nopnj-main-nav a{
    flex:0 0 auto !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    font-size:11.5px !important;
  }
}

/* source: /assets/contact-inline-13.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 13 from prod contact/index.html === */
body > .prelaunch-notice{
  margin-top:18px !important;
}

@media(max-width:760px){
  body > .prelaunch-notice{
    margin-top:14px !important;
  }
}

/* source: /assets/contact-inline-14.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 14 from prod contact/index.html === */
@media(min-width:761px){
  body > header.nopnj-main-header{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body > header.nopnj-main-header .nopnj-main-header-inner{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    overflow:visible !important;
  }

  body > header.nopnj-main-header .nopnj-main-brand,
  body > header.nopnj-main-header .nopnj-main-nav{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
}

/* source: /assets/contact-inline-15.css?v=15b5d04d8bbb3480 */
/* === extracted faithful style block 15 from prod contact/index.html === */
@media(min-width:761px){
  body > header{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  body > header .shell,
  body > header .nopnj-main-header-inner{
    width:min(1220px, calc(100% - 36px)) !important;
    max-width:min(1220px, calc(100% - 36px)) !important;
    margin:0 auto !important;
    padding:0 !important;
  }

  body > header .shell.nav,
  body > header .nopnj-main-header-inner{
    height:auto !important;
    min-height:76px !important;
    max-height:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:22px !important;
    overflow:visible !important;
  }

  body > header .brand,
  body > header .nopnj-main-brand{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    flex:0 0 auto !important;

    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    margin:0 !important;
    padding:0 !important;

    font-family:Arial, Helvetica, sans-serif !important;
    font-size:22px !important;
    font-weight:950 !important;
    letter-spacing:-.06em !important;
    line-height:normal !important;
    text-transform:none !important;
    white-space:nowrap !important;
  }

  body > header .brand-mark,
  body > header .nopnj-main-brand-mark{
    width:18px !important;
    height:18px !important;
    flex:0 0 auto !important;
    margin:0 !important;
    padding:0 !important;
  }

  body > header .nav-links,
  body > header .nopnj-main-nav{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex-wrap:wrap !important;
    gap:8px !important;

    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  body > header .nav-links a,
  body > header .nopnj-main-nav a{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    margin:0 !important;
    padding:10px 12px !important;

    font-family:Arial, Helvetica, sans-serif !important;
    font-size:13px !important;
    font-weight:800 !important;
    letter-spacing:.08em !important;
    line-height:normal !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }
}

/* source: /assets/header-chau-font.css?v=15b5d04d8bbb3480 */
/* === NO PNJ header Chau Philomene final override === */
@font-face{
  font-family:"chau-philomene-one.italic";
  src:url("/assets/fonts/ChauPhilomeneOne-Italic.woff?v=15b5d04d8bbb3480") format("woff");
  font-style:italic;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"chau-philomene-one.regular";
  src:url("/assets/fonts/ChauPhilomeneOne-Regular.ttf?v=15b5d04d8bbb3480") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
body > header .brand-main,
body > header[data-testid="site.header"] .brand-main{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
  letter-spacing:-.06em!important;
}
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.07em!important;
}

body .hero-copy > .kicker{
  font-family:"chau-philomene-one.italic", Impact, "Arial Black", sans-serif!important;
  font-style:italic!important;
  font-weight:400!important;
}






body .hero-copy > .kicker::before{
  display:none!important;
  content:none!important;
}


@media (hover: hover) and (pointer: fine) {
body > header .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
}

body > header .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ";
  display:block;
  color:rgba(242,242,242,.86);
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.18em!important;
  line-height:1!important;
  text-transform:uppercase;
  white-space:nowrap;
}
}


@media (min-width: 901px) {
body > header .brand-main,
body > header[data-testid="site.header"] .brand-main{
  font-size: 34px!important;
  line-height: 1!important;
}

body .hero-copy > .kicker{
  font-size: clamp(13px, 1.08vw, 16px)!important;
  line-height: 1.08!important;
  letter-spacing:.13em!important;
}
}

@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  opacity:.78;
  transform:translateY(-2px);
  transition:opacity .18s ease, transform .18s ease, text-shadow .18s ease;
}

body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1;
  transform:translateY(0);
  text-shadow:0 0 14px rgba(255,214,0,.20);
}
}


@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-desktop-brand-hover .hero-copy > .kicker,
body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
}
}


@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  max-width:min(88vw, 620px)!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
  font-size:clamp(11px, 2.9vw, 14px)!important;
  line-height:1.12!important;
  letter-spacing:.10em!important;
  transition:opacity .18s ease, transform .18s ease, text-shadow .18s ease;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 14px rgba(255,214,0,.18)!important;
}

body > header .brand.is-brand-active .brand-declinaison{
  opacity:0!important;
  transform:translateY(-2px)!important;
}
}


@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  width:max-content!important;
  max-width:none!important;
  white-space:nowrap!important;
  font-size:clamp(7px, 1.8vw, 11px)!important;
  line-height:1!important;
  letter-spacing:.045em!important;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}


/* NO_PNJ_HEADER_HERO_BASELINE_FINAL_START */
body .hero-copy > .kicker{
  color:var(--yellow)!important;
  white-space:nowrap!important;
}

@media (hover: hover) and (pointer: fine) {
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
  color:transparent!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ"!important;
  display:block!important;
  color:rgba(242,242,242,.88)!important;
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.18em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

body > header .brand:hover .brand-declinaison,
body > header .brand:focus-visible .brand-declinaison,
body.is-desktop-brand-hover > header .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}

body .hero-copy > .kicker{
  font-size:clamp(15px, 1.35vw, 20px)!important;
  line-height:1.05!important;
  letter-spacing:.08em!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-desktop-brand-hover .hero-copy > .kicker,
body:has(> header .brand:hover) .hero-copy > .kicker,
body:has(> header .brand:focus-visible) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 16px rgba(255,214,0,.24)!important;
}
}

@media (hover: none), (pointer: coarse) {
body > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison,
body.is-touch-brand-active > header .brand-declinaison{
  opacity:0!important;
  transform:translateY(-2px)!important;
}

body .hero-copy > .kicker{
  width:max-content!important;
  max-width:96vw!important;
  white-space:nowrap!important;
  overflow:visible!important;
  color:var(--yellow)!important;
  font-size:clamp(8px, 2.15vw, 12px)!important;
  line-height:1!important;
  letter-spacing:.025em!important;
  opacity:0!important;
  transform:translateY(-6px)!important;
  pointer-events:none!important;
}

body.is-touch-brand-active .hero-copy > .kicker,
body:has(> header .brand.is-brand-active) .hero-copy > .kicker{
  opacity:1!important;
  transform:translateY(0)!important;
  text-shadow:0 0 14px rgba(255,214,0,.20)!important;
}
}
/* NO_PNJ_HEADER_HERO_BASELINE_FINAL_END */


/* NO_PNJ_TOUCH_HEADER_TOUT_SAUF_VISIBLE_START */
@media (hover: none), (pointer: coarse) {
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  font-size:0!important;
  line-height:1!important;
  color:transparent!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  content:"TOUT SAUF UN PNJ"!important;
  display:block!important;
  color:rgba(242,242,242,.88)!important;
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:400!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}
/* NO_PNJ_TOUCH_HEADER_TOUT_SAUF_VISIBLE_END */


/* NO_PNJ_HERO_DECLINAISON_SIZE_UP_START */
@media (hover: hover) and (pointer: fine) {
body .hero-copy > .kicker{
  font-size:clamp(17px, 1.6vw, 24px)!important;
  letter-spacing:.065em!important;
  white-space:nowrap!important;
}
}

@media (hover: none), (pointer: coarse) {
body .hero-copy > .kicker{
  font-size:clamp(10px, 2.6vw, 14px)!important;
  letter-spacing:.01em!important;
  white-space:nowrap!important;
  max-width:none!important;
}
}
/* NO_PNJ_HERO_DECLINAISON_SIZE_UP_END */


/* NO_PNJ_TOUCH_HEADER_BASELINE_UNDER_LOGO_START */
@media (hover: none), (pointer: coarse) {
body > header .brand{
  position:relative!important;
  overflow:visible!important;
}

body > header .brand-label{
  position:relative!important;
  overflow:visible!important;
}

body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison{
  position:absolute!important;
  top:calc(100% + 5px)!important;
  right:auto!important;
  bottom:auto!important;
  left:0!important;
  z-index:30!important;
  width:max-content!important;
  max-width:none!important;
  text-align:left!important;
  opacity:0!important;
  transform:translateY(-3px)!important;
  pointer-events:none!important;
}

body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  font-size:9px!important;
  letter-spacing:.13em!important;
  text-align:left!important;
}

body.is-touch-brand-active > header .brand-declinaison,
body > header .brand.is-brand-active .brand-declinaison{
  opacity:1!important;
  transform:translateY(0)!important;
}
}
/* NO_PNJ_TOUCH_HEADER_BASELINE_UNDER_LOGO_END */


/* NO_PNJ_MOBILE_PORTRAIT_HERO_DECLINAISON_UP_START */
@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
body .hero-copy > .kicker{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-align:left!important;
  font-size:clamp(11px, 3.15vw, 15px)!important;
  letter-spacing:0!important;
  line-height:1!important;
}
}
/* NO_PNJ_MOBILE_PORTRAIT_HERO_DECLINAISON_UP_END */

/* Keep the declinaison line in Chau, without italic slant. */
body > header .brand-declinaison,
body > header[data-testid="site.header"] .brand-declinaison,
body > header .brand-declinaison::after,
body > header[data-testid="site.header"] .brand-declinaison::after{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-synthesis-style:none!important;
}

/* Keep the yellow hero declinaison text in Chau, without italic slant. */
body .hero-copy > .kicker{
  font-family:"chau-philomene-one.regular", Impact, "Arial Black", sans-serif!important;
  font-style:normal!important;
  font-synthesis-style:none!important;
}

/* source: /assets/contact-bridge.css?v=15b5d04d8bbb3480 */
/* === Shared page bridge: exact home header rendering === */

:root {
  --home-header-height: 58px;
  --home-header-gap: 14px;
}

html body {
  padding-top: calc(var(--home-header-height) + var(--home-header-gap)) !important;
}

body > header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  z-index: 5000;
  min-height: var(--home-header-height);
  overflow: visible;
  background: rgba(5, 5, 5, .92);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body > header > .shell.nav {
  width: min(1320px, calc(100% - 36px));
  max-width: min(1320px, calc(100% - 36px));
  min-height: 76px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: visible;
}

body > header .brand,
body > header .brand * {
  box-sizing: border-box;
  text-decoration: none !important;
}

body > header .brand {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  position: relative;
  overflow: visible;
  min-width: 0;
  color: var(--text);
  font-weight: 950;
  letter-spacing: 0;
  font-size: 22px;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  isolation: isolate;
}

body > header .brand-mark {
  display: none;
}

body > header .brand-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  max-width: min(360px, calc(100vw - 2.75rem));
  color: inherit;
}

body > header .brand-main {
  display: block;
  color: var(--text);
  font-size: inherit;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.06em;
}

body > header .brand-declinaison {
  display: block;
  position: static;
  width: max-content;
  max-width: calc(100vw - 4rem);
  color: rgba(242,242,242,.84);
  font-size: clamp(.54rem, .72vw, .68rem);
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  body > header .brand:hover .brand-declinaison,
  body > header .brand:focus-visible .brand-declinaison {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: none), (pointer: coarse) {
  body > header .brand.is-brand-active .brand-declinaison {
    opacity: 1;
    transform: translateY(0);
  }
}

body > header .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

body > header .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: color .18s ease;
}

body > header .nav-links a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .18s ease;
}

body > header .nav-links a:hover,
body > header .nav-links a:focus-visible,
body > header .nav-links a.is-active {
  color: var(--text);
  outline: none;
}

body > header .nav-links a:hover::after,
body > header .nav-links a:focus-visible::after,
body > header .nav-links a.is-active::after {
  transform: scaleX(1);
}

body > .prelaunch-notice {
  margin-top: 18px !important;
}

@media (max-width: 760px) {
  body > header { min-height: 56px; }

  body > header > .shell.nav {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    min-height: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: hidden;
  }

  body > header .brand {
    gap: 2px;
    min-height: 56px;
    font-size: 13px;
    line-height: 1;
  }

  body > header .brand-mark {
    width: 11px;
    height: 11px;
    margin-bottom: 1px;
  }

  body > header .brand-label {
    max-width: calc(100vw - 2.75rem);
    gap: 2px;
  }

  body > header .brand-declinaison {
    max-width: calc(100vw - 2.75rem);
    font-size: .44rem;
    letter-spacing: .035em;
  }

  body > header .nav-links {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: 100%;
    height: 56px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body > header .nav-links::-webkit-scrollbar { display: none; }

  body > header .nav-links a {
    flex: 0 0 auto;
    height: auto;
    padding: 0 0 8px;
    white-space: nowrap;
    font-size: 11.5px;
    line-height: 1;
  }

  body > header .nav-links a::after {
    left: 0;
    right: 0;
    bottom: 0;
  }

  body > .prelaunch-notice { margin-top: 14px !important; }
}

/* === Mobile header/nav contract === */
@media (max-width: 760px){
  body > header > .shell.nav{
    min-height: 58px !important;
    height: 58px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .brand{
    min-height: 0 !important;
    font-size: 15px !important;
    flex: 0 0 auto !important;
  }
  body > header .brand-label{
    position: static !important;
  }
  body > header .brand-declinaison{
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: 64px !important;
    z-index: 4999 !important;
    width: auto !important;
    max-width: none !important;
    color: rgba(242,242,242,.92) !important;
    text-align: center !important;
    font-size: 9.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
    opacity: 0 !important;
    transform: translateY(-6px) !important;
    pointer-events: none !important;
  }
  body > header .brand.is-brand-active .brand-declinaison{
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  body > header .nav-links{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 9px !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body > header .nav-links a{
    flex: 0 0 auto !important;
    font-size: 10.3px !important;
    letter-spacing: .065em !important;
    padding-bottom: 6px !important;
    white-space: nowrap !important;
  }
  body > .prelaunch-notice{
    margin-top: 20px !important;
  }
}


/* === Footer contract === */
footer {
  margin-top: 56px;
  padding: 28px 0 36px;
  border-top: 1px solid var(--line);
  color: rgba(242,242,242,.48);
  font-size: 13px;
  text-align: center;
}
footer .shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .nopnj-footer-brand {
  color: rgba(242,242,242,.58);
  font-weight: 650;
  letter-spacing: .02em;
}
footer .nopnj-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer .nopnj-footer-links a {
  color: rgba(242,242,242,.54);
  text-decoration: none;
  text-underline-offset: 0;
  font-weight: 650;
  transition: color .18s ease, opacity .18s ease;
}
footer .nopnj-footer-links a:hover,
footer .nopnj-footer-links a:focus-visible {
  color: var(--yellow);
  outline: none;
}
footer .nopnj-footer-sep {
  color: rgba(255,214,0,.34);
}

/* === Contact header lock: match validated home/pieces header === */
html body{
  padding-top:calc(var(--home-header-height, 58px) + var(--home-header-gap, 14px)) !important;
}

body > header[data-testid="site.header"]{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  bottom:auto !important;
  left:0 !important;
  z-index:5000 !important;
  height:var(--home-header-height, 58px) !important;
  min-height:var(--home-header-height, 58px) !important;
  transform:none !important;
}

body > header[data-testid="site.header"] > .shell.nav{
  height:var(--home-header-height, 58px) !important;
  min-height:var(--home-header-height, 58px) !important;
}

body > header[data-testid="site.header"] .brand-mark{
  display:none !important;
}

body > header[data-testid="site.header"] .brand,
body > header[data-testid="site.header"] .brand *,
body > header[data-testid="site.header"] .nav-links a{
  text-decoration:none !important;
}

@media (max-width:760px){
  html body{
    padding-top:calc(var(--home-header-height, 58px) + var(--home-header-gap, 14px)) !important;
  }

  body > header[data-testid="site.header"]{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:auto !important;
    left:0 !important;
    height:var(--home-header-height, 58px) !important;
    min-height:var(--home-header-height, 58px) !important;
  }

  body > header[data-testid="site.header"] > .shell.nav{
    height:var(--home-header-height, 58px) !important;
    min-height:var(--home-header-height, 58px) !important;
  }

  body > header[data-testid="site.header"] .brand-mark{
    display:none !important;
  }
}

/* === Header height reference === */
:root{
  --home-header-height:76px;
  --home-header-gap:14px;
}

body > header[data-testid=site.header]{
  height:77px !important;
  min-height:77px !important;
}

body > header[data-testid=site.header] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  :root{
    --home-header-height:58px;
    --home-header-gap:14px;
  }

  body > header[data-testid=site.header]{
    height:59px !important;
    min-height:59px !important;
  }

  body > header[data-testid=site.header] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v2 === */
:root{
  --home-header-height:76px;
  --home-header-gap:14px;
}

body > header{
  height:77px !important;
  min-height:77px !important;
}

body > header > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  :root{
    --home-header-height:58px;
    --home-header-gap:14px;
  }

  body > header{
    height:59px !important;
    min-height:59px !important;
  }

  body > header > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v3: measured match with home === */
html body{
  padding-top:72px !important;
}

body > header{
  height:78px !important;
  min-height:78px !important;
}

body > header > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  body > header{
    height:60px !important;
    min-height:60px !important;
  }

  body > header > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v4: override legacy specific rules === */
html body{
  padding-top:72px !important;
}

html body > header[data-testid="site.header"]{
  height:78px !important;
  min-height:78px !important;
}

html body > header[data-testid="site.header"] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  html body > header[data-testid="site.header"]{
    height:60px !important;
    min-height:60px !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Header height reference v5: exact home values everywhere === */
html body{
  padding-top:72px !important;
}

html body > header[data-testid="site.header"]{
  height:77px !important;
  min-height:77px !important;
}

html body > header[data-testid="site.header"] > .shell.nav{
  height:76px !important;
  min-height:76px !important;
}

@media (max-width:760px){
  html body{
    padding-top:72px !important;
  }

  html body > header[data-testid="site.header"]{
    height:59px !important;
    min-height:59px !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav{
    height:58px !important;
    min-height:58px !important;
  }
}

/* === Contact width contract: align with home shell === */
html body > main,
html body > .prelaunch-notice{
  width:min(var(--max, 1220px), calc(100% - 36px)) !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

html body > main > section,
html body > main > .grid,
html body > main > .nopnj-faq-teaser{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  box-sizing:border-box !important;
}

@media (max-width:760px){
  html body > main,
  html body > .prelaunch-notice{
    width:calc(100% - 24px) !important;
  }
}

/* === Contact section 2 picto slot alignment === */
html body main .nopnj-contact-email-card,
html body main .nopnj-contact-indiquer-card{
  position:relative !important;
  overflow:hidden !important;
}

html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:64px !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:30 !important;
  margin:0 !important;
  padding:0 !important;
}

html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
  width:54px !important;
  height:50px !important;
  object-fit:contain !important;
  opacity:0 !important;
  transform:scale(.88) !important;
  transition:opacity .22s ease, transform .22s ease !important;
  filter:brightness(0) saturate(100%) invert(84%) sepia(99%) saturate(1107%) hue-rotate(359deg) brightness(104%) contrast(103%) drop-shadow(0 0 8px rgba(255,214,0,.42)) !important;
}

@media (hover:hover) and (pointer:fine){
  html body main .nopnj-contact-email-card:hover > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-email-card:focus-within > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card:hover > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-indiquer-card:focus-within > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-email-card.viewport-active > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card.viewport-active > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media(max-width:760px){
  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot{
    top:14px !important;
    right:14px !important;
    width:56px !important;
    height:56px !important;
  }

  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
    width:48px !important;
    height:44px !important;
  }
}

/* === Contact animated pictos: pieces position model === */
html body main .nopnj-contact-email-card,
html body main .nopnj-contact-indiquer-card,
html body main .nopnj-contact-faq-card{
  position:relative !important;
  overflow:hidden !important;
}

html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot,
html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot{
  position:absolute !important;
  top:4px !important;
  right:4px !important;
  width:64px !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:30 !important;
  margin:0 !important;
  padding:0 !important;
}

html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
  width:54px !important;
  height:50px !important;
  object-fit:contain !important;
  opacity:0 !important;
  transform:scale(.88) !important;
  transition:opacity .22s ease, transform .22s ease !important;
}

@media (hover:hover) and (pointer:fine){
  html body main .nopnj-contact-email-card:hover > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-email-card:focus-within > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card:hover > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-indiquer-card:focus-within > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-faq-card:hover > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon,
  html body main .nopnj-contact-faq-card:focus-within > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-email-card.viewport-active > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card.viewport-active > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-faq-card.viewport-active > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media(max-width:760px){
  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot,
  html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot{
    top:3px !important;
    right:3px !important;
    width:58px !important;
    height:58px !important;
  }

  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
    width:49px !important;
    height:46px !important;
  }
}


/* === contact section 1 pictos: support + question/collab === */
html body main .nopnj-contact-support-card,
html body main .nopnj-contact-question-card{
  position:relative !important;
  overflow:hidden !important;
}

html body main .nopnj-contact-support-card > .nopnj-contact-support-slot,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot{
  position:absolute !important;
  top:4px !important;
  right:4px !important;
  width:64px !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:30 !important;
  margin:0 !important;
  padding:0 !important;
}

html body main .nopnj-contact-support-card > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
  width:54px !important;
  height:50px !important;
  object-fit:contain !important;
  opacity:0 !important;
  transform:scale(.88) !important;
  transition:opacity .22s ease, transform .22s ease !important;
}

@media (hover:hover) and (pointer:fine){
  html body main .nopnj-contact-support-card:hover > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-support-card:focus-within > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card:hover > .nopnj-contact-question-slot > .nopnj-contact-question-icon,
  html body main .nopnj-contact-question-card:focus-within > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-support-card.viewport-active > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card.viewport-active > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    animation:nopnjContactIconPulse 1.12s ease-in-out infinite !important;
  }
}

@media(max-width:760px){
  html body main .nopnj-contact-support-card > .nopnj-contact-support-slot,
  html body main .nopnj-contact-question-card > .nopnj-contact-question-slot{
    top:3px !important;
    right:3px !important;
    width:58px !important;
    height:58px !important;
  }

  html body main .nopnj-contact-support-card > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
    width:49px !important;
    height:46px !important;
  }
}


/* === contact section 1 pictos size/color correction === */
html body main .nopnj-contact-support-card::before,
html body main .nopnj-contact-support-card::after,
html body main .nopnj-contact-question-card::before,
html body main .nopnj-contact-question-card::after{
  content:none !important;
  display:none !important;
}

html body main .nopnj-contact-support-card > .nopnj-contact-support-slot,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot{
  top:4px !important;
  right:4px !important;
  width:64px !important;
  height:64px !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

html body main .nopnj-contact-support-card > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
  width:54px !important;
  height:50px !important;
  max-width:54px !important;
  max-height:50px !important;
  opacity:0 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
  object-fit:contain !important;
  transform:scale(.88) !important;
}

@media (hover:hover) and (pointer:fine){
  html body main .nopnj-contact-support-card:hover > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-support-card:focus-within > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card:hover > .nopnj-contact-question-slot > .nopnj-contact-question-icon,
  html body main .nopnj-contact-question-card:focus-within > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
    opacity:1 !important;
    filter:none !important;
    transform:scale(1) !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-support-card.viewport-active > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card.viewport-active > .nopnj-contact-question-slot > .nopnj-contact-question-icon{
    opacity:1 !important;
    filter:none !important;
    transform:scale(1) !important;
  }
}


/* === HARD FIX section 1 contact icons: kill inherited huge pictos === */
html body main section.grid > article.nopnj-contact-support-card,
html body main section.grid > article.nopnj-contact-question-card{
  position:relative !important;
  overflow:hidden !important;
  background-image:none !important;
}

html body main section.grid > article.nopnj-contact-support-card::before,
html body main section.grid > article.nopnj-contact-support-card::after,
html body main section.grid > article.nopnj-contact-question-card::before,
html body main section.grid > article.nopnj-contact-question-card::after,
html body main section.grid > article.nopnj-contact-support-card .nopnj-rich-egg,
html body main section.grid > article.nopnj-contact-question-card .nopnj-rich-egg{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
}

html body main section.grid > article.nopnj-contact-support-card > span.nopnj-contact-support-slot,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  position:absolute !important;
  inset:4px 4px auto auto !important;
  width:64px !important;
  height:64px !important;
  max-width:64px !important;
  max-height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:999 !important;
  opacity:1 !important;
  background:transparent !important;
  filter:none !important;
  transform:none !important;
  mix-blend-mode:normal !important;
}

html body main section.grid > article.nopnj-contact-support-card > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  display:block !important;
  width:54px !important;
  height:50px !important;
  min-width:0 !important;
  min-height:0 !important;
  max-width:54px !important;
  max-height:50px !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:0 !important;
  filter:none !important;
  transform:scale(.88) !important;
  mix-blend-mode:normal !important;
  background:transparent !important;
}

@media (hover:hover) and (pointer:fine){
  html body main section.grid > article.nopnj-contact-support-card:hover > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
  html body main section.grid > article.nopnj-contact-support-card:focus-within > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
  html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
  html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    filter:none !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main section.grid > article.nopnj-contact-support-card.viewport-active > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
  html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
    opacity:1 !important;
    transform:scale(1) !important;
    filter:none !important;
  }
}


/* === custom yellow webp pictos for contact section 1 === */
html body main section.grid > article.nopnj-contact-support-card > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  width:54px !important;
  height:50px !important;
  max-width:54px !important;
  max-height:50px !important;
  object-fit:contain !important;
  filter:brightness(0) saturate(100%) invert(83%) sepia(99%) saturate(1177%) hue-rotate(359deg) brightness(103%) contrast(104%) drop-shadow(0 0 12px rgba(255,214,0,.22)) !important;
  mix-blend-mode:normal !important;
}

@media(max-width:760px){
  html body main section.grid > article.nopnj-contact-support-card > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
    width:49px !important;
    height:46px !important;
    max-width:49px !important;
    max-height:46px !important;
  }
}


/* === force yellow on active custom contact section 1 pictos === */
html body main section.grid > article.nopnj-contact-support-card > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-support-card:hover > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-support-card:focus-within > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-support-card.viewport-active > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-support-card[data-nopnj-mobile-active] > span.nopnj-contact-support-slot > img.nopnj-contact-support-icon,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  filter:brightness(0) saturate(100%) invert(83%) sepia(99%) saturate(1177%) hue-rotate(359deg) brightness(103%) contrast(104%) drop-shadow(0 0 12px rgba(255,214,0,.22)) !important;
  -webkit-filter:brightness(0) saturate(100%) invert(83%) sepia(99%) saturate(1177%) hue-rotate(359deg) brightness(103%) contrast(104%) drop-shadow(0 0 12px rgba(255,214,0,.22)) !important;
  mix-blend-mode:normal !important;
}


/* === contact section 1 background aligned with section 2 cards === */
html body main section.grid > article.nopnj-contact-support-card,
html body main section.grid > article.nopnj-contact-question-card{
  background:
    radial-gradient(circle at 88% 10%, rgba(255,214,0,.075), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.022) 42%, rgba(0,0,0,.08)) !important;
  border-color:rgba(255,255,255,.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 18px 42px rgba(0,0,0,.28) !important;
}

html body main section.grid > article.nopnj-contact-support-card:hover,
html body main section.grid > article.nopnj-contact-support-card:focus-within,
html body main section.grid > article.nopnj-contact-question-card:hover,
html body main section.grid > article.nopnj-contact-question-card:focus-within{
  border-color:rgba(255,214,0,.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 20px 48px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,214,0,.08) !important;
}


/* === section 1 uses the exact section 2 card background classes === */
html body main section.grid > article.nopnj-contact-support-card,
html body main section.grid > article.nopnj-contact-question-card{
  position:relative !important;
  overflow:hidden !important;
}

html body main section.grid > article.nopnj-contact-support-card.nopnj-p204-email-bg,
html body main section.grid > article.nopnj-contact-question-card.nopnj-p205-donnees-transmises-bg{
  background-color:inherit !important;
}


/* === TRUE FIX: section 1 exact same background as section 2 === */
html body main section.grid > article.nopnj-contact-support-card,
html body main section.grid > article.nopnj-contact-question-card,
html body main section.grid > article.nopnj-contact-support-card:hover,
html body main section.grid > article.nopnj-contact-question-card:hover,
html body main section.grid > article.nopnj-contact-support-card:focus-within,
html body main section.grid > article.nopnj-contact-question-card:focus-within{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
}

/* === contact pictos final size contract: match /pieces icons === */
html body main .nopnj-contact-support-card > .nopnj-contact-support-slot,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot,
html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot,
html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot{
  width:64px !important;
  height:64px !important;
  max-width:64px !important;
  max-height:64px !important;
}

html body main .nopnj-contact-support-card > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
html body main .nopnj-contact-question-card > .nopnj-contact-question-slot > .nopnj-contact-question-icon,
html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
  width:54px !important;
  height:50px !important;
  max-width:54px !important;
  max-height:50px !important;
  object-fit:contain !important;
  object-position:center !important;
}

@media(max-width:760px){
  html body main .nopnj-contact-support-card > .nopnj-contact-support-slot,
  html body main .nopnj-contact-question-card > .nopnj-contact-question-slot,
  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot,
  html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot{
    width:64px !important;
    height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
  }

  html body main .nopnj-contact-support-card > .nopnj-contact-support-slot > .nopnj-contact-support-icon,
  html body main .nopnj-contact-question-card > .nopnj-contact-question-slot > .nopnj-contact-question-icon,
  html body main .nopnj-contact-email-card > .nopnj-contact-email-slot > .nopnj-contact-email-icon,
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon,
  html body main .nopnj-contact-faq-card > .nopnj-contact-faq-slot > .nopnj-contact-faq-icon{
    width:54px !important;
    height:50px !important;
    max-width:54px !important;
    max-height:50px !important;
  }
}

/* === contact indicator picto optical size compensation === */
html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
  width:58px !important;
  height:58px !important;
  max-width:58px !important;
  max-height:58px !important;
}

@media(max-width:760px){
  html body main .nopnj-contact-indiquer-card > .nopnj-contact-indiquer-slot > .nopnj-contact-indiquer-icon{
    width:58px !important;
    height:58px !important;
    max-width:58px !important;
    max-height:58px !important;
  }
}

/* === contact CTA/email typography: softer first-read weight === */
body main a.btn,
body main .btn,
body main a[href^="mailto:"]{
  font-weight:650 !important;
  letter-spacing:-.005em !important;
}

body main .card a[href^="mailto:"]{
  font-weight:650 !important;
}

/* === shared prelaunch/banner typography: softer first-read weight === */
body > .prelaunch-notice,
body > .prelaunch-notice strong,
body > .prelaunch-notice .nopnj-prelaunch-copy,
.prelaunch-notice,
.prelaunch-notice strong,
.prelaunch-notice .nopnj-prelaunch-copy,
.pill.warn{
  font-weight:650 !important;
  letter-spacing:-.004em !important;
}

body > .prelaunch-notice strong,
.prelaunch-notice strong{
  font-weight:700 !important;
}


/* === contact card hover glow harmonization === */
html body main .nopnj-contact-support-card:hover,
html body main .nopnj-contact-support-card:focus-within,
html body main .nopnj-contact-question-card:hover,
html body main .nopnj-contact-question-card:focus-within,
html body main .nopnj-contact-email-card:hover,
html body main .nopnj-contact-email-card:focus-within,
html body main .nopnj-contact-indiquer-card:hover,
html body main .nopnj-contact-indiquer-card:focus-within,
html body main .nopnj-contact-faq-card:hover,
html body main .nopnj-contact-faq-card:focus-within{
  border-color:rgba(255,214,0,.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 20px 48px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,214,0,.08) !important;
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-support-card.viewport-active,
  html body main .nopnj-contact-question-card.viewport-active,
  html body main .nopnj-contact-email-card.viewport-active,
  html body main .nopnj-contact-indiquer-card.viewport-active,
  html body main .nopnj-contact-faq-card.viewport-active{
    border-color:rgba(255,214,0,.34) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      0 20px 48px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,214,0,.08) !important;
  }
}
/* === contact card hover glow optical match with pieces === */
html body main .nopnj-contact-support-card:hover,
html body main .nopnj-contact-support-card:focus-within,
html body main .nopnj-contact-question-card:hover,
html body main .nopnj-contact-question-card:focus-within,
html body main .nopnj-contact-email-card:hover,
html body main .nopnj-contact-email-card:focus-within,
html body main .nopnj-contact-indiquer-card:hover,
html body main .nopnj-contact-indiquer-card:focus-within,
html body main .nopnj-contact-faq-card:hover,
html body main .nopnj-contact-faq-card:focus-within{
  border-color:rgba(255,214,0,.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 20px 48px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,214,0,.055) !important;
}

@media (hover:none), (pointer:coarse){
  html body main .nopnj-contact-support-card.viewport-active,
  html body main .nopnj-contact-question-card.viewport-active,
  html body main .nopnj-contact-email-card.viewport-active,
  html body main .nopnj-contact-indiquer-card.viewport-active,
  html body main .nopnj-contact-faq-card.viewport-active{
    border-color:rgba(255,214,0,.28) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.09),
      0 20px 48px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,214,0,.055) !important;
  }
}

/* === contact question/collab: antenna visual seated on the card === */
html body main section.grid > article.nopnj-contact-question-card{
  overflow:visible !important;
  padding-right:clamp(108px, 12.5vw, 160px) !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  inset:calc(-1 * clamp(154px, 14.9vw, 216px) + 6px) clamp(38px, 4.1vw, 66px) auto auto !important;
  width:clamp(88px, 8.6vw, 124px) !important;
  height:clamp(154px, 14.9vw, 216px) !important;
  max-width:none !important;
  max-height:none !important;
  align-items:flex-start !important;
  justify-content:center !important;
  overflow:visible !important;
  z-index:80 !important;
  filter:none !important;
}

html body main section.grid > article.nopnj-contact-question-card::after{
  content:"" !important;
  position:absolute !important;
  display:block !important;
  pointer-events:none !important;
  z-index:70 !important;
  width:clamp(76px, 7.6vw, 110px) !important;
  height:clamp(12px, 1.15vw, 18px) !important;
  right:clamp(45px, 4.7vw, 74px) !important;
  top:clamp(2px, .28vw, 6px) !important;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.52) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,0) 74%) !important;
  filter:blur(1.5px) !important;
  transform:skewX(-12deg) translateX(6px) !important;
  opacity:.72 !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  content:"" !important;
  position:absolute !important;
  pointer-events:none !important;
  z-index:4 !important;
  width:clamp(4px, .42vw, 6px) !important;
  height:clamp(4px, .42vw, 6px) !important;
  right:clamp(-3px, -.22vw, -1px) !important;
  top:clamp(17px, 1.85vw, 26px) !important;
  background:rgba(255,246,142,.96) !important;
  box-shadow:
    clamp(7px, .7vw, 10px) calc(clamp(4px, .42vw, 6px) * -1) 0 rgba(255,214,0,.88),
    clamp(7px, .7vw, 10px) calc(clamp(4px, .42vw, 6px) * 1) 0 rgba(255,214,0,.82),
    clamp(15px, 1.35vw, 20px) calc(clamp(4px, .42vw, 6px) * -2) 0 rgba(255,214,0,.58),
    clamp(15px, 1.35vw, 20px) calc(clamp(4px, .42vw, 6px) * 2) 0 rgba(255,214,0,.52) !important;
  filter:drop-shadow(0 0 8px rgba(255,214,0,.28)) !important;
  image-rendering:pixelated !important;
  opacity:0;
  transform:translate3d(0,0,0) scale(.86);
  animation:nopnjContactAntennaSignal 1.18s steps(1,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  right:clamp(-9px, -.78vw, -5px) !important;
  top:clamp(14px, 1.55vw, 22px) !important;
  opacity:0;
  transform:translate3d(0,0,0) scale(1.05);
  animation:nopnjContactAntennaSignal 1.18s steps(1,end) .34s infinite !important;
}

@keyframes nopnjContactAntennaSignal{
  0%,
  18%{
    opacity:0;
    transform:translate3d(-2px,0,0) scale(.82);
  }

  19%,
  48%{
    opacity:.92;
    transform:translate3d(0,0,0) scale(1);
  }

  49%,
  72%{
    opacity:.58;
    transform:translate3d(4px,0,0) scale(1.08);
  }

  73%,
  100%{
    opacity:0;
    transform:translate3d(8px,0,0) scale(1.14);
  }
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center top !important;
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
  filter:none !important;
  -webkit-filter:none !important;
  mix-blend-mode:normal !important;
  image-rendering:auto !important;
}

@media(max-width:760px){
  html body main section.grid > article.nopnj-contact-question-card{
    padding-right:clamp(22px, 6vw, 38px) !important;
    margin-top:0 !important;
    overflow:hidden !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
    display:none !important;
  }
}

/* === contact question/collab: keep the yellow signal visible === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  z-index:140 !important;
  opacity:.82;
  animation:nopnjContactAntennaSignalSteady 1.6s steps(2,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  opacity:.62;
  animation-delay:.42s !important;
}

@keyframes nopnjContactAntennaSignalSteady{
  0%,
  100%{
    opacity:.62;
    transform:translate3d(0,0,0) scale(.96);
  }

  50%{
    opacity:.94;
    transform:translate3d(3px,0,0) scale(1.06);
  }
}

/* === contact question/collab: directional pixel radio waves === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  --nopnj-signal-pixel:clamp(3px, .34vw, 5px);
  width:var(--nopnj-signal-pixel) !important;
  height:var(--nopnj-signal-pixel) !important;
  right:clamp(-2px, -.16vw, 0px) !important;
  top:clamp(19px, 1.96vw, 28px) !important;
  background:rgba(255,246,142,.96) !important;
  box-shadow:
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * -1) 0 rgba(255,230,54,.92),
    calc(var(--nopnj-signal-pixel) * 3) calc(var(--nopnj-signal-pixel) * -2) 0 rgba(255,214,0,.78),
    calc(var(--nopnj-signal-pixel) * 5) calc(var(--nopnj-signal-pixel) * -3) 0 rgba(255,214,0,.58),
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * 1) 0 rgba(255,230,54,.86),
    calc(var(--nopnj-signal-pixel) * 3) calc(var(--nopnj-signal-pixel) * 2) 0 rgba(255,214,0,.70),
    calc(var(--nopnj-signal-pixel) * 5) calc(var(--nopnj-signal-pixel) * 3) 0 rgba(255,214,0,.48) !important;
  filter:drop-shadow(0 0 9px rgba(255,214,0,.34)) !important;
  opacity:.72;
  transform:translate3d(0,0,0) scale(.92);
  animation:nopnjContactAntennaWaveA 1.35s steps(3,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  right:clamp(-10px, -.86vw, -6px) !important;
  top:clamp(17px, 1.72vw, 25px) !important;
  box-shadow:
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * -2) 0 rgba(255,214,0,.62),
    calc(var(--nopnj-signal-pixel) * 4) calc(var(--nopnj-signal-pixel) * -4) 0 rgba(255,214,0,.46),
    calc(var(--nopnj-signal-pixel) * 6) calc(var(--nopnj-signal-pixel) * -5) 0 rgba(255,214,0,.30),
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * 2) 0 rgba(255,214,0,.58),
    calc(var(--nopnj-signal-pixel) * 4) calc(var(--nopnj-signal-pixel) * 4) 0 rgba(255,214,0,.40),
    calc(var(--nopnj-signal-pixel) * 6) calc(var(--nopnj-signal-pixel) * 5) 0 rgba(255,214,0,.26) !important;
  opacity:.42;
  animation:nopnjContactAntennaWaveB 1.35s steps(3,end) .28s infinite !important;
}

@keyframes nopnjContactAntennaWaveA{
  0%{
    opacity:.42;
    transform:translate3d(-2px,0,0) scale(.82);
  }

  34%{
    opacity:1;
    transform:translate3d(1px,0,0) scale(1);
  }

  67%{
    opacity:.74;
    transform:translate3d(5px,0,0) scale(1.08);
  }

  100%{
    opacity:.42;
    transform:translate3d(8px,0,0) scale(1.14);
  }
}

@keyframes nopnjContactAntennaWaveB{
  0%{
    opacity:.22;
    transform:translate3d(-1px,0,0) scale(.90);
  }

  34%{
    opacity:.72;
    transform:translate3d(3px,0,0) scale(1.02);
  }

  67%{
    opacity:.52;
    transform:translate3d(8px,0,0) scale(1.10);
  }

  100%{
    opacity:.20;
    transform:translate3d(12px,0,0) scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
    animation:none !important;
    opacity:.72 !important;
    transform:none !important;
  }
}

/* === contact question/collab: restore the in-card yellow badge === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge{
  position:absolute !important;
  top:4px !important;
  right:4px !important;
  width:64px !important;
  height:64px !important;
  max-width:64px !important;
  max-height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:160 !important;
  margin:0 !important;
  padding:0 !important;
  opacity:1 !important;
  filter:none !important;
  mix-blend-mode:normal !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
  width:54px !important;
  height:50px !important;
  max-width:54px !important;
  max-height:50px !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:1 !important;
  transform:translate3d(0,0,0) scale(1) !important;
  filter:brightness(0) saturate(100%) invert(83%) sepia(99%) saturate(1177%) hue-rotate(359deg) brightness(103%) contrast(104%) drop-shadow(0 0 12px rgba(255,214,0,.22)) !important;
  -webkit-filter:brightness(0) saturate(100%) invert(83%) sepia(99%) saturate(1177%) hue-rotate(359deg) brightness(103%) contrast(104%) drop-shadow(0 0 12px rgba(255,214,0,.22)) !important;
  mix-blend-mode:normal !important;
  image-rendering:auto !important;
  animation:nopnjContactQuestionBadgeBreathe 1.45s steps(2,end) infinite !important;
  transform-origin:50% 50% !important;
}

@keyframes nopnjContactQuestionBadgeBreathe{
  0%,
  100%{
    opacity:.88;
    transform:translate3d(0,0,0) scale(.96);
  }

  50%{
    opacity:1;
    transform:translate3d(0,-1px,0) scale(1.04);
  }
}

@media(max-width:760px){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge{
    top:3px !important;
    right:3px !important;
    width:64px !important;
    height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
    width:54px !important;
    height:50px !important;
    max-width:54px !important;
    max-height:50px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}

/* === contact question/collab: badge follows the same hover contract as other pictos === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
  opacity:0 !important;
  transform:translate3d(0,0,0) scale(.88) !important;
  animation:none !important;
  transition:opacity .22s ease, transform .22s ease !important;
}

@media (hover:hover) and (pointer:fine){
  html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon,
  html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
    opacity:1 !important;
    transform:translate3d(0,-1px,0) scale(1) !important;
    animation:nopnjContactQuestionBadgeBreathe 1.45s steps(2,end) infinite !important;
  }
}

@media (hover:none), (pointer:coarse){
  html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon,
  html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
    opacity:1 !important;
    transform:translate3d(0,-1px,0) scale(1) !important;
    animation:nopnjContactQuestionBadgeBreathe 1.45s steps(2,end) infinite !important;
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon,
  html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon,
  html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon,
  html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
  }
}

/* === contact antenna: make the broadcast motion visibly alive === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  transform-origin:50% 86% !important;
  animation:nopnjContactAntennaRigAlive 1.8s steps(4,end) infinite !important;
  will-change:transform !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  --nopnj-signal-pixel:clamp(4px, .42vw, 6px);
  right:clamp(-11px, -1vw, -7px) !important;
  top:clamp(18px, 1.86vw, 27px) !important;
  width:var(--nopnj-signal-pixel) !important;
  height:var(--nopnj-signal-pixel) !important;
  background:rgba(255,248,150,.98) !important;
  filter:drop-shadow(0 0 12px rgba(255,214,0,.56)) !important;
  box-shadow:
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * -1) 0 rgba(255,246,142,.96),
    calc(var(--nopnj-signal-pixel) * 4) calc(var(--nopnj-signal-pixel) * -2) 0 rgba(255,214,0,.82),
    calc(var(--nopnj-signal-pixel) * 7) calc(var(--nopnj-signal-pixel) * -3) 0 rgba(255,214,0,.58),
    calc(var(--nopnj-signal-pixel) * 10) calc(var(--nopnj-signal-pixel) * -4) 0 rgba(255,214,0,.34),
    calc(var(--nopnj-signal-pixel) * 2) calc(var(--nopnj-signal-pixel) * 1) 0 rgba(255,246,142,.88),
    calc(var(--nopnj-signal-pixel) * 4) calc(var(--nopnj-signal-pixel) * 2) 0 rgba(255,214,0,.72),
    calc(var(--nopnj-signal-pixel) * 7) calc(var(--nopnj-signal-pixel) * 3) 0 rgba(255,214,0,.50),
    calc(var(--nopnj-signal-pixel) * 10) calc(var(--nopnj-signal-pixel) * 4) 0 rgba(255,214,0,.28) !important;
  opacity:.28;
  transform:translate3d(-5px,0,0) scale(.78);
  animation:nopnjContactAntennaBroadcastStrong 1.05s steps(4,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  right:clamp(-20px, -1.75vw, -13px) !important;
  top:clamp(15px, 1.56vw, 24px) !important;
  opacity:.12;
  animation:nopnjContactAntennaBroadcastStrongB 1.05s steps(4,end) .18s infinite !important;
}

@keyframes nopnjContactAntennaRigAlive{
  0%,
  100%{ transform:translate3d(0,0,0) rotate(0deg); }
  25%{ transform:translate3d(0,-2px,0) rotate(.7deg); }
  50%{ transform:translate3d(1px,0,0) rotate(-.55deg); }
  75%{ transform:translate3d(0,-1px,0) rotate(.35deg); }
}

@keyframes nopnjContactAntennaBroadcastStrong{
  0%{
    opacity:.16;
    transform:translate3d(-6px,0,0) scale(.70);
  }

  25%{
    opacity:1;
    transform:translate3d(0,0,0) scale(.92);
  }

  50%{
    opacity:.74;
    transform:translate3d(8px,0,0) scale(1.08);
  }

  75%{
    opacity:.46;
    transform:translate3d(17px,0,0) scale(1.22);
  }

  100%{
    opacity:.16;
    transform:translate3d(24px,0,0) scale(1.34);
  }
}

@keyframes nopnjContactAntennaBroadcastStrongB{
  0%{
    opacity:.08;
    transform:translate3d(-4px,0,0) scale(.78);
  }

  25%{
    opacity:.68;
    transform:translate3d(4px,0,0) scale(1);
  }

  50%{
    opacity:.48;
    transform:translate3d(14px,0,0) scale(1.18);
  }

  75%{
    opacity:.30;
    transform:translate3d(25px,0,0) scale(1.34);
  }

  100%{
    opacity:.08;
    transform:translate3d(34px,0,0) scale(1.48);
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
    animation:none !important;
    transform:none !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
    animation:none !important;
    opacity:.72 !important;
    transform:none !important;
  }
}

/* The slot has an older transform lock; use independent transform properties for visible rig motion. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  translate:0 0;
  rotate:0deg;
  animation:nopnjContactAntennaRigAlive2 1.8s steps(4,end) infinite !important;
}

@keyframes nopnjContactAntennaRigAlive2{
  0%,
  100%{
    translate:0 0;
    rotate:0deg;
  }

  25%{
    translate:0 -2px;
    rotate:.7deg;
  }

  50%{
    translate:1px 0;
    rotate:-.55deg;
  }

  75%{
    translate:0 -1px;
    rotate:.35deg;
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
    translate:0 0 !important;
    rotate:0deg !important;
    animation:none !important;
  }
}

/* Visible emitter fixed to the antenna head. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-beacon{
  position:absolute !important;
  left:50% !important;
  top:clamp(2px, .3vw, 6px) !important;
  width:clamp(7px, .72vw, 10px);
  height:clamp(7px, .72vw, 10px);
  margin-left:clamp(-5px, -.36vw, -3px) !important;
  display:block !important;
  border-radius:0 !important;
  pointer-events:none !important;
  z-index:180 !important;
  background:#fff3a1 !important;
  box-shadow:
    0 0 0 1px rgba(255,214,0,.52),
    0 0 8px rgba(255,214,0,.42),
    0 0 18px rgba(255,134,0,.28);
  opacity:.62;
  animation:nopnjContactAntennaBeaconPulse .82s steps(3,end) infinite !important;
}

@keyframes nopnjContactAntennaBeaconPulse{
  0%,
  100%{
    opacity:.42;
    width:clamp(6px, .62vw, 9px);
    height:clamp(6px, .62vw, 9px);
    box-shadow:
      0 0 0 1px rgba(255,214,0,.34),
      0 0 6px rgba(255,214,0,.30),
      0 0 12px rgba(255,134,0,.20);
  }

  33%{
    opacity:1;
    width:clamp(9px, .86vw, 13px);
    height:clamp(9px, .86vw, 13px);
    box-shadow:
      0 0 0 2px rgba(255,214,0,.68),
      0 0 12px rgba(255,214,0,.62),
      0 0 28px rgba(255,134,0,.42);
  }

  66%{
    opacity:.74;
    width:clamp(7px, .72vw, 10px);
    height:clamp(7px, .72vw, 10px);
    box-shadow:
      0 0 0 1px rgba(255,214,0,.48),
      0 0 9px rgba(255,214,0,.48),
      0 0 20px rgba(255,134,0,.32);
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-beacon{
    animation:none !important;
    opacity:.82 !important;
  }
}

/* === contact antenna: clean animated waves, no beacon square === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-beacon{
  display:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  content:none !important;
  display:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  --nopnj-clean-wave-pixel:clamp(3px, .30vw, 4px);
  position:absolute !important;
  right:clamp(-2px, -.18vw, 0px) !important;
  top:clamp(20px, 2vw, 29px) !important;
  width:var(--nopnj-clean-wave-pixel) !important;
  height:var(--nopnj-clean-wave-pixel) !important;
  display:block !important;
  pointer-events:none !important;
  z-index:150 !important;
  background:rgba(255,246,142,.88) !important;
  image-rendering:pixelated !important;
  filter:drop-shadow(0 0 7px rgba(255,214,0,.30)) !important;
  box-shadow:
    calc(var(--nopnj-clean-wave-pixel) * 2) calc(var(--nopnj-clean-wave-pixel) * -1) 0 rgba(255,230,54,.88),
    calc(var(--nopnj-clean-wave-pixel) * 4) calc(var(--nopnj-clean-wave-pixel) * -2) 0 rgba(255,214,0,.66),
    calc(var(--nopnj-clean-wave-pixel) * 6) calc(var(--nopnj-clean-wave-pixel) * -3) 0 rgba(255,214,0,.38),
    calc(var(--nopnj-clean-wave-pixel) * 2) calc(var(--nopnj-clean-wave-pixel) * 1) 0 rgba(255,230,54,.78),
    calc(var(--nopnj-clean-wave-pixel) * 4) calc(var(--nopnj-clean-wave-pixel) * 2) 0 rgba(255,214,0,.54),
    calc(var(--nopnj-clean-wave-pixel) * 6) calc(var(--nopnj-clean-wave-pixel) * 3) 0 rgba(255,214,0,.30) !important;
  opacity:.16;
  transform:translate3d(-4px,0,0) scale(.76);
  transform-origin:0 50%;
  animation:nopnjContactCleanWaveA 1.05s steps(4,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  right:clamp(-8px, -.74vw, -5px) !important;
  top:clamp(18px, 1.78vw, 26px) !important;
  opacity:.08;
  box-shadow:
    calc(var(--nopnj-clean-wave-pixel) * 2) calc(var(--nopnj-clean-wave-pixel) * -2) 0 rgba(255,214,0,.58),
    calc(var(--nopnj-clean-wave-pixel) * 5) calc(var(--nopnj-clean-wave-pixel) * -4) 0 rgba(255,214,0,.34),
    calc(var(--nopnj-clean-wave-pixel) * 8) calc(var(--nopnj-clean-wave-pixel) * -5) 0 rgba(255,214,0,.18),
    calc(var(--nopnj-clean-wave-pixel) * 2) calc(var(--nopnj-clean-wave-pixel) * 2) 0 rgba(255,214,0,.52),
    calc(var(--nopnj-clean-wave-pixel) * 5) calc(var(--nopnj-clean-wave-pixel) * 4) 0 rgba(255,214,0,.28),
    calc(var(--nopnj-clean-wave-pixel) * 8) calc(var(--nopnj-clean-wave-pixel) * 5) 0 rgba(255,214,0,.14) !important;
  animation:nopnjContactCleanWaveB 1.05s steps(4,end) .26s infinite !important;
}

@keyframes nopnjContactCleanWaveA{
  0%{
    opacity:.10;
    transform:translate3d(-5px,0,0) scale(.70);
  }

  25%{
    opacity:.92;
    transform:translate3d(0,0,0) scale(.92);
  }

  50%{
    opacity:.60;
    transform:translate3d(7px,0,0) scale(1.05);
  }

  75%{
    opacity:.24;
    transform:translate3d(14px,0,0) scale(1.18);
  }

  100%{
    opacity:.08;
    transform:translate3d(19px,0,0) scale(1.26);
  }
}

@keyframes nopnjContactCleanWaveB{
  0%{
    opacity:.06;
    transform:translate3d(-3px,0,0) scale(.82);
  }

  25%{
    opacity:.62;
    transform:translate3d(4px,0,0) scale(1);
  }

  50%{
    opacity:.36;
    transform:translate3d(12px,0,0) scale(1.12);
  }

  75%{
    opacity:.18;
    transform:translate3d(20px,0,0) scale(1.24);
  }

  100%{
    opacity:.06;
    transform:translate3d(26px,0,0) scale(1.34);
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
    animation:none !important;
    opacity:.54 !important;
    transform:none !important;
  }
}

/* === contact antenna: real moving pixels, not a static box-shadow drawing === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  position:absolute !important;
  right:clamp(-8px, -.72vw, -4px) !important;
  top:clamp(19px, 1.92vw, 28px) !important;
  width:clamp(54px, 5.4vw, 76px) !important;
  height:clamp(34px, 3.4vw, 48px) !important;
  display:block !important;
  overflow:visible !important;
  pointer-events:none !important;
  z-index:155 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
  image-rendering:pixelated !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  width:clamp(3px, .30vw, 4px) !important;
  height:clamp(3px, .30vw, 4px) !important;
  display:block !important;
  background:rgba(255,238,86,.92) !important;
  box-shadow:0 0 7px rgba(255,214,0,.34) !important;
  opacity:0;
  transform:translate3d(var(--nopnj-x0), var(--nopnj-y0), 0) scale(.72);
  animation:nopnjContactPixelFly 1.18s steps(6,end) var(--nopnj-delay) infinite;
  will-change:transform, opacity;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(1){
  --nopnj-x0:0px;
  --nopnj-y0:-2px;
  --nopnj-x1:28px;
  --nopnj-y1:-17px;
  --nopnj-delay:0s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(2){
  --nopnj-x0:4px;
  --nopnj-y0:-7px;
  --nopnj-x1:40px;
  --nopnj-y1:-23px;
  --nopnj-delay:.10s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(3){
  --nopnj-x0:8px;
  --nopnj-y0:-11px;
  --nopnj-x1:54px;
  --nopnj-y1:-29px;
  --nopnj-delay:.20s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(4){
  --nopnj-x0:0px;
  --nopnj-y0:5px;
  --nopnj-x1:28px;
  --nopnj-y1:15px;
  --nopnj-delay:.05s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(5){
  --nopnj-x0:5px;
  --nopnj-y0:10px;
  --nopnj-x1:42px;
  --nopnj-y1:23px;
  --nopnj-delay:.15s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(6){
  --nopnj-x0:10px;
  --nopnj-y0:14px;
  --nopnj-x1:56px;
  --nopnj-y1:31px;
  --nopnj-delay:.25s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span{
  background:rgba(255,214,0,.62) !important;
  box-shadow:0 0 5px rgba(255,214,0,.22) !important;
  animation-duration:1.36s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(1){
  --nopnj-x0:8px;
  --nopnj-y0:-4px;
  --nopnj-x1:46px;
  --nopnj-y1:-19px;
  --nopnj-delay:.34s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(2){
  --nopnj-x0:13px;
  --nopnj-y0:-9px;
  --nopnj-x1:62px;
  --nopnj-y1:-25px;
  --nopnj-delay:.44s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(3){
  --nopnj-x0:18px;
  --nopnj-y0:-14px;
  --nopnj-x1:76px;
  --nopnj-y1:-33px;
  --nopnj-delay:.54s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(4){
  --nopnj-x0:8px;
  --nopnj-y0:6px;
  --nopnj-x1:46px;
  --nopnj-y1:17px;
  --nopnj-delay:.39s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(5){
  --nopnj-x0:14px;
  --nopnj-y0:12px;
  --nopnj-x1:62px;
  --nopnj-y1:27px;
  --nopnj-delay:.49s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(6){
  --nopnj-x0:20px;
  --nopnj-y0:17px;
  --nopnj-x1:78px;
  --nopnj-y1:36px;
  --nopnj-delay:.59s;
}

@keyframes nopnjContactPixelFly{
  0%{
    opacity:0;
    transform:translate3d(var(--nopnj-x0), var(--nopnj-y0), 0) scale(.62);
  }

  18%{
    opacity:.96;
    transform:translate3d(var(--nopnj-x0), var(--nopnj-y0), 0) scale(.92);
  }

  48%{
    opacity:.78;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(1);
  }

  78%{
    opacity:.30;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(1.08);
  }

  100%{
    opacity:0;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(.86);
  }
}

@media (prefers-reduced-motion: reduce){
  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
    animation:none !important;
    opacity:.68 !important;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(1) !important;
  }
}

/* User-facing signal: force these antenna pixels to move. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  animation:nopnjContactPixelFly 1.18s steps(6,end) var(--nopnj-delay) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span{
  animation:nopnjContactPixelFly 1.36s steps(6,end) var(--nopnj-delay) infinite !important;
}

/* === contact antenna: tightened cone, no scattered pixel rain === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  right:clamp(-12px, -1vw, -7px) !important;
  top:clamp(18px, 1.82vw, 26px) !important;
  width:clamp(44px, 4.2vw, 58px) !important;
  height:clamp(26px, 2.6vw, 36px) !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  width:clamp(3px, .28vw, 4px) !important;
  height:clamp(3px, .28vw, 4px) !important;
  background:rgba(255,232,54,.86) !important;
  box-shadow:0 0 5px rgba(255,214,0,.22) !important;
  animation:nopnjContactPixelCone 1.04s steps(5,end) var(--nopnj-delay) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(1){
  --nopnj-x0:0px;
  --nopnj-y0:-4px;
  --nopnj-x1:24px;
  --nopnj-y1:-10px;
  --nopnj-delay:0s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(2){
  --nopnj-x0:5px;
  --nopnj-y0:-7px;
  --nopnj-x1:34px;
  --nopnj-y1:-15px;
  --nopnj-delay:.12s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(3){
  --nopnj-x0:10px;
  --nopnj-y0:-9px;
  --nopnj-x1:44px;
  --nopnj-y1:-19px;
  --nopnj-delay:.24s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(4){
  --nopnj-x0:0px;
  --nopnj-y0:4px;
  --nopnj-x1:24px;
  --nopnj-y1:8px;
  --nopnj-delay:.06s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(5){
  --nopnj-x0:5px;
  --nopnj-y0:7px;
  --nopnj-x1:34px;
  --nopnj-y1:13px;
  --nopnj-delay:.18s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(6){
  --nopnj-x0:10px;
  --nopnj-y0:9px;
  --nopnj-x1:44px;
  --nopnj-y1:17px;
  --nopnj-delay:.30s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(1){
  --nopnj-x0:14px;
  --nopnj-y0:-5px;
  --nopnj-x1:38px;
  --nopnj-y1:-13px;
  --nopnj-delay:.42s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(2){
  --nopnj-x0:18px;
  --nopnj-y0:-8px;
  --nopnj-x1:50px;
  --nopnj-y1:-17px;
  --nopnj-delay:.54s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(3),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(6){
  display:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(4){
  --nopnj-x0:14px;
  --nopnj-y0:5px;
  --nopnj-x1:38px;
  --nopnj-y1:11px;
  --nopnj-delay:.48s;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(5){
  --nopnj-x0:18px;
  --nopnj-y0:8px;
  --nopnj-x1:50px;
  --nopnj-y1:15px;
  --nopnj-delay:.60s;
}

@keyframes nopnjContactPixelCone{
  0%{
    opacity:0;
    transform:translate3d(var(--nopnj-x0), var(--nopnj-y0), 0) scale(.70);
  }

  20%{
    opacity:.92;
    transform:translate3d(var(--nopnj-x0), var(--nopnj-y0), 0) scale(.92);
  }

  52%{
    opacity:.72;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(1);
  }

  78%{
    opacity:.22;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(1.04);
  }

  100%{
    opacity:0;
    transform:translate3d(var(--nopnj-x1), var(--nopnj-y1), 0) scale(.86);
  }
}

/* === contact antenna: final simple stream, readable movement only === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  right:clamp(-10px, -.86vw, -6px) !important;
  top:clamp(17px, 1.72vw, 25px) !important;
  width:clamp(58px, 5.4vw, 74px) !important;
  height:clamp(22px, 2.1vw, 30px) !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  opacity:1 !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  display:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span{
  left:0 !important;
  top:50% !important;
  width:clamp(3px, .30vw, 4px) !important;
  height:clamp(3px, .30vw, 4px) !important;
  display:block !important;
  background:rgba(255,226,42,.88) !important;
  box-shadow:0 0 5px rgba(255,214,0,.24) !important;
  opacity:0;
  transform:translate3d(0, -2px, 0);
  animation:nopnjContactAntennaStream 1.05s linear var(--nopnj-delay) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(1){
  --nopnj-delay:0s;
  --nopnj-y:-7px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(2){
  --nopnj-delay:.14s;
  --nopnj-y:-3px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(3){
  --nopnj-delay:.28s;
  --nopnj-y:1px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(4){
  --nopnj-delay:.42s;
  --nopnj-y:5px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(5),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(6){
  display:none !important;
}

@keyframes nopnjContactAntennaStream{
  0%{
    opacity:0;
    transform:translate3d(0, var(--nopnj-y), 0) scale(.8);
  }

  16%{
    opacity:.95;
    transform:translate3d(8px, var(--nopnj-y), 0) scale(1);
  }

  72%{
    opacity:.72;
    transform:translate3d(40px, var(--nopnj-y), 0) scale(1);
  }

  100%{
    opacity:0;
    transform:translate3d(54px, var(--nopnj-y), 0) scale(.85);
  }
}

/* === contact antenna: visible broadcast pulse, cohesive diffusion === */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  right:clamp(-12px, -1vw, -7px) !important;
  top:clamp(13px, 1.36vw, 20px) !important;
  width:clamp(58px, 5.8vw, 82px) !important;
  height:clamp(42px, 4.1vw, 58px) !important;
  display:block !important;
  overflow:visible !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
  opacity:0;
  transform-origin:0 50%;
  animation:nopnjContactBroadcastPulse 2s steps(5,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  display:block !important;
  animation:nopnjContactBroadcastPulse 2s steps(5,end) .68s infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  position:absolute !important;
  width:clamp(3px, .30vw, 4px) !important;
  height:clamp(3px, .30vw, 4px) !important;
  display:block !important;
  background:rgba(255,224,34,.82) !important;
  box-shadow:0 0 5px rgba(255,214,0,.24) !important;
  opacity:0;
  transform:none;
  animation:none;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(1),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(1){
  left:0 !important;
  top:50% !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(2),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(2){
  left:clamp(8px, .78vw, 11px) !important;
  top:calc(50% - clamp(7px, .70vw, 10px)) !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(3),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(3){
  left:clamp(8px, .78vw, 11px) !important;
  top:calc(50% + clamp(7px, .70vw, 10px)) !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(4),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(4){
  left:clamp(18px, 1.7vw, 25px) !important;
  top:calc(50% - clamp(13px, 1.25vw, 18px)) !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(5),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(5){
  left:clamp(18px, 1.7vw, 25px) !important;
  top:calc(50% + clamp(13px, 1.25vw, 18px)) !important;
  display:block !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(6),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(6){
  left:clamp(30px, 2.85vw, 42px) !important;
  top:50% !important;
  display:block !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span{
  background:rgba(255,214,0,.50) !important;
  box-shadow:0 0 4px rgba(255,214,0,.16) !important;
}

@keyframes nopnjContactBroadcastPulse{
  0%{
    opacity:0;
    transform:translate3d(-7px,0,0) scale(.62);
  }

  18%{
    opacity:.92;
    transform:translate3d(0,0,0) scale(.82);
  }

  46%{
    opacity:.82;
    transform:translate3d(18px,0,0) scale(1.02);
  }

  74%{
    opacity:.32;
    transform:translate3d(34px,0,0) scale(1.22);
  }

  100%{
    opacity:0;
    transform:translate3d(48px,0,0) scale(1.34);
  }
}

/* Movement fallback: old rules lock transform/opacity, so animate independent properties. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a{
  translate:-7px 0;
  scale:.62;
  animation:nopnjContactBroadcastPulseMove 2s steps(5,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  translate:-7px 0;
  scale:.62;
  animation:nopnjContactBroadcastPulseMove 2s steps(5,end) .68s infinite !important;
}

@keyframes nopnjContactBroadcastPulseMove{
  0%{
    translate:-7px 0;
    scale:.62;
    filter:brightness(.72);
  }

  18%{
    translate:0 0;
    scale:.82;
    filter:brightness(1.18);
  }

  46%{
    translate:18px 0;
    scale:1.02;
    filter:brightness(1.05);
  }

  74%{
    translate:34px 0;
    scale:1.22;
    filter:brightness(.72);
  }

  100%{
    translate:48px 0;
    scale:1.34;
    filter:brightness(.45);
  }
}

/* Keep the antenna itself fixed; only the pixel wave is animated. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  animation:none !important;
  transform:none !important;
  translate:0 0 !important;
  rotate:0deg !important;
  scale:1 !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  animation:none !important;
  transform:none !important;
  translate:0 3px !important;
  rotate:0deg !important;
  scale:1 !important;
}

/* Organic antenna diffusion: fifteen readable pixels in a clean broadcast cone. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  right:clamp(-24px, -2.1vw, -16px) !important;
  top:clamp(15px, 1.46vw, 22px) !important;
  width:clamp(98px, 8.8vw, 128px) !important;
  height:clamp(42px, 4vw, 58px) !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a{
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  opacity:.72 !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  width:clamp(3px, .28vw, 4px) !important;
  height:clamp(3px, .28vw, 4px) !important;
  display:block !important;
  opacity:0;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span{
  animation:nopnjContactPixelWaveFirst 8.8s steps(18,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span{
  animation:nopnjContactPixelWaveSecond 8.8s steps(18,end) infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(1),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(1){
  left:0 !important;
  top:50% !important;
  --nopnj-mid-y:0px;
  --nopnj-drift-x:52px;
  --nopnj-drift-y:0px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(2),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(2){
  left:clamp(9px, .82vw, 12px) !important;
  top:calc(50% - clamp(5px, .46vw, 7px)) !important;
  --nopnj-mid-y:-4px;
  --nopnj-drift-x:58px;
  --nopnj-drift-y:-9px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(3),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(3){
  left:clamp(9px, .82vw, 12px) !important;
  top:calc(50% + clamp(5px, .46vw, 7px)) !important;
  --nopnj-mid-y:4px;
  --nopnj-drift-x:56px;
  --nopnj-drift-y:9px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(4),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(4){
  left:clamp(22px, 1.98vw, 29px) !important;
  top:calc(50% - clamp(10px, .9vw, 13px)) !important;
  --nopnj-mid-y:-7px;
  --nopnj-drift-x:66px;
  --nopnj-drift-y:-15px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(5),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(5){
  left:clamp(24px, 2.16vw, 31px) !important;
  top:50% !important;
  --nopnj-mid-y:0px;
  --nopnj-drift-x:64px;
  --nopnj-drift-y:1px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(6),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(6){
  left:clamp(22px, 1.98vw, 29px) !important;
  top:calc(50% + clamp(10px, .9vw, 13px)) !important;
  --nopnj-mid-y:7px;
  --nopnj-drift-x:64px;
  --nopnj-drift-y:15px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(7),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(7){
  left:clamp(40px, 3.6vw, 52px) !important;
  top:calc(50% - clamp(15px, 1.36vw, 20px)) !important;
  --nopnj-mid-y:-10px;
  --nopnj-drift-x:76px;
  --nopnj-drift-y:-22px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(8),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(8){
  left:clamp(43px, 3.86vw, 56px) !important;
  top:50% !important;
  --nopnj-mid-y:0px;
  --nopnj-drift-x:74px;
  --nopnj-drift-y:0px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(9),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(9){
  left:clamp(40px, 3.6vw, 52px) !important;
  top:calc(50% + clamp(15px, 1.36vw, 20px)) !important;
  --nopnj-mid-y:10px;
  --nopnj-drift-x:74px;
  --nopnj-drift-y:22px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(10),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(10){
  left:clamp(60px, 5.4vw, 78px) !important;
  top:calc(50% - clamp(19px, 1.7vw, 25px)) !important;
  --nopnj-mid-y:-13px;
  --nopnj-drift-x:88px;
  --nopnj-drift-y:-28px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(11),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(11){
  left:clamp(64px, 5.76vw, 84px) !important;
  top:50% !important;
  --nopnj-mid-y:1px;
  --nopnj-drift-x:84px;
  --nopnj-drift-y:2px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(12),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(12){
  left:clamp(60px, 5.4vw, 78px) !important;
  top:calc(50% + clamp(19px, 1.7vw, 25px)) !important;
  --nopnj-mid-y:13px;
  --nopnj-drift-x:86px;
  --nopnj-drift-y:27px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(13),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(13){
  left:clamp(82px, 7.38vw, 108px) !important;
  top:calc(50% - clamp(22px, 1.98vw, 29px)) !important;
  --nopnj-mid-y:-16px;
  --nopnj-drift-x:98px;
  --nopnj-drift-y:-32px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(14),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(14){
  left:clamp(88px, 7.92vw, 116px) !important;
  top:50% !important;
  --nopnj-mid-y:2px;
  --nopnj-drift-x:94px;
  --nopnj-drift-y:4px;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span:nth-child(15),
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span:nth-child(15){
  left:clamp(82px, 7.38vw, 108px) !important;
  top:calc(50% + clamp(22px, 1.98vw, 29px)) !important;
  --nopnj-mid-y:16px;
  --nopnj-drift-x:98px;
  --nopnj-drift-y:32px;
}

@keyframes nopnjContactPixelWaveFirst{
  0%,3%{ opacity:0; transform:translate3d(-18px,0,0) scale(.58); filter:brightness(.58) blur(0); }
  9%{ opacity:.96; transform:translate3d(-5px,0,0) scale(.74); filter:brightness(1.18) blur(0); }
  22%{ opacity:.82; transform:translate3d(14px,0,0) scale(.88); filter:brightness(1.02) blur(0); }
  36%{ opacity:.54; transform:translate3d(34px,var(--nopnj-mid-y),0) scale(1.01); filter:brightness(.82) blur(.15px); }
  48%{ opacity:.24; transform:translate3d(54px,var(--nopnj-mid-y),0) scale(1.12); filter:brightness(.58) blur(.35px); }
  54%{ opacity:0; transform:translate3d(var(--nopnj-drift-x), var(--nopnj-drift-y), 0) scale(1.18); filter:brightness(.34) blur(.65px); }
  54.1%,100%{ opacity:0; transform:translate3d(var(--nopnj-drift-x), var(--nopnj-drift-y), 0) scale(1.18); filter:brightness(.34) blur(.65px); }
}

@keyframes nopnjContactPixelWaveSecond{
  0%,58%{ opacity:0; transform:translate3d(-18px,0,0) scale(.58); filter:brightness(.58) blur(0); }
  64%{ opacity:.78; transform:translate3d(-5px,0,0) scale(.74); filter:brightness(1.08) blur(0); }
  76%{ opacity:.58; transform:translate3d(14px,0,0) scale(.88); filter:brightness(.94) blur(0); }
  88%{ opacity:.32; transform:translate3d(34px,var(--nopnj-mid-y),0) scale(1.02); filter:brightness(.72) blur(.2px); }
  96%{ opacity:.12; transform:translate3d(54px,var(--nopnj-mid-y),0) scale(1.12); filter:brightness(.48) blur(.4px); }
  100%{ opacity:0; transform:translate3d(var(--nopnj-drift-x), var(--nopnj-drift-y), 0) scale(1.18); filter:brightness(.32) blur(.65px); }
}

/* Let the Question/Collab copy use the available width and avoid ugly hyphenation. */
html body main section.grid > article.nopnj-contact-question-card{
  padding-right:clamp(72px, 8vw, 108px) !important;
}

html body main section.grid > article.nopnj-contact-question-card > p{
  max-width:none !important;
  hyphens:none !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
  text-wrap:pretty !important;
}

/* Seat the antenna on the card edge with a real diffuse foot shadow, not a yellow aura. */
html body main section.grid > article.nopnj-contact-question-card::after{
  width:clamp(88px, 8.55vw, 126px) !important;
  height:clamp(15px, 1.42vw, 21px) !important;
  right:clamp(39px, 4.22vw, 68px) !important;
  top:clamp(8px, .72vw, 12px) !important;
  background:
    radial-gradient(ellipse at 46% 46%, rgba(0,0,0,.58) 0%, rgba(0,0,0,.42) 28%, rgba(0,0,0,.24) 50%, rgba(0,0,0,.10) 68%, rgba(0,0,0,0) 84%),
    radial-gradient(ellipse at 55% 55%, rgba(0,0,0,.34) 0%, rgba(0,0,0,.18) 44%, rgba(0,0,0,0) 76%) !important;
  filter:blur(2.15px) !important;
  transform:skewX(-10deg) translateX(4px) scaleY(.82) !important;
  opacity:.86 !important;
}

/* Final antenna-disabled contract: visible organic motion, no static cascade leftovers. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled{
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled > span{
  opacity:0;
  transform:translate3d(0,0,0) scale(.78);
  filter:brightness(.68) blur(0);
  will-change:opacity, transform, filter;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span{
  animation:nopnjContactWaveDriftVisibleA 7.2s linear infinite !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b > span{
  animation:nopnjContactWaveDriftVisibleB 7.2s linear infinite !important;
}

@keyframes nopnjContactWaveDriftVisibleA{
  0%{ opacity:0; transform:translate3d(-10px,0,0) scale(.72); filter:brightness(.62) blur(0); }
  7%{ opacity:.95; transform:translate3d(0,0,0) scale(.82); filter:brightness(1.14) blur(0); }
  19%{ opacity:.82; transform:translate3d(18px,0,0) scale(.92); filter:brightness(1.02) blur(0); }
  32%{ opacity:.52; transform:translate3d(42px,var(--nopnj-mid-y),0) scale(1.04); filter:brightness(.78) blur(.18px); }
  43%{ opacity:.18; transform:translate3d(64px,var(--nopnj-mid-y),0) scale(1.16); filter:brightness(.48) blur(.45px); }
  49%{ opacity:0; transform:translate3d(var(--nopnj-drift-x),var(--nopnj-drift-y),0) scale(1.22); filter:brightness(.30) blur(.72px); }
  49.1%,100%{ opacity:0; transform:translate3d(var(--nopnj-drift-x),var(--nopnj-drift-y),0) scale(1.22); filter:brightness(.30) blur(.72px); }
}

@keyframes nopnjContactWaveDriftVisibleB{
  0%,53%{ opacity:0; transform:translate3d(-10px,0,0) scale(.72); filter:brightness(.62) blur(0); }
  60%{ opacity:.72; transform:translate3d(0,0,0) scale(.82); filter:brightness(1.08) blur(0); }
  72%{ opacity:.58; transform:translate3d(18px,0,0) scale(.92); filter:brightness(.92) blur(0); }
  84%{ opacity:.32; transform:translate3d(42px,var(--nopnj-mid-y),0) scale(1.04); filter:brightness(.70) blur(.18px); }
  95%{ opacity:.12; transform:translate3d(64px,var(--nopnj-mid-y),0) scale(1.16); filter:brightness(.44) blur(.45px); }
  100%{ opacity:0; transform:translate3d(var(--nopnj-drift-x),var(--nopnj-drift-y),0) scale(1.22); filter:brightness(.28) blur(.72px); }
}

/* Antenna contract: one JS-driven packet of 15 pixels, no second wave layer. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  animation:none !important;
  transform:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-b{
  display:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  display:none !important;
  opacity:0 !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span{
  animation:none !important;
}

/* Beacon origin: the 15 pixels are emitted from the top warning light. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a{
  left:calc(50% - clamp(1px, .1vw, 2px)) !important;
  right:auto !important;
  top:clamp(-13px, -1vw, -9px) !important;
  width:clamp(158px, 14vw, 216px) !important;
  height:clamp(72px, 6.4vw, 96px) !important;
  transform-origin:0 50% !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-antenna-disabled-a > span{
  left:0 !important;
  top:0 !important;
}

/* Clean beacon pixels: isolated from the old antenna-disabled cascade. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-beacon-pixels{
  position:absolute !important;
  left:calc(50% - clamp(12px, 1vw, 16px)) !important;
  top:clamp(-13px, -1vw, -9px) !important;
  width:clamp(164px, 14vw, 220px) !important;
  height:clamp(42px, 3.6vw, 56px) !important;
  display:block !important;
  pointer-events:none !important;
  overflow:visible !important;
  z-index:6 !important;
  opacity:1 !important;
  transform:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-beacon-pixels > span{
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  width:clamp(3px, .28vw, 4px) !important;
  height:clamp(3px, .28vw, 4px) !important;
  display:block !important;
  background:rgba(255,214,0,.96) !important;
  box-shadow:0 0 8px rgba(255,214,0,.2) !important;
  image-rendering:pixelated !important;
  opacity:0;
  transform:translate3d(0,0,0) scale(.9);
  filter:brightness(1) blur(0);
  animation:none !important;
  will-change:opacity, transform, filter;
}

/* Antenna integration shadows: soften the cut-out so it sits in the scene. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
  isolation:isolate !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before{
  content:"" !important;
  position:absolute !important;
  left:clamp(18px, 2.5vw, 34px) !important;
  bottom:clamp(9px, 1vw, 15px) !important;
  width:clamp(70px, 6vw, 104px) !important;
  height:clamp(15px, 1.4vw, 24px) !important;
  display:block !important;
  opacity:.54 !important;
  border-radius:50% !important;
  pointer-events:none !important;
  z-index:0 !important;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.68) 0%, rgba(0,0,0,.38) 42%, rgba(0,0,0,0) 74%) !important;
  filter:blur(3px) !important;
  transform:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  content:"" !important;
  position:absolute !important;
  left:clamp(10px, 1.8vw, 26px) !important;
  bottom:clamp(20px, 2vw, 34px) !important;
  width:clamp(96px, 8vw, 138px) !important;
  height:clamp(160px, 13vw, 216px) !important;
  display:block !important;
  opacity:.34 !important;
  border-radius:44% 48% 38% 42% !important;
  pointer-events:none !important;
  z-index:0 !important;
  background:linear-gradient(110deg, rgba(0,0,0,.42), rgba(0,0,0,.18) 48%, rgba(0,0,0,0) 78%) !important;
  filter:blur(10px) !important;
  transform:skewX(-7deg) !important;
  transform-origin:50% 100% !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  position:relative !important;
  z-index:2 !important;
  filter:
    drop-shadow(0 12px 14px rgba(0,0,0,.36))
    drop-shadow(7px 18px 22px rgba(0,0,0,.2))
    drop-shadow(0 0 1px rgba(255,216,112,.22)) !important;
}

/* Antenna pixel cone: one base on the antenna, then a readable widening spray. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-beacon-pixels{
  left:calc(50% - clamp(10px, .86vw, 15px)) !important;
  top:clamp(-14px, -1vw, -9px) !important;
  width:clamp(126px, 12vw, 184px) !important;
  height:clamp(54px, 4.8vw, 74px) !important;
  transform-origin:0 54% !important;
}

@media(max-width:760px){
  html body main section.grid > article.nopnj-contact-question-card{
    padding-right:clamp(92px, 28vw, 116px) !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot{
    display:block !important;
    position:absolute !important;
    top:4px !important;
    right:3px !important;
    width:88px !important;
    height:154px !important;
    min-width:88px !important;
    min-height:154px !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:none !important;
    z-index:30 !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-beacon-pixels{
    left:calc(50% - 10px) !important;
    top:-12px !important;
    width:128px !important;
    height:58px !important;
  }
}

/* Remove the ambient yellow antenna halo; keep only the antenna sprite and signal pixels. */
html body main section.grid > article.nopnj-contact-question-card::before,
html body main section.grid > article.nopnj-contact-question-card::after,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::before,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot{
  filter:none !important;
  box-shadow:none !important;
  mix-blend-mode:normal !important;
}

html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon{
  filter:
    drop-shadow(0 10px 12px rgba(0,0,0,.34))
    drop-shadow(5px 14px 18px rgba(0,0,0,.18)) !important;
  -webkit-filter:
    drop-shadow(0 10px 12px rgba(0,0,0,.34))
    drop-shadow(5px 14px 18px rgba(0,0,0,.18)) !important;
}

/* Final contact contract: remove the antenna/parabola on desktop, Android and iPad. */
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:hover > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card:focus-within > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card.viewport-active > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card[data-nopnj-mobile-active] > span.nopnj-contact-question-slot,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > img.nopnj-contact-question-icon,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span.nopnj-contact-beacon-pixels,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-slot > span[class*="nopnj-contact-antenna"],
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge,
html body main section.grid > article.nopnj-contact-question-card > span.nopnj-contact-question-badge > img.nopnj-contact-question-badge-icon{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
  transform:none !important;
  animation:none !important;
}

html body main section.grid > article.nopnj-contact-question-card{
  padding-right:clamp(24px, 4vw, 34px) !important;
}

/* Regression lock: the Question/Collab card must not render the old antenna badge. */
html body main section.grid > article.nopnj-contact-question-card img[src*="/assets/contact/question.webp?v=15b5d04d8bbb3480"],
html body main section.grid > article.nopnj-contact-question-card img[src*="/assets/contact/antenne-question?v=15b5d04d8bbb3480"],
html body main section.grid > article.nopnj-contact-question-card [class*="contact-question-badge"],
html body main section.grid > article.nopnj-contact-question-card [class*="contact-question-slot"],
html body main section.grid > article.nopnj-contact-question-card [style*="question.webp"],
html body main section.grid > article.nopnj-contact-question-card [style*="antenne-question"]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
  animation:none !important;
}

/* Question/Collab: univers TV seated on the card rim, replacing the retired antenna. */
html body main{
  padding-top:clamp(430px, 36vw, 500px) !important;
}

html body main > h1 + section.grid{
  margin-top:32px !important;
}

html body main section.grid > article.nopnj-contact-question-card{
  overflow:visible !important;
  padding-top:clamp(24px, 2vw, 34px) !important;
  padding-right:clamp(24px, 4vw, 34px) !important;
}

html body main section.grid > article.nopnj-contact-question-card > .nopnj-contact-tv-ledged{
  position:absolute !important;
  top:auto !important;
  bottom:calc(100% - 28px) !important;
  right:clamp(-62px, -3.5vw, -38px) !important;
  width:min(646px, 50.5vw) !important;
  aspect-ratio:1501 / 1239 !important;
  display:block !important;
  pointer-events:none !important;
  overflow:visible !important;
  z-index:2 !important;
  transform:perspective(780px) rotateX(1deg) rotateY(-4.5deg) rotateZ(-.35deg) translateZ(0) !important;
  transform-origin:72% 100% !important;
  filter:
    drop-shadow(0 18px 24px rgba(0,0,0,.42))
    drop-shadow(9px 24px 28px rgba(0,0,0,.26)) !important;
}

html body main section.grid > article.nopnj-contact-question-card > .nopnj-contact-tv-ledged::before{
  content:"" !important;
  position:absolute !important;
  left:9% !important;
  right:5% !important;
  bottom:-2% !important;
  height:14% !important;
  display:block !important;
  pointer-events:none !important;
  z-index:0 !important;
  background:
    radial-gradient(ellipse at 58% 48%, rgba(0,0,0,.58) 0%, rgba(0,0,0,.36) 42%, rgba(0,0,0,.14) 66%, rgba(0,0,0,0) 82%) !important;
  filter:blur(5px) !important;
  transform:skewX(-10deg) scaleY(.52) !important;
}

html body main section.grid > article.nopnj-contact-question-card > .nopnj-contact-tv-ledged img{
  position:relative !important;
  z-index:1 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

html body main section.grid > article.nopnj-contact-question-card > h3,
html body main section.grid > article.nopnj-contact-question-card > p,
html body main section.grid > article.nopnj-contact-question-card > .btns{
  position:relative !important;
  z-index:4 !important;
}

html body main #infos-contact > .nopnj-contact-email-card,
html body main #infos-contact > .nopnj-contact-faq-card{
  min-height:286px !important;
}

html body main #infos-contact > .nopnj-contact-faq-card{
  margin:0 !important;
  padding:22px !important;
  border:1px solid var(--border) !important;
  border-radius:24px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)) !important;
  box-shadow:none !important;
}

html body main #infos-contact > .nopnj-contact-faq-card > .nopnj-faq-actions{
  margin-top:auto !important;
  padding-top:18px !important;
}

@media(max-width:760px){
  html body main{
    padding-top:clamp(104px, 24vw, 142px) !important;
  }

  html body main > h1 + section.grid{
    margin-top:24px !important;
  }

  html body main section.grid > article.card.nopnj-contact-question-card{
    margin-top:clamp(312px, 84vw, 390px) !important;
    padding-top:clamp(24px, 6vw, 32px) !important;
    overflow:visible !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > .nopnj-contact-tv-ledged{
    top:auto !important;
    bottom:calc(100% - 28px) !important;
    right:clamp(-30px, -5vw, -14px) !important;
    width:min(calc(100% + 22px), calc(100vw - 22px), 450px) !important;
    transform:perspective(620px) rotateX(1deg) rotateY(-5deg) rotateZ(-.25deg) translateZ(0) !important;
  }

  html body main #infos-contact > .nopnj-contact-email-card,
  html body main #infos-contact > .nopnj-contact-faq-card{
    min-height:auto !important;
  }

  html body main #infos-contact > .nopnj-contact-faq-card{
    padding:18px !important;
    border-radius:20px !important;
  }
}

@media(min-width:761px) and (max-width:819px){
  html body main > h1 + section.grid{
    margin-top:24px !important;
  }

  html body main section.grid > article.card.nopnj-contact-question-card{
    margin-top:clamp(500px, 68vw, 550px) !important;
  }
}

@media(min-width:761px) and (max-width:899px){
  html body main > h1{
    position:relative !important;
    z-index:5 !important;
    width:270px !important;
    max-width:270px !important;
    font-size:46px !important;
    line-height:.94 !important;
    overflow:visible !important;
  }

  html body main section.grid > article.nopnj-contact-question-card > .nopnj-contact-tv-ledged{
    width:min(548px, calc(100vw - 286px)) !important;
    right:-18px !important;
  }
}

/* source: /assets/nopnj-footer-contract.css?v=15b5d04d8bbb3480 */
/* NO PNJ footer contract: one footer width everywhere in staging */
body > footer[data-testid]{
  width:min(var(--max, 1220px), calc(100% - 36px)) !important;
  max-width:none !important;
  margin:56px auto 0 !important;
  padding:28px 0 36px !important;
  border-top:1px solid var(--line, rgba(255,255,255,.10)) !important;
  color:rgba(242,242,242,.48) !important;
  font-size:13px !important;
  text-align:center !important;
  box-sizing:border-box !important;
  background:transparent !important;
}

body > footer[data-testid] > .shell[data-testid]{
  width:100% !important;
  max-width:none !important;
  margin-left:auto !important;
  margin-right:auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  box-sizing:border-box !important;
}

/* Dev labels must not be captured by legacy footer > *:first-child rules. */
body > footer[data-testid] > .dev-block-label{
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:2px 5px !important;
  display:inline-block !important;
  flex:0 0 auto !important;
  align-items:initial !important;
  justify-content:initial !important;
  gap:0 !important;
  font:700 10px/1 Arial,Helvetica,sans-serif !important;
}

body > footer[data-testid] .nopnj-footer-brand{
  color:rgba(242,242,242,.58) !important;
  font-weight:650 !important;
  letter-spacing:.02em !important;
}

body > footer[data-testid] .nopnj-footer-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

body > footer[data-testid] .nopnj-footer-links a{
  color:rgba(242,242,242,.54) !important;
  text-decoration:none !important;
  text-underline-offset:0 !important;
  font-weight:650 !important;
  transition:color .18s ease, opacity .18s ease !important;
}

body > footer[data-testid] .nopnj-footer-links a:hover,
body > footer[data-testid] .nopnj-footer-links a:focus-visible,
body > footer[data-testid] .nopnj-footer-links a[href*=facebook]:hover{
  color:#FFD600 !important;
  outline:none !important;
}

body > footer[data-testid] .nopnj-footer-sep,
body > footer[data-testid] .sep{
  color:rgba(255,214,0,.34) !important;
}

@media (max-width:760px){
  body > footer[data-testid]{
    width:calc(100% - 24px) !important;
  }
}

/* source: /assets/nopnj-announcement-mode.css?v=15b5d04d8bbb3480 */
/* === NO PNJ announcement banner mode ===
   Default OFF. Reactivate by adding .nopnj-announcement-on on <html> or <body>. */
html:not(.nopnj-announcement-on) body:not(.nopnj-announcement-on) > .prelaunch-notice{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
}

html.nopnj-announcement-on body > .prelaunch-notice,
body.nopnj-announcement-on > .prelaunch-notice{
  display:flex !important;
  visibility:visible !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
}

/* source: /assets/site-header-contract.css?v=15b5d04d8bbb3480 */
/* NO PNJ shared header/nav contract.
   Loaded last on every storefront page to neutralize page-local header drift. */
:root {
  --site-header-height: 76px;
  --site-header-height-mobile: 58px;
  --site-header-x: 18px;
  --site-header-x-mobile: 12px;
}

/* Shared decorative square full stop used by display titles. */
html body .nopnj-square-dot,
html body .hero-dot,
html body .yellow-dot,
html body .lab-title-dot{
  display:inline-block!important;
  position:relative!important;
  width:.16em!important;
  height:.16em!important;
  min-width:7px!important;
  min-height:7px!important;
  aspect-ratio:1 / 1!important;
  margin-left:.10em!important;
  vertical-align:-.055em!important;
  overflow:hidden!important;
  background:rgba(244,244,238,.88)!important;
  color:transparent!important;
  border-radius:0!important;
  font-size:1em!important;
  line-height:0!important;
  letter-spacing:0!important;
  text-indent:-9999px!important;
  text-shadow:none!important;
  box-shadow:
    0 0 10px rgba(244,244,238,.18),
    0 0 18px rgba(244,244,238,.08)!important;
}

html body .hero-dot,
html body .yellow-dot,
html body .lab-title-dot{
  background:#FFD600!important;
  box-shadow:
    0 0 12px rgba(255,214,0,.34),
    0 0 24px rgba(255,214,0,.16)!important;
}

html body .nopnj-dot-keep{
  white-space:nowrap!important;
}

@media (min-width:761px){
  html body .nopnj-square-dot,
  html body .hero-dot,
  html body .yellow-dot,
  html body .lab-title-dot{
    width:.16em!important;
    height:.16em!important;
    min-width:12px!important;
    min-height:12px!important;
  }
}

html body .nopnj-square-dot::before,
html body .nopnj-square-dot::after,
html body .hero-dot::before,
html body .hero-dot::after,
html body .yellow-dot::before,
html body .yellow-dot::after,
html body .lab-title-dot::before,
html body .lab-title-dot::after{
  content:none!important;
  display:none!important;
}

html body > header[data-testid="site.header"] {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 5000 !important;
  width: 100% !important;
  height: auto !important;
  min-height: var(--site-header-height) !important;
  max-height: none !important;
  overflow: visible !important;
  background: rgba(5, 5, 5, .92) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

html body > header[data-testid="site.header"] > .shell.nav {
  width: min(1320px, calc(100% - (var(--site-header-x) * 2))) !important;
  max-width: min(1320px, calc(100% - (var(--site-header-x) * 2))) !important;
  height: var(--site-header-height) !important;
  min-height: var(--site-header-height) !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  overflow: visible !important;
}

html body > header[data-testid="site.header"] .brand,
html body > header[data-testid="site.header"] .brand * {
  box-sizing: border-box !important;
  text-decoration: none !important;
}

html body > header[data-testid="site.header"] .brand {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  position: relative !important;
  min-width: max-content !important;
  min-height: 0 !important;
  overflow: visible !important;
  color: var(--text, #f2f2f2) !important;
  font-size: 27px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  isolation: isolate !important;
}

html body > header[data-testid="site.header"] .brand-mark {
  display: none !important;
}

html body > header[data-testid="site.header"] .brand-label {
  position: relative !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body > header[data-testid="site.header"] .brand-main {
  display: block !important;
  color: var(--text, #f2f2f2) !important;
  font-size: inherit !important;
  line-height: .9 !important;
}

html body > header[data-testid="site.header"] .brand-baseline {
  display: block !important;
  position: static !important;
  width: max-content !important;
  color: rgba(242,242,242,.82) !important;
  font-family: "chau-philomene-one.regular", Impact, "Arial Black", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateX(-3px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

html body > header[data-testid="site.header"] .brand:hover .brand-baseline {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (hover: none), (pointer: coarse), (max-width: 760px) {
  html body > header[data-testid="site.header"] .brand.is-brand-active .brand-baseline {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

html body > header[data-testid="site.header"] .nav-links {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow: visible !important;
}

html body > header[data-testid="site.header"] .nav-links a {
  position: relative !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  height: auto !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--muted, #9a9a9a) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body > header[data-testid="site.header"] .nav-links a::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 8px !important;
  height: 1px !important;
  background: var(--yellow, #ffd600) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .18s ease !important;
}

html body > header[data-testid="site.header"] .nav-links a:hover,
html body > header[data-testid="site.header"] .nav-links a:focus-visible,
html body > header[data-testid="site.header"] .nav-links a.is-active {
  color: var(--text, #f2f2f2) !important;
  outline: none !important;
}

html body > header[data-testid="site.header"] .nav-links a:hover::after,
html body > header[data-testid="site.header"] .nav-links a:focus-visible::after,
html body > header[data-testid="site.header"] .nav-links a.is-active::after {
  transform: scaleX(1) !important;
}

@media (max-width: 760px) {
  html body > header[data-testid="site.header"] {
    min-height: var(--site-header-height-mobile) !important;
  }

  html body > header[data-testid="site.header"] > .shell.nav {
    width: calc(100% - (var(--site-header-x-mobile) * 2)) !important;
    max-width: calc(100% - (var(--site-header-x-mobile) * 2)) !important;
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    gap: 10px !important;
  }

  html body > header[data-testid="site.header"] .brand {
    height: var(--site-header-height-mobile) !important;
    font-size: 20px !important;
    min-width: max-content !important;
    align-self: center !important;
  }

  html body > header[data-testid="site.header"] .brand-main {
    font-size: 20px !important;
  }

  html body > header[data-testid="site.header"] .brand-label {
    position: relative !important;
    gap: 7px !important;
  }

  html body > header[data-testid="site.header"] .brand-baseline {
    font-size: clamp(9px, 2.2vw, 11px) !important;
    letter-spacing: .08em !important;
  }

  html body > header[data-testid="site.header"] .nav-links {
    flex: 1 1 auto !important;
    height: var(--site-header-height-mobile) !important;
    justify-content: flex-end !important;
    gap: clamp(8px, 2.5vw, 14px) !important;
    margin-left: auto !important;
    overflow-x: visible !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body > header[data-testid="site.header"] .nav-links::-webkit-scrollbar {
    display: none !important;
  }

  html body > header[data-testid="site.header"] .nav-links a {
    height: var(--site-header-height-mobile) !important;
    min-height: var(--site-header-height-mobile) !important;
    padding: 0 !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
  }

  html body > header[data-testid="site.header"] .nav-links a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 12px !important;
  }
}

/* source: /assets/nopnj-cursor.css?v=15b5d04d8bbb3480 */
/* NO PNJ cursor layer: desktop precision pointers only. */
@media (hover: hover) and (pointer: fine) {
  html.nopnj-cursor-loading,
  html.nopnj-cursor-loading *,
  html.nopnj-loader-active,
  html.nopnj-loader-active * {
    cursor: none !important;
  }

  .nopnj-loading-cursor {
    position: fixed;
    left: 50vw;
    top: 50vh;
    z-index: 2147483647;
    width: 46px;
    height: 46px;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.92);
    transition: opacity .2s ease, transform .2s ease;
    will-change: left, top, opacity, transform;
    mix-blend-mode: screen;
  }

  html.nopnj-cursor-loading .nopnj-loading-cursor,
  html.nopnj-loader-active .nopnj-loading-cursor {
    opacity: .9;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .nopnj-loading-cursor svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: nopnjCursorWireSpin 1.35s linear infinite;
    filter:
      drop-shadow(0 0 4px rgba(248, 244, 228, .16))
      drop-shadow(0 0 10px rgba(248, 244, 228, .08));
    transform-origin: 50% 50%;
  }

  .nopnj-loading-cursor path {
    fill: none;
    stroke: rgba(248, 244, 228, .88);
    stroke-width: 4.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
  }
}

@media (hover: none), (pointer: coarse) {
  .nopnj-loading-cursor {
    display: none !important;
  }
}

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