/* ============================================================
   AMANA S&G — SURVEILLANCE ET GARDIENNAGE
   Charte : Bleu Marine #17294F · Bordeaux #7E3356 · Bleu Clair #C4D9F0
   Polices : Zilla Slab (titres) · Barlow (texte)
   ============================================================ */

:root {
  --navy: #17294F;
  --navy-soft: #1e335f;
  --navy-deep: #101d3a;
  --bordeaux: #7E3356;
  --bordeaux-light: #9c4771;
  --blue-light: #C4D9F0;
  --ink: #0F1626;
  --grey: #cdd6e4;
  --grey-soft: #f3f5f9;
  --white: #ffffff;
  --text: #1c2333;
  --text-muted: #5a6376;
  --text-light: rgba(255, 255, 255, 0.80);

  --font-title: 'Zilla Slab', Georgia, serif;
  --font-body: 'Barlow', system-ui, sans-serif;

  --maxw: 1180px;
  --radius: 5px;
  --shadow: 0 18px 50px rgba(15, 22, 38, 0.22);
  --shadow-soft: 0 8px 30px rgba(15, 22, 38, 0.10);
  --transition: 0.25s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }
.center { text-align: center; }

/* ---------- Typographie utilitaire ---------- */
.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--bordeaux);
  margin-bottom: 16px;
}
.eyebrow.center { display: block; }
.section-photo .eyebrow, .cta-final .eyebrow { color: var(--blue-light); }
.hero .eyebrow { color: var(--blue-light); }

.section-title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: 0.005em;
}
.section-intro {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 18px auto 0;
}
.center .section-intro { margin-left: auto; margin-right: auto; }

.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-soft { background: var(--grey-soft); }

/* Section avec photo de fond + overlay marine (comme le hero) */
.section-photo {
  position: relative;
  color: var(--white);
  background: linear-gradient(rgba(15, 22, 38, 0.86), rgba(23, 41, 79, 0.86)), url('../img/real-briefing.jpg') center/cover no-repeat fixed;
}
.section-photo .container { position: relative; z-index: 2; }
.section-photo .section-title { color: var(--white); }
.section-photo .section-intro { color: var(--text-light); }

/* ============================================================
   BOUTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 15px 30px;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}
.btn-sm { padding: 11px 20px; font-size: 0.75rem; }
.btn-block { width: 100%; }

.btn-bordeaux { background: var(--bordeaux); color: var(--white); }
.btn-bordeaux:hover { background: var(--bordeaux-light); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(126, 51, 86, 0.38); }

.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-deep); transform: translateY(-2px); }

.btn-outline { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.5); }
.btn-outline:hover { border-color: var(--blue-light); color: var(--blue-light); }

.btn-whatsapp { background: #25D366; color: #0a3d20; }
.btn-whatsapp:hover { background: #2ee674; transform: translateY(-2px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(15, 22, 38, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(196, 217, 240, 0.10);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.scrolled {
  background: rgba(13, 20, 34, 0.97);
  border-bottom-color: rgba(196, 217, 240, 0.16);
  box-shadow: 0 6px 24px rgba(8, 13, 26, 0.35);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 82px; transition: height 0.3s ease; }
.site-header.scrolled .header-inner { height: 68px; }
.brand-mark { transition: width 0.3s ease; }
.site-header.scrolled .brand-mark { width: 36px; }

.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 42px; height: auto; flex-shrink: 0; display: block; border-radius: 4px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-title); font-weight: 700; font-size: 1.4rem; letter-spacing: 0.14em; }
.brand-sub { font-family: var(--font-body); font-weight: 500; font-size: 0.58rem; letter-spacing: 0.30em; text-transform: uppercase; color: var(--blue-light); margin-top: 4px; }

.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a {
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.82);
  transition: var(--transition);
  position: relative;
}
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--bordeaux-light); transition: var(--transition);
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-link {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  color: var(--white); font-family: var(--font-body); font-weight: 600; font-size: 0.92rem;
}
.main-nav a { white-space: nowrap; }
.phone-link svg { color: var(--blue-light); }
.phone-link:hover { color: var(--blue-light); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--white); transition: var(--transition); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  background: linear-gradient(rgba(15, 22, 38, 0.82), rgba(23, 41, 79, 0.78)), url('../img/hero.jpg') center/cover no-repeat fixed;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 28% 38%, rgba(126, 51, 86, 0.22), transparent 55%);
  pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center;
}
.hero-content { color: var(--white); }
.hero-title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: 0.005em;
}
.hero-title .accent { color: var(--blue-light); }
.hero-lead { font-size: 1.12rem; color: var(--text-light); margin-top: 22px; max-width: 520px; }

.hero-points { list-style: none; margin-top: 28px; display: grid; gap: 12px; }
.hero-points li { display: flex; align-items: center; gap: 12px; font-size: 1rem; color: rgba(255, 255, 255, 0.94); font-weight: 500; }
.hero-points svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--white); background: var(--bordeaux); border-radius: 50%; padding: 3px; }

/* ---------- Formulaire (carte) ---------- */
.form-card {
  background: var(--white);
  border-radius: 8px;
  padding: 32px 30px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--bordeaux);
}
.form-title { font-family: var(--font-title); font-weight: 600; font-size: 1.5rem; color: var(--navy); }
.form-subtitle { color: var(--text-muted); font-size: 0.92rem; margin: 6px 0 20px; }

.field { margin-bottom: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label {
  display: block; font-family: var(--font-body); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.02em; color: var(--text); margin-bottom: 6px;
}
.field input, .field select {
  width: 100%; padding: 12px 14px; font-family: var(--font-body); font-size: 0.95rem;
  border: 1.5px solid #d7dce6; border-radius: var(--radius); background: #fbfcfe; color: var(--text);
  transition: var(--transition);
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--bordeaux); background: var(--white);
  box-shadow: 0 0 0 3px rgba(126, 51, 86, 0.15);
}
.field input.invalid, .field select.invalid { border-color: #c0392b; background: #fdf3f2; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn-spinner {
  width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff; border-radius: 50%; display: none; animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.btn.loading .btn-label { opacity: 0.7; }
.btn.loading .btn-spinner { display: inline-block; }

.form-legal { font-size: 0.72rem; color: var(--text-muted); margin-top: 14px; line-height: 1.5; }
.form-message { margin-top: 14px; font-size: 0.9rem; font-weight: 500; padding: 0; border-radius: var(--radius); }
.form-message.success { color: #1e7a40; background: #eaf7ef; padding: 12px 14px; }
.form-message.error { color: #c0392b; background: #fdf3f2; padding: 12px 14px; }

/* ============================================================
   BANDEAU CONFIANCE
   ============================================================ */
.trust-bar { background: var(--navy); color: var(--white); padding: 28px 0; border-bottom: 1px solid rgba(196, 217, 240, 0.10); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.trust-item { display: flex; flex-direction: column; gap: 4px; }
.trust-item strong { font-family: var(--font-title); font-weight: 700; font-size: 1.6rem; color: var(--blue-light); }
.trust-item span { font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--grey); }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 22px; margin: 50px 0 44px;
}
.service-card {
  background: var(--white); border: 1px solid #e6eaf1; border-radius: 6px; padding: 30px 26px;
  transition: var(--transition); position: relative; overflow: hidden;
  font: inherit; text-align: left; width: 100%; cursor: pointer; display: block;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--bordeaux); transform: scaleX(0); transform-origin: left; transition: var(--transition);
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:focus-visible { outline: 2px solid var(--bordeaux); outline-offset: 3px; }
.service-icon {
  width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 16px;
  background: rgba(23, 41, 79, 0.06); border-radius: 12px; color: var(--navy);
}
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-family: var(--font-title); font-weight: 600; font-size: 1.18rem; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 0.94rem; color: var(--text-muted); }
.service-more {
  display: inline-block; margin-top: 16px; font-size: 0.85rem; font-weight: 600;
  color: var(--bordeaux); letter-spacing: 0.02em; transition: var(--transition);
}
.service-card:hover .service-more { transform: translateX(4px); }
.service-detail { display: none; }

/* ---- Modale service ---- */
.service-modal[hidden] { display: none; }
.service-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.service-modal-backdrop {
  position: absolute; inset: 0; background: rgba(15, 22, 38, 0.66);
  backdrop-filter: blur(2px); animation: modalFade 0.2s ease;
}
.service-modal-dialog {
  position: relative; z-index: 2; background: var(--white); color: var(--navy);
  max-width: 620px; width: 100%; max-height: 86vh; overflow-y: auto;
  border-radius: 10px; padding: 42px 44px; box-shadow: var(--shadow);
  animation: modalRise 0.25s ease;
}
.service-modal-close {
  position: absolute; top: 14px; right: 16px; background: none; border: none;
  font-size: 2rem; line-height: 1; color: var(--text-muted); cursor: pointer;
  width: 40px; height: 40px; border-radius: 50%; transition: var(--transition);
}
.service-modal-close:hover { background: #f0f2f6; color: var(--navy); }
.service-modal-title {
  font-family: var(--font-title); font-weight: 600; font-size: 1.5rem;
  color: var(--navy); margin: 0 34px 20px 0; padding-bottom: 18px;
  border-bottom: 2px solid var(--bordeaux);
}
.service-modal-body p { font-size: 0.98rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 16px; }
.service-modal-body p:last-child { margin-bottom: 0; }
.service-modal-body strong { color: var(--navy); }
.service-modal-cta { margin-top: 28px; }
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
body.modal-open { overflow: hidden; }

/* ============================================================
   SECTEURS D'INTERVENTION
   ============================================================ */
.sectors-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px;
}
.sector-card {
  background: var(--white); border: 1px solid #e6eaf1; border-radius: 8px; padding: 26px 24px;
  transition: var(--transition); position: relative;
}
.sector-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: transparent; }
.sector-ico {
  width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 14px;
  border-radius: 10px; background: rgba(126, 51, 86, 0.08); color: var(--bordeaux);
}
.sector-ico svg { width: 26px; height: 26px; }
.sector-card h3 { font-family: var(--font-title); font-weight: 600; font-size: 1.12rem; color: var(--navy); margin-bottom: 8px; }
.sector-card p { font-size: 0.9rem; color: var(--text-muted); }

/* ============================================================
   DISPOSITIF OPÉRATIONNEL (fond marine)
   ============================================================ */
.section-dark { background: var(--navy); color: var(--white); }
.section-dark .section-title { color: var(--white); }
.section-dark .section-intro { color: var(--text-light); }
.section-dark .eyebrow { color: var(--blue-light); }

.ops-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 52px 0 44px;
}
.ops-card {
  background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(196, 217, 240, 0.16);
  border-radius: 8px; padding: 30px 28px; transition: var(--transition);
}
.ops-card:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(196, 217, 240, 0.32); transform: translateY(-4px); }
.ops-ico {
  width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 16px;
  border-radius: 12px; background: var(--bordeaux); color: var(--white);
}
.ops-ico svg { width: 28px; height: 28px; }
.ops-card h3 { font-family: var(--font-title); font-weight: 600; font-size: 1.18rem; color: var(--white); margin-bottom: 10px; }
.ops-card p { font-size: 0.93rem; color: var(--text-light); }

/* ============================================================
   ANIMATIONS AU SCROLL (révélation progressive)
   ============================================================ */
.has-js .section-title,
.has-js .section-intro,
.has-js .eyebrow.center,
.has-js .sector-card,
.has-js .service-card,
.has-js .ops-card,
.has-js .gallery-item,
.has-js .logo-item,
.has-js .statement-inner,
.has-js .split-media,
.has-js .split-body,
.has-js .faq-item,
.has-js .testimonial,
.has-js .cert-item,
.has-js .certs-text,
.has-js .cta-inner > div,
.has-js .cta-actions {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}
.has-js .in { opacity: 1 !important; transform: none !important; }

/* ============================================================
   TÉMOIGNAGES
   ============================================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.testimonial {
  background: var(--white); border: 1px solid #e6eaf1; border-radius: 10px;
  padding: 34px 30px 30px; position: relative; display: flex; flex-direction: column;
  transition: var(--transition);
}
.testimonial::before {
  content: '\201C'; position: absolute; top: 6px; right: 22px;
  font-family: var(--font-title); font-size: 5rem; line-height: 1;
  color: var(--bordeaux); opacity: 0.14;
}
.testimonial:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: transparent; }
.testimonial-stars { color: #e0a63c; font-size: 1.05rem; letter-spacing: 0.14em; margin-bottom: 16px; }
.testimonial blockquote {
  font-family: var(--font-title); font-size: 1.1rem; line-height: 1.55; color: var(--navy);
  font-weight: 500; flex-grow: 1;
}
.testimonial figcaption { margin-top: 22px; padding-top: 18px; border-top: 1px solid #edf0f5; }
.testimonial-name { display: block; font-weight: 700; font-size: 0.98rem; color: var(--text); }
.testimonial-role { display: block; font-size: 0.85rem; color: var(--text-muted); margin-top: 3px; }

/* ============================================================
   AGRÉMENTS & GARANTIES
   ============================================================ */
.certs { padding: clamp(56px, 8vw, 96px) 0; }
.certs-inner { display: grid; grid-template-columns: 0.85fr 1.4fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.certs-text .section-title { text-align: left; }
.certs-text > p { color: var(--text-muted); font-size: 1.05rem; margin-top: 18px; }
.certs-strip { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cert-item {
  background: var(--white); border: 1px solid #e6eaf1; border-radius: 10px; padding: 24px 22px;
  transition: var(--transition);
}
.cert-item:hover { border-color: var(--bordeaux); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.cert-ico {
  display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  background: rgba(23, 41, 79, 0.07); color: var(--navy); margin-bottom: 14px;
}
.cert-ico svg { width: 26px; height: 26px; }
.cert-item strong { display: block; font-family: var(--font-title); font-weight: 600; font-size: 1.06rem; color: var(--navy); margin-bottom: 6px; }
.cert-item span { display: block; font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; }

/* ============================================================
   RÉALISATIONS / GALERIE
   ============================================================ */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 50px 0 44px;
  grid-auto-rows: 220px; grid-auto-flow: dense;
}
.gallery-item { position: relative; overflow: hidden; border-radius: 6px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
/* Voile marine homogène sur toutes les photos (cohérence de marque) */
.gallery-item::before {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(23, 41, 79, 0.28), rgba(15, 22, 38, 0.52));
  mix-blend-mode: multiply; opacity: 0.85; transition: opacity 0.45s ease;
}
.gallery-item:hover::before { opacity: 0.35; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px 18px;
  background: linear-gradient(transparent, rgba(15, 22, 38, 0.90));
  color: var(--white); font-family: var(--font-body); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em;
}
.gallery-item.wide { grid-column: span 2; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { margin: 44px 0 0; display: grid; gap: 14px; }
.faq-item {
  background: var(--white); border: 1px solid #e2e7ef; border-radius: 6px; padding: 0 22px; transition: var(--transition);
}
.faq-item[open] { border-color: var(--bordeaux); box-shadow: var(--shadow-soft); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 0; font-family: var(--font-body); font-weight: 600;
  font-size: 1.02rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.5rem; color: var(--bordeaux); transition: var(--transition); line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 0 22px; }
.faq-body p { color: var(--text-muted); font-size: 0.96rem; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: linear-gradient(rgba(15, 22, 38, 0.94), rgba(23, 41, 79, 0.94)), url('../img/real-deploiement.jpg') center/cover no-repeat;
  color: var(--white); padding: clamp(56px, 8vw, 90px) 0;
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.cta-inner h2 { font-family: var(--font-title); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.cta-inner p { color: var(--text-light); margin-top: 10px; max-width: 480px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: var(--text-light); padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { text-align: center; }
.footer-brand .footer-logo { width: 130px; height: auto; margin: 0 auto 16px; border-radius: 12px; }
.footer-name { font-family: var(--font-title); font-weight: 600; font-size: 1.3rem; color: var(--white); letter-spacing: 0.06em; }
.footer-tagline { font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); margin: 4px 0 14px; }
.footer-slogan { font-style: italic; color: var(--blue-light); font-size: 0.95rem; }
.footer-col h4 { font-family: var(--font-body); font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: grid; gap: 10px; }
.footer-col a:hover { color: var(--blue-light); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem; color: rgba(255, 255, 255, 0.55);
}
.back-top:hover { color: var(--blue-light); }

/* ============================================================
   BOUTON D'APPEL FLOTTANT
   ============================================================ */
.floating-actions { position: fixed; bottom: 22px; right: 22px; z-index: 90; display: none; flex-direction: column; gap: 12px; }
.floating-call, .floating-wa {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.floating-call { background: var(--bordeaux); color: var(--white); box-shadow: 0 8px 24px rgba(126, 51, 86, 0.5); animation: pulse 2.2s infinite; }
.floating-wa { background: #25D366; color: #fff; box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45); }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(126, 51, 86, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(126, 51, 86, 0); }
  100% { box-shadow: 0 0 0 0 rgba(126, 51, 86, 0); }
}

/* ============================================================
   BANDEAU STATEMENT (photo plein cadre + accroche)
   ============================================================ */
.statement {
  position: relative; color: var(--white); text-align: center;
  padding: clamp(96px, 14vw, 168px) 0;
  background: linear-gradient(rgba(15, 22, 38, 0.74), rgba(23, 41, 79, 0.80)), url('../img/statement-crowd.jpg') center/cover no-repeat fixed;
}
.statement-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.statement .eyebrow { color: var(--blue-light); }
.statement h2 { font-family: var(--font-title); font-weight: 700; font-size: clamp(1.9rem, 3.8vw, 3rem); line-height: 1.15; }
.statement h2 .accent { color: var(--blue-light); }
.statement > .container > .statement-inner > p { color: var(--text-light); font-size: 1.14rem; margin-top: 20px; }
.statement-stats { display: flex; justify-content: center; gap: clamp(30px, 6vw, 76px); margin-top: 46px; flex-wrap: wrap; }
.statement-stats .st strong { font-family: var(--font-title); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3rem); color: var(--blue-light); display: block; line-height: 1; }
.statement-stats .st span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--grey); margin-top: 10px; display: block; }
.statement .btn { margin-top: 44px; }

/* ============================================================
   BLOC IMAGE + TEXTE (split)
   ============================================================ */
.split { padding: clamp(64px, 9vw, 110px) 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 5.5vw, 72px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media::after {
  content: ''; position: absolute; right: -18px; bottom: -18px;
  width: 62%; height: 72%; background: var(--blue-light); opacity: 0.5;
  border-radius: 12px; z-index: 0;
}
.split.reverse .split-media::after { right: auto; left: -18px; }
.split-media img { position: relative; z-index: 1; width: 100%; border-radius: 12px; box-shadow: var(--shadow); object-fit: cover; }
.split-body .eyebrow { color: var(--bordeaux); }
.split-body .section-title { text-align: left; }
.split-body > p { font-size: 1.05rem; color: var(--text-muted); margin-top: 18px; }
.split-list { list-style: none; margin-top: 26px; display: grid; gap: 16px; }
.split-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1rem; color: var(--text); }
.split-list li svg { width: 26px; height: 26px; flex-shrink: 0; color: #fff; background: var(--bordeaux); border-radius: 50%; padding: 5px; margin-top: 1px; }
.split-list li strong { color: var(--navy); }
.split-body .btn { margin-top: 30px; }

/* ============================================================
   MUR DE LOGOS CLIENTS
   ============================================================ */
.logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 50px; }
.logo-item {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 104px; padding: 22px 18px; background: var(--white);
  border: 1px solid #e6eaf1; border-radius: 10px; transition: var(--transition);
}
.logo-item:hover { border-color: var(--bordeaux); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.logo-item img { max-height: 60px; max-width: 100%; width: auto; object-fit: contain; transition: var(--transition); }
.logo-item.logo-lg img { max-height: 92px; }
.logo-item:hover img { transform: scale(1.04); }
.logo-fallback { font-family: var(--font-title); font-weight: 600; font-size: 1.06rem; color: var(--navy); letter-spacing: 0.01em; }
.logo-item .logo-fallback { display: none; }
.logo-item.is-text .logo-fallback { display: block; }
.logo-item.is-text:hover .logo-fallback { color: var(--bordeaux); }
.clients-note { margin-top: 34px; font-size: 0.98rem; color: var(--text-muted); }
.clients-note a { color: var(--bordeaux); font-weight: 600; }
.clients-note a:hover { text-decoration: underline; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .ops-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-wall { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 980px) {
  .hero { background-attachment: scroll; }
  .section-photo, .statement { background-attachment: scroll; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .split-grid { grid-template-columns: 1fr; gap: 44px; }
  .split.reverse .split-media { order: 0; }
  .split-media::after { display: none; }
  .split-body .section-title { text-align: center; }
  .split-body .eyebrow { text-align: center; }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .certs-inner { grid-template-columns: 1fr; gap: 32px; }
  .certs-text .section-title { text-align: center; }
  .certs-text { text-align: center; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .header-actions .phone-link span { display: none; }
  .nav-toggle { display: flex; }

  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 82px; left: 0; right: 0;
    background: var(--ink); padding: 20px 24px; gap: 18px; border-top: 1px solid rgba(196,217,240,0.10);
  }
  .site-header.scrolled .main-nav.open { top: 68px; }
  .ops-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .gallery-item.wide { grid-column: span 2; }
  .floating-actions { display: flex; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .form-card { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .logo-wall { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery-item.wide { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .hero { padding-top: 100px; }
  .certs-strip { grid-template-columns: 1fr; }
}
