/*
  DESIGN BRIEF — ELEK100FIL v2 "Signature Power"
  Mot directeur   : Énergie maîtrisée — l'identité sort du logo (bouton power, éclairs, cyan)
  Layout signature: Hero image plein cadre + anneau power, services liste numérotée 01-04,
                    marquee photos chantiers réels, stats band chiffres géants
  Palette         : dark #071426 / prim #1565C0 / cyan #29ABE2 (logo "FIL") / acc #E84520
  Polices         : Syne 800 (titres) + Outfit 400/600 (corps)
  Techniques      : [1] motif circuit imprimé (remplace grid générique), [2] anneau power,
                    [3] chiffres géants stats-band, [4] liste services numérotée,
                    [5] marquee photos réelles, [6] footer dense designé
*/

/* ── TOKENS ─────────────────────────────────────── */
:root {
  --dark:    #071426;
  --dark2:   #0D1F3C;
  --bg:      #F4F6FA;
  --bg2:     #E8EDF5;
  --card:    #FFFFFF;
  --prim:    #1565C0;
  --prim-l:  #1E88E5;
  --prim-2:  #DBEAFE;
  --cyan:    #29ABE2;
  --cyan-l:  #4FC3F7;
  --acc:     #E84520;
  --acc-l:   #FF6535;
  --text:    #0A1628;
  --text2:   #3A4E6A;
  --bdr:     #C5D3E8;
  --bdr-b:   rgba(21,101,192,.28);
  --shadow:  rgba(21,101,192,.08);
  --circuit-dark:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='none' stroke='rgba(79,195,247,0.055)' stroke-width='1'%3E%3Cpath d='M0 35 H58 V95 H140'/%3E%3Cpath d='M70 0 V48 H118 V140'/%3E%3C/g%3E%3Cg fill='rgba(79,195,247,0.1)'%3E%3Ccircle cx='58' cy='35' r='2'/%3E%3Ccircle cx='118' cy='48' r='2'/%3E%3Ccircle cx='58' cy='95' r='2'/%3E%3C/g%3E%3C/svg%3E");
  --circuit-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='none' stroke='rgba(21,101,192,0.06)' stroke-width='1'%3E%3Cpath d='M0 35 H58 V95 H140'/%3E%3Cpath d='M70 0 V48 H118 V140'/%3E%3C/g%3E%3Cg fill='rgba(21,101,192,0.11)'%3E%3Ccircle cx='58' cy='35' r='2'/%3E%3Ccircle cx='118' cy='48' r='2'/%3E%3Ccircle cx='58' cy='95' r='2'/%3E%3C/g%3E%3C/svg%3E");
  --fd:   'Syne', sans-serif;
  --fb:   'Outfit', sans-serif;
  --ease: cubic-bezier(0.16,1,0.3,1);
  --t:    200ms;
  --ts:   380ms;
}

/* ── RESET ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--fb); background: var(--bg); color: var(--text); overflow-x: hidden; line-height: 1.6; }
img  { max-width: 100%; display: block; }
a    { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }
ul   { list-style: none; }

/* ── LAYOUT ─────────────────────────────────────── */
.wrap   { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { padding: 104px 0; }
.hero   { padding: 0; }

@media (max-width: 768px) { section { padding: 68px 0; } }

/* ── TYPE ───────────────────────────────────────── */
.t-disp {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95; letter-spacing: -0.04em; color: var(--text);
}
.t-h2 {
  font-family: var(--fd); font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.05; letter-spacing: -0.03em; color: var(--text);
}
.t-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--prim);
  display: inline-flex; align-items: center; gap: 10px;
}
/* Puce "power" — écho du bouton power du logo */
.t-label::before {
  content: '';
  display: inline-block; width: 11px; height: 11px;
  border: 2.5px solid var(--acc); border-radius: 50%;
  box-shadow: inset 0 -7px 0 -5px var(--acc);
  flex-shrink: 0;
}

/* ── ANIMATIONS ─────────────────────────────────── */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
@keyframes pulsering {
  0%   { transform: scale(1);   opacity: .45; }
  100% { transform: scale(2.4); opacity: 0; }
}

.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: 100ms; }
.d2 { transition-delay: 200ms; }
.d3 { transition-delay: 320ms; }
.d4 { transition-delay: 440ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ── BUTTONS ────────────────────────────────────── */
.btn-acc {
  display: inline-flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 28px; border-radius: 999px;
  background: linear-gradient(135deg, var(--acc), var(--acc-l));
  font-family: var(--fb); font-size: 15px; font-weight: 700; color: #1A0F00;
  transition: transform var(--t) var(--ease), box-shadow var(--t);
  box-shadow: 0 4px 18px rgba(232,69,32,.32);
}
.btn-acc:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,69,32,.48); }
.btn-acc:active { transform: scale(.98); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 26px; border-radius: 999px;
  background: transparent; border: 1.5px solid var(--bdr-b);
  font-family: var(--fb); font-size: 15px; font-weight: 500; color: var(--prim);
  transition: background var(--t), border-color var(--t), transform var(--t);
}
.btn-ghost:hover { background: var(--prim-2); border-color: var(--prim); transform: translateY(-2px); }
.btn-ghost:active { transform: scale(.98); }

/* ── NAV ────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0;
  transition: background var(--ts) var(--ease), padding var(--ts), box-shadow var(--ts);
  background: transparent;
}
.nav:not(.scrolled) .logo-name { color: #fff; }
.nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,.68); }
.nav:not(.scrolled) .nav-links a:hover,
.nav:not(.scrolled) .nav-links a.active { color: #fff; }
.nav:not(.scrolled) .nav-cta {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: none;
}
.nav:not(.scrolled) .ham span { background: rgba(255,255,255,.9); }

.nav.scrolled {
  background: rgba(244,247,246,.96);
  backdrop-filter: blur(24px) saturate(180%);
  box-shadow: 0 1px 0 var(--bdr), 0 4px 28px rgba(21,101,192,.07);
  padding: 13px 0;
}
.nav.scrolled .logo-name { color: var(--text); }
.nav.scrolled .nav-links a { color: var(--text2); }
.nav.scrolled .nav-links a:hover,
.nav.scrolled .nav-links a.active { color: var(--prim); }
.nav.scrolled .nav-cta {
  background: linear-gradient(135deg, var(--prim), var(--prim-l));
  border: none; box-shadow: 0 2px 12px rgba(21,101,192,.25);
}
.nav.scrolled .ham span { background: var(--text); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 52px; width: auto; display: block; }
footer .logo-img { height: 40px; }
.nav:not(.scrolled) .logo-dark  { display: none; }
.nav.scrolled      .logo-light  { display: none; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--prim), var(--prim-l));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 14px rgba(21,101,192,.32); color: #fff;
}
.logo-name {
  font-family: var(--fd); font-size: 17px; font-weight: 800;
  transition: color var(--ts);
}

/* Nav link underline animation — extend from left on hover */
.nav-links { display: flex; gap: 26px; }
.nav-links a {
  font-size: 14px; font-weight: 500;
  transition: color var(--t);
  position: relative; padding-bottom: 3px;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 100%; height: 2px;
  background: var(--acc); border-radius: 1px;
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--t) var(--ease);
}
.nav.scrolled .nav-links a:hover::after,
.nav.scrolled .nav-links a.active::after { transform: scaleX(1); }

.nav-cta {
  display: inline-flex; align-items: center;
  height: 38px; padding: 0 20px; border-radius: 999px;
  font-family: var(--fb); font-size: 13px; font-weight: 600; color: #fff;
  transition: opacity var(--t), box-shadow var(--t), background var(--ts), border var(--ts);
}
.nav-cta:hover { opacity: .88; }

.ham {
  display: none; flex-direction: column; gap: 5px;
  background: none; padding: 4px;
}
.ham span {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  transition: transform var(--t) var(--ease), opacity var(--t), background var(--ts);
}
.ham.x span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ham.x span:nth-child(2) { opacity: 0; }
.ham.x span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mob-menu {
  display: none; position: fixed; inset: 0; z-index: 99;
  background: rgba(7,20,38,.97); backdrop-filter: blur(24px);
  flex-direction: column; align-items: center; justify-content: center; gap: 36px;
}
.mob-menu.open { display: flex; }
.mob-menu a {
  font-family: var(--fd); font-size: 2rem; font-weight: 700;
  color: rgba(255,255,255,.75); transition: color var(--t);
}
.mob-menu a:hover { color: #fff; }
.mob-cta {
  display: flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 28px; border-radius: 999px;
  background: linear-gradient(135deg, var(--acc), var(--acc-l));
  font-family: var(--fb); font-weight: 700; color: #1A0F00;
  margin-top: 8px; white-space: nowrap;
}
/* override .mob-menu a font-size (higher specificity) */
.mob-menu .mob-cta { font-size: 15px; }

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .ham { display: flex; }
  .page-hero { padding: 108px 0 48px; }
}

/* ── PAGE HERO (inner pages) ────────────────────── */
.page-hero {
  padding: 150px 0 72px;
  background-color: var(--dark);
  background-image: var(--circuit-dark);
  background-size: 140px 140px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 15% 60%, rgba(21,101,192,.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 85% 30%, rgba(232,69,32,.1) 0%, transparent 60%);
}
.page-hero-bg { display: none; }
.page-hero .t-label { color: rgba(255,255,255,.55); }
.page-hero .t-label::before { background: var(--acc-l); }
.page-hero .t-label { display: block; margin-bottom: 14px; }
.page-hero .t-h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); }

.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; margin-top: 14px;
  position: relative; z-index: 1;
}
.page-hero .breadcrumb { color: rgba(255,255,255,.45); }
.page-hero .breadcrumb a { color: rgba(255,255,255,.65); transition: color var(--t); }
.page-hero .breadcrumb a:hover { color: #fff; }
.page-hero .breadcrumb svg { color: rgba(255,255,255,.3); flex-shrink: 0; }
.page-hero > .wrap { position: relative; z-index: 1; }

/* ── HERO (index) ───────────────────────────────── */
.hero {
  min-height: 100dvh; position: relative;
  display: flex; align-items: center; padding-top: 80px;
  background: var(--dark); overflow: hidden;
}
.hero-bg, .hero-grid, .hero-g1, .hero-g2 {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-grid {
  background-image: var(--circuit-dark);
  background-size: 140px 140px;
}
.hero-g1 {
  top: auto; left: -10%; bottom: -20%; right: auto;
  width: 75%; height: 75%;
  background: radial-gradient(ellipse, rgba(21,101,192,.22) 0%, transparent 65%);
}
.hero-g2 {
  top: -15%; right: 5%; bottom: auto; left: auto;
  width: 50%; height: 60%;
  background: radial-gradient(ellipse, rgba(232,69,32,.14) 0%, transparent 65%);
}

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 7fr 5fr;
  gap: 72px; align-items: center;
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 60px 24px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(21,101,192,.18);
  border: 1px solid rgba(30,136,229,.28);
  font-size: 12px; font-weight: 500; color: rgba(255,255,255,.8);
  margin-bottom: 28px;
}
.badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--acc-l); position: relative; flex-shrink: 0;
}
.badge-dot::after {
  content: ''; position: absolute; inset: -3px; border-radius: 50%;
  background: var(--acc-l); animation: pulsering 2s ease infinite;
}

.hero .t-disp { color: #fff; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--cyan-l); }

.hero-sub {
  font-size: clamp(.95rem, 1.8vw, 1.08rem);
  color: rgba(255,255,255,.58); line-height: 1.8; max-width: 500px;
  margin-bottom: 36px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

.hero .btn-ghost {
  border-color: rgba(255,255,255,.24); color: rgba(255,255,255,.82);
}
.hero .btn-ghost:hover {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); color: #fff;
}

/* Hero image — anneau power (technique #2, écho logo) */
.hero-right { position: relative; }
.hero-img {
  position: relative;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
}
.hero-img img { width: 100%; height: 520px; object-fit: cover; object-position: 62% center; display: block; }
.hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,20,38,.45) 100%);
}

/* Anneau power décoratif — cercle + encoche, comme le logo */
.hero-ring {
  position: absolute; top: -34px; right: -30px; z-index: 3;
  width: 108px; height: 108px;
  color: var(--cyan);
  filter: drop-shadow(0 0 14px rgba(41,171,226,.35));
  pointer-events: none;
}
.hero-ring svg { width: 100%; height: 100%; display: block; }

/* Hero float card */
.hero-float {
  position: absolute; bottom: 28px; left: -28px; z-index: 2;
  background: rgba(13,31,60,.85);
  border: 1px solid rgba(30,136,229,.22);
  backdrop-filter: blur(16px);
  border-radius: 14px; padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
  animation: float 5.5s ease-in-out infinite;
  box-shadow: 0 12px 36px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.04) inset;
}
.float-icon {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: rgba(21,101,192,.25);
  display: flex; align-items: center; justify-content: center; color: var(--prim-l);
}
.float-text strong {
  display: block; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,.9); margin-bottom: 2px;
}
.float-text span { font-size: 11px; color: rgba(255,255,255,.45); }

@media (max-width: 1024px) {
  .hero { min-height: 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 110px 24px 64px; }
  .hero-img img { height: 320px; }
  .hero-ring { top: -20px; right: -12px; width: 72px; height: 72px; }
  .hero-float { left: 14px; bottom: 14px; padding: 12px 16px; }
}
@media (max-width: 480px) {
  .hero-img img { height: 250px; }
  .hero-float { display: none; }
}

/* ── STATS BAND (technique #3 — chiffres géants) ── */
.stats-band {
  background: var(--dark2);
  padding: 64px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative; overflow: hidden;
}
.stats-band::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(21,101,192,.12) 0%, transparent 70%);
}
.stats-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-big {
  display: flex; flex-direction: column; gap: 6px;
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.stat-big:first-child { padding-left: 0; }
.stat-big:last-child  { border-right: none; }
.stat-big-n {
  font-family: var(--fd);
  font-size: clamp(3rem, 5.5vw, 4.8rem);
  font-weight: 800; line-height: 1;
  color: #fff; letter-spacing: -0.04em;
}
.stat-big-n b { color: var(--acc); }
.stat-big-l { font-size: 15px; color: rgba(255,255,255,.55); font-weight: 500; margin-top: 6px; }

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .stat-big { border-right: none; padding: 0 0 0 20px; border-left: 2px solid rgba(255,255,255,.07); }
}
@media (max-width: 480px) {
  .stat-big-n { font-size: clamp(2.4rem, 8vw, 3.2rem); }
}

/* ── SECTION HEADER ─────────────────────────────── */
.sec-head { margin-bottom: 60px; }
.sec-head .t-label { display: block; margin-bottom: 14px; }
.sec-head .t-h2    { margin-bottom: 16px; }
.sec-head p { font-size: 15px; color: var(--text2); line-height: 1.8; max-width: 520px; }

/* Left accent border — technique #2 */
.sec-line {
  border-left: 3px solid var(--acc);
  padding-left: 22px;
}

/* ── SECTION WATERMARK (technique #1 — texte géant) */
.sec-watermark {
  position: absolute;
  font-family: var(--fd);
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 800; color: var(--prim);
  opacity: 0.04; white-space: nowrap;
  pointer-events: none; user-select: none;
  letter-spacing: -0.03em; line-height: 1;
  right: -2%; bottom: 5%; z-index: 0;
}

/* ── SECTION DIVIDERS ───────────────────────────── */
.sec-alt   { background: var(--bg2); }
.sec-white { background: var(--bg); }
.sec-grid-bg {
  background-color: var(--bg2);
  background-image: var(--circuit-light);
  background-size: 140px 140px;
}

/* ── TICKER (technique #5 — bandeau défilant) ───── */
.ticker {
  display: flex; overflow: hidden; user-select: none;
  background: var(--dark);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ticker-track {
  display: flex; align-items: center; gap: 44px;
  padding-right: 44px;
  flex-shrink: 0; min-width: 100%;
  animation: tickerScroll 36s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}
.ticker-item {
  font-family: var(--fd); font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: -0.01em; white-space: nowrap;
  color: #fff;
}
.ticker-item.outline {
  color: transparent;
  -webkit-text-stroke: 1.2px var(--cyan);
}
/* Point power orange — écho logo */
.ticker-dot {
  width: 13px; height: 13px; flex-shrink: 0;
  border: 3px solid var(--acc); border-radius: 50%;
  box-shadow: inset 0 -8px 0 -6px var(--acc);
}
@media (max-width: 640px) {
  .ticker { padding: 22px 0; }
  .ticker-track { gap: 28px; padding-right: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker { overflow-x: auto; }
  .ticker-track { animation: none; }
}

/* ── SERVICES (technique #4 — liste numérotée) ──── */
.services {
  position: relative; overflow: hidden;
  background-color: var(--bg2);
  background-image: var(--circuit-light);
  background-size: 140px 140px;
  border-top: 1px solid var(--bdr);
  border-bottom: 1px solid var(--bdr);
}
.services .wrap { position: relative; z-index: 1; }

.svc-list { border-top: 1px solid var(--bdr); }
.svc-row {
  display: grid;
  grid-template-columns: 120px 1fr 56px;
  gap: 32px; align-items: center;
  padding: 36px 20px 36px 4px;
  border-bottom: 1px solid var(--bdr);
  position: relative;
  transition: background var(--ts) var(--ease), padding-left var(--ts) var(--ease);
}
.svc-row::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--cyan), var(--prim));
  transform: scaleY(0); transform-origin: top;
  transition: transform var(--ts) var(--ease);
}
.svc-row:hover {
  background: rgba(255,255,255,.75);
  padding-left: 20px;
}
.svc-row:hover::before { transform: scaleY(1); }

.svc-num {
  font-family: var(--fd); font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800; line-height: 1; letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(21,101,192,.4);
  transition: color var(--ts), -webkit-text-stroke-color var(--ts);
}
.svc-row:hover .svc-num { color: var(--prim); -webkit-text-stroke-color: var(--prim); }

.svc-body h3 {
  font-family: var(--fd); font-size: 1.25rem; font-weight: 700;
  margin-bottom: 8px; color: var(--text);
}
.svc-body p { font-size: 14px; color: var(--text2); line-height: 1.74; max-width: 640px; }

.svc-arrow {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid var(--bdr);
  display: flex; align-items: center; justify-content: center;
  color: var(--prim); flex-shrink: 0;
  transition: background var(--t), color var(--t), border-color var(--t), transform var(--ts) var(--ease);
}
.svc-row:hover .svc-arrow {
  background: var(--acc); border-color: var(--acc); color: #fff;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .svc-row {
    grid-template-columns: 1fr 44px;
    gap: 16px; padding: 26px 8px;
  }
  .svc-num {
    grid-column: 1 / -1;
    font-size: 2rem; margin-bottom: 2px;
  }
  .svc-arrow { width: 44px; height: 44px; align-self: start; }
  .svc-row:hover { padding-left: 8px; }
}

/* ── ABOUT ──────────────────────────────────────── */
.about { background: var(--bg); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 88px; align-items: center;
}
.about-content .t-label { display: block; margin-bottom: 16px; }
.about-content .t-h2    { margin-bottom: 22px; }
.about-content p { font-size: 15px; color: var(--text2); line-height: 1.82; margin-bottom: 16px; }

.about-pts { display: flex; flex-direction: column; gap: 16px; margin: 24px 0 32px; }
.about-pt  { display: flex; gap: 16px; align-items: flex-start; }
.apt-icon  {
  width: 38px; height: 38px; min-width: 38px; border-radius: 10px;
  background: var(--prim-2); border: 1px solid rgba(21,101,192,.12);
  display: flex; align-items: center; justify-content: center; color: var(--prim);
}
.apt-text strong { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.apt-text span   { font-size: 13px; color: var(--text2); }

.about-img { position: relative; }
.about-img-inner {
  border-radius: 16px; overflow: hidden; aspect-ratio: 4/5;
  border: 1px solid var(--bdr); position: relative;
  box-shadow: 0 20px 60px rgba(21,101,192,.1);
}
.about-img-inner img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute; bottom: 24px; left: 24px; z-index: 1;
  background: #fff; border: 1px solid var(--bdr); border-radius: 12px;
  padding: 14px 20px;
  box-shadow: 0 8px 28px rgba(21,101,192,.12);
}
.about-badge--logo { padding: 12px 16px; }
.about-badge--logo img { display: block; width: auto; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 52px; }
  .about-img   { order: -1; }
  .about-img-inner { aspect-ratio: 16/9; }
}

/* ── GALLERY ────────────────────────────────────── */
.gallery { background: var(--bg); border-top: 1px solid var(--bdr); }

.gal-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-auto-rows: 260px; gap: 16px;
}
.gal-item {
  border-radius: 14px; overflow: hidden; position: relative; cursor: pointer;
  background: var(--card);
  border: 1px solid var(--bdr);
  box-shadow: 0 4px 20px rgba(21,101,192,.09), 0 1px 2px rgba(0,0,0,.05);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.gal-item:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(21,101,192,.16); }
.gal-item.tall { grid-row: span 2; }
.gal-item img,
.gal-item video { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); display: block; }
.gal-item:hover img,
.gal-item:hover video { transform: scale(1.04); }

/* Progress bar (mobile only) */
.gal-progress {
  display: none;
  height: 3px;
  background: var(--bdr);
  border-radius: 3px;
  margin-top: 20px;
  overflow: hidden;
}
.gal-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--prim), var(--prim-l));
  border-radius: 3px;
  width: 0%;
  transition: width .35s ease;
}

@media (max-width: 768px) {
  .gal-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 4px;
    scrollbar-width: none;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .gal-grid::-webkit-scrollbar { display: none; }
  .gal-item,
  .gal-item.tall {
    flex: 0 0 82vw;
    max-width: 340px;
    height: 260px;
    grid-row: unset;
    scroll-snap-align: center;
    border-radius: 14px;
  }
  .gal-progress { display: block; }
}
@media (max-width: 480px) {
  .gal-item,
  .gal-item.tall { flex: 0 0 88vw; max-width: none; height: 240px; }
}

/* ── LIGHTBOX ───────────────────────────────────── */
.lb-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease;
}
.lb-overlay.open { opacity: 1; pointer-events: all; }
.lb-overlay img,
.lb-overlay video {
  max-width: min(90vw, 1200px);
  max-height: 88vh;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.lb-close {
  position: fixed; top: 20px; right: 24px;
  width: 40px; height: 40px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff; font-size: 20px; line-height: 40px; text-align: center;
  cursor: pointer; transition: background .2s;
}
.lb-close:hover { background: rgba(255,255,255,.25); }

/* ── TESTIMONIALS ───────────────────────────────── */
.testimonials {
  background-color: var(--bg2);
  background-image: var(--circuit-light);
  background-size: 140px 140px;
  border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr);
}
.testi-grid {
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: 18px; align-items: start;
}
.testi-col { display: flex; flex-direction: column; gap: 18px; }
.testi-card {
  background: var(--card); border: 1px solid var(--bdr);
  border-radius: 12px; padding: 36px;
  box-shadow: 0 4px 24px var(--shadow), 0 1px 0 rgba(255,255,255,.9) inset;
  transition: border-color var(--ts), transform var(--ts), box-shadow var(--ts);
}
.testi-card:hover {
  border-color: var(--bdr-b); transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(21,101,192,.12);
}
.stars    { display: flex; gap: 2px; color: var(--acc); margin-bottom: 14px; }
.testi-q  { font-family: Georgia, serif; font-size: 2.6rem; line-height: 1; color: var(--prim); margin-bottom: 10px; }
.testi-text {
  font-size: 15px; color: var(--text2); line-height: 1.78;
  font-style: italic; margin-bottom: 22px;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-av {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--prim), var(--prim-l));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 14px; font-weight: 700; color: #fff;
}
.testi-info strong { display: block; font-size: 14px; font-weight: 600; color: var(--text); }
.testi-info span   { font-size: 12px; color: var(--text2); }

@media (max-width: 768px) { .testi-grid { grid-template-columns: 1fr; } }

/* ── CONTACT ────────────────────────────────────── */
.contact { background: var(--bg); border-top: 1px solid var(--bdr); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; align-items: start; }

.cinfo .t-label   { display: block; margin-bottom: 16px; }
.cinfo .t-h2      { margin-bottom: 18px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cinfo > p        { font-size: 15px; color: var(--text2); line-height: 1.82; margin-bottom: 32px; }

.cinfo-list  { display: flex; flex-direction: column; gap: 10px; }
.cinfo-item  {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 18px;
  background: #fff; border: 1px solid var(--bdr); border-radius: 12px;
  box-shadow: 0 2px 10px var(--shadow);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
}
a.cinfo-item { cursor: pointer; }
.cinfo-item:hover,
a.cinfo-item:hover {
  border-color: var(--bdr-b);
  box-shadow: 0 6px 24px rgba(21,101,192,.12);
  transform: translateX(4px);
}
.cinfo-ico {
  width: 40px; height: 40px; min-width: 40px; border-radius: 10px; flex-shrink: 0;
  background: var(--prim-2); border: 1px solid rgba(21,101,192,.12);
  display: flex; align-items: center; justify-content: center; color: var(--prim);
}
.cinfo-t strong {
  display: block; font-size: 11px; font-weight: 600;
  color: var(--text2); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px;
}
.cinfo-t a, .cinfo-t span { font-size: 14px; color: var(--text); transition: color var(--t); }
.cinfo-t a:hover { color: var(--prim); }

.form-wrap {
  background: var(--card); border: 1px solid var(--bdr);
  border-radius: 16px; padding: 44px;
  box-shadow: 0 8px 40px rgba(21,101,192,.1), 0 1px 0 rgba(255,255,255,.9) inset;
  position: relative; overflow: hidden;
}
.form-wrap::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--prim), var(--prim-l), var(--acc));
}
.form-wrap h3 {
  font-family: var(--fd); font-size: 1.2rem; font-weight: 700;
  color: var(--text); margin-bottom: 28px;
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-grp { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.f-grp label {
  font-size: 11px; font-weight: 700; color: var(--text2);
  letter-spacing: .07em; text-transform: uppercase;
}
.f-grp input, .f-grp select, .f-grp textarea {
  padding: 12px 14px;
  background: var(--bg2); border: 1px solid var(--bdr);
  border-radius: 9px; color: var(--text);
  font-family: var(--fb); font-size: 14px; outline: none;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
  -webkit-appearance: none;
}
.f-grp select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233A4E6A' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  background-color: var(--bg2); padding-right: 38px; cursor: pointer;
}
.f-grp select option { background: #fff; color: var(--text); }
.f-grp input:hover, .f-grp select:hover, .f-grp textarea:hover {
  border-color: rgba(21,101,192,.32);
}
.f-grp input:focus, .f-grp select:focus, .f-grp textarea:focus {
  border-color: var(--prim);
  box-shadow: 0 0 0 3px rgba(21,101,192,.12);
  background: #fff;
}
.f-grp textarea { resize: vertical; min-height: 100px; }
.f-grp input::placeholder, .f-grp textarea::placeholder { color: var(--text2); opacity: .45; }

.btn-submit {
  width: 100%; height: 50px; border-radius: 9px;
  background: linear-gradient(135deg, var(--acc), var(--acc-l));
  font-family: var(--fb); font-size: 15px; font-weight: 700; color: #1A0F00;
  transition: transform var(--t), box-shadow var(--t);
  box-shadow: 0 4px 16px rgba(232,69,32,.28);
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(232,69,32,.42); }
.btn-submit:active { transform: scale(.99); }
.form-note { font-size: 12px; color: var(--text2); text-align: center; margin-top: 14px; opacity: .75; }

@media (max-width: 1024px) {
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .f-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) { .form-wrap { padding: 28px 24px; } }

/* ── CTA BAND ───────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 50%, var(--prim) 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(21,101,192,.2) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 90% 30%, rgba(232,69,32,.12) 0%, transparent 60%);
}
.cta-band-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.cta-band h2 {
  font-family: var(--fd); font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 700; color: #fff;
}
.cta-band p  { font-size: 15px; color: rgba(255,255,255,.65); margin-top: 8px; }
.btn-cta-white {
  display: inline-flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 28px; border-radius: 999px;
  background: linear-gradient(135deg, var(--acc), var(--acc-l));
  font-family: var(--fb); font-size: 15px; font-weight: 700; color: #1A0F00;
  flex-shrink: 0;
  transition: transform var(--t), box-shadow var(--t);
  box-shadow: 0 4px 18px rgba(232,69,32,.35);
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,69,32,.5); }

@media (max-width: 640px) {
  .cta-band-inner { flex-direction: column; text-align: center; }
  .btn-cta-white  { width: 100%; justify-content: center; }
}

/* ── FOOTER (technique #6 — footer dense designé) ─ */
footer {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 72px 0 36px;
}
footer .logo-name { color: #fff; }
.ft-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px; margin-bottom: 52px;
}
.ft-brand .logo { margin-bottom: 16px; }
.ft-brand p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.75; max-width: 220px; }
.ft-col h4 {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.75);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px;
}
.ft-col ul { display: flex; flex-direction: column; gap: 11px; }
.ft-col ul li a { font-size: 13px; color: rgba(255,255,255,.45); transition: color var(--t); }
.ft-col ul li a:hover { color: rgba(255,255,255,.9); }

.ft-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: center; gap: 10px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07);
}
.ft-bottom p { font-size: 12px; color: rgba(255,255,255,.32); }
.ft-bottom a { color: rgba(255,255,255,.5); transition: color var(--t); }
.ft-bottom a:hover { color: rgba(255,255,255,.85); }

@media (max-width: 1024px) { .ft-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 640px)  { .ft-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ── FAB ────────────────────────────────────────── */
.fab { position: fixed; bottom: 24px; right: 24px; z-index: 90; display: none; }
@media (max-width: 768px) { .fab { display: block; } }
.fab-ring {
  position: absolute; inset: -5px; border-radius: 999px;
  background: rgba(232,69,32,.22);
  animation: pulsering 2.6s ease-out infinite;
  pointer-events: none;
}
.fab-btn {
  position: relative; display: flex; align-items: center; gap: 9px;
  height: 54px; padding: 0 22px; border-radius: 999px;
  background: linear-gradient(135deg, var(--acc), var(--acc-l));
  font-family: var(--fb); font-size: 14px; font-weight: 700; color: #1A0F00;
  box-shadow: 0 8px 28px rgba(232,69,32,.38);
  transition: transform var(--t), box-shadow var(--t);
}
.fab-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 36px rgba(232,69,32,.5); }

/* ── SOLAR TEASER ───────────────────────────────── */
.solar {
  background-color: var(--bg2);
  background-image: var(--circuit-light);
  background-size: 140px 140px;
  border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr);
}
.solar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }

.solar-img {
  position: relative;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 24px 64px rgba(21,101,192,.18);
}
.solar-img img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 16 / 10; }
.solar-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(7,20,38,.18) 100%);
  pointer-events: none;
}
.solar-badge-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px; border-radius: 999px;
  background: rgba(232,69,32,.12); border: 1px solid rgba(232,69,32,.3);
  font-size: 11px; font-weight: 700; color: var(--acc);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px;
}
.solar-content .t-h2 { margin-bottom: 18px; }
.solar-content .t-h2 em { font-style: normal; color: var(--prim); }
.solar-content > p { font-size: 15px; color: var(--text2); line-height: 1.82; margin-bottom: 26px; }
.solar-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.solar-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text); font-weight: 500; }
.solar-check {
  width: 22px; height: 22px; min-width: 22px; border-radius: 50%;
  background: rgba(21,101,192,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--prim); flex-shrink: 0;
}
.sun-brand-logo { display: block; margin-bottom: 24px; height: auto; width: 100%; max-width: 340px; }
.services .t-label { font-size: 13px; }
@media (max-width: 900px) {
  .solar-grid { grid-template-columns: 1fr; gap: 44px; }
}

/* ── ZONE DE COUVERTURE ─────────────────────────── */
.coverage { background: var(--bg); }
.coverage-grid {
  display: grid; grid-template-columns: 1fr 1.5fr;
  gap: 72px; align-items: start;
}
.coverage-content .t-label { display: block; margin-bottom: 14px; }
.coverage-content .t-h2    { margin-bottom: 16px; }
.coverage-content > p { font-size: 15px; color: var(--text2); line-height: 1.82; margin-bottom: 30px; }
.commune-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pills-toggle {
  display: none;
  margin-top: 14px; padding: 8px 18px;
  background: transparent; border: 1.5px solid var(--bdr-b);
  border-radius: 999px; font-family: var(--fb);
  font-size: 13px; font-weight: 600; color: var(--prim);
  transition: background var(--t), border-color var(--t);
}
.pills-toggle:hover { background: var(--prim-2); border-color: var(--prim); }
@media (max-width: 768px) {
  .commune-pills.collapsed .commune-pill:nth-child(n+11) { display: none; }
  .pills-toggle { display: inline-block; }
}
.commune-pill {
  padding: 5px 14px; border-radius: 999px;
  background: var(--bg2); border: 1px solid var(--bdr);
  font-size: 12px; font-weight: 500; color: var(--text2);
  transition: background var(--t), border-color var(--t), color var(--t);
}
.commune-pill.active {
  background: var(--prim-2); border-color: rgba(21,101,192,.4);
  color: var(--prim); font-weight: 600;
}
#map-martinique {
  height: 480px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--bdr);
  box-shadow: 0 12px 44px rgba(21,101,192,.1);
  position: relative; z-index: 1;
}
@media (max-width: 900px) {
  .coverage-grid { grid-template-columns: 1fr; gap: 44px; }
  #map-martinique { height: 340px; }
}

/* ── AVIS CAROUSEL ──────────────────────────────── */
.avis {
  background-color: var(--bg2);
  background-image: var(--circuit-light);
  background-size: 140px 140px;
  border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr);
}
.avis-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 44px;
}
.avis-header-left .t-label { display: block; margin-bottom: 14px; }
.avis-header-left .t-h2    { margin-bottom: 0; }
.google-badge {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--bdr);
  border-radius: 16px; padding: 16px 22px;
  box-shadow: 0 6px 24px rgba(21,101,192,.1), 0 1px 0 rgba(255,255,255,.9) inset;
  flex-shrink: 0;
}
.google-badge-info { display: flex; flex-direction: column; gap: 3px; }
.google-badge-score {
  font-family: var(--fd); font-size: 2.1rem; font-weight: 800;
  color: var(--text); line-height: 1;
}
.google-badge-stars { display: flex; gap: 2px; color: var(--acc); }
.google-badge-count { font-size: 12px; color: var(--text2); }
.google-logo { display: flex; align-items: center; }

/* Carousel — overflow fix */
.carousel-wrap { position: relative; max-width: 860px; margin: 0 auto; }
.carousel-track { overflow: hidden; border-radius: 12px; width: 100%; }
.carousel-inner  { display: flex; transition: transform .55s var(--ease); will-change: transform; }

.avis-card {
  flex-shrink: 0;
  background: #fff; border: 1px solid var(--bdr);
  border-radius: 12px; padding: 32px 40px;
  box-sizing: border-box; overflow-wrap: break-word;
  box-shadow: 0 6px 36px rgba(21,101,192,.1), 0 1px 0 rgba(255,255,255,.9) inset;
}
.avis-card-top { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.avis-av {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fd); font-size: 18px; font-weight: 700; color: #fff;
}
.avis-av.av1 { background: linear-gradient(135deg, var(--prim), var(--prim-l)); }
.avis-av.av2 { background: linear-gradient(135deg, #0D7856, #1AAB7A); }
.avis-av.av3 { background: linear-gradient(135deg, #6B21A8, #9333EA); }
.avis-av.av4 { background: linear-gradient(135deg, #B45309, #D97706); }
.avis-av.av5 { background: linear-gradient(135deg, #BE123C, #E11D48); }
.avis-av.av6 { background: linear-gradient(135deg, #1D4ED8, #3B82F6); }
.avis-av.av7 { background: linear-gradient(135deg, #065F46, #059669); }
.avis-name { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.avis-meta { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text2); }
.avis-local-guide {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; color: var(--prim);
  background: rgba(21,101,192,.08); padding: 2px 8px; border-radius: 999px;
}
.avis-stars { display: flex; gap: 2px; color: var(--acc); margin-bottom: 20px; }
.avis-text {
  font-size: 16px; color: var(--text); line-height: 1.8;
  font-style: italic; margin-bottom: 20px;
}
.avis-text::before { content: '\201C'; color: var(--prim); font-size: 1.5em; line-height: 0; vertical-align: -0.4em; margin-right: 2px; }
.avis-text::after  { content: '\201D'; color: var(--prim); font-size: 1.5em; line-height: 0; vertical-align: -0.4em; margin-left: 2px; }
.avis-date { font-size: 12px; color: var(--text2); }

.carousel-controls {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 28px;
}
.carousel-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1px solid var(--bdr);
  display: flex; align-items: center; justify-content: center;
  color: var(--text); cursor: pointer;
  transition: background var(--t), border-color var(--t), transform var(--t);
  box-shadow: 0 3px 12px var(--shadow);
}
.carousel-btn:hover {
  background: var(--prim-2); border-color: rgba(21,101,192,.3);
  transform: scale(1.08);
}
.carousel-dots { display: flex; gap: 8px; align-items: center; }
.carousel-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--bdr); border: none; cursor: pointer;
  transition: background var(--t), width var(--t);
  padding: 0; flex-shrink: 0;
}
.carousel-dot.active { background: var(--prim); width: 26px; }

@media (max-width: 640px) {
  .avis-card { padding: 30px 24px; }
  .avis-header { flex-direction: column; }
  .avis-text { font-size: 14px; }
}

/* ── MENTIONS LÉGALES ───────────────────────────── */
.mentions { background: var(--bg); }
.mentions-content { max-width: 760px; }
.mentions-content h2 {
  font-family: var(--fd); font-size: 1.3rem; font-weight: 700;
  color: var(--text); margin: 40px 0 14px;
  padding-top: 40px; border-top: 1px solid var(--bdr);
}
.mentions-content h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.mentions-content p { font-size: 15px; color: var(--text2); line-height: 1.82; margin-bottom: 12px; }
.mentions-content p strong { color: var(--text); font-weight: 600; }
.mentions-content a { color: var(--prim); text-decoration: underline; text-underline-offset: 3px; }
.mentions-content a:hover { color: var(--prim-l); }
.mentions-content ul { margin: 0 0 16px 0; padding-left: 20px; list-style: disc; }
.mentions-content ul li { font-size: 15px; color: var(--text2); line-height: 1.75; margin-bottom: 6px; }
.mentions-content ul li strong { color: var(--text); font-weight: 600; }
.mentions-update { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--bdr); font-size: 13px; color: var(--text2); font-style: italic; }
