/* ============================================================
   MY POKER CITY — Global Styles
   Thème : Noir profond + Rouge vif + Or champagne
   ============================================================ */

:root {
  /* Couleurs principales */
  --color-bg:          #0A0A0A;
  --color-bg-card:     #141414;
  --color-bg-section:  #111111;
  --color-bg-input:    #1C1C1C;

  /* Rouge poker */
  --color-red:         #C1121F;
  --color-red-hover:   #D91C28;
  --color-red-muted:   rgba(193, 18, 31, 0.15);

  /* Or champagne */
  --color-gold:        #C9A84C;
  --color-gold-light:  #E2C97A;

  /* Texte */
  --color-white:       #F5F5F5;
  --color-white-soft:  #CCCCCC;
  --color-muted:       #888888;

  /* Bordures */
  --color-border:      rgba(255,255,255,0.08);
  --color-border-red:  rgba(193, 18, 31, 0.35);

  /* Typography */
  --font-display:      'Playfair Display', Georgia, serif;
  --font-body:         'Inter', system-ui, sans-serif;

  /* Spacing */
  --section-padding:   80px 24px;
  --max-width:         960px;

  /* Transitions */
  --transition:        0.22s ease;
  --transition-slow:   0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-body);
}

input, textarea {
  font-family: var(--font-body);
}

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

/* Utilitaires globaux */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* Scrollbar custom */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--color-bg);
}
::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 3px;
}

.fHMPmbHo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 32px;
  height: 64px;
  display: flex;
  align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}

.k9F_p_Vw {
  background: rgba(8, 8, 8, 0.88);
  border-color: rgba(255,255,255,0.07);
  backdrop-filter: blur(20px);
}

.T_RlagA_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Logo texte (gauche) */
.EhIOGYsR {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-white);
  flex-shrink: 0;
  transition: color 0.2s;
}
.EhIOGYsR:hover { color: var(--color-white); }

.yZM4hooY {
  font-size: 18px;
  color: var(--color-red);
}

/* Côté droit (logo image + CTA) */
.H9aZ5GXV {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo image (droite) */
.vXtIX9Xd {
  height: 34px;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 6px;
  transition: transform 0.2s, filter 0.2s;
}
.vXtIX9Xd:hover {
  transform: scale(1.06);
  filter: brightness(1.1);
}

/* Links */
.FgSgtLSh {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.SxAflsbC {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white-soft);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  position: relative;
}

.SxAflsbC::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-red);
  transition: width 0.25s ease;
}

.SxAflsbC:hover { color: var(--color-white); }
.SxAflsbC:hover::after { width: 100%; }

/* CTA */
.Iftumsx5 {
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-body);
  color: #fff;
  background: var(--color-red);
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s;
}

.Iftumsx5:hover { background: var(--color-red-hover); transform: translateY(-1px); }

/* Responsive */
@media (max-width: 768px) {
  .FgSgtLSh { display: none; }
  .fHMPmbHo { padding: 0 20px; }
}

.eGYx8lGA {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ── Background ── */
.R1Xj_xhQ {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mxUOPkEl {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  animation: Pkh5D6wA 18s ease-out forwards;
}

@keyframes Pkh5D6wA {
  from { transform: scale(1.05); }
  to   { transform: scale(1.00); }
}

.r4c9MdUP {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 8, 8, 0.45) 0%,
    rgba(8, 8, 8, 0.65) 50%,
    rgba(8, 8, 8, 0.96) 100%
  );
}

/* ── Content — centré ── */
.USwK2_Fh {
  position: relative;
  z-index: 1;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  animation: POk7cByI 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes POk7cByI {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Badge */
.OSSBvywa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(193, 18, 31, 0.10);
  border: 1px solid rgba(193, 18, 31, 0.28);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  color: var(--color-red);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.kXa93jvA {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-red);
  animation: sH4lOpaY 2s infinite;
}

@keyframes sH4lOpaY {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(193,18,31,0.5); }
  50%       { opacity: 0.5; box-shadow: 0 0 0 6px rgba(193,18,31,0); }
}

/* Title */
.oR2vB7Ot {
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 900;
  letter-spacing: 0.07em;
  color: var(--color-white);
  line-height: 0.95;
  margin-bottom: 28px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.4);
}

/* Tagline */
.ZuTkD9L7 {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: var(--color-white-soft);
  margin-bottom: 20px;
  line-height: 1.25;
}

.IFAzp9yd { color: var(--color-red); }

/* Subtitle */
.r4UmxwK_ {
  font-size: 16px;
  color: rgba(200, 200, 200, 0.85);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto 48px;
}

/* Pillars */
.QVeh76y4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 56px;
}

.VsYZJUAj {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white-soft);
  backdrop-filter: blur(6px);
  transition: border-color var(--transition), background var(--transition);
}

.VsYZJUAj:hover {
  border-color: rgba(193, 18, 31, 0.35);
  background: rgba(193, 18, 31, 0.06);
}

.B0N4Cgyl { font-size: 15px; }

/* CTA */
.xR0wm0rC {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--color-red);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 44px;
  border-radius: 6px;
  letter-spacing: 0.02em;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 6px 28px rgba(193, 18, 31, 0.40);
}

.xR0wm0rC:hover {
  background: var(--color-red-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(193, 18, 31, 0.52);
}

.xR0wm0rC:active { transform: translateY(0); }

.j9JxoZMa {
  font-size: 20px;
  transition: transform var(--transition);
}
.xR0wm0rC:hover .j9JxoZMa { transform: translateX(5px); }

/* Hint */
.wyPjtzRv {
  margin-top: 18px;
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.05em;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .QVeh76y4 { flex-direction: column; align-items: center; }
  .VsYZJUAj { width: 100%; max-width: 280px; justify-content: center; }
}

/* ── Wrapper ── */
.Qfggnj96 {
  background: var(--color-bg);
}

/* ── Z-scroll items ── */
.VLjNWsR1 {
  will-change: transform, opacity, filter;
  transition: opacity 0.10s linear, transform 0.10s linear, filter 0.10s linear;
}

/* ── Block layout ── */
.ScqLyx_p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  border-top: 1px solid var(--color-border);
}

.uqWIzpnC { direction: rtl; }
.uqWIzpnC > * { direction: ltr; }

/* ── Image ── */
.VrDpQ7jT {
  position: relative;
  overflow: hidden;
}

.uMKM_AHX {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ScqLyx_p:hover .uMKM_AHX { transform: scale(1.04); }

.SptQT0W5 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,8,8,0.12), rgba(8,8,8,0.04));
}

/* ── Body ── */
.UbcuNHh8 {
  display: flex;
  align-items: center;
  background: var(--color-bg-card);
}

.MQftmzj2 {
  padding: 72px 68px;
  width: 100%;
}

/* Meta (num + label) */
.jmbRrl7p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.l6nixenZ {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-red);
  text-transform: uppercase;
}

.j2xLIcDG {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  text-transform: uppercase;
}

/* Title */
.mvdahyN1 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.22;
  margin-bottom: 20px;
}

/* Text */
.FyeGmm3f {
  font-size: 15px;
  color: var(--color-white-soft);
  line-height: 1.85;
  margin-bottom: 24px;
}

/* Bullets */
.cCL33f3W {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.SosXaHB0 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 14px;
  color: var(--color-white-soft);
  line-height: 1.5;
}

.xVZcAlM4 {
  color: var(--color-red);
  font-size: 10px;
  flex-shrink: 0;
  opacity: 0.8;
}

/* Advantages */
.LwUXQICX {
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.20);
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 24px;
}

.i790e1Dm {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.XSMZG3B0 {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Rhm2SzYc {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  color: var(--color-white-soft);
}

.AWcB9IwV {
  color: var(--color-gold);
  font-size: 11px;
  flex-shrink: 0;
}

/* Note */
.Moua0RRM {
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.75;
  border-left: 2px solid rgba(193,18,31,0.35);
  padding-left: 14px;
  margin-top: 8px;
}

/* Disclaimer conditionnel (gris, petit, sous le note) */
.H7KWuJXl {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.28);
  line-height: 1.7;
  margin-top: 10px;
  padding-left: 16px;
  font-style: italic;
}

/* Tag */
.fi91yqMz {
  display: inline-block;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.06em;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ScqLyx_p, .uqWIzpnC {
    grid-template-columns: 1fr;
    direction: ltr;
    min-height: auto;
  }

  .VrDpQ7jT { height: 260px; }

  .MQftmzj2 { padding: 48px 28px; }
}

/* ────────────────────────────────────────────────────────────
   SURVEY — styles
──────────────────────────────────────────────────────────── */

.a0brZ9zW {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
}

/* Background As */
.THQTNMXT {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.r4DOPsO8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.65) brightness(0.5);
}

.IGEf5pjf {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 8, 8, 0.55),
    rgba(8, 8, 8, 0.48),
    rgba(8, 8, 8, 0.72)
  );
}

/* ── Barre navigation (← / ×) ── */
.DP6JOw0X {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.A8Jr8AaU {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-muted);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  letter-spacing: 0.04em;
  padding: 4px 0;
  transition: color 0.2s;
}
.A8Jr8AaU:hover { color: var(--color-white-soft); }

.pD4S1zWt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--color-muted);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.pD4S1zWt:hover { background: rgba(255,255,255,0.12); color: var(--color-white); }

/* ── Card ── */
.XJMJWiOR {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.GrVznVnY {
  background: rgba(16, 16, 16, 0.96);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  padding: 52px 44px;
  backdrop-filter: blur(16px);
  text-align: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.PDUr5U5n {
  opacity: 0;
  transform: translateY(14px);
}

/* Progress */
.HdhstCmU {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
}

.spOGybnf {
  display: flex;
  gap: 8px;
}

.n6hRTTYP {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  transition: background var(--transition), transform var(--transition);
}

.aQS1EiAN {
  background: var(--color-red);
  transform: scale(1.2);
}

.LJB38FLn {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-muted);
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

/* Question */
.YLxgaDOm {
  font-family: var(--font-display);
  font-size: clamp(20px, 4vw, 26px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.3;
  margin-bottom: 14px;
  text-align: center;
}

.yW66kYL5 {
  font-size: 13px;
  color: var(--color-muted);
  margin-bottom: 28px;
  line-height: 1.65;
  text-align: center;
}

/* ── Big 3 boutons ── */
.mwQh1gLz {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.HLzM2Pdm {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  text-align: left;
}

.HLzM2Pdm:hover { transform: translateX(6px); }

/* ── Mini carte de poker ── */
.dl1bVkqn {
  flex-shrink: 0;
  width: 52px;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  position: relative;
  transition: transform 0.2s;
}
.HLzM2Pdm:hover .dl1bVkqn { transform: rotate(-4deg) scale(1.08); }

.aEd2Ecfi {
  font-size: 20px;
  font-weight: 900;
  font-family: var(--font-display);
  line-height: 1;
}

.d8gfbdKV {
  font-size: 16px;
  line-height: 1;
}

.TKvrStkW {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.ZxaeM2R3 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

._ffyKCrt {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-body);
}

.fIfiyFrY {
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.HLzM2Pdm:hover .fIfiyFrY { transform: translateX(4px); }

/* Les couleurs des variantes sont gérées en inline styles dans Survey.jsx */
/* Seuls les effets hover (non gérables en inline) restent ici */
.HLzM2Pdm:hover {
  filter: brightness(1.12);
}

/* ── Standard choices (fréquence) ── */
.F1OGksBg {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.niW4AYuD {
  width: 100%;
  padding: 16px 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-body);
  color: var(--color-white-soft);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, color 0.2s;
}

.niW4AYuD:hover {
  background: rgba(193,18,31,0.08);
  border-color: rgba(193,18,31,0.35);
  color: var(--color-white);
  transform: translateX(4px);
}

/* ── Rejection (freins) ── */
.l41pefbB {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.uS0eaiap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 16px;
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-body);
  color: var(--color-white-soft);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.uS0eaiap:hover { background: rgba(255,255,255,0.06); }

.owLVmefl {
  background: rgba(193,18,31,0.08) !important;
  border-color: rgba(193,18,31,0.35) !important;
  color: var(--color-white) !important;
}

.gM2oXD3B {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 11px;
  color: #fff;
  transition: all 0.2s;
}

.owLVmefl .gM2oXD3B {
  background: var(--color-red);
  border-color: var(--color-red);
}

.xrLtsyZZ {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-family: var(--font-body);
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 12px;
}

.xrLtsyZZ:focus { border-color: rgba(193,18,31,0.4); }
.xrLtsyZZ::placeholder { color: var(--color-muted); }

.Go04aH8C {
  width: 100%;
  padding: 16px;
  background: var(--color-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-body);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.Go04aH8C:hover:not(:disabled) { background: var(--color-red-hover); transform: translateY(-1px); }
.Go04aH8C:disabled { opacity: 0.5; cursor: not-allowed; }

/* ── Personal step ── */
.xu2aypju { display: flex; flex-direction: column; gap: 20px; }

.v0sxlP3O {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-red);
  text-align: center;
}

.L3_BsIwj {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  text-align: left;
}

.SeVHowRb { display: flex; flex-direction: column; gap: 8px; text-align: left; }

.JBf1lGBB {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.utdl8L6X {
  padding: 13px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}
.utdl8L6X:focus { border-color: rgba(193,18,31,0.45); }
.utdl8L6X::placeholder { color: var(--color-muted); }
.utdl8L6X[type=number]::-webkit-inner-spin-button,
.utdl8L6X[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }
.utdl8L6X[type=number] { -moz-appearance: textfield; }

.K66efrt5 { display: flex; gap: 6px; }

.RGRVfxhJ {
  flex: 1;
  padding: 13px 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.2s;
}
.RGRVfxhJ:hover:not(.ZWWczaf8) { background: rgba(255,255,255,0.07); color: var(--color-white-soft); }

.ZWWczaf8 {
  background: rgba(193,18,31,0.10) !important;
  border-color: rgba(193,18,31,0.40) !important;
  color: var(--color-white) !important;
}

.LPspjhVW {
  font-size: 11px;
  color: var(--color-muted);
  text-align: center;
  margin-top: -8px;
}

.Hkm6a0ZT {
  width: 100%;
  padding: 16px;
  background: var(--color-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-body);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.Hkm6a0ZT:hover:not(:disabled) { background: var(--color-red-hover); transform: translateY(-1px); }
.Hkm6a0ZT:disabled { opacity: 0.4; cursor: not-allowed; }

/* ── Email step ── */
.s4U0WQuR { text-align: center; }

.YraHeaNY {
  font-size: 52px;
  margin-bottom: 20px;
  display: block;
  opacity: 0.75;
}

.ZGhcIvbh {
  font-family: var(--font-display);
  font-size: clamp(19px, 3.5vw, 24px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.3;
  margin-bottom: 12px;
}

.uuLyjAio {
  font-size: 15px;
  color: var(--color-white-soft);
  margin-bottom: 28px;
  line-height: 1.65;
}

.EHnM3KUy {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 10px;
}

.maaLNvva {
  flex: 1;
  padding: 14px 16px;
  background: rgba(255,255,255,0.05);
  border: none;
  color: var(--color-white);
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
}
.maaLNvva::placeholder { color: var(--color-muted); }

.kJ4O0u7k {
  padding: 14px 20px;
  background: var(--color-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.kJ4O0u7k:hover:not(:disabled) { background: var(--color-red-hover); }
.kJ4O0u7k:disabled { opacity: 0.5; cursor: not-allowed; }

.uJVO2fIv {
  font-size: 10px;
  color: var(--color-muted);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* ── Commentaire libre ── */
.NNbjFb1z {
  margin: 16px 0 8px;
  text-align: left;
}

._cuOOT7B {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 8px;
}
._cuOOT7B span { font-weight: 400; text-transform: none; letter-spacing: 0; }

.h4q9bL52 {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  color: var(--color-white);
  font-size: 14px;
  font-family: var(--font-body);
  line-height: 1.6;
  resize: vertical;
  outline: none;
  transition: border-color 0.2s;
}
.h4q9bL52:focus { border-color: rgba(193,18,31,0.4); }
.h4q9bL52::placeholder { color: var(--color-muted); }

.HUhRR1MD {
  font-size: 11px;
  color: var(--color-muted);
  text-align: right;
  margin-top: 4px;
}

.QyOtf4vR {
  font-size: 13px;
  color: var(--color-muted);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: underline;
  transition: color 0.2s;
}
.QyOtf4vR:hover { color: var(--color-white-soft); }

/* ── Survey intro ── */
.UOI4QEo2 {
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-border);
}

.Mi8GwLhK {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-red);
  margin-bottom: 10px;
}

.UIffqL4H {
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
}

.XZ4q3oD0 {
  font-size: 12px;
  color: var(--color-muted);
  letter-spacing: 0.05em;
}

.vTFAX2hG {
  margin-top: 10px;
  font-size: 13px;
  color: var(--color-gold-light);
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 8px;
  padding: 8px 14px;
  letter-spacing: 0.01em;
}
.vTFAX2hG strong { color: var(--color-gold); font-weight: 700; }

/* Error */
.osQCPlWD {
  margin-top: 12px;
  font-size: 13px;
  color: var(--color-red);
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .GrVznVnY { padding: 32px 20px; border-radius: 12px; }
  .L3_BsIwj { grid-template-columns: 1fr; }
  .EHnM3KUy { flex-direction: column; }
  .maaLNvva { border-radius: 8px 8px 0 0; }
  .kJ4O0u7k { border-radius: 0 0 8px 8px; padding: 14px; }
}

.F0QAfCcz {
  position: relative;
  width: 100%;
}

.gwcZTcK9 {
  position: relative;
  display: flex;
  align-items: center;
}

.lCZU5mrN {
  position: absolute;
  left: 14px;
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
}

.pyw_rISw {
  width: 100%;
  padding: 14px 44px 14px 40px;
  background: var(--color-bg-input);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-white);
  font-size: 15px;
  font-family: var(--font-body);
  transition: border-color var(--transition);
  outline: none;
}

.pyw_rISw:focus {
  border-color: var(--color-border-red);
}

.pyw_rISw::placeholder {
  color: var(--color-muted);
}

.xk5x2HIZ {
  border-color: rgba(201, 168, 76, 0.4) !important;
}

.e1YxxtVX {
  position: absolute;
  right: 12px;
  font-size: 18px;
  color: var(--color-muted);
  line-height: 1;
  transition: color var(--transition);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.e1YxxtVX:hover { color: var(--color-white); }

.r98Rxyh_ {
  position: absolute;
  right: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--color-border);
  border-top-color: var(--color-red);
  border-radius: 50%;
  animation: ozC7M6Jn 0.7s linear infinite;
}

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

/* Dropdown */
.WQm8fwYi {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #1E1E1E;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
  z-index: 100;
  list-style: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  animation: uQB8XduB 0.15s ease;
}

@keyframes uQB8XduB {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.Z_NOiU3C {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  cursor: pointer;
  transition: background var(--transition);
  font-family: var(--font-body);
  gap: 12px;
}

.Z_NOiU3C:last-child { border-bottom: none; }

.Z_NOiU3C:hover {
  background: rgba(193, 18, 31, 0.08);
}

.kXhN3nxp {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
}

.x5ZxNUrl {
  font-size: 11px;
  color: var(--color-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.h6SVs6Er {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: var(--color-bg);
}

.h7VTXW1q {
  text-align: center;
  max-width: 500px;
  width: 100%;
  padding: 56px 44px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  animation: iH4AddJh 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes iH4AddJh {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.Ajo21hYL {
  font-size: 52px;
  margin-bottom: 20px;
  display: block;
  opacity: 0.55;
}

.XCQYK5dQ {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 900;
  color: var(--color-white);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.K1T0la6D {
  font-size: 15px;
  color: var(--color-white-soft);
  line-height: 1.75;
}

.lFyThd9H {
  width: 48px;
  height: 2px;
  background: var(--color-red);
  margin: 32px auto;
  border-radius: 2px;
}

/* ── Partage ── */
.Yr73DR4z {
  text-align: left;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 24px 24px 20px;
}

.i2N0gCMw {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 10px;
  line-height: 1.3;
}

.JWOHYavx {
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.BwpBenZ9 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* WhatsApp */
.v8H4Un71 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #25D366;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-body);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  flex: 1;
  justify-content: center;
}

.v8H4Un71:hover {
  background: #1ebe5d;
  transform: translateY(-1px);
}

/* Copy */
.IApJW1Uz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: rgba(255,255,255,0.06);
  color: var(--color-white-soft);
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-body);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  flex: 1;
}

.IApJW1Uz:hover { background: rgba(255,255,255,0.10); color: var(--color-white); }

.yOzgGQJf {
  background: rgba(201,168,76,0.12) !important;
  border-color: rgba(201,168,76,0.30) !important;
  color: var(--color-gold) !important;
}

@media (max-width: 480px) {
  .h7VTXW1q { padding: 40px 24px; }
  .BwpBenZ9 { flex-direction: column; }
  .v8H4Un71, .IApJW1Uz { flex: none; width: 100%; }
}

.E8cwBAi_ {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--color-bg);
}

.YdpA6Qdj {
  text-align: center;
  max-width: 400px;
  padding: 48px 32px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 16px;
}

.g0iqJSvf {
  font-size: 48px;
  opacity: 0.4;
  margin-bottom: 20px;
}

.WzYaZB4Z {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 16px;
}

.bmvtDoVZ {
  font-size: 15px;
  color: var(--color-muted);
  line-height: 1.7;
}

