/* ===================================================================
   FLASHTORQ — Design tokens (voir references/brand.md)
   =================================================================== */
:root {
  --ft-blue: #1D4ED8;
  --ft-blue-dim: #17399e;
  --ft-blue-glow: rgba(29, 78, 216, 0.35);
  --ft-dark: #000411;
  --ft-dark-elevated: #0a0e1a;
  --ft-dark-card: #0d1220;
  --ft-line: #1c2333;
  --ft-white: #ffffff;
  --ft-grey: #9aa3b8;
  --ft-grey-dim: #5c667e;

  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;

  --cut: 18px; /* angle du motif F/T, utilisé pour les clip-path */
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ft-dark);
  color: var(--ft-white);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, .display {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.6rem); }

p { color: var(--ft-grey); margin: 0 0 1rem 0; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Nav ---------- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 4, 17, 0.97);
  border-bottom: 1px solid var(--ft-line);
}
.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.site-nav .logo img { height: 60px; width: auto; flex-shrink: 0; }
.site-nav .container { height: 100px; }
@media (max-width: 560px) { .site-nav .logo img { height: 44px; } .site-nav .container { height: 78px; } }
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  font-size: 0.88rem;
  color: var(--ft-grey);
  font-weight: 500;
  transition: color .15s ease;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--ft-white); }
.nav-cta {
  background: var(--ft-blue);
  color: var(--ft-white) !important;
  padding: 0.65rem 1.3rem;
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  flex-shrink: 0;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
  transition: background .15s ease;
}
.nav-cta:hover { background: var(--ft-blue-dim); }
.nav-toggle { display: none; }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 100px 0 0 0; background: var(--ft-dark); flex-direction: column; justify-content: flex-start; padding: 2rem 1.5rem; gap: 1.6rem; transform: translateX(100%); transition: transform .25s ease; z-index: 99; }
  .nav-links.open { transform: translateX(0); }
  .nav-toggle { display: block; background: none; border: none; color: var(--ft-white); font-size: 1.6rem; cursor: pointer; }
}
@media (max-width: 560px) {
  .nav-links { inset: 78px 0 0 0; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.9rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.btn-primary { background: var(--ft-blue); color: var(--ft-white); }
.btn-primary:hover { background: var(--ft-blue-dim); }
.btn-outline { background: transparent; color: var(--ft-white); border: 1px solid var(--ft-line); clip-path: none; padding: 0.9rem 1.85rem; }
.btn-outline:hover { border-color: var(--ft-blue); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 7rem 0 5rem;
  background:
    radial-gradient(ellipse 900px 500px at 20% -10%, var(--ft-blue-glow), transparent 60%),
    linear-gradient(180deg, var(--ft-dark) 0%, var(--ft-dark-elevated) 100%);
  border-bottom: 1px solid var(--ft-line);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 10%;
  width: 55%;
  height: 120%;
  background: linear-gradient(115deg, transparent 48%, rgba(29,78,216,0.10) 49%, rgba(29,78,216,0.10) 51%, transparent 52%);
  pointer-events: none;
}
.hero-eyebrow {
  color: var(--ft-blue);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero h1 { max-width: 780px; }
.hero h1 .accent { color: var(--ft-blue); }
.hero .lead {
  max-width: 620px;
  font-size: 1.15rem;
  margin-top: 1.3rem;
  color: var(--ft-grey);
}
.hero-actions { display: flex; gap: 1rem; margin-top: 2.2rem; flex-wrap: wrap; }

/* ---------- Hero with photo ---------- */
.hero-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}
@media (max-width: 900px) { .hero-photo-grid { grid-template-columns: 1fr; } }
.hero-text-col .hero-actions { margin-top: 1.8rem; }
.hero-photo-frame {
  position: relative;
  clip-path: polygon(28px 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
  border: 1px solid var(--ft-line);
  overflow: hidden;
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-frame::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,4,17,0.55) 100%);
}

/* ---------- Proof bar ---------- */
.proof-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
  margin-top: 2rem;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ft-white);
  padding: 0 1.3rem;
  border-right: 1px solid var(--ft-line);
}
.proof-item:last-child { border-right: none; }
.proof-item svg { width: 18px; height: 18px; color: var(--ft-blue); flex-shrink: 0; }
@media (max-width: 760px) {
  .proof-item { border-right: none; padding: 0 1rem 0 0; }
}
.proof-bar.proof-bar-lg .proof-item { font-size: 1.05rem; padding: 0 1.7rem; }
.proof-bar.proof-bar-lg .proof-item svg { width: 26px; height: 26px; }
@media (max-width: 760px) {
  .proof-bar.proof-bar-lg .proof-item { font-size: 0.95rem; }
  .proof-bar.proof-bar-lg .proof-item svg { width: 22px; height: 22px; }
}

/* ---------- Proof bar détaillée (fusion proof bar + pourquoi flashtorq) ---------- */
.proof-bar-detailed {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--ft-line);
  border: 1px solid var(--ft-line);
  margin-top: 2.5rem;
}
.proof-detail-item {
  background: var(--ft-dark);
  padding: 1.6rem 1.3rem;
}
.proof-detail-item svg { width: 26px; height: 26px; color: var(--ft-blue); margin-bottom: 0.8rem; }
.proof-detail-item h3 { font-size: 0.92rem; text-transform: none; letter-spacing: 0; margin-bottom: 0.4rem; font-family: var(--font-body); font-weight: 700; }
.proof-detail-item p { font-size: 0.82rem; margin: 0; line-height: 1.45; }
@media (max-width: 1000px) { .proof-bar-detailed { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) {
  .proof-bar-detailed { grid-template-columns: repeat(2, 1fr); }
  .proof-bar-detailed .proof-detail-item:last-child { grid-column: 1 / -1; }
}

/* ---------- Segment card with image ---------- */
.segment-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.segment-card .segment-photo { aspect-ratio: 4/3; overflow: hidden; }
.segment-card .segment-photo img { width: 100%; height: 100%; object-fit: cover; }
.segment-card .segment-body { padding: 1.8rem; }

/* ---------- Conditional reveal field ---------- */
.reveal-field { display: none; margin-top: -0.6rem; }
.reveal-field.active { display: block; animation: fadein .2s ease; }

.mode-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; margin-bottom: 1.5rem; }
.mode-toggle .vehicle-type-option { padding: 0.9rem 0.6rem; }

/* ---------- Hero blend (photo en background, dégradé avec le texte) ---------- */
.hero-blend {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-blend::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-blend.blend-ltr::before {
  background: linear-gradient(90deg, var(--ft-dark) 0%, var(--ft-dark) 40%, rgba(0,4,17,0.88) 52%, rgba(0,4,17,0.4) 66%, transparent 80%);
}
.hero-blend.blend-rtl::before {
  background: linear-gradient(270deg, var(--ft-dark) 0%, var(--ft-dark) 40%, rgba(0,4,17,0.88) 52%, rgba(0,4,17,0.4) 66%, transparent 80%);
}
.hero-blend > .container { position: relative; z-index: 2; }
@media (max-width: 760px) {
  .hero-blend.blend-ltr::before, .hero-blend.blend-rtl::before {
    background: linear-gradient(180deg, var(--ft-dark) 0%, var(--ft-dark) 22%, rgba(0,4,17,0.5) 55%, rgba(0,4,17,0.35) 100%);
  }
  .hero-blend.mobile-fade-lr::before {
    background: linear-gradient(90deg, var(--ft-dark) 0%, var(--ft-dark) 38%, rgba(0,4,17,0.55) 62%, rgba(0,4,17,0.25) 100%);
  }
}

/* ---------- Image latérale contenue (texte à côté, image dans son propre cadre — jamais de bleed hors cadre) ---------- */
.side-image-frame {
  position: relative;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
  border: 1px solid var(--ft-line);
  overflow: hidden;
  background: var(--ft-dark-card);
}
.side-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.side-image-frame.blend-edge-left::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ft-dark-card) 0%, transparent 22%);
  pointer-events: none;
}

/* ---------- Fondu doux tout le tour (pas de découpe en diagonale) ---------- */
.side-image-frame.soft-fade {
  clip-path: none;
  border-radius: 18px;
  border: none;
}
.side-image-frame.soft-fade::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 62%, var(--ft-dark) 100%);
  pointer-events: none;
}

/* ---------- Section with gradual background blend (ex: garantie) ---------- */
.section-blend {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.section-blend::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
}
.section-blend.blend-rtl::before {
  background: linear-gradient(270deg, var(--ft-dark-elevated) 0%, var(--ft-dark-elevated) 40%, rgba(10,14,26,0.88) 52%, rgba(10,14,26,0.4) 66%, transparent 80%);
}
.section-blend.blend-ltr::before {
  background: linear-gradient(90deg, var(--ft-dark-elevated) 0%, var(--ft-dark-elevated) 40%, rgba(10,14,26,0.88) 52%, rgba(10,14,26,0.4) 66%, transparent 80%);
}
.section-blend > .container { position: relative; z-index: 2; }
@media (max-width: 760px) {
  .section-blend.blend-rtl::before, .section-blend.blend-ltr::before {
    background: linear-gradient(180deg, var(--ft-dark-elevated) 0%, var(--ft-dark-elevated) 55%, rgba(10,14,26,0.55) 100%);
  }
}

/* ---------- Filigrane initiales FT ---------- */
.ft-watermark {
  position: absolute;
  z-index: 1;
  opacity: 0.07;
  pointer-events: none;
}
.ft-watermark img { height: 260px; width: auto; }
.ft-watermark.bottom-right { right: -30px; bottom: -30px; }
@media (max-width: 760px) { .ft-watermark img { height: 140px; } }

/* ---------- Table de gains ---------- */
table.gains { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
table.gains th, table.gains td {
  padding: 1rem 1.1rem; text-align: left; border-bottom: 1px solid var(--ft-line); font-size: 0.92rem;
}
table.gains th { color: var(--ft-white); font-weight: 700; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; background: var(--ft-dark-elevated); }
table.gains td { color: var(--ft-grey); }
table.gains td.gain-value { color: var(--ft-blue); font-weight: 700; }
table.gains tr:nth-child(even) td { background: rgba(255,255,255,0.015); }
.table-scroll { overflow-x: auto; }

/* ---------- Manufacturer chips list ---------- */
.brand-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.brand-chip {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.03em;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--ft-line);
  color: var(--ft-grey);
  background: var(--ft-dark-elevated);
}
.brand-note { font-size: 0.8rem; color: var(--ft-grey-dim); font-style: italic; margin-top: 0.9rem; }

/* ---------- Mobile refinements ---------- */
@media (max-width: 560px) {
  .hero { padding: 3rem 0 2.5rem; }
  section { padding: 3.5rem 0; }
  .form-shell { padding: 1.6rem; }
  .proof-item { font-size: 0.78rem; }
  .stat-row { gap: 1.6rem; }
}

/* ---------- Hero centré, image en ambiance de fond (pas un bloc photo visible) ---------- */
.hero-centered-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(560px, 78vh, 820px);
}
.hero-centered-bg::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 1000px 700px at center, rgba(0,4,17,0.58) 0%, rgba(0,4,17,0.65) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-centered-bg > .container { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.hero-centered-bg .lead { max-width: 640px; margin-left: auto; margin-right: auto; }
.hero-centered-bg .hero-actions { justify-content: center; }
.hero-centered-bg .btn-outline { background: rgba(0,4,17,0.55); border-color: rgba(255,255,255,0.25); }
.hero-centered-bg .btn-outline:hover { background: rgba(0,4,17,0.8); }
@media (max-width: 760px) {
  .hero-centered-bg {
    min-height: auto;
    padding: 2.2rem 0 2rem;
    background-image: none !important;
    background-color: var(--ft-dark);
  }
  .hero-centered-bg::before { background: none; }
  .hero-centered-bg h1 { font-size: clamp(2.1rem, 8vw, 2.8rem); line-height: 1.05; }
  .hero-centered-bg .hero-eyebrow { margin-bottom: 0.6rem; }
  .hero-centered-bg .lead { margin-top: 0.8rem; font-size: 1rem; }
  .hero-centered-bg .hero-actions { margin-top: 1.4rem; gap: 0.7rem; }
}
.hero-mobile-image { display: none; }
@media (max-width: 760px) {
  .hero-mobile-image {
    display: block;
    width: 100%;
    margin: 1.6rem 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--ft-line);
  }
  .hero-mobile-image img { width: 100%; height: auto; display: block; }
}
section { padding: 5.5rem 0; }
.section-alt { background: var(--ft-dark-elevated); border-top: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); }
.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head .eyebrow {
  color: var(--ft-blue); font-weight: 700; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.7rem; display:block;
}

/* ---------- Feature band (bandeau bénéfices) ---------- */
.feature-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ft-line);
  border: 1px solid var(--ft-line);
}
.feature-item {
  background: var(--ft-dark);
  padding: 2rem 1.6rem;
}
.feature-item .ico { width: 34px; height: 34px; margin-bottom: 1rem; color: var(--ft-blue); }
.feature-item h3 { font-size: 1.05rem; text-transform: none; letter-spacing: 0; margin-bottom: 0.5rem; }
.feature-item p { font-size: 0.9rem; margin: 0; }
@media (max-width: 900px) { .feature-band { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feature-band { grid-template-columns: 1fr; } }

/* ---------- Cards / grid ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 860px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.grid-gains { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
@media (max-width: 860px) { .grid-gains { grid-template-columns: 1fr; } }
/* Sur mobile, l'image de la courbe (déjà positionnée dans le DOM entre le texte et la liste) devient visible; la version desktop se cache */
.grid-gains .gain-graph-mobile-slot { display: none; }
@media (max-width: 860px) {
  .grid-gains .gain-graph-mobile-slot { display: block; width: 100%; margin: 1.5rem 0; }
  .grid-gains > .side-image-frame:not(.gain-graph-mobile-slot) { display: none; }
}

.card {
  background: var(--ft-dark-card);
  border: 1px solid var(--ft-line);
  padding: 2rem;
  position: relative;
}
.card::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: var(--cut); height: var(--cut);
  background: linear-gradient(135deg, var(--ft-dark) 50%, transparent 50%);
}

/* ---------- Comparison table ---------- */
table.compare { width: 100%; border-collapse: collapse; }
table.compare th, table.compare td {
  padding: 0.9rem 1rem; text-align: left; border-bottom: 1px solid var(--ft-line); font-size: 0.92rem;
}
table.compare th { color: var(--ft-white); font-family: var(--font-body); font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; }
table.compare td { color: var(--ft-grey); }
table.compare td.yes { color: var(--ft-blue); font-weight: 600; }
table.compare tr.highlight { background: rgba(29,78,216,0.06); }

/* ---------- Stat / placeholder counters ---------- */
.stat-row { display: flex; gap: 3rem; flex-wrap: wrap; margin: 2rem 0; }
.stat { min-width: 160px; }
.stat .num { font-family: var(--font-display); font-size: 2.6rem; color: var(--ft-blue); }
.stat .label { font-size: 0.85rem; color: var(--ft-grey-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.placeholder-note { font-size: 0.78rem; color: var(--ft-grey-dim); font-style: italic; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  aspect-ratio: 4/3;
  background: var(--ft-dark-card);
  border: 1px dashed var(--ft-line);
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 1rem;
}
.gallery-item span { color: var(--ft-grey-dim); font-size: 0.82rem; }

/* ---------- Form ---------- */
.form-shell {
  background: var(--ft-dark-card);
  border: 1px solid var(--ft-line);
  padding: 2.5rem;
  max-width: 720px;
}
.form-steps { display: flex; gap: 0.5rem; margin-bottom: 2.2rem; }
.form-step-dot {
  flex: 1; height: 3px; background: var(--ft-line);
}
.form-step-dot.active { background: var(--ft-blue); }
.form-step { display: none; }
.form-step.active { display: block; animation: fadein .25s ease; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }

label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--ft-white); }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%;
  background: var(--ft-dark-elevated);
  border: 1px solid var(--ft-line);
  color: var(--ft-white);
  padding: 0.85rem 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  margin-bottom: 1.3rem;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ft-blue); }

.vehicle-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin-bottom: 1.5rem; }
@media (max-width: 560px) { .vehicle-type-grid { grid-template-columns: 1fr; } }
.vehicle-type-option {
  border: 1px solid var(--ft-line);
  background: var(--ft-dark-elevated);
  padding: 1.1rem 0.8rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  transition: border-color .15s ease, background .15s ease;
}
.vehicle-type-option:hover { border-color: var(--ft-grey-dim); }
.vehicle-type-option.selected { border-color: var(--ft-blue); background: rgba(29,78,216,0.12); color: var(--ft-white); }

.check-row { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.9rem; }
.check-row input { width: auto; margin: 0.2rem 0 0 0; }
.check-row label { margin: 0; font-weight: 500; color: var(--ft-grey); font-size: 0.9rem; }

.form-nav { display: flex; justify-content: space-between; margin-top: 1.5rem; }
.form-error { color: #ff6b6b; font-size: 0.82rem; margin: -0.8rem 0 1rem; display: none; }
.form-success { display: none; text-align: center; padding: 2rem 0; }
.form-success.active { display: block; }

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--ft-line);
  padding: 3.5rem 0 2.5rem;
  background: var(--ft-dark);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid img { height: 26px; margin-bottom: 1rem; }
.footer-grid h4 { font-family: var(--font-body); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ft-white); margin-bottom: 1rem; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 0.6rem; }
.footer-grid a { color: var(--ft-grey); font-size: 0.9rem; }
.footer-grid a:hover { color: var(--ft-white); }
.footer-bottom { border-top: 1px solid var(--ft-line); padding-top: 1.5rem; font-size: 0.8rem; color: var(--ft-grey-dim); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- Legal note callout ---------- */
.callout {
  border-left: 3px solid var(--ft-blue);
  padding: 1rem 1.5rem;
  background: var(--ft-dark-card);
  font-size: 0.9rem;
}
.callout p:last-child { margin-bottom: 0; }

.cta-band {
  text-align: center;
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--ft-dark-elevated), var(--ft-dark));
}
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p { max-width: 500px; margin: 0 auto 2rem; }
