/* =============================================
   VARIABLES & RESET
============================================= */
:root {
  --primary:      #15616D;
  --primary-dark: #0e4a54;
  --accent:       #FCA311;
  --dark:         #001524;
  --secondary:    #FFECD1;
  --tertiary:     #78290F;
  --light-primary:#EDF8FA;
  --gray:         #8E8E93;
  --light-gray:   #F2F2F7;
  --white:        #FFFFFF;
  --card-shadow:  0 4px 24px rgba(0, 21, 36, 0.10);
  --radius-lg:    20px;
  --radius-md:    14px;
  --radius-sm:    8px;
  --font:         -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

/* =============================================
   UTILITAIRES
============================================= */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.btn:hover { transform: translateY(-2px); opacity: 0.93; }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(21,97,109,0.35);
}
.btn-accent {
  background: var(--accent);
  color: var(--dark);
  box-shadow: 0 4px 16px rgba(252,163,17,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline:hover { background: var(--light-primary); }

/* =============================================
   HEADER / NAV
============================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--light-gray);
  transition: box-shadow 0.25s ease;
}
header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 21, 36, 0.10);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

/* Logo */
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo-img {
  height: 47px;
  width: auto;
}

/* Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
  transition: color 0.18s ease;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.nav-links a:hover { color: var(--primary); }
.nav-links a:hover::after { transform: scaleX(1); }

/* CTA */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-cta .btn-accent { color: var(--dark); }

/* Burger (mobile) */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--light-gray);
  background: var(--white);
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
  padding: 10px 0;
  border-bottom: 1px solid var(--light-gray);
}
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .btn { margin-top: 8px; justify-content: center; }

/* =============================================
   RESPONSIVE — HEADER
============================================= */
@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* =============================================
   CAROUSEL / HERO
============================================= */
.carousel {
  position: relative;
  width: 100%;
  margin-top: 68px; /* hauteur du header fixe */
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.carousel-slide {
  min-width: 100%;
  height: 88vh;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

/* Overlay sombre pour lisibilité du texte */
.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 21, 36, 0.72) 0%,
    rgba(0, 21, 36, 0.45) 55%,
    rgba(0, 21, 36, 0.10) 100%
  );
}

/* Contenu textuel */
.carousel-content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.carousel-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.carousel-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
  max-width: 640px;
}

.carousel-sub {
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.65;
  margin-bottom: 40px;
  max-width: 540px;
}

/* Boutons stores */
.store-logo {
  height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  vertical-align: middle;
}
.store-logo[alt="Google Play"] {
  height: 18px;
}
.carousel-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
  font-style: italic;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 30px;
  padding: 8px 20px;
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.08);
}
.carousel-store-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.10);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 12px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
  text-decoration: none;
}
.store-btn:hover {
  background: rgba(255, 255, 255, 0.20);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}
.store-btn svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.store-btn span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.store-btn span small {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.75;
}

/* Flèches navigation */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  color: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%) scale(1.08);
}
.carousel-arrow svg { width: 20px; height: 20px; }
.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }

/* Dots */
.carousel-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.40);
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
  padding: 0;
}
.carousel-dot.active {
  background: var(--accent);
  width: 28px;
  border-radius: 4px;
}

/* =============================================
   NOS VALEURS
============================================= */
.values {
  background: var(--dark);
  padding: 100px 0 0;
  overflow: hidden;
}
.values-eyebrow { color: var(--accent); }
.values .container {
  text-align: center;
}
.values-headline {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-top: 16px;
  margin-bottom: 72px;
}
.values-headline span {
  color: var(--accent);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.value-card {
  position: relative;
  overflow: hidden;
  padding: 56px 40px 64px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: background 0.3s ease;
  cursor: default;
}
.value-card:last-child { border-right: none; }
.value-card:hover { background: rgba(255,255,255,0.03); }
.value-card--accent { background: var(--primary); border-color: transparent; }
.value-card--accent:hover { background: var(--primary-dark); }

/* Mot en filigrane */
.value-bg-word {
  position: absolute;
  bottom: -8px;
  right: 0;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: -4px;
  color: rgba(255,255,255,0.04);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.value-card--accent .value-bg-word { color: rgba(255,255,255,0.07); }

.value-content { position: relative; z-index: 2; }

.value-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.value-icon svg { width: 24px; height: 24px; fill: var(--accent); }
.value-card--accent .value-icon { background: rgba(255,255,255,0.15); }
.value-card:hover .value-icon { background: rgba(252,163,17,0.15); transform: scale(1.08); }

.value-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 10px;
}
.value-card--accent .value-num { color: rgba(255,255,255,0.45); }

.value-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.1;
}

.value-phrase {
  font-size: 16px;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.5;
  margin-bottom: 14px;
  font-style: italic;
}
.value-card--accent .value-phrase { color: var(--secondary); }

.value-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 900px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .value-card:last-child { border-bottom: none; }
  .value-bg-word { font-size: 50px; }
  .values { padding: 72px 0 0; }
  .values-headline { margin-bottom: 48px; }
}

/* =============================================
   FEATURES
============================================= */

/* Intro */
.features-intro {
  background: var(--dark);
  padding: 100px 0 80px;
  text-align: center;
}
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.features-intro-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.features-intro-title span {
  color: var(--accent);
}
.features-intro-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(255,255,255,0.65);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Bande Beta test */
.beta-band {
  background: var(--accent);
  padding: 100px 0 80px;
  text-align: center;
}
.beta-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.6;
  margin-bottom: 20px;
}
.beta-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.beta-title span { color: var(--dark); }
.beta-desc {
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(0,21,36,0.65);
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.beta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dark);
  color: var(--white);
  padding: 16px 36px;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0,21,36,0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.beta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,21,36,0.35);
}
.beta-btn svg { width: 18px; height: 18px; }

/* Blocs feature */
.feature-block {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.feature-block--accent {
  background: var(--light-primary);
}
.feature-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.feature-block--left .feature-visual { order: -1; }

/* Texte */
.feature-number {
  font-size: 72px;
  font-weight: 900;
  color: var(--light-gray);
  line-height: 1;
  margin-bottom: -8px;
  letter-spacing: -3px;
  user-select: none;
}
.feature-number--accent { color: rgba(21,97,109,0.12); }

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}
.feature-tag svg { width: 16px; height: 16px; }
.feature-tag--accent { color: var(--primary); }

.feature-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.feature-desc {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 28px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
}
.feature-list li svg {
  width: 18px;
  height: 18px;
  fill: var(--primary);
  flex-shrink: 0;
}

/* Phone mockup */
.feature-visual {
  display: flex;
  justify-content: center;
  position: relative;
}
.phone-mockup {
  position: relative;
  display: inline-block;
}
.phone-frame {
  width: 280px;
  background: var(--dark);
  border-radius: 40px;
  padding: 14px;
  box-shadow: 0 30px 80px rgba(0,21,36,0.25), 0 0 0 1px rgba(255,255,255,0.08);
  position: relative;
  z-index: 2;
}
.phone-frame::before {
  content: '';
  display: block;
  width: 80px;
  height: 6px;
  background: rgba(255,255,255,0.15);
  border-radius: 3px;
  margin: 0 auto 12px;
}
.phone-screen {
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  min-height: 480px;
  padding: 18px 14px;
}
.phone-screen--dark {
  background: #0d1b2a;
}
.phone-screen--img {
  padding: 0;
  min-height: unset;
}
.phone-screen--img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

/* Glow */
.phone-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.phone-glow--teal   { background: var(--primary); }
.phone-glow--accent { background: var(--accent); }

/* Mock UI — éléments internes */
.mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.mock-header--dark { border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 12px; }
.mock-title { font-size: 16px; font-weight: 700; color: var(--dark); }
.mock-title--light { color: var(--white); }
.mock-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  color: var(--white);
}
.mock-badge--teal { background: var(--primary); }

.mock-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}
.mock-stat {
  background: var(--light-primary);
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
}
.mock-stat-num { font-size: 26px; font-weight: 800; color: var(--dark); }
.mock-stat-label { font-size: 10px; color: var(--gray); line-height: 1.3; margin-top: 2px; }

.mock-card {
  background: var(--light-primary);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
}
.mock-card--light { background: var(--light-gray); }
.mock-card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  color: var(--white);
  margin-bottom: 4px;
}
.mock-tag--run   { background: #FF6B6B; }
.mock-tag--trail { background: #4ECDC4; }
.mock-tag--velo  { background: #45B7D1; }
.mock-card-name { font-size: 13px; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.mock-card-meta { font-size: 11px; color: var(--gray); margin-bottom: 4px; }
.mock-card-time { font-size: 20px; font-weight: 800; color: var(--primary); }

.mock-post {
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}
.mock-post--light { background: var(--light-gray); }
.mock-post-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.mock-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.mock-post-name { font-size: 12px; font-weight: 700; color: var(--white); }
.mock-post-name--dark { color: var(--dark); }
.mock-post-date { font-size: 10px; color: rgba(255,255,255,0.45); }
.mock-post-date--dark { color: var(--gray); }
.mock-post-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.mock-post-title--dark { color: var(--dark); }
.mock-post-text { font-size: 11px; color: rgba(255,255,255,0.65); line-height: 1.5; margin-bottom: 8px; }
.mock-post-text--dark { color: var(--gray); }

.mock-stars { font-size: 14px; color: var(--accent); }
.mock-stars span { font-size: 11px; color: var(--gray); margin-left: 4px; }
.mock-stars--sm { font-size: 12px; margin-top: 4px; }

.mock-calendar-month {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.mock-event {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.mock-event--highlighted { background: var(--light-primary); border: 1.5px solid var(--primary); }
.mock-event-date {
  text-align: center;
  min-width: 36px;
  background: var(--white);
  border-radius: 8px;
  padding: 5px 4px;
}
.mock-event-date--accent { background: var(--primary); }
.mock-event-date--accent .mock-event-day,
.mock-event-date--accent .mock-event-month { color: var(--white); }
.mock-event-day   { font-size: 17px; font-weight: 800; color: var(--dark); line-height: 1; }
.mock-event-month { font-size: 9px; font-weight: 600; color: var(--gray); text-transform: uppercase; }
.mock-event-name  { font-size: 12px; font-weight: 700; color: var(--dark); }
.mock-event-meta  { font-size: 10px; color: var(--gray); margin: 2px 0; }

/* Animation au scroll */
[data-animate] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}
.feature-block--left [data-animate]:first-child { transition-delay: 0.15s; }

/* =============================================
   RESPONSIVE — CAROUSEL
============================================= */
@media (max-width: 768px) {
  .carousel-slide { height: 75vh; min-height: 480px; }
  .carousel-overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 21, 36, 0.30) 0%,
      rgba(0, 21, 36, 0.72) 100%
    );
  }
  .carousel-content { padding: 0 20px; }
  .carousel-sub br { display: none; }
  .carousel-arrow { display: none; }
}

/* =============================================
   QUI SOMMES-NOUS
============================================= */
.about {
  background: var(--white);
  padding: 100px 0;
}

.about-header {
  text-align: center;
  margin-bottom: 72px;
}
.about-headline {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.about-headline span { color: var(--primary); }
.about-intro {
  font-size: 17px;
  color: var(--gray);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Grille */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* Card */
.about-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--light-gray);
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,21,36,0.12);
}

/* Photo */
.about-photo-wrap {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}
.about-card:hover .about-photo { transform: scale(1.04); }
.about-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,21,36,0.45) 100%);
}

/* Corps */
.about-body {
  padding: 28px 32px 32px;
}
.about-role {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
.about-name {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.about-bio {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 24px;
}
.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.about-tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  background: var(--light-primary);
  padding: 5px 12px;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo-wrap { height: 280px; }
  .about { padding: 72px 0; }
}

/* =============================================
   COMMUNAUTÉ
============================================= */
.community {
  background: var(--light-gray);
  /* padding: 100px 0 0; */
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.community-headline {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -1px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.community-headline span { color: var(--primary); }
.community-sub {
  font-size: 17px;
  color: var(--gray);
  margin-bottom: 56px;
}

/* Grille avis */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-bottom: 80px;
}

.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--card-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  border: 1px solid transparent;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,21,36,0.13);
}
.review-card--featured {
  background: var(--dark);
  border-color: transparent;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.review-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}
.review-card--featured .review-name { color: var(--white); }
.review-sport {
  font-size: 12px;
  color: var(--gray);
  margin-top: 2px;
}
.review-stars {
  margin-left: auto;
  font-size: 14px;
  color: var(--accent);
  white-space: nowrap;
}
.star-empty { opacity: 0.3; }

.review-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.review-card--featured .review-text { color: rgba(255,255,255,0.65); }

.review-race {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  border-top: 1px solid var(--light-gray);
  padding-top: 14px;
}
.review-card--featured .review-race {
  color: var(--accent);
  border-top-color: rgba(255,255,255,0.1);
}
.review-race svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Bande réseaux sociaux */
.socials-band {
  background: var(--primary);
  padding: 72px 0;
}
.socials-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.socials-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.socials-title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
}
.socials-title-accent { color: var(--accent); }
.socials-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.social-card {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(21,97,109,0.15);
  background: var(--white);
  color: var(--dark);
  box-shadow: var(--card-shadow);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  min-width: 190px;
}
.social-card:hover {
  background: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,21,36,0.13);
}
.social-card--instagram:hover { border-color: #E1306C; }
.social-card--linkedin:hover  { border-color: #0077B5; }
.social-card--facebook:hover  { border-color: #1877F2; }

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.social-icon svg { width: 22px; height: 22px; }
.social-card--instagram .social-icon { background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF); }
.social-card--linkedin .social-icon  { background: #0077B5; }
.social-card--facebook .social-icon  { background: #1877F2; }

.social-name   { font-size: 15px; font-weight: 700; line-height: 1; }
.social-handle { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 3px; line-height: 1; }
.social-arrow  { width: 16px; height: 16px; opacity: 0.4; display: block; }
.social-card:hover .social-arrow { opacity: 1; }

/* =============================================
   RESPONSIVE — FEATURES
============================================= */
@media (max-width: 960px) {
  .feature-block-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .feature-block--left .feature-visual { order: 0; }
  .feature-visual { justify-content: center; }
  .feature-block { padding: 72px 0; }
  .features-intro { padding: 72px 0 60px; }
  .beta-band { padding: 72px 0 60px; }
}

/* =============================================
   FOOTER
============================================= */
.footer {
  background: var(--dark);
  padding: 80px 0 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 64px;
}

/* Brand */
.footer-logo-img {
  height: 44px;
  width: auto;
  /* Inverser les couleurs pour fond sombre */
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(255,255,255,0.50);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 300px;
}
.footer-stores {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  padding: 9px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-store-btn:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.30);
}
.footer-store-btn svg { width: 18px; height: 18px; }

/* Colonnes */
.footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links li,
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.50);
  transition: color 0.18s ease;
}
.footer-links a:hover { color: var(--white); }

/* Icônes réseaux */
.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.60);
  transition: background 0.2s ease, color 0.2s ease;
}
.footer-social-icon svg { width: 16px; height: 16px; }
.footer-social-icon:hover { background: var(--primary); color: var(--white); border-color: transparent; }

/* Divider */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
}

/* Bas */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copyright {
  font-size: 13px;
  color: rgba(255,255,255,0.30);
}
.footer-legal {
  display: flex;
  gap: 24px;
}
.footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.30);
  transition: color 0.18s ease;
}
.footer-legal a:hover { color: rgba(255,255,255,0.70); }

/* Responsive */
@media (max-width: 960px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-legal { flex-wrap: wrap; gap: 16px; }
}

/* =============================================
   RESPONSIVE — COMMUNAUTÉ
============================================= */
@media (max-width: 1100px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .community { 
    /* padding: 72px 0 0;  */
    padding: 0; 
  }
  .socials-inner { flex-direction: column; align-items: flex-start; }
  .social-card { min-width: 100%; }
  .socials-links { width: 100%; }
}
