/* =========================================================
   KAIZEN ONLINE — THEME PARTAGE (navbar + hero + footer)
   Chargé sur TOUTES les pages, toujours en dernier dans le <head>
   pour surcharger les anciens styles inline.
   ========================================================= */

/* Police du site, appliquee partout */
body, .page-body, .navbar-v2, .site-footer,
.section-heading, .section-sub, .section-kicker,
h1, h2, h3, h4, p, li, a, button, input, textarea, code {
  font-family: 'Pixelify Sans', 'Trebuchet MS', sans-serif;
}

:root {
  --k-accent:        #e94f4f;
  --k-accent-2:      #b92c2c;
  --k-panel:         rgba(16, 19, 28, 0.78);
  --k-panel-solid:   #14161f;
  --k-border:        rgba(255, 255, 255, 0.10);
  --k-deep:          #101219;   /* fond du footer + vague */
  --k-text:          #ffffff;
  --k-muted:         #9aa1b1;
  --k-radius:        14px;
}

/* =========================  NAVBAR  ========================= */
.navbar-v2 {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 300;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  background: none;
  box-shadow: none;
}

.navbar-v2 .navbar-content {
  width: min(860px, calc(100% - 2rem));
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0.45rem 0.4rem 0.9rem;
  box-sizing: border-box;
  background: var(--k-panel);
  border: 1px solid rgba(233, 79, 79, 0.22);
  border-radius: 12px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.navbar-v2 .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-v2 .navbar-nav .nav-link {
  display: block;
  color: var(--k-text);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  background: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.navbar-v2 .navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.navbar-v2 .navbar-nav .nav-link.active {
  color: var(--k-accent);
  background: rgba(233, 79, 79, 0.12);
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.icon-btn img { width: 20px; height: 20px; display: block; }
.discord-btn { background: #5865f2; }
.discord-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(88, 101, 242, 0.5);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 1.3rem;
  border-radius: 9px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-decoration: none;
  background: linear-gradient(180deg, var(--k-accent), var(--k-accent-2));
  transition: transform 0.18s ease, filter 0.18s ease;
}
.nav-cta:hover { transform: translateY(-2px); filter: brightness(1.08); }
.nav-cta .cart-icon { margin-right: 0.35rem; font-size: 0.95em; }

.nav-brand {
  display: none;
  align-items: center;
  flex-shrink: 0;
}
.nav-brand img {
  height: 26px;
  width: auto;
  display: block;
}

/* Burger + menu mobile */
.navbar-v2 .burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
}
.navbar-v2 .burger span {
  display: block;
  width: 22px;
  height: 3px;
  margin: 3px 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.navbar-v2 .burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.navbar-v2 .burger.open span:nth-child(2) { opacity: 0; }
.navbar-v2 .burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: rgba(10, 12, 18, 0.97);
  backdrop-filter: blur(6px);
}
.mobile-nav.open { display: flex; }
.mobile-nav .nav-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 0.7rem 1.8rem;
  border-radius: 10px;
}
.mobile-nav .nav-link:hover,
.mobile-nav .nav-link.active {
  background: rgba(233, 79, 79, 0.15);
  color: var(--k-accent);
}

/* =========================  HERO  ========================= */
.hero-v2 {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 3.5rem 80px 3.5rem;
  justify-content: center;
  overflow: hidden;
  background: #0d1017;
}

/* Fond : image legerement floutee (inset negatif pour eviter les bords flous) */
.hero-v2::before {
  content: '';
  position: absolute;
  inset: -30px;
  z-index: 0;
  /* Remplace par ton artwork plein ecran */
  background: url('../img/bg.gif') center / cover no-repeat;
  filter: blur(3px) saturate(1.08) brightness(0.92);
  transform: scale(1.03);
}

/* Lumiere : halo central chaud + assombrissement des bords */
.hero-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.12) 40%, rgba(16,18,25,0.8) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;   /* groupe centre => symetrique par rapport a la barre d'IP */
  gap: 4rem;
}

.hero-brand {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.hero-brand .hero-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.6));
  animation: heroFloat 6s ease-in-out infinite;
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.hero-tagline {
  max-width: 380px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #e7e9ee;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.hero-media {
  flex: 0 0 580px;
  max-width: 580px;
  margin-left: 3rem;
  /* decalage vers la droite sans bouger le logo (transform = hors flux) */
  transform: translateX(7rem);
  padding: 0;
  background: none;
  border: none;
  border-radius: 12px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6);
}
.hero-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slides { display: flex; width: 100%; height: 100%; transition: transform 0.55s ease; }
.hero-slide  { flex: 0 0 100%; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 3;
}
.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.hero-dot.active { width: 22px; background: var(--k-accent); }

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 3;
}
.hero-carousel:hover .hero-arrow { opacity: 1; }
.hero-arrow:hover { background: var(--k-accent); }
.hero-arrow.prev { left: 8px; }
.hero-arrow.next { right: 8px; }

/* IP + scroll */
.hero-bottom {
  position: relative;
  z-index: 3;
  margin: 4.5rem auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.ip-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.ip-wrap { position: relative; display: inline-flex; }
.ip-copy-icon { font-size: 0.9em; opacity: 0.9; }
.ip-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--k-accent), var(--k-accent-2));
  color: #fff;
  font-family: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
  transition: transform 0.18s ease, filter 0.18s ease;
}
.ip-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.ip-button.copied { animation: ipPulse 0.5s ease; }
@keyframes ipPulse { 50% { transform: scale(1.04); } }

.ip-badge {
  position: absolute;
  top: -11px;
  right: -14px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #12141c;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.ip-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3ad07f;
  box-shadow: 0 0 8px rgba(58, 208, 127, 0.9);
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}
.ip-button { gap: 0.55rem; }

.scroll-hint {
  margin-top: 0.6rem;
  width: 22px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}
.scroll-hint::before {
  content: '';
  width: 3px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
  animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(0);    opacity: 1; }
  70%  { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0);    opacity: 0; }
}

.hero-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 4;
  line-height: 0;
}
.hero-wave svg { display: block; width: 100%; height: 70px; }
.hero-wave path { fill: #191b22; }

/* ================  EN-TETE DES PAGES INTERNES  ================ */
.page-hero {
  padding: 150px 1.5rem 40px 1.5rem;
  text-align: center;
}
.page-hero h1 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin: 0 0 0.5rem 0;
  color: #fff;
}
.page-hero p {
  margin: 0;
  color: var(--k-muted);
  font-size: 1rem;
}

/* =========================  FOOTER  ========================= */
.site-footer {
  position: static;      /* annule l'ancien footer fixe */
  margin-top: 0;
  padding: 0;
  background: var(--k-deep);
  border-top: 1px solid var(--k-border);
  color: var(--k-text);
  font-size: 0.92rem;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
}
.site-footer::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--k-accent), #5865f2, var(--k-accent));
  opacity: 0.9;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3.2rem 1.5rem 2rem 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

.footer-col h4 {
  margin: 0 0 1rem 0;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--k-accent);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
  color: var(--k-muted);
  text-decoration: none;
  transition: color 0.18s ease, padding-left 0.18s ease;
}
.footer-col a:hover { color: #fff; padding-left: 4px; }

.footer-logo {
  height: 42px;
  width: auto;
  margin-bottom: 0.9rem;
  display: block;
}
.footer-about {
  color: var(--k-muted);
  line-height: 1.7;
  max-width: 320px;
  margin: 0 0 1.2rem 0;
}
.footer-socials { display: flex; gap: 0.5rem; }
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--k-border);
  transition: transform 0.18s ease, background 0.18s ease;
}
.footer-social:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.14); }
.footer-social img { width: 18px; height: 18px; }

.footer-ip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}
.footer-ip:hover { border-color: var(--k-accent); }

.footer-bottom {
  border-top: 1px solid var(--k-border);
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  text-align: center;
  color: #6f7686;
  font-size: 0.82rem;
}
.footer-bottom .sep { opacity: 0.4; }

/* =========================  RESPONSIVE  ========================= */
@media (max-width: 1100px) {
  .hero-grid { flex-direction: column; gap: 2rem; }
  .hero-media { max-width: 100%; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .navbar-v2 .navbar-nav { display: none; }
  .navbar-v2 .burger { display: flex; }
  .navbar-v2 .navbar-content { padding: 0.5rem 0.6rem 0.5rem 0.9rem; }
}

@media (max-width: 600px) {
  .hero-v2 { padding: 100px 1rem 90px 1rem; }
  .hero-brand .hero-logo { max-width: 220px; }
  .ip-button { font-size: 0.9rem; padding: 0.65rem 1.3rem; }
  .hero-wave svg { height: 45px; }
  .footer-inner { grid-template-columns: 1fr; padding: 2.4rem 1.2rem 1.6rem 1.2rem; }
  .page-hero { padding-top: 120px; }
  .page-hero h1 { font-size: 1.7rem; }
}

/* =====================  SECTIONS (titres communs)  ===================== */
.section-head {
  max-width: 720px;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.section-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(233, 79, 79, 0.4);
  background: rgba(233, 79, 79, 0.1);
  color: var(--k-accent);
  font-size: 0.75rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.section-heading {
  margin: 0 0 0.7rem 0;
  font-size: 2.4rem;
  line-height: 1.15;
  letter-spacing: 1px;
  color: #fff;
}
.section-sub {
  margin: 0;
  color: var(--k-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* =====================  PROGRESSION & POWERS  ===================== */
.powers-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 1.5rem 0 1.5rem;
}

.powers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.6rem;
}

.power-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(30, 33, 44, 0.9), rgba(18, 20, 28, 0.95));
  border: 1px solid var(--k-border);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.power-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(120% 80% at 50% 0%, rgba(233, 79, 79, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.power-card:hover {
  transform: translateY(-6px);
  border-color: rgba(233, 79, 79, 0.55);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55);
}
.power-card:hover::before { opacity: 1; }

.power-media {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.power-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.power-card:hover .power-media img { transform: scale(1.06); }
.power-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,20,28,0) 35%, rgba(18,20,28,0.95) 100%);
}

.power-body {
  position: relative;
  z-index: 2;
  margin-top: -28px;
  padding: 0 1.5rem 1.6rem 1.5rem;
}
.power-tag {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--k-accent);
  font-size: 0.74rem;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.power-body h3 {
  margin: 0 0 0.6rem 0;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.5px;
}
.power-body p {
  margin: 0 0 1.2rem 0;
  color: var(--k-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.power-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.power-link .arrow { transition: transform 0.25s ease; color: var(--k-accent); }
.power-card:hover .power-link .arrow { transform: translateX(5px); }

/* =====================  TEMOIGNAGE  ===================== */
.testimonial {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  max-width: 900px;
  margin: 3.5rem auto 0 auto;
  padding: 1.6rem 1.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--k-border);
  border-left: 3px solid var(--k-accent);
}
.testimonial-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(233, 79, 79, 0.5);
}
.testimonial-text {
  margin: 0 0 0.6rem 0;
  color: #e7e9ee;
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
}
.testimonial-author {
  color: var(--k-muted);
  font-size: 0.85rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .section-heading { font-size: 1.8rem; }
  .testimonial { flex-direction: column; text-align: center; }
  .power-media { height: 170px; }
}

/* Harmonisation des anciens titres (trailer, partners) */
.section-title {
  font-size: 2.2rem !important;
  letter-spacing: 1px;
  color: #fff !important;
  text-align: center;
  margin-bottom: 0.6rem !important;
}
.section-subtitle {
  color: var(--k-muted) !important;
  font-size: 1.02rem !important;
  text-align: center;
  margin-bottom: 2.2rem !important;
}

/* =====================  PAGES INTERNES (fond commun)  ===================== */
.page-body {
  background: #14161f;
  color: #fff;
  margin: 0;
}

/* =====================  PAGE VOTE  ===================== */
.vote-hero { padding: 160px 1.5rem 10px 1.5rem; }
.vote-hero .section-heading { margin-top: 0.8rem; }
.vote-hero .section-sub { max-width: 620px; margin: 0.6rem auto 0 auto; }

.vote-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem 1.5rem 0 1.5rem;
}

.vote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.6rem;
}

.vote-card {
  display: flex;
  flex-direction: column;
  padding: 1.8rem;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(36, 39, 52, 0.9), rgba(20, 22, 31, 0.95));
  border: 1px solid var(--k-border);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.vote-card:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 79, 79, 0.5);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.55);
}

.vote-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.vote-logo {
  height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}
.vote-chip {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(233, 79, 79, 0.12);
  border: 1px solid rgba(233, 79, 79, 0.35);
  color: var(--k-accent);
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.vote-card h3 {
  margin: 0 0 0.6rem 0;
  font-size: 1.4rem;
  color: #fff;
}
.vote-card p {
  margin: 0 0 1.1rem 0;
  color: var(--k-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.vote-perks {
  list-style: none;
  margin: 0 0 1.6rem 0;
  padding: 0;
}
.vote-perks li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #d6d9e0;
  font-size: 0.9rem;
}
.vote-perks li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--k-accent);
}

.vote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.85rem 1.4rem;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--k-accent), var(--k-accent-2));
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.vote-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.vote-btn .arrow { transition: transform 0.2s ease; }
.vote-btn:hover .arrow { transform: translateX(4px); }

/* Etapes */
.vote-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-top: 3.5rem;
  padding: 1.8rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--k-border);
}
.vote-step h4 {
  margin: 0.7rem 0 0.4rem 0;
  font-size: 1.05rem;
  color: #fff;
}
.vote-step p {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(233, 79, 79, 0.15);
  border: 1px solid rgba(233, 79, 79, 0.4);
  color: var(--k-accent);
  font-weight: 800;
  font-size: 0.9rem;
}
.vote-step code {
  padding: 0.15rem 0.4rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.vote-step .footer-ip { padding: 0.25rem 0.55rem; font-size: 0.8rem; }

/* CTA bas de page */
.vote-cta {
  max-width: 1080px;
  margin: 4rem auto 5rem auto;
  padding: 0 1.5rem;
}
.vote-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2.2rem 2.4rem;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(233, 79, 79, 0.18), rgba(20, 22, 31, 0.9) 60%);
  border: 1px solid rgba(233, 79, 79, 0.28);
}
.vote-cta-inner h2 { margin: 0 0 0.4rem 0; font-size: 1.6rem; color: #fff; }
.vote-cta-inner p  { margin: 0; color: var(--k-muted); }
.vote-cta-btn { height: 46px; font-size: 1rem; padding: 0 1.8rem; }

/* =====================  BOUTONS ROUGES (style commun)  ===================== */
.btn-red,
.vote-btn,
.ip-button,
.nav-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f26a6a 0%, var(--k-accent) 45%, var(--k-accent-2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 6px 18px rgba(185, 44, 44, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -2px 6px rgba(0, 0, 0, 0.25);
}
.btn-red::after,
.vote-btn::after,
.ip-button::after,
.nav-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.btn-red:hover::after,
.vote-btn:hover::after,
.ip-button:hover::after,
.nav-cta:hover::after { left: 130%; }

.btn-red:hover,
.vote-btn:hover,
.ip-button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 26px rgba(233, 79, 79, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.7rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-red .arrow { transition: transform 0.2s ease; }
.btn-red:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.7rem;
  border-radius: 10px;
  border: 1px solid var(--k-border);
  background: rgba(255, 255, 255, 0.04);
  color: #d6d9e0;
  font-size: 0.95rem;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); color: #fff; transform: translateY(-2px); }

/* =====================  VOTE : logos plus gros et centres  ===================== */
.vote-card-top {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.vote-logo {
  height: 92px;
  max-width: 240px;
  object-fit: contain;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.5));
}
.vote-card { text-align: center; align-items: center; }
.vote-card h3 { font-size: 1.5rem; }
.vote-perks { text-align: left; display: inline-block; }
.vote-btn {
  width: auto;
  align-self: center;
  padding: 0.6rem 1.5rem;
  font-size: 0.9rem;
  letter-spacing: 1.2px;
}

/* =====================  PARTENAIRES  ===================== */
.partners-v2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 1.5rem 10px 1.5rem;
}

.partner-featured {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2.2rem;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(36, 39, 52, 0.95), rgba(18, 20, 28, 0.95));
  border: 1px solid var(--k-border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.partner-logo {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--k-border);
}
.partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

.partner-role {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(233, 79, 79, 0.12);
  border: 1px solid rgba(233, 79, 79, 0.35);
  color: var(--k-accent);
  font-size: 0.72rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.partner-content h3 { margin: 0 0 0.6rem 0; font-size: 1.7rem; color: #fff; }
.partner-content p  { margin: 0 0 1.2rem 0; color: var(--k-muted); line-height: 1.7; }

.partner-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.partner-stats div { display: flex; flex-direction: column; }
.partner-stats strong { color: #fff; font-size: 1.25rem; }
.partner-stats span {
  color: var(--k-muted);
  font-size: 0.75rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.partner-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding: 1.3rem 1.8rem;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.partner-cta:hover { border-color: var(--k-accent); background: rgba(233, 79, 79, 0.07); }
.partner-cta strong { color: #fff; font-size: 1.05rem; }
.partner-cta span   { color: var(--k-muted); font-size: 0.92rem; }
.partner-cta .arrow { color: var(--k-accent); }

/* =====================  PAGE RULES  ===================== */
.rules-section {
  max-width: 940px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem 1.5rem;
}

.rules-banner,
.rules-note {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.4rem 1.6rem;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(233, 79, 79, 0.14), rgba(20, 22, 31, 0.9) 70%);
  border: 1px solid rgba(233, 79, 79, 0.3);
  margin-bottom: 2.5rem;
}
.rules-banner h3 { margin: 0 0 0.4rem 0; color: #fff; font-size: 1.2rem; }
.rules-banner p, .rules-note p { margin: 0; color: #d6d9e0; line-height: 1.7; font-size: 0.95rem; }
.rules-banner-icon { font-size: 1.5rem; line-height: 1.4; }
.rules-note { margin: 2.5rem 0 2rem 0; background: rgba(255, 255, 255, 0.04); border-color: var(--k-border); }

.rules-list { display: flex; flex-direction: column; gap: 1.1rem; }

.rule-card {
  padding: 1.5rem 1.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--k-border);
  border-left: 3px solid rgba(233, 79, 79, 0.7);
  transition: background 0.2s ease, transform 0.2s ease;
}
.rule-card:hover { background: rgba(255, 255, 255, 0.06); transform: translateX(3px); }

.rule-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.rule-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(233, 79, 79, 0.15);
  border: 1px solid rgba(233, 79, 79, 0.4);
  color: var(--k-accent);
  font-weight: 800;
  font-size: 0.85rem;
}
.rule-head h3 { margin: 0; flex: 1; color: #fff; font-size: 1.2rem; }

.rule-badge {
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge-perm { background: rgba(233, 79, 79, 0.18); border: 1px solid rgba(233, 79, 79, 0.5); color: #ff8a8a; }
.badge-hard { background: rgba(255, 159, 67, 0.14); border: 1px solid rgba(255, 159, 67, 0.4); color: #ffb066; }
.badge-soft { background: rgba(255, 255, 255, 0.08); border: 1px solid var(--k-border); color: #c9ced8; }

.rule-card p { margin: 0 0 0.6rem 0; color: var(--k-muted); font-size: 0.95rem; line-height: 1.7; }
.rule-card p:last-child { margin-bottom: 0; }
.rule-card strong { color: #fff; }
.rule-card em { color: #ff9d9d; font-style: normal; }

.rules-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .partner-featured { flex-direction: column; text-align: center; }
  .partner-stats { justify-content: center; }
}

/* =====================  CTA FINAL  ===================== */
.final-cta {
  position: relative;
  padding: 5rem 1.5rem 5.5rem 1.5rem;
  background:
    radial-gradient(70% 100% at 50% 0%, rgba(233, 79, 79, 0.16), transparent 70%),
    linear-gradient(180deg, #0f1118 0%, #16181f 100%);
  border-top: 1px solid rgba(233, 79, 79, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.final-cta::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(560px, 70%);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--k-accent), transparent);
  box-shadow: 0 0 22px rgba(233, 79, 79, 0.8);
}

.final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.final-cta-inner .section-heading { margin-top: 0.9rem; }
.final-cta-inner .section-sub { margin: 0.8rem auto 0 auto; max-width: 620px; }

.final-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.2rem;
}
.final-cta-actions .btn-red { font-size: 1.05rem; padding: 0.95rem 2rem; }

/* La séparation avec la section précédente doit être franche */
.section-wrapper.alt-bg { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

/* =====================  NAVBAR : POSITION STABLE  ===================== */
/* La barre de defilement apparait/disparait selon la longueur des pages,
   ce qui decalait la navbar centree. On reserve toujours sa place. */
html {
  scrollbar-gutter: stable;
  overflow-y: scroll;   /* une seule barre, toujours la meme place */
  overflow-x: hidden;
}
/* 'clip' et non 'hidden' : evite de creer une 2e zone scrollable sur le body */
body { overflow-x: clip; margin: 0; }

/* =====================  ECHELLE DES PAGES INTERNES  ===================== */
.page-hero {
  max-width: 780px;
  margin: 0 auto;
  padding: 140px 1.5rem 20px 1.5rem;
}
.page-hero .section-heading { font-size: 2rem; }
.page-hero .section-sub { font-size: 0.98rem; line-height: 1.7; }

/* Intro des regles : points formates au lieu d'une longue ligne */
.intro-points {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
}
.intro-point {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--k-border);
  color: #d6d9e0;
  font-size: 0.88rem;
}

/* Regles : cartes plus compactes */
.rules-section { max-width: 820px; padding-top: 2rem; }
.rule-head h3 { font-size: 1.05rem; }
.rule-card { padding: 1.2rem 1.4rem; }
.rule-card p { font-size: 0.88rem; line-height: 1.65; }
.rule-badge { font-size: 0.65rem; }
.rules-banner h3 { font-size: 1.05rem; }
.rules-banner p, .rules-note p { font-size: 0.88rem; }

/* =====================  PAGE ABOUT  ===================== */
.about-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem 1.5rem;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 1.2rem 0.8rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--k-border);
}
.about-stat strong { color: var(--k-accent); font-size: 1.5rem; }
.about-stat span {
  color: var(--k-muted);
  font-size: 0.72rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.2rem;
}
.about-card {
  padding: 1.6rem;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(36, 39, 52, 0.85), rgba(20, 22, 31, 0.95));
  border: 1px solid var(--k-border);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.about-card:hover { transform: translateY(-4px); border-color: rgba(233, 79, 79, 0.45); }
.about-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.9rem;
  border-radius: 10px;
  background: rgba(233, 79, 79, 0.12);
  border: 1px solid rgba(233, 79, 79, 0.35);
  font-size: 1.1rem;
}
.about-card h3 { margin: 0 0 0.6rem 0; color: #fff; font-size: 1.15rem; }
.about-card p  { margin: 0; color: var(--k-muted); font-size: 0.9rem; line-height: 1.7; }
.hl { color: var(--k-accent); }

.about-quote {
  margin: 2.5rem 0;
  padding: 1.8rem;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(120deg, rgba(233, 79, 79, 0.12), rgba(20, 22, 31, 0.9) 70%);
  border: 1px solid rgba(233, 79, 79, 0.25);
}
.about-quote p {
  margin: 0 0 0.6rem 0;
  color: #fff;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
}
.about-quote span { color: var(--k-muted); font-size: 0.82rem; letter-spacing: 1.4px; text-transform: uppercase; }

.about-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========================================================
   RESPONSIVE MOBILE — ordre : IP d'abord, puis logo, puis slider
   ========================================================= */
@media (max-width: 820px) {
  .hero-v2 {
    padding: 100px 1.2rem 70px 1.2rem;
    justify-content: flex-start;
  }

  /* La barre d'IP passe en premier */
  .hero-bottom {
    order: -1;
    margin: 1.5rem auto 2rem auto;
    gap: 0.6rem;
  }
  .ip-label { font-size: 0.7rem; letter-spacing: 1.5px; }
  .ip-button { font-size: 0.95rem; padding: 0.7rem 1.4rem; }
  .scroll-hint { display: none; }

  /* Logo puis slider */
  .hero-grid {
    flex-direction: column;
    gap: 2rem;
    margin: 0;
  }
  .hero-brand {
    order: 1;
    flex: none;
    margin-left: 0;
    width: 100%;
  }
  .hero-brand .hero-logo { max-width: 230px; }
  .hero-tagline { font-size: 0.9rem; max-width: 320px; }

  /* Slideshow reduit sur mobile */
  .hero-media {
    order: 2;
    flex: none;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    transform: none;
  }
  .hero-arrow { opacity: 1; width: 28px; height: 28px; }
  .hero-dot { width: 7px; height: 7px; }
  .hero-dot.active { width: 18px; }

  /* Navbar mobile : tout tient dans la barre */
  .navbar-v2 { padding: 0 0.7rem; }
  .navbar-v2 .navbar-content {
    width: 100%;
    max-width: none;
    gap: 0.45rem;
    padding: 0.35rem 0.45rem;
  }
  .navbar-v2 .navbar-nav { display: none; }
  .nav-brand { display: flex; }
  .navbar-actions { margin-left: auto; }
  .navbar-v2 .burger { display: flex; flex-shrink: 0; width: 34px; height: 34px; }
  .nav-cta { height: 34px; padding: 0 0.7rem; font-size: 0.75rem; letter-spacing: 1px; }
  .nav-cta .cart-icon { margin-right: 0.2rem; }
  .icon-btn { width: 34px; height: 34px; flex-shrink: 0; }
  .icon-btn img { width: 17px; height: 17px; }

  /* Sections internes */
  .page-hero { padding-top: 110px; }
  .powers-section,
  .partners-v2,
  .about-section,
  .rules-section,
  .vote-section { padding-left: 1.1rem; padding-right: 1.1rem; }
  .final-cta { padding: 3.5rem 1.2rem; }
}

/* =====================  PARTICULES DE FLAMMES  ===================== */
#flame-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.75;
  mix-blend-mode: screen;
}
/* Le contenu passe au-dessus du canvas (sans toucher a la navbar fixe) */
body > section,
body > footer,
body > main,
body > .page-hero { position: relative; z-index: 1; }

/* =====================  MENU BURGER : CROIX  ===================== */
.mobile-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--k-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-close:hover { background: rgba(233, 79, 79, 0.18); border-color: var(--k-accent); }

/* =========================================================
   PAGE CONTACT (styles complets, plus de CSS inline)
   ========================================================= */
.contact-page .section-wrapper {
  width: 100%;
  padding: 0;
  background: none;
  display: block;
}
.contact-section {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 1.5rem 3.5rem 1.5rem;
  box-sizing: border-box;
}
.contact-card { max-width: 100%; }

.contact-header { text-align: center; margin-bottom: 2rem; }
.contact-title {
  margin: 0.8rem 0 0.5rem 0;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 1px;
}
.contact-subtitle { margin: 0; color: var(--k-muted); font-size: 0.98rem; }

.contact-card {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 1.8rem;
  align-items: start;
  padding: 1.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--k-border);
}

/* Colonne infos */
.contact-info { display: flex; flex-direction: column; gap: 1rem; }
.contact-info-block {
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  background: rgba(233, 79, 79, 0.06);
  border-left: 3px solid var(--k-accent);
}
.contact-info-title { margin-bottom: 0.5rem; font-size: 1rem; font-weight: 700; color: #fff; }
.contact-info-text  { margin: 0; font-size: 0.9rem; color: #c5c9d6; line-height: 1.7; }
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
  font-size: 0.88rem;
  color: #d8dce8;
}
.contact-info-item:first-child { margin-top: 0; }
.contact-mail-link { color: var(--k-accent); text-decoration: none; font-weight: 600; }
.contact-mail-link:hover { text-decoration: underline; }

/* Formulaire */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;      /* evite les debordements en grille */
}
.contact-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #9ca3b8;
  font-weight: 600;
}
.contact-input,
.contact-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d0f15;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-input:focus,
.contact-textarea:focus {
  border-color: var(--k-accent);
  box-shadow: 0 0 0 3px rgba(233, 79, 79, 0.15);
}
.contact-textarea {
  min-height: 130px;
  max-height: 240px;
  resize: vertical;
  line-height: 1.6;
}

.contact-submit-btn {
  align-self: flex-start;
  margin-top: 0.3rem;
  padding: 0.75rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: linear-gradient(180deg, #f26a6a 0%, var(--k-accent) 45%, var(--k-accent-2) 100%);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(185, 44, 44, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.contact-submit-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }

/* Messages + honeypot anti-spam (doit rester invisible) */
.msg {
  padding: 0.8rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
}
.msg-success { background: rgba(58, 208, 127, 0.12); border: 1px solid rgba(58, 208, 127, 0.4); color: #8fe9b8; }
.msg-error   { background: rgba(233, 79, 79, 0.12);  border: 1px solid rgba(233, 79, 79, 0.4);  color: #ff9d9d; }
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .contact-card { grid-template-columns: 1fr; }
  .contact-row  { grid-template-columns: 1fr; }
  .contact-section { padding-top: 110px; }
  .contact-submit-btn { align-self: stretch; text-align: center; }
}
