/* =============================================
   AVERNA – Design Premium v2
   ============================================= */

:root {
  --green-dark:   #0F4D2E;
  --green-main:   #1A7A4C;
  --green-mid:    #2DA068;
  --yellow:       #F5C518;
  --yellow-hover: #e0b010;
  --white:        #FFFFFF;
  --bg:           #F7F9F7;
  --text:         #0d1f14;
  --text-muted:   #4a6655;
  --border:       #d0e8da;
  --radius:       16px;
  --radius-sm:    10px;
  --shadow:       0 8px 40px rgba(15,77,46,.14);
  --shadow-sm:    0 2px 16px rgba(15,77,46,.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

h1,h2,h3,h4 { font-family: 'Syne', sans-serif; line-height: 1.15; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

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

/* ---- BOUTONS ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 30px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: .95rem;
  cursor: pointer; border: none; transition: all .25s ease;
  text-decoration: none; white-space: nowrap;
}
.btn-yellow  { background: var(--yellow); color: var(--green-dark); box-shadow: 0 4px 20px rgba(245,197,24,.35); }
.btn-yellow:hover { background: var(--yellow-hover); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,197,24,.45); }
.btn-green   { background: var(--green-main); color: var(--white); box-shadow: 0 4px 20px rgba(26,122,76,.3); }
.btn-green:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn-glass   { background: rgba(255,255,255,.12); color: var(--white); border: 1.5px solid rgba(255,255,255,.3); backdrop-filter: blur(8px); }
.btn-glass:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.6); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.45); }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.btn-lg { padding: 16px 38px; font-size: 1.05rem; }
.btn-sm { padding: 8px 18px; font-size: .82rem; }
.btn-full { width: 100%; border-radius: var(--radius-sm); }
.mt-2 { margin-top: 1.5rem; }

/* ---- SECTIONS ---- */
.section { padding: 100px 0; }

.section-header { text-align: center; max-width: 620px; margin: 0 auto 64px; }

.section-tag {
  display: inline-block; background: rgba(26,122,76,.1); color: var(--green-main);
  font-size: .78rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 6px 18px; border-radius: 50px; margin-bottom: 18px;
}

.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 800; color: var(--green-dark); margin-bottom: 18px;
}

.section-sub { color: var(--text-muted); font-size: 1.05rem; }

/* =============================================
   WHATSAPP FLOAT
   ============================================= */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  background: #25D366; color: white;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px 14px 18px; border-radius: 50px;
  font-family: 'Syne', sans-serif; font-weight: 700; font-size: .9rem;
  box-shadow: 0 6px 30px rgba(37,211,102,.4);
  transition: all .25s;
}
.whatsapp-float svg { width: 22px; height: 22px; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(37,211,102,.5); }

/* =============================================
   HEADER
   ============================================= */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10, 40, 22, .95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 4px 28px rgba(0,0,0,.25); }

.header-inner {
  display: flex; align-items: center; gap: 32px; height: 76px;
}

.logo {
  height: 56px;
  width: auto;
  max-width: 200px;
  border-radius: 6px;
  object-fit: contain;
  /* fond blanc du logo rendu transparent sur le header vert */
  mix-blend-mode: normal;
  background: transparent;
}

.nav { display: flex; gap: 2px; margin-left: auto; }

.nav-link {
  color: rgba(255,255,255,.75); font-weight: 500; font-size: .88rem;
  padding: 8px 16px; border-radius: 8px; transition: all .2s;
}
.nav-link:hover { color: var(--white); background: rgba(255,255,255,.08); }

.burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
}
.burger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden; padding-top: 76px;
}

.hero-bg { position: absolute; inset: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(125deg, rgba(10,40,22,.96) 0%, rgba(15,77,46,.88) 45%, rgba(26,122,76,.75) 100%);
}

/* Particules flottantes */
.hero-particles { position: absolute; inset: 0; overflow: hidden; }
.p {
  position: absolute; border-radius: 50%;
  background: rgba(245,197,24,.15); animation: floatP 6s ease-in-out infinite;
}
.p1 { width:180px; height:180px; top:10%; left:5%;  animation-delay:0s; }
.p2 { width:100px; height:100px; top:60%; left:15%; animation-delay:1.5s; }
.p3 { width:60px;  height:60px;  top:30%; left:80%; animation-delay:3s; }
.p4 { width:120px; height:120px; top:70%; left:75%; animation-delay:2s; }
.p5 { width:80px;  height:80px;  top:15%; left:55%; animation-delay:4s; }

@keyframes floatP {
  0%,100% { transform: translateY(0) scale(1); opacity:.15; }
  50%      { transform: translateY(-30px) scale(1.1); opacity:.25; }
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
  padding: 80px 28px;
  max-width: 1180px; margin: 0 auto; width: 100%;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--yellow); font-size: .82rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 24px;
}
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); animation: pulse 2s infinite; }

@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(245,197,24,.6);} 50%{box-shadow:0 0 0 8px rgba(245,197,24,0);} }

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 800; color: var(--white);
  margin-bottom: 10px; line-height: 1.05;
}
.hero-title-accent {
  color: var(--yellow);
  text-shadow: 0 0 40px rgba(245,197,24,.4);
}

.hero-slogan {
  font-size: 1.1rem; color: rgba(255,255,255,.6);
  font-style: italic; margin-bottom: 16px;
  border-left: 3px solid var(--yellow); padding-left: 14px;
}

.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,.8);
  margin-bottom: 36px; line-height: 1.7;
}

.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }

.hero-valeurs {
  display: flex; gap: 20px; flex-wrap: wrap;
}
.hero-valeurs span {
  color: rgba(255,255,255,.55); font-size: .82rem; font-weight: 500;
}

/* TRICYCLE SCENE */
.hero-illustration { position: relative; display: flex; justify-content: center; align-items: flex-end; }

.tricycle-scene {
  position: relative; width: 100%; max-width: 440px;
  animation: truckFloat 4s ease-in-out infinite;
}

@keyframes truckFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}

.road {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 20px; background: rgba(0,0,0,.4); border-radius: 10px;
  display: flex; align-items: center; gap: 12px; padding: 0 16px; overflow: hidden;
}
.road-line {
  height: 3px; width: 40px; background: rgba(245,197,24,.4);
  border-radius: 2px; animation: roadMove 1.2s linear infinite;
}
.road-line:nth-child(2) { animation-delay: .6s; }

@keyframes roadMove { from{transform:translateX(60px);} to{transform:translateX(-60px);} }

.tricycle-svg { width: 100%; filter: drop-shadow(0 20px 40px rgba(0,0,0,.4)); }

.speed-lines {
  position: absolute; left: -20px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 8px;
}
.speed-lines span {
  display: block; height: 2px; background: rgba(245,197,24,.4);
  border-radius: 2px; animation: speedLine 1s ease-in-out infinite;
}
.speed-lines span:nth-child(1) { width: 30px; animation-delay: 0s; }
.speed-lines span:nth-child(2) { width: 20px; animation-delay: .2s; }
.speed-lines span:nth-child(3) { width: 14px; animation-delay: .4s; }

@keyframes speedLine {
  0%,100% { opacity:.4; transform:translateX(0); }
  50%      { opacity:.8; transform:translateX(-6px); }
}

.tricycle-bubble {
  position: absolute; top: 8px; right: -10px;
  background: var(--white); color: var(--green-dark);
  padding: 10px 16px; border-radius: 50px;
  font-size: .78rem; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  white-space: nowrap;
  animation: bubbleBounce 3s ease-in-out infinite;
}
@keyframes bubbleBounce {
  0%,100%{transform:translateY(0) rotate(-2deg);}
  50%{transform:translateY(-6px) rotate(2deg);}
}
.tricycle-bubble::after {
  content:''; position:absolute; bottom:-8px; left:20px;
  border:8px solid transparent; border-top-color: var(--white);
  border-bottom:none;
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.5); font-size: .75rem; z-index: 2;
}
.scroll-mouse {
  width: 22px; height: 36px; border: 2px solid rgba(255,255,255,.3);
  border-radius: 12px; display: flex; justify-content: center; padding-top: 6px;
}
.scroll-wheel {
  width: 3px; height: 8px; background: var(--yellow);
  border-radius: 2px; animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown { 0%{opacity:1;transform:translateY(0);} 100%{opacity:0;transform:translateY(10px);} }

/* =============================================
   STATS BAND
   ============================================= */
.stats-band {
  background: linear-gradient(135deg, var(--green-dark) 0%, #0a3322 100%);
  padding: 0;
  position: relative; overflow: hidden;
}
.stats-band::before {
  content:''; position:absolute; inset:0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stats-inner {
  display: flex; align-items: stretch;
  position: relative; z-index: 1;
}

.stat-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; padding: 44px 20px; gap: 6px;
  position: relative;
}

.stat-num {
  font-family: 'Syne', sans-serif; font-size: 3rem; font-weight: 800;
  color: var(--yellow); line-height: 1; display: inline-block;
}
.stat-suffix { font-family:'Syne',sans-serif; font-size:2rem; font-weight:800; color:var(--yellow); }

.stat-label {
  font-size: .8rem; color: rgba(255,255,255,.6);
  text-transform: uppercase; letter-spacing: 1.5px; text-align: center;
}

.stat-sep {
  width: 1px; background: rgba(255,255,255,.1);
  margin: 24px 0;
}

/* =============================================
   SERVICES
   ============================================= */
.services-section { background: var(--white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}

.service-card {
  background: var(--bg); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 36px 28px;
  transition: all .3s; position: relative; overflow: hidden;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--green-mid); }

.service-card--main {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 100%);
  border-color: transparent; color: var(--white);
}
.service-card-bg {
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M20 20.5V18H0v5h20v20.5h5V23h20v-5H25V2.5h-5z'/%3E%3C/g%3E%3C/svg%3E");
}
.service-card-inner { position:relative; z-index:1; }
.service-card--main h3,
.service-card--main .service-card-inner h3 { color: var(--white) !important; }
.service-card--main p,
.service-card--main .service-card-inner p  { color: rgba(255,255,255,.90) !important; margin-top:12px; text-shadow: 0 1px 2px rgba(0,0,0,.2); }

.service-icon-wrap {
  width: 64px; height: 64px; margin-bottom: 24px;
}
.service-icon-wrap svg { width:100%; height:100%; }
.service-icon-wrap--green { background: rgba(26,122,76,.08); border-radius: 16px; padding: 10px; width:64px; height:64px; }

.service-card h3 { font-size:1.15rem; font-weight:700; color:var(--green-dark); margin-bottom:10px; }
.service-card p  { font-size:.9rem; color:var(--text-muted); line-height:1.65; }
.service-tag {
  display: inline-block; margin-top:16px;
  background: var(--yellow); color: var(--green-dark);
  font-size:.75rem; font-weight:700; padding:5px 14px; border-radius:50px;
}

.service-card--wide {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 1fr 1fr;
  padding: 0; overflow: hidden; background: var(--green-dark); border-color: transparent;
}
.service-wide-img { width:100%; height:100%; object-fit:cover; min-height:240px; }
.service-wide-content {
  padding: 44px 40px; display:flex; flex-direction:column; justify-content:center; gap:16px;
}
.service-wide-content h3 { font-size:1.5rem; color:var(--white); }
.service-wide-content p  { color:rgba(255,255,255,.7); line-height:1.7; }

/* =============================================
   BRAZZAVILLE SECTION
   ============================================= */
.brazza-section { background: var(--green-dark); overflow: hidden; position: relative; }
.brazza-section .section-tag { background: rgba(245,197,24,.15); color: var(--yellow); }
.brazza-section .section-title { color: var(--white); }
.brazza-section .section-sub { color: rgba(255,255,255,.6); }

.brazza-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: start;
}

/* City illustration */
.city-illustration {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.city-svg { width:100%; display:block; }

.city-tricycle { animation: cityDrive 8s linear infinite; }
@keyframes cityDrive {
  from { transform: translate(-120px, 201px); }
  to   { transform: translate(540px,  201px); }
}

/* Badges flottants sur la carte */
.city-badge {
  position: absolute;
  background: rgba(15,77,46,.92); color: var(--white);
  padding: 7px 14px; border-radius: 50px;
  font-size: .75rem; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  border: 1px solid rgba(245,197,24,.3);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
.cb-dot { width:7px; height:7px; border-radius:50%; background: var(--yellow); flex-shrink:0; }
.city-badge--1 { top:22%; left:52%; }
.city-badge--2 { top:58%; left:12%; }
.city-badge--3 { top:42%; left:65%; }

/* Quartiers grid */
.brazza-intro { color: rgba(255,255,255,.7); margin-bottom:24px; line-height:1.7; font-size:.95rem; }
.brazza-intro strong { color:var(--white); }

.quartiers-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }

.q-card {
  background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-sm); padding:14px 16px;
  display: flex; align-items: center; gap:14px;
  transition: all .2s;
}
.q-card:hover { background:rgba(255,255,255,.1); border-color:rgba(245,197,24,.3); }

.q-num {
  font-family:'Syne',sans-serif; font-weight:800; font-size:1.1rem;
  color: var(--yellow); min-width:32px;
}
.q-num sup { font-size:.55rem; }

.q-info { flex:1; }
.q-info strong { display:block; font-size:.88rem; color:var(--white); }
.q-info span   { font-size:.75rem; color:rgba(255,255,255,.45); }

.q-badge { font-size:.7rem; font-weight:700; padding:3px 10px; border-radius:50px; flex-shrink:0; }
.q-badge.active { background:rgba(45,160,104,.25); color:#6dffb3; border:1px solid rgba(45,160,104,.4); }

/* =============================================
   GALLERY / MOSAIC
   ============================================= */
.gallery-section { padding:80px 0; background:var(--bg); }
.gallery-section .container { margin-bottom:40px; }

.gallery-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 200px;
  gap: 16px;
  padding: 0 28px;
  max-width: 1180px; margin: 0 auto;
}

.gallery-item { border-radius: var(--radius); overflow:hidden; position:relative; }

.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.gallery-item:hover img { transform:scale(1.05); }

.gallery-item--main { grid-row: 1/3; }
.gallery-item--tall { grid-row: 1/3; }

.gallery-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(10,40,22,.85) 0%, transparent 60%);
  display:flex; align-items:flex-end; padding:20px;
  opacity:0; transition: opacity .3s;
}
.gallery-item:hover .gallery-overlay { opacity:1; }
.gallery-overlay span { color:var(--white); font-weight:600; font-size:.9rem; }

/* Cartes illustrées */
.gallery-item--card {
  background: linear-gradient(135deg, var(--green-dark), var(--green-main));
  display:flex; align-items:center; justify-content:center;
}
.gallery-item--yellow { background: linear-gradient(135deg, #c49400, var(--yellow)); }
.gallery-item--dark   { background: linear-gradient(135deg, #0a1a10, var(--green-dark)); }

.gallery-card-inner { text-align:center; padding:24px; color:var(--white); }
.gallery-card-inner p { font-size:.85rem; opacity:.8; margin-top:10px; line-height:1.5; }

.gc-icon svg { width:80px; height:60px; margin:0 auto; }
.gc-number {
  font-family:'Syne',sans-serif; font-size:2.8rem; font-weight:800;
  color:var(--green-dark);
}
.gallery-item--yellow .gallery-card-inner p { color:var(--green-dark); opacity:.85; }
.gallery-item--yellow .gallery-card-inner { color:var(--green-dark); }

/* =============================================
   POURQUOI AVERNA
   ============================================= */
.pourquoi-section { background:var(--white); }

.pourquoi-inner {
  display:grid; grid-template-columns:1fr 1fr;
  gap:72px; align-items:center;
}

.pourquoi-img-wrap { position:relative; }
.pourquoi-img-wrap img {
  width:100%; height:520px; object-fit:cover;
  border-radius: var(--radius); box-shadow:var(--shadow);
}

.pourquoi-img-badge {
  position:absolute; bottom:24px; right:-20px;
  background: var(--yellow); color: var(--green-dark);
  padding:20px 24px; border-radius: var(--radius);
  text-align:center; box-shadow:0 8px 32px rgba(245,197,24,.4);
}
.pourquoi-img-badge strong { display:block; font-family:'Syne',sans-serif; font-size:2rem; font-weight:800; }
.pourquoi-img-badge span   { font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; }

.avantages-list { list-style:none; display:flex; flex-direction:column; gap:22px; margin:24px 0; }

.avantages-list li { display:flex; gap:18px; align-items:flex-start; }

.av-icon {
  flex-shrink:0; width:32px; height:32px; border-radius:50%;
  background: var(--green-main); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-weight:800; font-size:.9rem; margin-top:2px;
  box-shadow:0 4px 12px rgba(26,122,76,.3);
}

.avantages-list li strong { display:block; color:var(--text); font-size:.95rem; margin-bottom:3px; }
.avantages-list li span   { color:var(--text-muted); font-size:.88rem; }

/* =============================================
   OFFRE SPECIALE
   ============================================= */
.offre-section {
  background: var(--yellow);
  padding:80px 0; overflow:hidden; position:relative;
}

.offre-bg-shapes { position:absolute; inset:0; pointer-events:none; }
.os1,.os2,.os3 {
  position:absolute; border-radius:50%;
  background: rgba(15,77,46,.08);
}
.os1 { width:300px; height:300px; top:-80px; right:10%; }
.os2 { width:180px; height:180px; bottom:-40px; left:5%; }
.os3 { width:100px; height:100px; top:40%; left:40%; }

.offre-inner {
  display:grid; grid-template-columns:1fr auto;
  gap:48px; align-items:center; position:relative; z-index:1;
}

.offre-badge {
  display:inline-block; background:var(--green-dark); color:var(--white);
  font-size:.75rem; font-weight:700; letter-spacing:2px; text-transform:uppercase;
  padding:7px 18px; border-radius:50px; margin-bottom:20px;
}

.offre-title {
  font-size:clamp(2rem, 4.5vw, 3.2rem); font-weight:800;
  color:var(--green-dark); margin-bottom:16px; line-height:1.1;
}

.offre-text {
  font-size:1.1rem; color:var(--green-dark); margin-bottom:36px;
  font-weight:500; opacity:.8;
}

.offre-bac-svg { width:180px; filter:drop-shadow(0 16px 40px rgba(0,0,0,.2)); animation:bacSway 4s ease-in-out infinite; }
@keyframes bacSway { 0%,100%{transform:rotate(-3deg);} 50%{transform:rotate(3deg);} }

.offre-right { display:flex; flex-direction:column; align-items:center; gap:12px; }
.offre-tag {
  background:var(--green-dark); color:var(--yellow);
  font-size:.8rem; font-weight:700; padding:6px 16px; border-radius:50px;
  text-decoration:line-through; opacity:.7;
}

/* =============================================
   BON BOEUF – CLIENT VEDETTE (design créatif)
   ============================================= */
.bonboeuf-section {
  background: #060f09;
  overflow: hidden;
}

/* --- BANDEAU TITRE --- */
.bb-header {
  background: linear-gradient(135deg, #060f09 0%, var(--green-dark) 100%);
  padding: 64px 0 48px;
  position: relative;
}
.bb-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
}

.bb-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}

.bb-header-left .section-tag {
  background: rgba(245,197,24,.15); color: var(--yellow);
}

.bb-main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800;
  color: var(--white); margin: 12px 0 10px; line-height: 1.1;
}

.bb-main-sub {
  font-size: 1rem; color: rgba(255,255,255,.65); max-width: 500px; line-height: 1.7;
}
.bb-main-sub strong { color: var(--yellow); }

.bb-header-right {
  display: flex; gap: 16px; flex-wrap: wrap;
}

.bb-stat-pill {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 18px 24px;
  min-width: 110px; text-align: center;
}
.bb-stat-pill--yellow {
  background: rgba(245,197,24,.12);
  border-color: rgba(245,197,24,.3);
}

.bb-num {
  font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--yellow);
  line-height: 1;
}
.bb-label {
  font-size: .7rem; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: 1px;
}

/* --- PHOTOS CRÉATIVES --- */
.bb-photos {
  position: relative;
}

/* Photo bâtiment : pleine largeur */
.bb-photo-building {
  position: relative; width: 100%; height: 420px; overflow: hidden;
}
.bb-photo-building img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  filter: brightness(.55) saturate(.8);
  transition: transform 8s ease;
}
.bb-photo-building:hover img { transform: scale(1.04); }

.bb-building-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(6,15,9,.2) 0%, rgba(6,15,9,.85) 100%);
  display: flex; align-items: flex-end; padding: 32px 40px;
}
.bb-building-badge {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.7); font-size: .88rem; font-weight: 500;
}

/* Photo agents : flottante par-dessus le bâtiment */
.bb-photo-agents-wrap {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-top: -160px;
  padding: 0 40px 0 40px;
  position: relative; z-index: 2;
  max-width: 1180px; margin-left: auto; margin-right: auto;
  margin-top: -160px;
  align-items: start;
}

.bb-photo-agents {
  position: relative; border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.7);
  border: 3px solid rgba(245,197,24,.25);
}
.bb-photo-agents img {
  width: 100%; height: 460px;
  object-fit: cover; object-position: center 40%;
  display: block; transition: transform .6s ease;
}
.bb-photo-agents:hover img { transform: scale(1.03); }

/* Badge AVERNA en mission */
.bb-agents-badge {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(10,40,22,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(245,197,24,.25);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 14px;
}
.bb-agents-badge img {
  height: 36px; width: auto; border-radius: 5px;
  object-fit: contain; flex-shrink: 0;
  /* override the transition/height from bb-photo-agents img */
  height: 36px !important; width: auto !important;
}
.bb-agents-badge strong { display: block; color: var(--white); font-size: .9rem; }
.bb-agents-badge span   { font-size: .78rem; color: rgba(255,255,255,.55); }

/* Pastille "En service" */
.bb-live-badge {
  position: absolute; top: 18px; right: 18px;
  background: rgba(10,40,22,.88); backdrop-filter: blur(8px);
  color: #6dffb3; font-size: .75rem; font-weight: 700;
  padding: 6px 14px; border-radius: 50px;
  display: flex; align-items: center; gap: 7px;
  border: 1px solid rgba(109,255,179,.3);
}
.bb-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #6dffb3;
  animation: livePulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes livePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(109,255,179,.6); }
  50%      { box-shadow: 0 0 0 6px rgba(109,255,179,0); }
}

/* Témoignage à droite de la photo */
.bb-temo-card {
  background: var(--green-dark);
  border: 1px solid rgba(245,197,24,.2);
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
  margin-left: 24px;
  margin-top: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
}

.bb-temo-quote {
  font-family: 'Syne', sans-serif; font-size: 5rem; font-weight: 800;
  color: rgba(245,197,24,.2); line-height: .6;
}

.bb-temo-card p {
  font-size: .95rem; color: rgba(255,255,255,.82);
  font-style: italic; line-height: 1.8; flex: 1;
}

.bb-temo-author {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.bb-temo-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--yellow); color: var(--green-dark);
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: .9rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bb-temo-author strong { display: block; font-size: .88rem; color: var(--white); }
.bb-temo-author span   { font-size: .75rem; color: rgba(255,255,255,.45); }
.bb-temo-stars { margin-left: auto; color: var(--yellow); font-size: 1rem; letter-spacing: 2px; }

/* --- CTA BAS --- */
.bb-cta {
  background: linear-gradient(90deg, var(--green-dark), #0a2215, var(--green-dark));
  padding: 40px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(245,197,24,.15);
}
.bb-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.bb-cta p {
  color: rgba(255,255,255,.7); font-size: 1.05rem; max-width: 520px; line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .bb-photo-agents-wrap {
    grid-template-columns: 1fr;
    padding: 0 20px;
    margin-top: -80px;
  }
  .bb-temo-card { margin-left: 0; margin-top: 20px; }
  .bb-photo-agents img { height: 300px; }
  .bb-photo-building { height: 280px; }
  .bb-header-right { justify-content: flex-start; }
  .bb-cta-inner { flex-direction: column; text-align: center; }
}

/* =============================================
   TEMOIGNAGES
   ============================================= */
.temoignages-section { background:var(--bg); }

.temo-grid {
  display:grid; grid-template-columns:1.4fr 1fr 1fr;
  gap:24px; align-items:start;
}

.temo-card {
  background:var(--white); border-radius:var(--radius);
  padding:36px 32px; border:1.5px solid var(--border);
  box-shadow:var(--shadow-sm); position:relative;
  transition: all .3s;
}
.temo-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }

.temo-card--featured { background:linear-gradient(135deg,var(--green-dark),var(--green-main)); border-color:transparent; }
.temo-card--featured p { color:rgba(255,255,255,.85); }
.temo-card--featured .temo-quote { color:rgba(245,197,24,.5); }
.temo-card--featured strong { color:var(--white) !important; }
.temo-card--featured span   { color:rgba(255,255,255,.5) !important; }

.temo-quote {
  font-family:'Syne',sans-serif; font-size:5rem; font-weight:800;
  color:rgba(26,122,76,.1); line-height:.8; margin-bottom:16px;
}

.temo-card p { font-size:.92rem; color:var(--text-muted); font-style:italic; line-height:1.7; margin-bottom:24px; }

.temo-footer { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }

.temo-avatar {
  width:44px; height:44px; border-radius:50%;
  background:var(--green-main); color:var(--white);
  font-family:'Syne',sans-serif; font-weight:700; font-size:.85rem;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.temo-card--featured .temo-avatar { background:rgba(255,255,255,.2); }

.temo-footer strong { display:block; font-size:.88rem; color:var(--text); }
.temo-footer span   { font-size:.78rem; color:var(--text-muted); }
.temo-stars { margin-left:auto; color:var(--yellow); font-size:1rem; letter-spacing:2px; }

/* =============================================
   CONTACT
   ============================================= */
.contact-section { background:var(--white); }

.contact-grid {
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:20px; margin-bottom:48px;
}

.contact-card {
  border-radius:var(--radius); padding:32px 24px;
  text-align:center; transition:all .3s;
  border:1.5px solid var(--border); background:var(--bg);
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.contact-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--green-mid); }

.contact-card--whatsapp { background:linear-gradient(135deg,#1da851,#25D366); border-color:transparent; }
.contact-card--whatsapp h3,
.contact-card--whatsapp .contact-val,
.contact-card--whatsapp .contact-sub { color:var(--white) !important; }
.contact-card--whatsapp .contact-icon-wrap { background:rgba(255,255,255,.2); }

.contact-icon-wrap {
  width:52px; height:52px; border-radius:50%;
  background:var(--green-main); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:8px; flex-shrink:0;
}
.contact-icon-wrap svg { width:22px; height:22px; }

.contact-card h3 { font-size:.95rem; font-weight:700; color:var(--green-dark); }

.contact-val {
  display:block; color:var(--green-main); font-weight:700; font-size:.95rem;
  transition:color .2s;
}
.contact-val:hover { color:var(--green-dark); }

.contact-sub { font-size:.78rem; color:var(--text-muted); }

.contact-cta { text-align:center; }

/* =============================================
   FOOTER
   ============================================= */
.footer-top {
  background: linear-gradient(135deg, #060f09 0%, var(--green-dark) 100%);
  padding:72px 0 48px;
}

.footer-top-inner {
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:48px;
}

.footer-brand { display:flex; flex-direction:column; gap:16px; }
.footer-logo { height:58px; border-radius:10px; object-fit:contain; }
.footer-brand p { color:rgba(255,255,255,.5); font-size:.88rem; line-height:1.7; max-width:220px; }
.footer-socials { display:flex; gap:12px; margin-top:4px; }
.footer-social {
  width:38px; height:38px; border-radius:50%;
  background:rgba(255,255,255,.08); color:rgba(255,255,255,.7);
  display:flex; align-items:center; justify-content:center;
  transition:all .2s; border:1px solid rgba(255,255,255,.1);
}
.footer-social:hover { background:#25D366; color:var(--white); border-color:#25D366; }

.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links h4 { font-size:.8rem; font-weight:700; color:rgba(255,255,255,.4); letter-spacing:2px; text-transform:uppercase; margin-bottom:8px; }
.footer-links a { font-size:.88rem; color:rgba(255,255,255,.6); transition:color .2s; }
.footer-links a:hover { color:var(--yellow); }

.footer-contact-block { display:flex; flex-direction:column; gap:10px; }
.footer-contact-block h4 { font-size:.8rem; font-weight:700; color:rgba(255,255,255,.4); letter-spacing:2px; text-transform:uppercase; margin-bottom:8px; }
.footer-contact-block p { font-size:.88rem; color:rgba(255,255,255,.6); }
.footer-contact-block a { color:rgba(255,255,255,.75); transition:color .2s; }
.footer-contact-block a:hover { color:var(--yellow); }

.footer-bottom {
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(255,255,255,.06);
  padding:20px 0;
}

.footer-bottom-inner {
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px;
}

.footer-values { display:flex; gap:20px; }
.footer-values span { color:rgba(255,255,255,.4); font-size:.8rem; font-weight:600; }

.footer-bottom p { font-size:.78rem; color:rgba(255,255,255,.3); }

/* =============================================
   LA CERISE – CLIENT FIDÈLE
   ============================================= */
.cerise-section {
  background: linear-gradient(135deg, #0a1a0d 0%, #0d2b12 50%, #0a1a0d 100%);
  padding: 96px 0;
  position: relative; overflow: hidden;
}
.cerise-section::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, #e8243c, #F5C518, #e8243c, transparent);
}
.cerise-section::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
}

.cerise-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}

/* Tag rouge cerise */
.cerise-tag {
  background: rgba(232,36,60,.15) !important;
  color: #ff6b7a !important;
  border: 1px solid rgba(232,36,60,.25);
}

/* Brand */
.cerise-brand {
  display: flex; align-items: center; gap: 20px;
  padding: 20px 24px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(232,36,60,.2);
  border-radius: var(--radius);
  margin: 16px 0 24px;
}
.cerise-logo-icon { font-size: 3rem; }
.cerise-title {
  font-size: 2rem; font-weight: 800; color: var(--white); margin-bottom: 4px;
}
.cerise-sub { font-size: .8rem; color: rgba(255,255,255,.5); letter-spacing: .5px; }

/* 2 sites */
.cerise-sites { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.cerise-site-card {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-sm); padding: 14px 18px;
  transition: all .2s;
}
.cerise-site-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(245,197,24,.2);
}
.cerise-site-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #ff6b7a; flex-shrink: 0;
  box-shadow: 0 0 8px rgba(232,36,60,.5);
}
.cerise-site-card strong { display: block; color: var(--white); font-size: .9rem; margin-bottom: 2px; }
.cerise-site-card span   { font-size: .78rem; color: rgba(255,255,255,.45); }

/* Témoignage */
.cerise-temo {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-left: 4px solid #e8243c;
  border-radius: var(--radius); padding: 24px 28px;
  margin-bottom: 28px;
}
.cerise-quote {
  font-family: 'Syne', sans-serif; font-size: 4rem; font-weight: 800;
  color: rgba(232,36,60,.2); line-height: .7; margin-bottom: 10px;
}
.cerise-temo p {
  font-size: .93rem; color: rgba(255,255,255,.82);
  font-style: italic; line-height: 1.8; margin-bottom: 20px;
}
.cerise-author { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cerise-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: #e8243c; color: var(--white);
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: .85rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cerise-author strong { display: block; font-size: .88rem; color: var(--white); }
.cerise-author span   { font-size: .75rem; color: rgba(255,255,255,.45); }
.cerise-stars { margin-left: auto; color: var(--yellow); font-size: 1rem; letter-spacing: 2px; }

/* Stats */
.cerise-stats {
  display: flex; align-items: center;
  background: rgba(245,197,24,.07);
  border: 1px solid rgba(245,197,24,.18);
  border-radius: var(--radius); padding: 18px 0;
}
.cs-stat {
  flex: 1; text-align: center; display: flex; flex-direction: column; gap: 4px;
}
.cs-num {
  font-family: 'Syne', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--yellow);
}
.cs-label { font-size: .7rem; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: 1px; }
.cs-sep { width: 1px; height: 36px; background: rgba(255,255,255,.1); }

/* Photo */
.cerise-img-wrap {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.6);
  border: 2px solid rgba(232,36,60,.2);
}
.cerise-img-wrap img {
  width: 100%; height: 500px;
  object-fit: cover; object-position: center 55%;
  display: block; transition: transform .6s ease;
}
.cerise-img-wrap:hover img { transform: scale(1.03); }

.cerise-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(10,26,13,.95) 0%, transparent 100%);
  padding: 32px 24px 20px;
}
.cerise-img-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10,26,13,.85); backdrop-filter: blur(8px);
  border: 1px solid rgba(245,197,24,.25);
  border-radius: 50px; padding: 9px 18px;
  font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.85);
}
.cerise-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #6dffb3; flex-shrink: 0;
  animation: livePulse 1.5s ease-in-out infinite;
}

/* Tag flottant haut */
.cerise-float-tag {
  position: absolute; top: 20px; right: 20px;
  background: rgba(10,26,13,.9); backdrop-filter: blur(10px);
  border: 1px solid rgba(232,36,60,.35);
  border-radius: var(--radius-sm); padding: 12px 18px;
  font-size: .82rem; font-weight: 700; color: var(--white);
  line-height: 1.5; text-align: center;
}
.cerise-float-tag small { color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 400; }

@media (max-width: 900px) {
  .cerise-inner { grid-template-columns: 1fr; }
  .cerise-img-wrap img { height: 300px; }
  .cerise-img-wrap { order: -1; }
}

/* =============================================
   GRILLE TARIFAIRE
   ============================================= */
.tarif-section { background: var(--white); }

.tarif-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.tarif-img-wrap {
  position: sticky;
  top: 100px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tarif-img-wrap img {
  width: 100%;
  display: block;
  border-radius: var(--radius);
}

.tarif-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tarif-card {
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all .25s;
}

.tarif-card:hover {
  transform: translateX(6px);
  border-color: var(--green-mid);
  box-shadow: var(--shadow-sm);
}

.tarif-card--highlight {
  background: linear-gradient(135deg, var(--green-dark), var(--green-main));
  border-color: rgba(245,197,24,.4);
  color: var(--white);
}

.tarif-card--highlight h3     { color: var(--white) !important; }
.tarif-card--highlight p      { color: rgba(255,255,255,.92) !important; text-shadow: 0 1px 3px rgba(0,0,0,.3); }
.tarif-card--highlight strong { color: var(--yellow) !important; font-size: 1.05rem; }

.tarif-icon {
  font-size: 2rem;
  flex-shrink: 0;
  width: 52px;
  text-align: center;
}

.tarif-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.tarif-card p {
  font-size: .85rem;
  color: var(--text-muted);
  flex: 1;
  line-height: 1.55;
}

.tarif-card p strong { color: var(--green-main); }

.tarif-card .btn { flex-shrink: 0; font-size: .8rem; padding: 9px 20px; }

.tarif-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(26,122,76,.07);
  border: 1px solid rgba(26,122,76,.15);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.tarif-note svg { flex-shrink: 0; color: var(--green-main); margin-top: 2px; }

/* Logo header blanc sur fond vert */
.footer-logo {
  height: 72px;
  max-width: 220px;
  object-fit: contain;
  border-radius: 8px;
}

.login-logo {
  height: 80px;
  max-width: 240px;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .tarif-layout { grid-template-columns: 1fr; }
  .tarif-img-wrap { position: static; }
}

/* =============================================
   PAGE INSCRIPTION
   ============================================= */
.page-inscription { padding-top: 76px; }

.page-hero {
  background: linear-gradient(135deg, var(--green-dark), var(--green-main));
  padding:60px 0 44px; text-align:center; position:relative; overflow:hidden;
}
.page-hero::before {
  content:''; position:absolute; inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.page-hero-title { font-size:clamp(1.8rem,4vw,3rem); font-weight:800; color:var(--white); margin-bottom:12px; position:relative; }
.page-hero-sub   { color:rgba(255,255,255,.75); font-size:1.05rem; position:relative; }

.form-layout {
  display:grid; grid-template-columns:1fr 360px;
  gap:40px; padding-top:52px; padding-bottom:80px; align-items:start;
}

.form-card {
  background:var(--white); border-radius:var(--radius);
  border:1.5px solid var(--border); box-shadow:var(--shadow-sm); padding:44px;
}

.form-section-title {
  font-family:'Syne',sans-serif; font-weight:700; font-size:1rem;
  color:var(--green-dark); margin:36px 0 20px;
  padding-bottom:14px; border-bottom:2px solid var(--border);
}
.form-section-title:first-child { margin-top:0; }

.form-row { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-group { display:flex; flex-direction:column; gap:7px; }

.form-group label { font-weight:600; font-size:.85rem; color:var(--text); }

.form-group input,
.form-group select,
.form-group textarea {
  padding:13px 16px; border:1.5px solid var(--border);
  border-radius:var(--radius-sm); font-family:'Inter',sans-serif;
  font-size:.95rem; color:var(--text); background:var(--white);
  transition:border-color .2s, box-shadow .2s; outline:none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color:var(--green-main);
  box-shadow:0 0 0 4px rgba(26,122,76,.1);
}
.form-group input.error, .form-group select.error { border-color:#e74c3c; }

.form-error { color:#e74c3c; font-size:.78rem; min-height:15px; }
.req { color:var(--green-main); }

.type-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.type-card {
  display:flex; flex-direction:column; align-items:center; gap:8px;
  padding:18px 8px; border:2px solid var(--border); border-radius:var(--radius-sm);
  cursor:pointer; transition:all .2s; background:var(--white);
}
.type-card:hover { border-color:var(--green-main); }
.type-card input[type="radio"] { display:none; }
.type-card:has(input:checked) { border-color:var(--green-main); background:rgba(26,122,76,.06); }
.type-icon { font-size:1.8rem; }
.type-label { font-size:.8rem; font-weight:600; color:var(--text); }

.bac-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.bac-card {
  display:flex; flex-direction:column; align-items:center; gap:10px;
  padding:22px 12px; border:2px solid var(--border); border-radius:var(--radius-sm);
  cursor:pointer; transition:all .2s; background:var(--white);
}
.bac-card input[type="radio"] { display:none; }
.bac-card:has(input:checked) { border-color:var(--green-main); background:rgba(26,122,76,.06); }
.bac-card:hover { border-color:var(--green-mid); }
.bac-visual { border-radius:6px 6px 4px 4px; border:3px solid var(--green-main); background:rgba(26,122,76,.1); }
.bac-visual.small  { width:32px; height:40px; }
.bac-visual.medium { width:40px; height:52px; }
.bac-visual.large  { width:52px; height:66px; }
.bac-label { font-family:'Syne',sans-serif; font-weight:700; color:var(--green-dark); }
.bac-desc  { font-size:.75rem; color:var(--text-muted); text-align:center; }

.freq-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.freq-card {
  display:flex; flex-direction:column; align-items:center; gap:4px;
  padding:20px 8px; border:2px solid var(--border); border-radius:var(--radius-sm);
  cursor:pointer; transition:all .2s; background:var(--white);
}
.freq-card input[type="radio"] { display:none; }
.freq-card:has(input:checked) { border-color:var(--yellow); background:rgba(245,197,24,.08); }
.freq-card:hover { border-color:var(--yellow); }
.freq-num  { font-family:'Syne',sans-serif; font-weight:800; font-size:1.6rem; color:var(--green-dark); }
.freq-label{ font-size:.73rem; color:var(--text-muted); }

.consent-group { margin-top:12px; }
.checkbox-label { display:flex; align-items:flex-start; gap:10px; cursor:pointer; font-size:.87rem; color:var(--text-muted); }
.checkbox-label input { margin-top:3px; accent-color:var(--green-main); }

.form-success { text-align:center; padding:60px 20px; }
.success-icon {
  width:76px; height:76px; border-radius:50%; background:var(--green-main);
  color:var(--white); font-size:2.2rem;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 24px; box-shadow:0 8px 30px rgba(26,122,76,.4);
}
.form-global-error { color:#e74c3c; text-align:center; margin-top:12px; font-size:.9rem; }

/* SIDEBAR */
.form-sidebar { display:flex; flex-direction:column; gap:20px; }
.sidebar-card { background:var(--white); border-radius:var(--radius); border:1.5px solid var(--border); padding:28px; }
.sidebar-title { font-size:.95rem; font-weight:700; color:var(--green-dark); margin-bottom:18px; padding-bottom:12px; border-bottom:2px solid var(--border); }
.steps-list { list-style:none; display:flex; flex-direction:column; gap:18px; }
.step-item { display:flex; gap:14px; align-items:flex-start; font-size:.85rem; color:var(--text-muted); }
.step-num {
  flex-shrink:0; width:30px; height:30px; border-radius:50%;
  background:var(--green-main); color:var(--white);
  font-family:'Syne',sans-serif; font-weight:700; font-size:.85rem;
  display:flex; align-items:center; justify-content:center;
}
.step-item strong { color:var(--text); }
.sidebar-pills { display:flex; flex-wrap:wrap; gap:8px; }
.pill-sm { background:rgba(26,122,76,.1); color:var(--green-main); padding:5px 14px; border-radius:50px; font-size:.78rem; font-weight:600; }
.sidebar-contact p { font-size:.85rem; color:var(--text-muted); margin-bottom:12px; }
.sidebar-contact strong { color:var(--text); }
.sidebar-contact a { color:var(--green-main); font-weight:600; }

/* =============================================
   PAGE ADMIN
   ============================================= */
.page-admin { background:#eef2ef; min-height:100vh; }

.login-overlay {
  position:fixed; inset:0; z-index:2000;
  background:linear-gradient(135deg,var(--green-dark),var(--green-main));
  display:flex; align-items:center; justify-content:center;
}

.login-card {
  background:var(--white); border-radius:var(--radius); padding:52px 44px;
  width:100%; max-width:420px; text-align:center;
  box-shadow:0 30px 80px rgba(0,0,0,.4);
}
.login-logo { height:64px; border-radius:10px; margin:0 auto 28px; }
.login-card h2 { font-size:1.5rem; color:var(--green-dark); margin-bottom:8px; }
.login-card p  { color:var(--text-muted); font-size:.9rem; margin-bottom:28px; }
.login-card .form-group { margin-bottom:20px; text-align:left; }

.admin-header {
  background:linear-gradient(135deg,#060f09,var(--green-dark));
  padding:0 28px; height:68px;
  display:flex; align-items:center; box-shadow:0 2px 20px rgba(0,0,0,.3);
}
.admin-header-inner { display:flex; align-items:center; gap:20px; width:100%; }
.admin-logo { height:42px; border-radius:7px; }
.admin-title { font-family:'Syne',sans-serif; font-weight:700; font-size:1.1rem; color:var(--white); flex:1; }
.admin-header .btn-outline { color:var(--white); border-color:rgba(255,255,255,.3); padding:8px 20px; font-size:.83rem; }

.admin-body { padding:32px 28px; max-width:1400px; margin:0 auto; }

.admin-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:28px; }
.admin-stat-card {
  background:var(--white); border-radius:var(--radius-sm); padding:24px;
  text-align:center; border:1.5px solid var(--border); box-shadow:var(--shadow-sm);
}
.admin-stat-num   { display:block; font-family:'Syne',sans-serif; font-size:2.4rem; font-weight:800; color:var(--green-main); }
.admin-stat-label { font-size:.78rem; color:var(--text-muted); text-transform:uppercase; letter-spacing:1px; }

.admin-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:20px; flex-wrap:wrap; }
.admin-filters { display:flex; gap:12px; flex-wrap:wrap; }
.filter-select {
  padding:9px 14px; border:1.5px solid var(--border); border-radius:var(--radius-sm);
  font-family:'Inter',sans-serif; font-size:.85rem; color:var(--text);
  background:var(--white); cursor:pointer; outline:none;
}
.filter-select:focus { border-color:var(--green-main); }

.table-wrapper { background:var(--white); border-radius:var(--radius); border:1.5px solid var(--border); box-shadow:var(--shadow-sm); overflow-x:auto; }
.admin-table { width:100%; border-collapse:collapse; font-size:.85rem; }
.admin-table th { background:var(--green-dark); color:var(--white); font-family:'Syne',sans-serif; font-weight:600; padding:14px 18px; text-align:left; white-space:nowrap; }
.admin-table td { padding:13px 18px; border-bottom:1px solid var(--border); color:var(--text); vertical-align:middle; }
.admin-table tr:last-child td { border-bottom:none; }
.admin-table tr:hover td { background:rgba(26,122,76,.03); }
.table-empty { text-align:center; color:var(--text-muted); padding:40px !important; }

.status-badge { display:inline-block; padding:4px 14px; border-radius:50px; font-size:.75rem; font-weight:700; }
.status-badge.attente  { background:#fff3cd; color:#856404; }
.status-badge.contacte { background:#cce5ff; color:#004085; }
.status-badge.abonne   { background:#d4edda; color:#155724; }

.status-select {
  padding:5px 10px; border:1.5px solid var(--border); border-radius:8px;
  font-size:.8rem; font-family:'Inter',sans-serif; cursor:pointer; outline:none; background:var(--white);
}

/* Demande déjà convertie en abonné par le CRM : statut verrouillé */
.status-locked {
  display:inline-block; font-size:.78rem; font-weight:700; color:#155724;
  background:#d4edda; padding:5px 12px; border-radius:8px; white-space:nowrap;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .footer-top-inner { grid-template-columns:1fr 1fr; gap:32px; }
  .brazza-layout { grid-template-columns:1fr; }
  .pourquoi-inner { grid-template-columns:1fr; }
  .pourquoi-img-badge { right:16px; }
  .pourquoi-img-wrap img { height:320px; }
  .contact-grid { grid-template-columns:repeat(2,1fr); }
  .temo-grid { grid-template-columns:1fr 1fr; }
  .temo-grid .temo-card--featured { grid-column:1/-1; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .service-card--wide { grid-column:1/-1; }
  .hero-inner { grid-template-columns:1fr; }
  .hero-illustration { display:none; }
  .admin-stats { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 768px) {
  .gallery-mosaic {
    grid-template-columns:1fr 1fr;
    grid-template-rows:220px 180px 150px;
  }
  .gallery-item--main { grid-row:1/2; grid-column:1/-1; }
  .gallery-item--tall { grid-row:2/3; grid-column:1/2; }
  .form-layout { grid-template-columns:1fr; }
  .form-sidebar { order:-1; }
  .type-grid { grid-template-columns:repeat(2,1fr); }
  .freq-grid { grid-template-columns:repeat(2,1fr); }
  .offre-inner { grid-template-columns:1fr; text-align:center; }
  .offre-right { display:none; }
  .stats-inner { flex-wrap:wrap; }
  .stat-item { flex:0 0 50%; }
  .stat-sep { display:none; }
  .temo-grid { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  .nav {
    display:none; flex-direction:column; position:fixed;
    top:76px; left:0; right:0; background:rgba(10,40,22,.98);
    padding:20px 24px; gap:4px; border-bottom:1px solid rgba(255,255,255,.08);
  }
  .nav.open { display:flex; }
  .burger { display:flex; }
  .header-inner .btn { display:none; }
  .hero-btns { flex-direction:column; }
  .form-row { grid-template-columns:1fr; }
  .form-card { padding:24px 18px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card--wide { grid-template-columns:1fr; }
  .service-wide-img { min-height:180px; }
  .footer-top-inner { grid-template-columns:1fr; gap:24px; }
  .quartiers-grid { grid-template-columns:1fr; }
  .contact-grid { grid-template-columns:1fr 1fr; }
  .footer-bottom-inner { flex-direction:column; text-align:center; }
  .whatsapp-float span { display:none; }
  .whatsapp-float { padding:14px; border-radius:50%; }
  .admin-stats { grid-template-columns:1fr 1fr; }
}
