/* =====================================================
   TUKIO PRO v2 — Module Pages CSS (Light Mode)
   Partagé par: e-voting, crowdfunding, corporate, private
   Mobile-first · WCAG AA
   ===================================================== */

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

img {
  max-width: 100%;
  height: auto;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #fffdf5;
  color: #1a1a0f;
  line-height: 1.65;
  overflow-x: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 2px solid #bca402;
  outline-offset: 3px;
  border-radius: 2px;
}
@font-face {
  font-family: "Posterama";
  src: local("Posterama 1913 SemiBold"), local("Posterama1913-SemiBold");
  font-weight: 600;
  font-display: swap;
}
h1,
h2,
h3,
h4 {
  font-family: "Posterama", "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 253, 245, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(188, 164, 2, 0.14);
  transition: box-shadow 0.3s;
}
.navbar.scrolled {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-image {
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.logo-text-alt {
  font-family: "Posterama", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a0f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: none;
}
@media (min-width: 768px) {
  .nav-logo .logo-text-alt {
    display: inline;
  }
}
.footer-logo .logo-text-alt {
  display: inline;
}
.logo-text-alt em {
  font-style: normal;
  color: #bca402;
}
.logo-mark {
  width: 36px;
  height: 36px;
  background: #bca402;
  color: #fff;
  font-family: "Posterama", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.logo-text {
  font-family: "Posterama", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a0f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.logo-text em {
  font-style: normal;
  color: #bca402;
}
.nav-links {
  display: none;
  list-style: none;
  gap: 1.25rem;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.nav-sep {
  color: rgba(188, 164, 2, 0.35);
  font-size: 0.75rem;
  padding: 0 0.25rem;
  user-select: none;
}
.nav-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  padding: 0.375rem 0.875rem;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition:
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.nav-link:hover {
  color: #1a1a0f;
  background: rgba(188, 164, 2, 0.08);
}
.nav-link.active {
  color: #bca402;
  font-weight: 600;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .nav-actions .btn-nav-pro,
  .nav-actions .btn-nav-login {
    display: none;
  }
}

.btn-nav-pro {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: #bca402;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  transition:
    background 0.2s,
    transform 0.15s;
  white-space: nowrap;
}
.btn-nav-pro:hover {
  background: #a89200;
  transform: translateY(-1px);
}
.btn-nav-login {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: transparent;
  color: #1a1a0f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  border: 1.5px solid #1a1a0f;
  transition:
    border-color 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.btn-nav-login:hover {
  border-color: #bca402;
  color: #bca402;
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}
.hamburger-line {
  width: 22px;
  height: 1.5px;
  background: #1a1a0f;
  transition:
    transform 0.25s,
    opacity 0.2s;
  transform-origin: center;
}
.hamburger.open .hamburger-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.hamburger.open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open .hamburger-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: #fffdf5;
  border-bottom: 1px solid rgba(188, 164, 2, 0.15);
  padding: 1rem 1.5rem 1.5rem;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.3s,
    opacity 0.25s;
  z-index: 99;
}
.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-nav-link {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid rgba(188, 164, 2, 0.1);
  transition: color 0.2s;
}
.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #bca402;
}
.mobile-nav-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

/* ── MODULE HERO ── */
.module-hero {
  position: relative;
  padding-top: 70px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #fffdf5 0%, #fdf8e0 100%);
}
.module-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(188, 164, 2, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 164, 2, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.module-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.module-hero-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.module-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bca402;
  background: rgba(188, 164, 2, 0.1);
  border: 1px solid rgba(188, 164, 2, 0.25);
  padding: 0.35rem 0.875rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  width: fit-content;
  animation: fadeInUp 0.5s ease both;
}
.module-hero-title {
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  color: #1a1a0f;
  margin-bottom: 1.25rem;
  animation: fadeInUp 0.5s ease 0.1s both;
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
}
.accent {
  color: #bca402;
}
.module-hero-subtitle {
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  color: #777;
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 2.25rem;
  animation: fadeInUp 0.5s ease 0.2s both;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: fadeInUp 0.5s ease 0.3s both;
}
@media (min-width: 480px) {
  .hero-actions {
    flex-direction: row;
  }
}
.btn-hero-primary {
  display: inline-block;
  padding: 0.9375rem 2.25rem;
  background: #bca402;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 6px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(188, 164, 2, 0.28);
}
.btn-hero-primary:hover {
  background: #a89200;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(188, 164, 2, 0.38);
}
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9375rem 1.75rem;
  color: #1a1a0f;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 1.5px solid rgba(26, 26, 15, 0.2);
  border-radius: 6px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.btn-hero-secondary:hover {
  border-color: #bca402;
  color: #bca402;
}
.module-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 0.6s ease 0.2s both;
}
.module-hero-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

/* ── SECTIONS BASE ── */
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bca402;
  margin-bottom: 0.875rem;
}
.section-title {
  font-size: clamp(1.875rem, 4vw, 2.875rem);
  color: #1a1a0f;
  margin-bottom: 1rem;
}
.section-title--white {
  color: white;
}
.section-desc {
  font-size: 1rem;
  color: #888;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── USE CASES ── */
.usecases-section {
  padding: 6rem 1.5rem;
  background: #f8f5e8;
}
.usecases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.usecase-card {
  background: white;
  border: 1.5px solid rgba(188, 164, 2, 0.1);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.usecase-card:hover {
  border-color: rgba(188, 164, 2, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(188, 164, 2, 0.1);
}
.usecase-img-wrap {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
.usecase-card h3 {
  font-size: 1.0625rem;
  color: #1a1a0f;
}
.usecase-card p {
  font-size: 0.9rem;
  color: #888;
  line-height: 1.75;
}

/* ── FEATURES ── */
.features-section {
  padding: 6rem 1.5rem;
  background: #fffdf5;
}
.features-list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.feature-num {
  font-family: "Posterama", "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(188, 164, 2, 0.12);
  line-height: 1;
}
.feature-title {
  font-size: 1.5rem;
  color: #1a1a0f;
}
.feature-desc {
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.8;
  max-width: 440px;
}
.feature-visual {
  display: flex;
  justify-content: center;
}

/* Feature card mockup */
.feature-card {
  background: white;
  border: 1.5px solid rgba(188, 164, 2, 0.15);
  border-radius: 12px;
  padding: 1.75rem;
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.fc-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a1a0f;
}
.fc-bar-wrap {
  height: 8px;
  background: #f0ede0;
  border-radius: 4px;
  overflow: hidden;
}
.fc-bar {
  height: 100%;
  background: #bca402;
  border-radius: 4px;
  transition: width 1s ease;
}
.fc-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
}
.fc-val {
  color: #888;
}
.fc-pct {
  font-weight: 700;
  color: #bca402;
}
.fc-btn {
  background: #bca402;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border-radius: 6px;
}
.fc-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  height: 90px;
  padding: 0.5rem;
}
.fc-bar-v {
  flex: 1;
  background: #bca402;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.3rem;
}
.fc-bar-v span {
  font-size: 0.5625rem;
  font-weight: 700;
  color: white;
}
.fc-bar-v--b {
  background: rgba(188, 164, 2, 0.55);
}
.fc-bar-v--c {
  background: rgba(188, 164, 2, 0.3);
}
.fc-bar-v--c span {
  color: #bca402;
}
.fc-bar-v--b span {
  color: white;
}
.fc-live-badge {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #bca402;
  background: rgba(188, 164, 2, 0.1);
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
  text-align: center;
}
.fc-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(188, 164, 2, 0.08);
  font-size: 0.8125rem;
  color: #888;
}
.fc-stat-row:last-of-type {
  border-bottom: none;
}
.fc-gold {
  font-weight: 700;
  color: #bca402;
}

/* Progress (collecte) */
.fc-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0.375rem;
}
.fc-progress-bar-wrap {
  height: 8px;
  background: #f0ede0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.375rem;
}
.fc-progress-bar {
  height: 100%;
  background: #bca402;
  border-radius: 4px;
}
.fc-progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: #aaa;
}

/* Tiers (collecte) */
.fc-tier {
  padding: 0.75rem;
  border: 1px solid rgba(188, 164, 2, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fc-tier--active {
  border-color: #bca402;
  background: rgba(188, 164, 2, 0.04);
}
.fc-tier-price {
  font-size: 1rem;
  font-weight: 700;
  color: #bca402;
}
.fc-tier-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1a1a0f;
}
.fc-tier-desc {
  font-size: 0.75rem;
  color: #aaa;
}

/* QR Code (corporate) */
.fc-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.fc-qr svg {
  border: 1px solid rgba(188, 164, 2, 0.15);
  border-radius: 8px;
  padding: 8px;
  background: #fdfaf0;
}
.fc-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  border-radius: 6px;
  padding: 0.625rem 0.875rem;
  width: 100%;
}
.fc-check-icon {
  color: #4caf50;
  font-size: 1rem;
  font-weight: 700;
}
.fc-check-text {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #4caf50;
}

/* Ticket (corporate/private) */
.fc-ticket {
  border: 1.5px dashed rgba(188, 164, 2, 0.3);
  border-radius: 8px;
  padding: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.fc-ticket-type {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(188, 164, 2, 0.12);
  color: #bca402;
  border: 1px solid rgba(188, 164, 2, 0.25);
  border-radius: 3px;
  padding: 0.2rem 0.5rem;
  width: fit-content;
}
.fc-ticket-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a0f;
}
.fc-ticket-price {
  font-size: 0.75rem;
  color: #bca402;
  font-weight: 700;
}

/* RSVP invite (private) */
.fc-invite {
  border: 1.5px solid rgba(188, 164, 2, 0.25);
  border-radius: 10px;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: #fdfaf0;
}
.fc-invite-deco {
  color: #bca402;
  font-size: 1rem;
}
.fc-invite-subtitle {
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #aaa;
}
.fc-invite-names {
  font-family: "Posterama", "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #1a1a0f;
}
.fc-invite-date {
  font-size: 0.75rem;
  color: #bca402;
}
.fc-rsvp-yes {
  background: #bca402;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  border-radius: 5px;
}
.fc-rsvp-no {
  background: transparent;
  border: 1px solid rgba(188, 164, 2, 0.2);
  color: #aaa;
  font-size: 0.8125rem;
  text-align: center;
  padding: 0.5rem;
  border-radius: 5px;
}
.fc-rsvp-stats {
  display: flex;
  gap: 0.5rem;
}
.fc-rsvp-stat {
  flex: 1;
  text-align: center;
  padding: 0.625rem;
  background: rgba(188, 164, 2, 0.05);
  border-radius: 6px;
}
.fc-rsvp-count {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Posterama", "Montserrat", sans-serif;
}
.fc-rsvp-count--g {
  color: #4caf50;
}
.fc-rsvp-count--y {
  color: #bca402;
}
.fc-rsvp-count--r {
  color: #e05050;
}
.fc-rsvp-label {
  display: block;
  font-size: 0.625rem;
  color: #aaa;
  margin-top: 0.2rem;
}

/* ── STATS ── */
.stats-section {
  background: #1a1a0f;
  padding: 5rem 1.5rem;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.stat-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: none;
}
.stat-card:nth-child(2n) {
  border: none;
}
.stat-number {
  display: block;
  font-family: "Posterama", "Montserrat", sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #bca402;
  line-height: 1;
}
.stat-suffix {
  font-size: 1.5rem;
  font-weight: 700;
  color: #bca402;
}
.stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.625rem;
}
.stat-change {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4caf50;
}

/* ── TESTIMONIALS ── */
.testimonials-section {
  padding: 6rem 1.5rem;
  background: #fffdf5;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.testimonial-card {
  background: white;
  border: 1.5px solid rgba(188, 164, 2, 0.1);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.3s,
    transform 0.3s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(188, 164, 2, 0.1);
  transform: translateY(-3px);
}
.testimonial-card--featured {
  border-color: #bca402;
  background: #fffdf0;
  box-shadow: 0 4px 24px rgba(188, 164, 2, 0.12);
}
.testimonial-stars {
  color: #bca402;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.testimonial-text {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.8;
  font-style: italic;
  flex: 1;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.author-avatar {
  width: 42px;
  height: 42px;
  background: rgba(188, 164, 2, 0.1);
  border: 1.5px solid rgba(188, 164, 2, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #bca402;
  flex-shrink: 0;
}
.author-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a0f;
  font-style: normal;
}
.author-role {
  display: block;
  font-size: 0.75rem;
  color: #aaa;
  margin-top: 0.125rem;
}

/* ── FAQ ── */
.faq-section {
  padding: 6rem 1.5rem;
  background: #f8f5e8;
}
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(188, 164, 2, 0.15);
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.375rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2a2a1a;
  text-align: left;
  transition: color 0.2s;
}
.faq-question:hover {
  color: #bca402;
}
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(188, 164, 2, 0.1);
  border: 1px solid rgba(188, 164, 2, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #bca402;
  flex-shrink: 0;
  transition:
    transform 0.25s,
    background 0.2s;
  line-height: 1;
}
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: #bca402;
  color: white;
}
.faq-answer {
  padding: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #777;
  line-height: 1.8;
}
.faq-answer[hidden] {
  display: none;
}

/* ── CTA ── */
.cta-section {
  position: relative;
  padding: 6rem 1.5rem;
  text-align: center;
  background: #1a1a0f;
  overflow: hidden;
}
.cta-bg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    rgba(188, 164, 2, 0.1) 0%,
    transparent 70%
  );
}
.cta-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}
.cta-eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bca402;
  margin-bottom: 1rem;
}
.cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: white;
  margin-bottom: 1rem;
}
.cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  margin-bottom: 2.5rem;
}
.cta-form {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  max-width: 520px;
  margin: 0 auto 1rem;
}
.cta-input {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  transition: border-color 0.2s;
}
.cta-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.cta-input:focus {
  outline: none;
  border-color: #bca402;
}
.cta-submit {
  width: auto;
  padding: 0.9375rem 2rem;
  background: #bca402;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  box-shadow: 0 4px 20px rgba(188, 164, 2, 0.3);
}
.cta-submit:hover {
  background: #a89200;
  transform: translateY(-1px);
}
.cta-note {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.04em;
}

/* ── FOOTER ── */
.footer {
  background: #111008;
  border-top: 1px solid rgba(188, 164, 2, 0.1);
  padding: 4.5rem 1.5rem 2rem;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  margin-bottom: 0.875rem;
}
.footer-tagline {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.footer-socials {
  display: flex;
  gap: 0.625rem;
}
.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    border-color 0.2s;
  text-decoration: none;
}
.social-link:hover {
  background: rgba(188, 164, 2, 0.15);
  border-color: rgba(188, 164, 2, 0.3);
}
.social-link svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.4);
  transition: fill 0.2s;
}
.social-link:hover svg {
  fill: #bca402;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.footer-col-title {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #bca402;
}
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── RESPONSIVE 768px+ ── */
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
  .hamburger {
    display: none;
  }
  .module-hero-container {
    grid-template-columns: 1fr 1fr;
  }
  .usecases-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-row {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
  .feature-row--rev .feature-visual {
    order: -1;
  }
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .stat-card:nth-child(2n) {
    border: none;
  }
  .stat-card:nth-child(4n) {
    border: none;
  }
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-form {
    flex-direction: row;
  }
  .cta-input {
    flex: 1;
  }
  .cta-submit {
    width: auto;
    padding: 0.9375rem 1.75rem;
    flex-shrink: 0;
  }
  .footer-container {
    grid-template-columns: 1.2fr 2fr;
  }
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===== ANIMATIONS Tukio PRO v2 ===== */

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

/* Override reveal with smoother easing */
.reveal {
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

/* Hero image float */
.module-hero-image img { animation: floatY 5s ease-in-out infinite; }

/* Use-case card icon */
.usecase-img-wrap { transition: transform 0.3s ease; }
.usecase-card:hover .usecase-img-wrap { transform: scale(1.1) rotate(-3deg); }

/* Feature visual */
.feature-visual img,
.feature-visual .feature-card { transition: transform 0.4s ease; }
.feature-row:hover .feature-visual img,
.feature-row:hover .feature-visual .feature-card { transform: scale(1.025); }

/* Stat card */
.stat-card { transition: transform 0.3s ease; }
.stat-card:hover { transform: translateY(-4px); }

/* Step number */
.step-number-wrap { transition: transform 0.25s ease; }
.step-item:hover .step-number-wrap { transform: scale(1.1); }

/* Author avatar */
.author-avatar { transition: transform 0.3s ease; }
.testimonial-card:hover .author-avatar { transform: rotate(-4deg) scale(1.1); }

/* FAQ chevron */
.faq-question svg { transition: transform 0.3s ease; }
.faq-question[aria-expanded="true"] svg { transform: rotate(180deg); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ===== STYLES SECTION ÉVÉNEMENTS RÉCENTS ===== */
.recent-events-section {
  padding: 6.5rem 1.5rem;
  background: #fffdf5;
  border-bottom: 1px solid rgba(188, 164, 2, 0.1);
  position: relative;
}
.events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media (min-width: 600px) {
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .events-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.event-card {
  background: #ffffff;
  border: 1px solid rgba(188, 164, 2, 0.12);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}
.event-card:hover {
  border-color: rgba(188, 164, 2, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(188, 164, 2, 0.12);
}
.event-img-container {
  position: relative;
  width: 100%;
  padding-top: 60%; /* Ratio 5:3 */
  overflow: hidden;
  background: #f0ede0;
}
.event-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.event-card:hover .event-img {
  transform: scale(1.06);
}
.event-img-container .event-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(26, 26, 15, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #bca402;
  border: 1px solid rgba(188, 164, 2, 0.3);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  z-index: 2;
}
.event-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.75rem;
}
.event-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a0f;
  line-height: 1.3;
}
.event-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #2a2a1a;
  font-weight: 500;
  margin: 0.25rem 0;
}
.event-location, .event-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.4;
}
.meta-icon {
  width: 15px;
  height: 15px;
  color: #bca402;
  flex-shrink: 0;
}
.event-card-desc {
  font-size: 0.875rem;
  color: #333320;
  line-height: 1.65;
  margin-top: 0.5rem;
}
.events-cta {
  text-align: center;
  margin-top: 4rem;
}
.btn-events-cta {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #bca402;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(188, 164, 2, 0.25);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-events-cta:hover {
  background: #a89200;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(188, 164, 2, 0.35);
}
.btn-events-cta:active {
  transform: translateY(0);
}
