:root {
  --bg: #ffffff;
  --bg-muted: #f5f5f3;
  --bg-dark: #0a0e1a;
  --bg-darker: #060912;
  --ink: #0a0e1a;
  --ink-soft: #3f4658;
  --ink-muted: #6b7384;
  --line: #e7e6e1;
  --line-dark: #1a2030;
  --accent: #00d97a;
  --accent-bright: #00ff95;
  --accent-deep: #008f4c;
  --accent-glow: rgba(0, 217, 122, 0.18);
  --ball: #d6ff3d;
  --radius: 6px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(10, 14, 26, 0.06);
  --shadow: 0 8px 30px rgba(10, 14, 26, 0.08);
  --shadow-lg: 0 30px 80px rgba(10, 14, 26, 0.25);
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Bricolage Grotesque", "Inter", -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, .brand, .price-value, .stat-number {
  font-family: var(--font-display);
  font-feature-settings: "ss01" on, "ss02" on;
}
h1 em, h2 em, h3 em {
  font-style: normal;
  font-weight: 500;
  color: var(--accent-deep);
}
.section-dark h1 em, .section-dark h2 em, .section-dark h3 em,
.hero h1 em, .cta h2 em, .section-pricing h2 em, .problem h2 em {
  color: var(--accent-bright);
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 56px; }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 120;
  background: transparent;
  backdrop-filter: saturate(180%) blur(0px);
  -webkit-backdrop-filter: saturate(180%) blur(0px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease, height 0.3s ease;
}
.nav.scrolled {
  background: rgba(10, 14, 26, 0.75);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.nav.scrolled .nav-inner { height: 60px; }
.nav-inner { transition: height 0.3s ease; }
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  color: #fff;
}
.brand {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: #fff;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease, color 0.3s ease;
}
.brand:hover { transform: scale(1.04); }
.brand-accent {
  color: var(--accent);
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(110deg, var(--accent-bright) 0%, var(--accent) 60%, var(--accent-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.12em;
}

/* Logo inline (réutilisable dans les textes) */
.brand-inline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.brand-inline .brand-accent {
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(110deg, var(--accent-bright) 0%, var(--accent) 60%, var(--accent-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Sur fond clair, ajuster le gradient pour rester lisible */
.section .brand-inline .brand-accent,
.section-muted .brand-inline .brand-accent,
.cta-section .brand-inline .brand-accent {
  background: linear-gradient(110deg, var(--accent-deep) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-dark .brand-inline .brand-accent,
.section-pricing .brand-inline .brand-accent,
.problem .brand-inline .brand-accent,
.cta-section .brand-inline .brand-accent {
  background: linear-gradient(110deg, var(--accent-bright) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-mark { display: none; }
.nav-links {
  display: flex;
  gap: 32px;
  margin: 0 auto 0 48px;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
  letter-spacing: 0;
}
.nav-links a:hover { color: #fff; }
.nav-inner > .btn {
  background: var(--accent);
  color: var(--ink);
  border: none;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 20px;
  letter-spacing: -0.005em;
  box-shadow: 0 6px 20px rgba(0, 217, 122, 0.35), 0 0 0 1px rgba(0, 217, 122, 0.15);
  position: relative;
  overflow: hidden;
}
.nav-inner > .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.nav-inner > .btn:hover {
  background: var(--accent-bright);
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 217, 122, 0.5), 0 0 0 1px rgba(0, 217, 122, 0.25);
}
.nav-inner > .btn:hover::before { transform: translateX(100%); }

/* ===== LANG SWITCH ===== */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  margin-right: 14px;
  flex-shrink: 0;
}
.lang-switch a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  padding: 6px 12px;
  border-radius: 999px;
  transition: all 0.2s ease;
}
.lang-switch a:hover { color: #fff; }
.lang-switch a.lang-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.lang-switch-drawer {
  align-self: center;
  margin: 8px auto 0;
}
.lang-switch-drawer a { font-size: 13px; padding: 8px 16px; }

/* ===== BURGER + DRAWER ===== */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 110;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
.nav-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(6, 9, 18, 0.96);
  padding-top: 64px;
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-drawer.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.nav-drawer-inner {
  width: 100%;
  max-width: 420px;
  padding: 80px 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nav-drawer-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-drawer-links a {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s, transform 0.2s;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
}
.nav-drawer-links a::after {
  content: "→";
  font-size: 18px;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}
.nav-drawer-links a:hover { color: var(--accent-bright); transform: translateX(4px); }
.nav-drawer-links a:hover::after { opacity: 1; transform: translateX(0); }
.nav-drawer.is-open .nav-drawer-links a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.nav-drawer.is-open .nav-drawer-links a:nth-child(1) { transition-delay: 0.15s; }
.nav-drawer.is-open .nav-drawer-links a:nth-child(2) { transition-delay: 0.22s; }
.nav-drawer.is-open .nav-drawer-links a:nth-child(3) { transition-delay: 0.29s; }
.nav-drawer.is-open .nav-drawer-links a:nth-child(4) { transition-delay: 0.36s; }
.nav-drawer .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.45s, transform 0.4s ease 0.45s;
}
.nav-drawer.is-open .btn { opacity: 1; transform: translateY(0); }
.nav-drawer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease 0.55s;
}
.nav-drawer-meta span { display: inline-flex; align-items: center; gap: 8px; }
.nav-drawer-meta span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.nav-drawer.is-open .nav-drawer-meta { opacity: 1; }

body.no-scroll { overflow: hidden; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
}
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 18px 32px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(0, 217, 122, 0.3);
}
.btn-primary:hover {
  background: var(--accent-bright);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 217, 122, 0.45);
}
.btn-green { background: var(--accent); color: var(--ink); }
.btn-green:hover { background: var(--accent-bright); }
.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.35); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: #fff; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-darker);
  color: #fff;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/hero-action.jpg') center / cover no-repeat;
  filter: saturate(1.1) contrast(1.05);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(95deg, rgba(6, 9, 18, 0.95) 0%, rgba(6, 9, 18, 0.75) 35%, rgba(6, 9, 18, 0.45) 65%, rgba(6, 9, 18, 0.65) 100%),
    radial-gradient(ellipse at 15% 50%, rgba(0, 217, 122, 0.18) 0%, transparent 60%);
}
.hero {
  min-height: 94vh;
  display: flex;
  align-items: center;
  padding: 0;
}
.hero .container {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  text-align: left;
}
.hero-text { max-width: 620px; margin: 0; }
.hero-text > * { animation: fade-up 0.9s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-text .eyebrow { animation-delay: 0.05s; }
.hero-text h1 { animation-delay: 0.15s; }
.hero-text .lead { animation-delay: 0.3s; }
.hero-cta { animation-delay: 0.45s; }
.hero-meta { animation-delay: 0.6s; }
.hero-stage { animation: fade-up 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both; }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Scroll reveal — pour sections en dessous */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.hero-text .eyebrow { display: inline-flex; }
.hero-cta { justify-content: flex-start; }
.hero-meta { justify-content: flex-start; padding-top: 0; border-top: none; margin-top: 8px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 36px;
}
.eyebrow::before {
  content: "";
  width: 32px; height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.hero h1 {
  font-size: clamp(40px, 5.5vw, 78px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 32px;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero h1 em {
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(110deg, var(--accent-bright) 0%, var(--accent) 60%, var(--accent-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.18em;
}
.lead {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 36px;
  max-width: 560px;
}
.lead-mobile { display: none; }
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  flex-wrap: wrap;
}
.hero-meta strong { color: #fff; font-weight: 600; }
.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hero-meta span::before {
  content: "";
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* Hero stage — vertical layout with floating card + tilted phone */
.hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  perspective: 1800px;
  padding-bottom: 40px;
  min-height: 580px;
}
.hero-mockup-glow {
  position: absolute;
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);
  filter: blur(60px);
  z-index: 0;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* iOS 26 Liquid Glass notification */
.ios-notif {
  position: absolute;
  top: 30px;
  left: -80px;
  transform: rotateZ(-4deg);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-radius: 22px;
  padding: 14px 16px 16px 14px;
  width: 340px;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 30px 60px rgba(0, 0, 0, 0.45);
  animation: notif-in 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s both;
}
@keyframes notif-in {
  0% {
    opacity: 0;
    transform: rotateZ(-4deg) translateY(-30px) scale(0.92);
  }
  60% {
    opacity: 1;
    transform: rotateZ(-2deg) translateY(8px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: rotateZ(-4deg) translateY(0) scale(1);
  }
}

.ios-notif-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(140deg, var(--accent-bright) 0%, var(--accent) 55%, var(--accent-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.ios-notif-icon-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.ios-notif-icon-dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--accent-deep);
}
.ios-notif-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.ios-notif-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.ios-notif-label {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
}
.ios-notif-time {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.ios-notif-body strong {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 2px;
}
.ios-notif-body span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.3;
}

/* Phone container */
.phone {
  position: relative;
  width: 345px;
  height: auto;
  transition: transform 0.5s ease;
  z-index: 1;
}
.phone-tilted {
  transform: rotateX(8deg) rotateY(-14deg) rotateZ(2deg) translateY(60px);
  transform-style: preserve-3d;
}
.hero-stage:hover .phone-tilted { transform: rotateX(4deg) rotateY(-8deg) rotateZ(1deg) translateY(50px); }

.phone-frame {
  position: relative;
  width: 100%;
  background: linear-gradient(150deg, #3a4456 0%, #1a202c 60%, #0a0e14 100%);
  border-radius: 48px;
  padding: 11px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 -2px 8px rgba(255, 255, 255, 0.05),
    inset 0 0 0 4px #050810,
    0 50px 80px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}
.phone-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 941 / 1672;
  border-radius: 38px;
  overflow: hidden;
  background: #000;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: none;
  transform: none;
}
.phone-island {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 32px;
  border-radius: 18px;
  background: #000;
  z-index: 3;
}
.phone-island::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #1a1f2e;
  box-shadow: inset 0 0 0 1px #2a3142;
}
.phone-home {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3;
}

/* Side buttons */
.phone-frame::before {
  content: "";
  position: absolute;
  left: -2px; top: 130px;
  width: 4px; height: 36px;
  background: #0a0e14;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 60px 0 #0a0e14, 0 130px 0 #0a0e14;
}
.phone-frame::after {
  content: "";
  position: absolute;
  right: -2px; top: 160px;
  width: 4px; height: 80px;
  background: #0a0e14;
  border-radius: 0 2px 2px 0;
}

/* Notification floating */
.phone-notification {
  position: absolute;
  top: 30px;
  left: -90px;
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: rotate(-5deg);
  z-index: 4;
}
.phone-notification-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.phone-notification-icon svg { width: 22px; height: 22px; }
.phone-notification-text { display: flex; flex-direction: column; flex: 1; }
.phone-notification-text strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 2px;
}
.phone-notification-text span {
  font-size: 11px;
  color: #64748b;
  line-height: 1.3;
}
.phone-notification-time {
  font-size: 10px;
  color: #94a3b8;
  align-self: flex-start;
}

/* Format badge — montre les 2 formats d'export */
.phone-format-badge {
  position: absolute;
  bottom: 80px;
  right: -60px;
  background: var(--accent);
  color: var(--ink);
  padding: 14px 18px 16px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 217, 122, 0.4);
  transform: rotate(6deg);
  z-index: 4;
  text-align: left;
}
.phone-format-badge-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10, 14, 26, 0.7);
  margin-bottom: 10px;
}
.phone-format-badge-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  align-items: center;
}
.phone-format-icon { display: block; }
.phone-format-icon-h { width: 30px; height: auto; }
.phone-format-icon-v { width: 18px; height: auto; margin: 0 auto; }
.phone-format-text {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}

.hero-mockup-badge { display: none; }

/* Phone static (no rotation, used in showcase) */
.phone-static { transform: none; }
.phone-static .phone-frame { box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6); }
.hero-mockup:hover .phone-static { transform: none; }

/* ===== MARQUEE ===== */
.marquee {
  background: var(--ink);
  color: var(--accent-bright);
  border-top: 1px solid rgba(0, 217, 122, 0.2);
  border-bottom: 1px solid rgba(0, 217, 122, 0.2);
  overflow: hidden;
  padding: 28px 0;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  animation: marquee 40s linear infinite;
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.marquee-track span:not(.marquee-dot) { padding-right: 36px; }
.marquee-dot {
  display: inline-block;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ===== SECTIONS ===== */
.section { padding: 120px 0; }
.section-muted { background: var(--bg-muted); }
.section-dark { background: var(--bg-dark); color: #fff; }
.section-dark .kicker { color: var(--accent-bright); }
.section-dark .section-lead { color: rgba(255, 255, 255, 0.7); }
.section-dark h2 em { color: var(--accent-bright); }

.section-head { max-width: 820px; margin-bottom: 96px; }
.section-head.centered {
  margin-left: auto; margin-right: auto;
  text-align: center;
}
.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 18px;
}
.section h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.section-lead {
  font-size: 19px;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* ===== PROBLEM ===== */
.problem {
  background: var(--bg-dark);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 160px 0;
}
.problem::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  pointer-events: none;
}
.problem h2 { color: #fff; }
.problem .kicker { color: var(--accent-bright); }
.problem .section-lead { color: rgba(255, 255, 255, 0.7); }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
.stat {
  padding: 56px 44px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}
.stat:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 217, 122, 0.4);
  transform: translateY(-4px);
}
.stat-number {
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--accent-bright);
  margin-bottom: 32px;
  white-space: nowrap;
}
.stat-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

/* ===== SOLUTION ===== */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.solution-card {
  padding: 40px 32px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.solution-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--accent);
}
.solution-card:hover::before { transform: scaleX(1); }
.solution-icon {
  width: 56px; height: 56px;
  background: var(--ink);
  color: var(--accent-bright);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all 0.3s;
}
.solution-card:hover .solution-icon {
  background: var(--accent);
  color: var(--ink);
}
.solution-icon svg { width: 26px; height: 26px; }
.solution-card h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.solution-card p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.solution-note {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.35;
}
.solution-note em {
  font-style: normal;
  color: var(--accent-deep);
  font-weight: 600;
}

/* ===== TIMELINE (Fonctionnement) ===== */
.timeline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  padding: 0;
  margin: 0;
}
/* Ligne de fond grise entre les cercles */
.timeline::before {
  content: "";
  position: absolute;
  top: 78px;
  left: calc(12.5% + 30px);
  right: calc(12.5% + 30px);
  height: 2px;
  background: var(--line);
  z-index: 0;
}
/* Ligne verte animée qui se remplit */
.timeline::after {
  content: "";
  position: absolute;
  top: 78px;
  left: calc(12.5% + 30px);
  right: calc(12.5% + 30px);
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-deep) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  z-index: 0;
}
.timeline.in-view::after { transform: scaleX(1); }

.timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
}
.timeline-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-muted);
  margin-bottom: 22px;
  white-space: nowrap;
}
.timeline-tag::before {
  content: "";
  width: 16px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}
.timeline-num {
  font-family: var(--font-display);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent-deep);
  margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(0, 217, 122, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}
.timeline-step-final .timeline-num {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  box-shadow: 0 6px 28px rgba(0, 217, 122, 0.45);
  animation: timeline-pulse 2.6s ease-in-out infinite;
}
.timeline-step:hover .timeline-num {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 14px 32px rgba(0, 217, 122, 0.35);
}
@keyframes timeline-pulse {
  0%, 100% { box-shadow: 0 6px 28px rgba(0, 217, 122, 0.45); }
  50% { box-shadow: 0 6px 28px rgba(0, 217, 122, 0.45), 0 0 0 10px rgba(0, 217, 122, 0.12); }
}
.timeline-step h4 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--ink);
}
.timeline-step p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
}

/* Legacy flows (gardé pour compatibilité) */
.flows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
}
.flows::before {
  content: "";
  position: absolute;
  left: 50%; top: 60px; bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--line) 0%, transparent 100%);
  transform: translateX(-50%);
}
.flow-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 2px solid var(--ink);
}
.flow-title::before {
  content: "";
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
}
.steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
}
.step-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--accent-glow);
  border: 1.5px solid var(--accent-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-deep);
}
.steps h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}
.steps p {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* ===== BENEFITS ===== */
.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.benefits h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin-bottom: 28px;
}
.benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.benefit-list li {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.6;
  padding-left: 32px;
  position: relative;
}
.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--accent);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%, var(--ink) 60%, transparent 60%),
    linear-gradient(135deg, transparent 38%, var(--ink) 38%, var(--ink) 44%, transparent 44%);
  background-size: 12px 12px, 12px 12px;
  background-position: center, center;
  background-repeat: no-repeat;
}
.benefit-list strong { color: var(--ink); font-weight: 700; }

/* ===== SHOWCASE ===== */
.showcase {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  background: var(--bg-dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 72px;
  overflow: hidden;
  position: relative;
}
.showcase::before {
  content: "";
  position: absolute;
  top: -100px; left: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  pointer-events: none;
}
.showcase-text { position: relative; z-index: 1; }
.showcase-text .kicker { color: var(--accent-bright); }
.showcase-text h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  line-height: 1.1;
}
.showcase-text p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 32px;
}
/* Specs en grille 2x2 propre */
.showcase-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.spec {
  padding: 28px 24px;
  background: var(--bg-dark);
  transition: background 0.25s;
}
.spec:hover { background: rgba(255, 255, 255, 0.02); }
.spec-value {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--accent-bright);
  margin-bottom: 10px;
}
.spec-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.showcase-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcase-visual img {
  max-height: 560px;
  width: auto;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.5));
}

/* ===== PRICING ===== */
.section-pricing {
  background: var(--bg-darker);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-pricing::before {
  content: "";
  position: absolute;
  bottom: -300px; right: -200px;
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  pointer-events: none;
}
.section-pricing h2 { color: #fff; }
.section-pricing .kicker { color: var(--accent-bright); }
.section-pricing .section-lead { color: rgba(255, 255, 255, 0.7); }

.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.price-card {
  position: relative;
  padding: 44px 36px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.price-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 217, 122, 0.3);
  transform: translateY(-4px);
}
.price-card.featured {
  background: linear-gradient(160deg, #ffffff 0%, #f5f5f3 100%);
  color: var(--ink);
  border-color: var(--accent);
  transform: scale(1.04);
  box-shadow: 0 30px 60px rgba(0, 217, 122, 0.25);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--accent-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid var(--accent);
}
.price-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-bright);
  margin-bottom: 20px;
}
.price-card.featured .price-name { color: var(--accent-deep); }
.price-value {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 36px;
}
.price-suffix {
  display: block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  letter-spacing: 0;
}
.price-card.featured .price-suffix { color: var(--ink-muted); }
.price-features {
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.price-features li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 28px;
  position: relative;
  line-height: 1.55;
}
.price-card.featured .price-features li { color: var(--ink-soft); }
.price-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--accent);
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%, var(--ink) 60%, transparent 60%),
    linear-gradient(135deg, transparent 38%, var(--ink) 38%, var(--ink) 44%, transparent 44%);
  background-size: 10px 10px, 10px 10px;
  background-position: center, center;
  background-repeat: no-repeat;
}
.price-card .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
.price-card .btn-outline:hover {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
}

/* ===== FAQ ===== */
.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 880px;
  margin: 0 auto;
}
.faq details {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.25s;
}
.faq details[open] {
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 217, 122, 0.12);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 22px;
  color: var(--accent-deep);
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s;
}
.faq details[open] summary::after {
  content: "−";
  background: var(--accent);
  color: var(--ink);
}
.faq p {
  padding: 0 26px 24px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
}

/* ===== AUDIENCE ===== */
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.audience-col {
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}
.audience-col.yes {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.audience-col.no { background: var(--bg-muted); }
.audience-col h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.audience-col.yes h3 { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.audience-col.no h3 { border-bottom: 1px solid var(--line); }
.audience-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.audience-col li {
  font-size: 15px;
  line-height: 1.55;
  padding-left: 20px;
  position: relative;
}
.audience-col.yes li { color: rgba(255, 255, 255, 0.8); }
.audience-col.no li { color: var(--ink-muted); }
.audience-col li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
}
.audience-col.yes li::before { background: var(--accent); }
.audience-col.no li::before { background: var(--ink-muted); }

/* ===== CTA ===== */
.cta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 9, 18, 0.92) 0%, rgba(6, 9, 18, 0.72) 100%),
    url('assets/court-detail.jpg') center / cover no-repeat;
  color: #fff;
  padding: 140px 0;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -200px; left: 50%;
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  transform: translateX(-50%);
  pointer-events: none;
}
.cta {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta .kicker { color: var(--accent-bright); }
.cta h2 { color: #fff; margin-bottom: 20px; }
.cta h2 em { color: var(--accent-bright); }
.cta p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  line-height: 1.65;
}
.cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.spots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(0, 217, 122, 0.12);
  border: 1px solid rgba(0, 217, 122, 0.4);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-bright);
  margin-bottom: 32px;
}
.spots-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent-bright);
}

/* ===== CONTACT FORM ===== */
.contact-form {
  max-width: 720px;
  margin: 56px auto 0;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 48px 44px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-row .form-field { margin-bottom: 0; }
.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: -0.005em;
}
.form-field input,
.form-field select,
.form-field textarea {
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 13px 16px;
  transition: all 0.2s;
  width: 100%;
}
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(255, 255, 255, 0.35); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(0, 217, 122, 0.06);
  box-shadow: 0 0 0 4px rgba(0, 217, 122, 0.1);
}
.form-field textarea { resize: vertical; min-height: 100px; }
.form-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}
.form-field select option { background: var(--bg-dark); color: #fff; }
.form-consent {
  margin: 8px 0 28px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.form-consent label {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  line-height: 1.5;
}
.form-consent input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--accent);
  margin-top: 1px;
  flex-shrink: 0;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.form-email {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.form-email:hover { color: var(--accent-bright); }
.form-status {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.form-status-success {
  background: rgba(0, 217, 122, 0.15);
  border: 1px solid rgba(0, 217, 122, 0.4);
  color: var(--accent-bright);
}
.form-status-error {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
}

/* ===== FOOTER ===== */
.footer {
  padding: 64px 0 48px;
  background: var(--bg-darker);
  color: rgba(255, 255, 255, 0.5);
}
.footer .brand { color: #fff; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-tag {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  max-width: 320px;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  text-align: right;
}
.footer-credit {
  margin-top: 16px;
  font-size: 11px;
  opacity: 0.6;
}

/* ===== RESPONSIVE ===== */
/* ===== TABLET (≤ 1180px) ===== */
@media (max-width: 1180px) {
  .container { padding: 0 40px; }
  .hero h1 { font-size: clamp(40px, 6vw, 64px); }
  .ios-notif {
    transform: translateX(calc(-50% - 160px)) rotateZ(-5deg);
    width: 300px;
  }
  .phone { width: 300px; height: auto; }
  .phone-format-badge { right: -20px; bottom: 60px; }
}

/* ===== TABLET / SMALL LAPTOP (≤ 960px) ===== */
@media (max-width: 960px) {
  .container { padding: 0 28px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-inner > .lang-switch:not(.lang-switch-drawer) { display: none; }
  .nav-burger { display: flex; }
  .section { padding: 80px 0; }
  .problem { padding: 100px 0; }

  /* Timeline en colonne verticale propre */
  .timeline {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }
  .timeline::before {
    top: 36px; bottom: 36px;
    left: 32px; right: auto;
    width: 2px; height: auto;
    background: var(--line);
  }
  .timeline::after {
    top: 36px; bottom: 36px;
    left: 32px; right: auto;
    width: 2px; height: auto;
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 1.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  }
  .timeline.in-view::after { transform: scaleY(1); }
  .timeline-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 20px;
  }
  .timeline-step .timeline-num {
    grid-column: 1;
    grid-row: 1 / span 3;
    margin-bottom: 0;
    align-self: start;
  }
  .timeline-step .timeline-tag {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 10px;
    align-self: start;
    justify-self: start;
  }
  .timeline-step h4 {
    grid-column: 2;
    grid-row: 2;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .timeline-step p {
    grid-column: 2;
    grid-row: 3;
    font-size: 15px;
  }

  /* Showcase en colonne — téléphone en haut, specs grid en dessous */
  .showcase {
    grid-template-columns: 1fr;
    padding: 48px 28px;
    gap: 40px;
  }
  .showcase-visual { order: 1; }
  .showcase-specs { order: 2; }
  .showcase-visual .phone { width: 260px; height: auto; margin: 0 auto; transform: none; }
  .spec { padding: 22px 20px; }
  .spec-value { font-size: 22px; }
  .spec-label { font-size: 12px; }
  .hero .container {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 110px;
    padding-bottom: 60px;
    text-align: center;
  }
  .hero-text { margin: 0 auto; max-width: 100%; }
  .hero-text .eyebrow { justify-content: center; }
  .hero-text .lead { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-meta { justify-content: center; }
  .hero h1 { font-size: clamp(38px, 7vw, 56px); }
  .hero-stage { min-height: 520px; perspective: 1400px; }
  .ios-notif {
    width: 280px;
    transform: translateX(calc(-50% - 120px)) rotateZ(-5deg);
  }
  .phone-tilted { transform: rotateX(6deg) rotateY(-10deg) rotateZ(2deg) translateY(40px); }
  .phone { width: 280px; height: auto; }
  .phone-format-badge { right: -16px; bottom: 60px; transform: rotate(4deg); }
  .marquee-track { font-size: 28px; gap: 24px; }

  .stats,
  .solution-grid,
  .pricing,
  .flows,
  .benefits,
  .audience {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .flows::before { display: none; }
  .price-card.featured { transform: none; }
  .price-card.featured:hover { transform: translateY(-4px); }
  .footer-inner { flex-direction: column; }
  .footer-meta { text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 16px; }
  .contact-form { padding: 32px 24px; }
  .section-head { margin-bottom: 64px; }
}

/* ===== MOBILE (≤ 640px) ===== */
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .problem { padding: 80px 0; }

  /* Nav allégée : on cache le bouton, le brand suffit */
  .nav-inner > .btn { display: none; }
  .nav-inner { height: 64px; }

  .hero .container { padding-top: 88px; padding-bottom: 0; }
  .hero-text { margin-bottom: 32px; }
  .hero h1 {
    font-size: clamp(32px, 8.5vw, 42px);
    line-height: 1.04;
    margin-bottom: 20px;
  }
  .hero h1 br { display: none; }
  /* Eyebrow et meta cachées sur mobile pour alléger */
  .hero .eyebrow { display: none; }
  .hero-meta { display: none; }
  /* Lead courte spécifique mobile */
  .lead-desktop { display: none; }
  .lead-mobile {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.85);
  }
  /* Sur mobile : un seul CTA principal, le second en lien sous-jacent */
  .hero-cta { flex-direction: column; width: 100%; gap: 10px; margin-bottom: 24px; }
  .hero-cta .btn { width: 100%; }
  .hero-cta .btn-ghost {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 8px;
    backdrop-filter: none;
  }
  .hero-cta .btn-ghost:hover { background: transparent; color: #fff; }
  .hero-meta {
    gap: 10px 18px;
    font-size: 11px;
    flex-wrap: wrap;
  }
  .eyebrow { font-size: 10px; letter-spacing: 0.16em; margin-bottom: 24px; }

  /* Fond sombre uni sur mobile pour lisibilité maximale */
  .hero { background: var(--bg-darker); }
  .hero-bg::before { display: none; }
  .hero-bg::after {
    background:
      linear-gradient(180deg, transparent 0%, rgba(6, 9, 18, 0.4) 100%),
      radial-gradient(ellipse at 50% 0%, rgba(0, 217, 122, 0.12) 0%, transparent 60%);
  }

  /* Mockup mobile : phone centré, droit, bien visible — carte flottante cachée */
  .hero-stage { min-height: auto; perspective: none; padding-bottom: 0; padding-top: 24px; }
  .ios-notif { display: none; }
  .hero-mockup-glow { width: 360px; height: 360px; filter: blur(50px); }

  .phone {
    width: 260px;
    height: 460px;
    margin: 0 auto;
  }
  .phone-tilted {
    transform: none;
    transform-style: flat;
  }
  .hero-stage:hover .phone-tilted { transform: none; }
  .phone-format-badge { display: none; }

  .marquee { padding: 20px 0; }
  .marquee-track { font-size: 22px; gap: 18px; }
  .marquee-dot { width: 10px; height: 10px; }

  .stats { gap: 16px; }
  .stat { padding: 36px 28px; }
  .stat-number { font-size: 40px; margin-bottom: 18px; }

  .section h2 { font-size: clamp(28px, 6.5vw, 36px); }
  .section-head { margin-bottom: 48px; }
  .section-lead { font-size: 16px; }

  .solution-card,
  .flow,
  .audience-col {
    padding: 32px 24px;
  }

  .showcase { padding: 36px 22px; gap: 36px; }
  .showcase-visual .phone { width: 240px; height: auto; }

  .price-card { padding: 36px 28px; }
  .price-value { font-size: 44px; }

  .faq summary { font-size: 16px; padding: 18px 20px; }
  .faq p { padding: 0 20px 20px; font-size: 14px; }

  .cta-section { padding: 96px 0; }
  .contact-form { padding: 28px 20px; margin-top: 40px; }

  .footer { padding: 48px 0 36px; }
}

/* ===== SMALL MOBILE (≤ 380px) ===== */
@media (max-width: 380px) {
  .phone { width: 200px; height: auto; }
  .phone-format-badge { right: -4px; bottom: 30px; padding: 10px 14px; }
  .hero h1 { font-size: 30px; }
  .hero-meta { flex-direction: column; align-items: center; gap: 8px; }
}


/* ============================================================
   STYLES TARIFS COMPLÉMENTAIRES (modèle B)
   ============================================================ */

.price-card-head {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.price-card.featured .price-card-head {
  border-bottom-color: var(--line);
}
.price-card-head h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 4px 0 12px;
  color: #fff;
}
.price-card.featured .price-card-head h3 { color: var(--ink); }

.price-desc {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.price-card.featured .price-desc { color: var(--ink-soft); }

.price-figure {
  margin: 24px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.price-figure .price-value {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0;
  color: var(--accent-bright);
}
.price-card.featured .price-figure .price-value { color: var(--accent-deep); }
.price-figure .price-suffix {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0;
  letter-spacing: 0;
}
.price-card.featured .price-figure .price-suffix { color: var(--ink-muted); }

.price-secondary {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
  letter-spacing: -0.005em;
}
.price-card.featured .price-secondary { color: var(--ink); }

.pricing-footnote {
  margin: 56px auto 0;
  max-width: 720px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}


/* ============================================================
   PAGE MERCI (.thanks-*) + .container-narrow
   ============================================================ */

.thanks-page {
  padding: 120px 0;
  background: var(--bg, #ffffff);
  min-height: 70vh;
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .thanks-page {
    padding: 80px 0;
  }
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 28px;
}

.thanks-card {
  text-align: center;
}

.thanks-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  color: var(--accent-deep, #008f4c);
  background: rgba(0, 217, 122, 0.08);
  border-radius: 50%;
}

.thanks-card .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-deep, #008f4c);
  margin-bottom: 16px;
}

.thanks-card h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: var(--ink, #0a0e1a);
}

@media (max-width: 640px) {
  .thanks-card h1 {
    font-size: 40px;
  }
}

.thanks-lead {
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft, #3f4658);
  margin: 0 auto 32px;
  max-width: 560px;
}

.thanks-note {
  display: inline-block;
  text-align: left;
  background: rgba(255, 180, 0, 0.08);
  border-left: 3px solid #f0a040;
  padding: 16px 20px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft, #3f4658);
  margin: 0 auto 32px;
  max-width: 560px;
}

.thanks-next {
  text-align: left;
  margin: 64px auto;
  max-width: 560px;
  padding: 32px;
  background: var(--bg-muted, #f5f5f3);
  border-radius: 16px;
}

.thanks-next h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  color: var(--ink, #0a0e1a);
}

.thanks-next ol {
  counter-reset: thanks-step;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thanks-next li {
  counter-increment: thanks-step;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft, #3f4658);
}

.thanks-next li::before {
  content: counter(thanks-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-deep, #008f4c);
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 50%;
}

.thanks-next strong {
  color: var(--ink, #0a0e1a);
  font-weight: 600;
}

.thanks-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .thanks-actions {
    flex-direction: column;
  }
  .thanks-actions .btn {
    width: 100%;
  }
}
