/* ==========================================================================
   FLUVORIA v6 — Immobilier 2.0
   Dark navy hero · cream body · mint signal · orange accent
   Dashboard produit + rythme éditorial
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,300;1,9..144,400&family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Base */
  --cream: #F5F2EC;
  --cream-2: #EBE6DA;
  --card: #FFFFFF;
  --ink: #0B1220;
  --ink-2: #1C2332;
  --ink-3: #5B6475;
  --ink-4: #8E96A6;

  /* Signature */
  --mint: #7CFFB2;
  --mint-2: #55E592;
  --orange: #FF6B3D;
  --orange-2: #E55826;
  --blue: #2B4BFF;
  --butter: #FFD66B;
  --plum: #3E1F30;

  /* Dark surfaces */
  --navy: #0B1220;
  --navy-2: #121A2B;
  --navy-3: #1B2438;

  /* Lines */
  --line: rgba(11, 18, 32, 0.1);
  --line-2: rgba(11, 18, 32, 0.18);
  --line-dark: rgba(255, 255, 255, 0.08);
  --line-dark-2: rgba(255, 255, 255, 0.16);

  --f-display: 'Fraunces', 'Times New Roman', serif;
  --f-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, monospace;

  --max: 1320px;
  --radius-s: 6px;
  --radius-m: 12px;
  --radius-l: 20px;
  --radius-xl: 28px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --t: 0.35s var(--ease);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }
body { background: var(--cream); color: var(--ink); font-family: var(--f-body); line-height: 1.55; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 32px; position: relative; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 400; letter-spacing: -0.03em; line-height: 0.98; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4.8vw, 4rem); line-height: 1.02; }
h3 { font-size: 1.3rem; font-family: var(--f-body); font-weight: 600; letter-spacing: -0.01em; line-height: 1.2; }
em { font-style: italic; color: var(--ink); font-weight: 400; }
em.mint { color: var(--mint-2); }
em.blue { color: var(--blue); }
p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 0.72rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3);
}
.eyebrow::before { content: ''; width: 22px; height: 1px; background: currentColor; opacity: 0.6; }

/* ===== NAV — dark, flotte sur le hero ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0; transition: all var(--t); }
.navbar-inner {
  max-width: var(--max); margin: 0 auto; padding: 10px 14px 10px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(11,18,32,0.72);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  border: 1px solid var(--line-dark-2);
  border-radius: 999px;
}
.navbar.scrolled .navbar-inner { background: rgba(11,18,32,0.92); }
.logo-wrap { display: flex; align-items: center; gap: 10px; }
.logo-wrap img { height: 22px; filter: brightness(0) invert(1); }
.logo-wrap::after { content: 'Fluvoria'; font-family: var(--f-display); font-weight: 500; font-size: 1.3rem; color: #fff; letter-spacing: -0.025em; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 2px; }
.nav-links a { display: inline-block; padding: 8px 14px; font-size: 0.9rem; color: rgba(255,255,255,0.72); border-radius: 999px; transition: all var(--t); }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--mint); }
.nav-links a.nav-cta { background: var(--mint); color: var(--ink); font-weight: 600; padding: 10px 16px; margin-left: 8px; }
.nav-links a.nav-cta:hover { background: #fff; }
.burger { display: none; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-size: 0.95rem; font-weight: 500; transition: all var(--t); white-space: nowrap; }
.btn .arrow { transition: transform var(--t); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-mint { background: var(--mint); color: var(--ink); font-weight: 600; }
.btn-mint:hover { background: #fff; }
.btn-orange { background: var(--ink); color: var(--mint); font-weight: 500; }
.btn-orange:hover { background: var(--ink-2); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--mint); color: var(--ink); }
.btn-outline-dark { background: transparent; color: #fff; border: 1px solid var(--line-dark-2); }
.btn-outline-dark:hover { border-color: #fff; background: rgba(255,255,255,0.06); }
.btn-outline-light { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn-outline-light:hover { border-color: var(--ink); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--ink); }
.btn-ghost:hover { color: var(--mint-2); border-color: var(--mint-2); }

/* ============================================================
   HERO — dark section pleine largeur, layout dashboard
   ============================================================ */
.hero {
  position: relative;
  padding: 120px 0 80px;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(900px 500px at 85% 15%, rgba(124,255,178,0.14), transparent 60%),
    radial-gradient(700px 400px at 10% 90%, rgba(124,255,178,0.08), transparent 60%),
    linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: auto, auto, 80px 80px, 80px 80px;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }

.hero-top {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding-bottom: 32px; margin-bottom: 56px;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--f-mono); font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.hero-top .left { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.8); }
.hero-top .live { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(124,255,178,0.18); animation: blip 2s ease-in-out infinite; }
@keyframes blip { 0%,100%{opacity:1} 50%{opacity:0.5} }

.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 72px; align-items: end; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 12px 7px 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line-dark-2);
  border-radius: 999px;
  font-family: var(--f-mono); font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}
.hero-badge .v { background: var(--mint); color: var(--ink); padding: 2px 8px; border-radius: 999px; font-weight: 600; letter-spacing: 0.06em; }

.hero h1 { font-size: clamp(3.2rem, 8.6vw, 7.2rem); line-height: 0.94; letter-spacing: -0.04em; color: #fff; max-width: 15ch; margin-bottom: 28px; font-weight: 400; }
.hero h1 em { color: var(--mint); font-style: italic; font-weight: 400; }

.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,0.78); max-width: 48ch; margin-bottom: 36px; line-height: 1.55; text-wrap: pretty; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }

/* Dashboard card à droite */
.dash {
  background: var(--navy-2);
  border: 1px solid var(--line-dark-2);
  border-radius: var(--radius-l);
  padding: 22px;
  position: relative; overflow: hidden;
}
.dash::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(124,255,178,0.18), transparent 70%);
  pointer-events: none;
}
.dash-head { display: flex; justify-content: space-between; align-items: center; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 18px; }
.dash-head .tabs { display: flex; gap: 4px; }
.dash-head .tabs span { padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,0.06); }
.dash-head .tabs .on { background: var(--mint); color: var(--ink); }

.dash-kpi {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px;
}
.dash-kpi .cell {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-m);
  padding: 14px 16px;
}
.dash-kpi .k { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 6px; }
.dash-kpi .v { font-family: var(--f-display); font-size: 1.8rem; line-height: 1; letter-spacing: -0.02em; color: #fff; }
.dash-kpi .v.mint { color: var(--mint); }
.dash-kpi .s { display: block; font-family: var(--f-mono); font-size: 0.66rem; color: rgba(255,255,255,0.5); margin-top: 6px; letter-spacing: 0.05em; }

.dash-chart {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-m);
  padding: 14px 16px;
  margin-bottom: 14px;
}
.dash-chart .ch-head { display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 0.66rem; color: rgba(255,255,255,0.55); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.dash-chart .ch-head .up { color: var(--mint); }
.dash-chart .bars { display: flex; align-items: flex-end; gap: 4px; height: 60px; }
.dash-chart .bars span { flex: 1; background: var(--mint); opacity: 0.9; border-radius: 2px 2px 0 0; }
.dash-chart .bars span:nth-child(n+6) { opacity: 1; }

.dash-list { display: flex; flex-direction: column; gap: 6px; }
.dash-list .row { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-dark); border-radius: var(--radius-s); font-size: 0.85rem; }
.dash-list .row .ville { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.8); text-transform: uppercase; }
.dash-list .row .statut { font-family: var(--f-mono); font-size: 0.7rem; color: var(--mint); letter-spacing: 0.08em; text-transform: uppercase; }
.dash-list .row .statut::before { content: '●'; margin-right: 6px; }

/* Ticker sous hero */
.ticker-wrap { background: var(--navy-3); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.ticker { padding: 14px 0; overflow: hidden; position: relative; }
.ticker-track { display: flex; gap: 48px; animation: tickerSlide 60s linear infinite; white-space: nowrap; width: max-content; }
.ticker-item { display: inline-flex; align-items: baseline; gap: 10px; font-family: var(--f-mono); font-size: 0.8rem; color: rgba(255,255,255,0.85); }
.ticker-item .k { color: rgba(255,255,255,0.5); text-transform: uppercase; font-size: 0.66rem; letter-spacing: 0.14em; }
.ticker-item .v.pos { color: var(--mint); }
.ticker-item .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--mint); display: inline-block; align-self: center; }
@keyframes tickerSlide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SECTIONS ===== */
section { position: relative; padding: 120px 0; }
.section-header { max-width: 780px; margin-bottom: 64px; }
.section-header.center { margin: 0 auto 64px; text-align: center; }
.section-header .eyebrow { margin-bottom: 22px; }
.section-header h2 { margin-bottom: 20px; }
.section-header p { font-size: 1.08rem; max-width: 620px; color: var(--ink-2); }
.section-header.center p { margin: 0 auto; }

/* ============================================================
   VALUE PROPS — 3 cartes (mélange photo + data)
   ============================================================ */
.vp-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 14px; }
.vp {
  border-radius: var(--radius-l);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  min-height: 420px;
  position: relative; overflow: hidden;
  transition: transform var(--t);
}
.vp:hover { transform: translateY(-4px); }
.vp .vp-num { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; margin-bottom: auto; }
.vp h3 { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.9rem, 2.6vw, 2.4rem); line-height: 1.02; letter-spacing: -0.025em; margin: 40px 0 14px; }
.vp p { font-size: 0.96rem; opacity: 0.9; color: inherit; }
.vp .vp-footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  display: flex; justify-content: space-between; align-items: baseline;
}
.vp .vp-footer .big { font-family: var(--f-display); font-size: 2.6rem; line-height: 1; letter-spacing: -0.025em; }
.vp .vp-footer .lab { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.75; max-width: 12ch; text-align: right; }

.vp.one { background: var(--ink); color: var(--cream); }
.vp.one .vp-footer { border-top-color: var(--line-dark-2); }
.vp.one h3 em { color: var(--mint); }
.vp.two { background: var(--mint); color: var(--ink); }
.vp.two .vp-footer { border-top-color: rgba(11,18,32,0.22); }
.vp.three { background: var(--cream-2); color: var(--ink); }
.vp.three .vp-footer { border-top-color: var(--line-2); }

/* décor tech : grille légère */
.vp::after {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(to right, currentColor 1px, transparent 1px), linear-gradient(to bottom, currentColor 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.04;
  pointer-events: none;
}

/* ============================================================
   SPLIT (fonctionnement)
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.split-content .eyebrow { margin-bottom: 22px; color: var(--mint-2); }
.split-content h2 { margin-bottom: 24px; }
.split-content p + p { margin-top: 18px; }
.split-content .btn-ghost { margin-top: 32px; }
.split-media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-l); overflow: hidden; background: var(--cream-2); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media .tag { position: absolute; top: 18px; left: 18px; background: var(--mint); color: var(--ink); padding: 8px 14px; border-radius: 999px; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.split-media .caption { position: absolute; bottom: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.5); }

/* ============================================================
   VILLES — grille de "tiles"
   ============================================================ */
.villes { background: var(--ink); color: #fff; padding: 140px 0; position: relative; overflow: hidden; }
.villes::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; }
.villes .container { position: relative; z-index: 1; }
.villes .section-header h2 { color: #fff; }
.villes .section-header h2 em { color: var(--mint); }
.villes .section-header p { color: rgba(255,255,255,0.7); }
.villes .eyebrow { color: rgba(255,255,255,0.6); }

.villes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ville-card {
  background: var(--navy-2);
  border: 1px solid var(--line-dark-2);
  border-radius: var(--radius-l);
  padding: 22px;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 200px;
  transition: all var(--t);
  position: relative; overflow: hidden;
}
.ville-card:hover { border-color: var(--mint); transform: translateY(-4px); }
.ville-card .v-top { display: flex; justify-content: space-between; align-items: center; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.ville-card .status { color: var(--mint); }
.ville-card .status::before { content: '●'; margin-right: 6px; }
.ville-card .v-name { font-family: var(--f-display); font-weight: 400; font-size: 2rem; line-height: 1; letter-spacing: -0.025em; color: #fff; margin-top: 8px; }
.ville-card .v-bot { display: flex; justify-content: space-between; align-items: baseline; }
.ville-card .v-count { font-family: var(--f-mono); font-size: 0.78rem; color: rgba(255,255,255,0.7); }
.ville-card .v-arrow { color: var(--mint); font-size: 1.2rem; transition: transform var(--t); }
.ville-card:hover .v-arrow { transform: translate(4px, -4px); }

/* ============================================================
   PROCESSUS — timeline moderne
   ============================================================ */
.process-line { position: absolute; top: 76px; left: 16%; right: 16%; height: 1px; background: var(--line-2); z-index: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 1; }
.step-card { background: var(--card); border: 1px solid var(--line); padding: 40px 32px; text-align: center; border-radius: var(--radius-l); transition: all var(--t); }
.step-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.step-card .step-index { width: 60px; height: 60px; background: var(--cream); border: 1px solid var(--line-2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 0.95rem; color: var(--ink); margin: 0 auto 28px; transition: all var(--t); }
.step-card:nth-child(1):hover .step-index { background: var(--mint); border-color: var(--mint); }
.step-card:nth-child(2):hover .step-index { background: var(--ink); color: var(--mint); border-color: var(--ink); }
.step-card:nth-child(3):hover .step-index { background: var(--ink); color: var(--mint); border-color: var(--ink); }
.step-card h3 { font-family: var(--f-display); font-weight: 400; font-size: 1.7rem; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 12px; }
.step-card p { color: var(--ink-2); font-size: 0.96rem; max-width: 28ch; margin: 0 auto; }
.steps-sub { margin-top: 56px; display: flex; justify-content: center; }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testi {
  background: var(--mint);
  border-radius: var(--radius-xl);
  padding: 72px 64px;
  position: relative; overflow: hidden;
}
.testi::before {
  content: '"';
  position: absolute; top: -30px; left: 40px;
  font-family: var(--f-display);
  font-size: 16rem; line-height: 1;
  color: var(--ink);
  opacity: 0.08;
}
.testi blockquote { font-family: var(--f-display); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.2; letter-spacing: -0.02em; color: var(--ink); max-width: 32ch; position: relative; }
.testi .who { margin-top: 32px; display: flex; align-items: center; gap: 14px; }
.testi .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--mint); display: flex; align-items: center; justify-content: center; font-family: var(--f-display); font-weight: 500; font-size: 1.2rem; }
.testi .who .name { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.testi .who .name small { display: block; font-weight: 400; font-family: var(--f-mono); font-size: 0.7rem; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }

/* ============================================================
   CTA final
   ============================================================ */
.cta-banner { padding: 40px 0 120px; }
.cta-inner { background: var(--ink); color: #fff; border-radius: var(--radius-xl); padding: 96px 64px; text-align: center; position: relative; overflow: hidden; }
.cta-inner::before { content: ''; position: absolute; top: -30%; left: -10%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(124,255,178,0.25), transparent 60%); }
.cta-inner::after { content: ''; position: absolute; bottom: -40%; right: -15%; width: 560px; height: 560px; background: radial-gradient(circle, rgba(124,255,178,0.18), transparent 60%); }
.cta-inner > * { position: relative; z-index: 1; }
.cta-inner .eyebrow { color: rgba(255,255,255,0.65); margin-bottom: 24px; }
.cta-inner .eyebrow::before { background: rgba(255,255,255,0.65); }
.cta-inner h2 { color: #fff; margin-bottom: 22px; }
.cta-inner h2 em { color: var(--mint); }
.cta-inner p { color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 36px; font-size: 1.08rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding: 80px 0 36px; background: var(--ink); color: rgba(255,255,255,0.75); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 60px; }
.footer-brand .brand-name { font-family: var(--f-display); font-weight: 500; font-size: 1.7rem; color: #fff; margin-bottom: 14px; letter-spacing: -0.025em; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 0.92rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--f-mono); font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.5); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.75); font-size: 0.94rem; transition: color var(--t); }
.footer-col a:hover { color: var(--mint); }
.footer-bottom { padding-top: 28px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; font-family: var(--f-mono); font-size: 0.72rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; }

/* ============================================================
   SUB-PAGES
   ============================================================ */
.page-header { padding: 160px 0 70px; border-bottom: 1px solid var(--line); background: var(--ink); color: #fff; }
.page-header .eyebrow { margin-bottom: 22px; color: var(--mint); }
.page-header h1 { color: #fff; font-size: clamp(2.8rem, 6.4vw, 5.4rem); line-height: 0.98; letter-spacing: -0.03em; margin-bottom: 22px; }
.page-header h1 em { color: var(--mint); font-style: italic; }
.page-header p { max-width: 620px; color: rgba(255,255,255,0.75); font-size: 1.1rem; }

/* Forms */
.form-wrapper { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 48px; max-width: 900px; margin: 0 auto; box-shadow: 0 20px 60px -30px rgba(11,18,32,0.2); }
.form-section-title { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-2); margin: 36px 0 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.form-section-title:first-child { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group.full { grid-column: span 2; }
.form-group label { display: block; font-size: 0.82rem; color: var(--ink-2); margin-bottom: 8px; }
.form-group .req { color: var(--mint-2); }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--cream); border: 1px solid var(--line-2); border-radius: var(--radius-s); padding: 14px 16px; color: var(--ink); font-family: var(--f-body); font-size: 0.98rem; transition: all var(--t); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--ink); background: var(--card); }
.form-group textarea { min-height: 130px; resize: vertical; }
.form-message { margin: 20px 0; padding: 14px 18px; border-radius: var(--radius-m); font-size: 0.95rem; }
.form-message.success { background: rgba(124,255,178,0.2); border: 1px solid var(--mint-2); color: var(--ink); }
.form-message.error { background: rgba(200,60,60,0.08); border: 1px solid #c83c3c; color: #c83c3c; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line-2); padding: 22px 0; }
.faq-question { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; font-size: 1.1rem; font-family: var(--f-body); font-weight: 500; color: var(--ink); }
.faq-question::after { display: none; }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height var(--t); color: var(--ink-2); }
.faq-item.active .faq-answer { max-height: 600px; padding-top: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   SUB-PAGES — composants complémentaires
   ============================================================ */
.container-narrow { width: 100%; max-width: 880px; margin: 0 auto; padding: 0 32px; }

/* Aliases boutons */
.btn-primary { background: var(--mint); color: var(--ink); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-size: 0.95rem; transition: all var(--t); white-space: nowrap; }
.btn-primary:hover { background: #fff; }
.btn-primary .arrow { transition: transform var(--t); }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-full { width: 100%; justify-content: center; padding: 17px 24px; font-size: 1rem; }

/* Step number fallback */
.step-number { width: 60px; height: 60px; background: var(--cream); border: 1px solid var(--line-2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 0.95rem; color: var(--ink); margin: 0 auto 28px; transition: all var(--t); }
.step-card:nth-child(1):hover .step-number { background: var(--mint); border-color: var(--mint); }
.step-card:nth-child(2):hover .step-number { background: var(--ink); color: var(--mint); border-color: var(--ink); }
.step-card:nth-child(3):hover .step-number { background: var(--ink); color: var(--mint); border-color: var(--ink); }

/* Benefits grid (propriétaires) */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 32px 28px 28px; display: flex; flex-direction: column; min-height: 280px;
  transition: all var(--t); position: relative; overflow: hidden;
}
.benefit-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.benefit-card .benefit-num {
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mint-2); margin-bottom: auto;
}
.benefit-card h3 {
  font-family: var(--f-display); font-weight: 400; font-size: 1.7rem;
  line-height: 1.05; letter-spacing: -0.025em; margin: 48px 0 12px; color: var(--ink);
}
.benefit-card p { color: var(--ink-2); font-size: 0.95rem; }

/* Services grid (entreprises) */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 36px 32px; min-height: 220px; display: flex; flex-direction: column;
  transition: all var(--t);
}
.service-card:hover { transform: translateY(-4px); border-color: var(--ink); }
.service-card .benefit-num { color: var(--mint-2); }
.service-card:nth-child(2) .benefit-num { color: var(--ink-3); }
.service-card:nth-child(3) .benefit-num { color: var(--mint-2); }
.service-card:nth-child(4) .benefit-num { color: var(--ink-3); }
.service-card h3 {
  font-family: var(--f-display); font-weight: 400; font-size: 1.7rem;
  line-height: 1.1; letter-spacing: -0.025em; margin: 36px 0 12px;
}

/* Split grid (réutilisable) */
.split-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.split-grid.reverse { grid-template-columns: 1.1fr 1fr; }
.split-grid.reverse .split-content { order: 2; }
.split-grid.reverse .photo-frame { order: 1; }
.split-grid .split-content .eyebrow { margin-bottom: 22px; color: var(--mint-2); }
.split-grid .split-content h2 { margin-bottom: 24px; }
.split-grid .split-content p + p { margin-top: 18px; }

/* Checklist */
.checklist { list-style: none; margin-top: 28px; }
.checklist li {
  display: flex; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem; color: var(--ink-2); line-height: 1.5;
}
.checklist li::before {
  content: '→'; color: var(--mint-2); font-family: var(--f-mono); font-weight: 500;
  flex-shrink: 0; padding-top: 2px;
}
.checklist li strong { color: var(--ink); font-weight: 600; }

/* Photo frame */
.photo-frame {
  position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-l); overflow: hidden;
  background: var(--cream-2);
}
.photo-frame .ph-label {
  position: absolute; top: 18px; left: 18px; z-index: 2;
  background: var(--mint); color: var(--ink);
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600;
}
.photo-frame .ph-img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame .ph-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(11,18,32,0.5));
  pointer-events: none;
}
.photo-frame .ph-caption {
  position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 2;
  display: flex; justify-content: space-between;
  font-family: var(--f-mono); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
}

/* Comparison table */
.comparison-wrapper { overflow-x: auto; border-radius: var(--radius-l); border: 1px solid var(--line-2); background: var(--card); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.comparison-table th, .comparison-table td {
  padding: 20px 24px; text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.96rem;
}
.comparison-table thead th {
  background: var(--ink); color: #fff;
  font-family: var(--f-mono); font-size: 0.72rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 500;
}
.comparison-table thead th:nth-child(2) { color: var(--mint); }
.comparison-table tbody tr:last-child td { border-bottom: none; }
.comparison-table tbody tr:hover { background: var(--cream); }
.comparison-table td:first-child { font-weight: 500; color: var(--ink); width: 40%; }
.comparison-table td:nth-child(2) { color: var(--ink); font-weight: 500; }
.comparison-table td:nth-child(3) { color: var(--ink-3); }
.comparison-table .check { color: var(--mint-2); font-weight: 600; }
.comparison-table .cross { color: #c83c3c; }

/* FAQ extended */
.faq-list { margin-top: 12px; }
.faq-item .faq-question { padding: 24px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.faq-item .faq-question h4 { font-family: var(--f-body); font-weight: 500; font-size: 1.1rem; color: var(--ink); letter-spacing: -0.01em; }
.faq-item .faq-toggle {
  width: 32px; height: 32px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-mono); font-size: 1.2rem; color: var(--ink);
  border: 1px solid var(--line-2); border-radius: 50%;
  transition: all var(--t);
}
.faq-item.active .faq-toggle { transform: rotate(45deg); background: var(--mint); color: var(--ink); border-color: var(--mint); }
.faq-item.active .faq-answer { padding: 0 0 24px; }
.faq-item .faq-answer p { color: var(--ink-2); font-size: 1rem; max-width: 68ch; }

/* Legal content */
.legal-content { max-width: 780px; margin: 0 auto; }
.legal-content h2 { font-family: var(--f-display); font-weight: 400; font-size: 1.7rem; letter-spacing: -0.02em; margin: 48px 0 16px; color: var(--ink); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--ink-2); font-size: 1rem; margin-bottom: 16px; line-height: 1.65; }
.legal-content ul { margin: 16px 0 16px 24px; color: var(--ink-2); }
.legal-content ul li { padding: 4px 0; }
.legal-content a { color: var(--ink); border-bottom: 1px solid var(--mint-2); }
.legal-content a:hover { color: var(--mint-2); border-color: var(--mint-2); }

/* Form note */
.form-note { font-size: 0.82rem; color: var(--ink-3); margin: 22px 0; line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 1020px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 48px; }
  .vp-grid { grid-template-columns: 1fr 1fr; }
  .villes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  section { padding: 80px 0; }
  .hero { padding: 100px 0 60px; }
  .hero-top { flex-direction: column; align-items: flex-start; gap: 10px; }
  .vp-grid { grid-template-columns: 1fr; }
  .villes-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-line { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .form-wrapper { padding: 28px; }
  .cta-inner, .testi { padding: 64px 28px; }
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: 82%; max-width: 340px; flex-direction: column; align-items: flex-start; gap: 8px; background: var(--navy); border-left: 1px solid var(--line-dark); padding: 100px 28px 40px; transform: translateX(100%); transition: transform var(--t); }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { width: 100%; font-size: 1.05rem; padding: 12px 16px; color: #fff; }
  .burger { display: flex; flex-direction: column; gap: 5px; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line-dark-2); border-radius: 999px; background: rgba(255,255,255,0.06); }
  .burger span { width: 18px; height: 1.5px; background: #fff; transition: transform var(--t); }
  .burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
}
@media (max-width: 560px) {
  .container { padding: 0 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .testi { padding: 48px 24px; }
}
