:root {
  --bg: #ececec;
  --surface: #f6f6f6;
  --text: #161616;
  --muted: #6f6f6f;
  --green: #3B7C20;
  --red: #CF4730;
  --orange: #EFAC34;
  --black: #000;
  --white: #fff;
  --line: rgba(255,255,255,.9);
  --ease: cubic-bezier(.22,.7,.16,1);
  --shadow: 0 30px 60px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Gotham, "Montserrat", "Avenir Next", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(1460px, calc(100vw - 80px)); margin: 0 auto; }
.center { text-align: center; }
.page-shell { position: relative; z-index: 1; }

.cursor-glow {
  position: fixed; left: 0; top: 0; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(59,124,32,.12), rgba(59,124,32,0) 68%);
  pointer-events: none; transform: translate(-50%, -50%); z-index: 30; opacity: 0; transition: opacity .25s ease;
}
.cursor-ready .cursor-glow { opacity: 1; }

.hero {
  position: relative; min-height: 690px; overflow: hidden; background: #1b1b1b;
}
.hero-media, .hero-overlay, .hero-shape, .hero-slant, .hero-cut { position: absolute; inset: 0; }
.hero-media {
  background: url('historique_frelon_asiatique_alsace_bas_rhin-1024x811.jpg.jpeg') center 34%/cover no-repeat;
  transform: scale(1.04);
  will-change: transform;
}
.hero-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.05) 40%, rgba(0,0,0,.08));
}
.hero-shape {
  inset: 0 auto 72px 0; width: 43%;
  background: linear-gradient(180deg, rgba(25,168,224,.78), rgba(12,168,220,.72));
  clip-path: polygon(0 0, 74% 0, 52% 100%, 0 100%);
  mix-blend-mode: multiply;
}
.hero-slant {
  inset: 0 auto 72px 0; width: 40.5%;
  background: linear-gradient(180deg, rgba(26, 169, 222, .72), rgba(10, 171, 218, .58));
  clip-path: polygon(0 0, 67% 0, 49% 100%, 0 100%);
  filter: saturate(1.08);
}
.hero-inner { position: relative; z-index: 2; padding-top: 58px; }
.hero-copy { max-width: 1080px; }
.hero-lines { width: 530px; max-width: 100%; }
.hero-lines span {
  display: block; height: 14px; width: 100%; background: var(--line); margin-bottom: 198px; transform-origin: left center;
}
.hero-lines span:last-child { margin-bottom: 0; width: 100%; }
.hero-kicker {
  margin: 60px 0 0; color: rgba(255,255,255,.92); font-weight: 300; font-size: clamp(36px, 3.4vw, 64px);
  line-height: .98; letter-spacing: .01em; text-transform: uppercase;
}
.hero h1 {
  margin: 10px 0 0; max-width: 1440px; color: #0e0e0e; font-weight: 900; text-transform: uppercase;
  font-size: clamp(44px, 4.1vw, 78px); line-height: .95; letter-spacing: -.03em;
}
.hero-cut {
  inset: auto 0 0; height: 145px; background: var(--bg);
  clip-path: polygon(0 58%, 44% 26%, 100% 78%, 100% 100%, 0 100%);
}

.intro { padding: 18px 0 8px; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #7d7d7d; font-size: 15px;
}
.breadcrumb a { color: #6c6c6c; text-decoration: underline; }
.breadcrumb-line { width: 640px; max-width: 100%; height: 9px; background: #fff; margin: 18px 0 48px; }
.intro h2 {
  margin: 0 0 28px; font-weight: 900; letter-spacing: -.04em; font-size: clamp(50px, 4.5vw, 82px); line-height: 1;
}
.intro p {
  margin: 0; max-width: 1500px; color: #303030; font-size: clamp(21px, 1.55vw, 31px); line-height: 1.16;
}

.section-head { margin-top: 78px; }
.section-head.compact-space, .compact-space { margin-top: 74px; }
.eyebrow {
  color: var(--green); text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 800;
}
.section-head h3 {
  margin: 10px auto 0; max-width: 1120px; font-size: clamp(38px, 3vw, 60px); line-height: 1.05; font-weight: 900; letter-spacing: -.025em;
}
.section-head.inverse .eyebrow, .section-head.inverse h3 { color: #fff; }
.section-accent { width: 110px; height: 24px; margin: 20px auto 0; position: relative; }
.section-accent::before, .section-accent::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%); background: rgba(163, 207, 95, .95);
}
.section-accent::before { width: 110px; height: 2px; top: 10px; }
.section-accent::after { width: 32px; height: 5px; top: 8px; }
.section-accent.solo { margin-top: 38px; }

.quote-panel { margin-top: 56px; }
.quote-box {
  position: relative; overflow: hidden; background: rgba(245,245,245,.98); padding: 56px 46px 58px; box-shadow: var(--shadow);
}
.wave-top::before {
  content: ''; position: absolute; left: -3%; right: -3%; top: -58px; height: 120px;
  background: radial-gradient(65px 18px at 10% 92%, rgba(255,255,255,.95) 98%, transparent 100%), radial-gradient(250px 28px at 44% 92%, rgba(255,255,255,.45) 98%, transparent 100%), radial-gradient(150px 22px at 76% 92%, rgba(255,255,255,.55) 98%, transparent 100%);
  opacity: .42;
}
.quote-mark {
  position: absolute; left: 22px; top: 18px; font-size: 78px; color: #8ece00; line-height: 1; font-weight: 800;
}
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; position: relative; z-index: 1; }
.quote-col {
  border-left: 3px solid #8ed000; padding-left: 16px; color: #6f6f6f; font-size: clamp(18px, 1.35vw, 27px); line-height: 1.5;
}
.quote-col.italic p:first-child { font-style: italic; }
.quote-col strong { color: var(--green); }
.quote-sign { margin-top: 12px; color: var(--green); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }

.btn {
  position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 28px; border: 0; cursor: pointer; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; font-weight: 900;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s ease;
}
.btn-green { background: #84ca05; color: #fff; box-shadow: 0 18px 35px rgba(59,124,32,.2); }
.btn-green:hover { transform: translateY(-3px); box-shadow: 0 24px 44px rgba(59,124,32,.26); }
.shimmer::after {
  content: ''; position: absolute; inset: 0; transform: translateX(-120%) skewX(-24deg); z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
  transition: transform .8s var(--ease);
}
.shimmer:hover::after { transform: translateX(135%) skewX(-24deg); }

.gallery-two { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.img-card, .process-media, .feature-media, .cta-media {
  position: relative; overflow: hidden; background: #ddd;
}
.img-card { min-height: 470px; }
.img-card img, .process-media img, .feature-media img, .cta-media img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s ease;
}
.img-card:hover img, .process-media:hover img, .feature-media:hover img, .cta-media:hover img { transform: scale(1.055); filter: saturate(1.06); }
.img-card::after, .process-media::after, .feature-media::after, .cta-media::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0), rgba(0,0,0,.08)); opacity: 0; transition: opacity .5s ease;
}
.img-card:hover::after, .process-media:hover::after, .feature-media:hover::after, .cta-media:hover::after { opacity: 1; }

.strengths {
  position: relative; margin-top: 76px; min-height: 860px; overflow: hidden; color: #fff;
}
.strengths-bg, .strengths-overlay { position: absolute; inset: 0; }
.strengths-bg {
  background: url('traitement_nid_frelon_asiatique_bas_rhin-1.jpg.jpeg') center/cover no-repeat;
  transform: scale(1.04); will-change: transform;
}
.strengths-overlay { background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.44)); }
.strengths-particles span {
  position: absolute; width: 10px; height: 10px; border-radius: 50%; background: rgba(164, 218, 56, .42); filter: blur(.4px); animation: float 11s linear infinite;
}
.strengths-particles span:nth-child(1){left:7%;top:16%;animation-duration:12s;}
.strengths-particles span:nth-child(2){left:18%;top:73%;animation-duration:14s;width:6px;height:6px;}
.strengths-particles span:nth-child(3){left:33%;top:28%;animation-duration:11s;}
.strengths-particles span:nth-child(4){left:48%;top:18%;animation-duration:13s;width:8px;height:8px;}
.strengths-particles span:nth-child(5){left:63%;top:78%;animation-duration:15s;width:12px;height:12px;}
.strengths-particles span:nth-child(6){left:76%;top:34%;animation-duration:12s;}
.strengths-particles span:nth-child(7){left:88%;top:14%;animation-duration:16s;width:8px;height:8px;}
.strengths-particles span:nth-child(8){left:92%;top:72%;animation-duration:14s;}
.strengths-inner { position: relative; z-index: 1; padding: 82px 0 76px; }
.strengths-grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 420px 1fr; gap: 28px; align-items: center; }
.point { margin-bottom: 42px; }
.point h4 { margin: 0 0 10px; font-size: clamp(25px, 1.6vw, 31px); text-transform: uppercase; font-weight: 900; letter-spacing: -.01em; }
.point p { margin: 0; color: rgba(255,255,255,.92); font-size: clamp(18px, 1.18vw, 22px); line-height: 1.38; }
.blob { position: relative; width: 424px; height: 424px; overflow: hidden; border-radius: 44% 56% 34% 66% / 32% 42% 58% 68%; box-shadow: 0 28px 60px rgba(0,0,0,.4); border: 8px solid rgba(255,255,255,.08); }
.blob img { width: 100%; height: 100%; object-fit: cover; }
.pulse-ring::before, .pulse-ring::after {
  content: ''; position: absolute; inset: -20px; border: 1px solid rgba(164,218,56,.26); border-radius: inherit; animation: pulseRing 4s ease-out infinite;
}
.pulse-ring::after { animation-delay: 1.8s; }

.content-band { padding: 12px 0 0; }
.split-intro { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 74px; text-align: left; }
.split-intro p { margin: 0; color: #777; font-size: clamp(18px, 1.32vw, 25px); line-height: 1.52; }
.split-intro strong { color: var(--green); }

.process { margin-top: 70px; }
.process-grid { display: grid; grid-template-columns: 1.2fr .82fr; gap: 48px; align-items: start; }
.process-copy h3, .feature-copy h3, .cta-copy h3 { margin: 0 0 20px; font-weight: 900; letter-spacing: -.03em; font-size: clamp(34px, 2.6vw, 54px); line-height: 1.04; }
.process-copy h4 { margin: 26px 0 10px; font-size: 19px; font-weight: 900; }
.process-copy p, .feature-copy p, .cta-copy p {
  margin: 0 0 14px; color: #767676; font-size: clamp(17px, 1.18vw, 22px); line-height: 1.55;
}
.process-copy strong, .feature-copy strong, .cta-copy strong { color: var(--green); }
.notice {
  margin: 28px 0 28px; padding: 22px 24px; background: rgba(0,0,0,.03); color: #676767; font-style: italic; font-size: 17px;
}
.notice a { color: var(--green); text-decoration: underline; font-weight: 800; }
.cards-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.cards-2 article h4 { margin-top: 0; font-size: 20px; }
.cards-2 article ul { margin: 14px 0 0; padding-left: 18px; color: #6e6e6e; line-height: 1.75; }
.cards-2 article li::marker { color: #89cb18; }
.process-media { min-height: 780px; }

.extra-feature { margin-top: 78px; }
.feature-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: stretch; }
.feature-media { min-height: 620px; }
.feature-badge {
  position: absolute; right: 22px; top: 22px; background: rgba(0,0,0,.8); color: #fff; padding: 16px 18px; border-left: 4px solid var(--orange);
  text-transform: uppercase; letter-spacing: .06em; font-size: 12px; backdrop-filter: blur(8px);
}
.feature-badge strong { display: block; margin-top: 5px; font-size: 18px; letter-spacing: -.01em; }
.feature-copy {
  background: rgba(247,247,247,.94); padding: 44px 42px; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: center;
}
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.stat { background: rgba(255,255,255,.8); padding: 20px 18px; border-top: 3px solid #91cf1d; }
.stat span { display: block; font-size: 40px; font-weight: 900; color: #171717; }
.stat small { display: block; margin-top: 6px; color: #727272; font-size: 14px; line-height: 1.35; }

.faq-section { margin-top: 86px; }
.faq-wrap { margin-top: 34px; display: grid; gap: 16px; }
.faq-item {
  background: rgba(246,246,246,.98); box-shadow: 0 18px 35px rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.04); overflow: hidden;
}
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: none; border: 0; padding: 24px 28px; text-align: left; cursor: pointer;
}
.faq-question span { font-size: clamp(18px, 1.3vw, 24px); font-weight: 800; }
.faq-question i {
  width: 16px; height: 16px; position: relative; flex: 0 0 16px; transition: transform .35s var(--ease);
}
.faq-question i::before, .faq-question i::after {
  content: ''; position: absolute; left: 50%; top: 50%; background: var(--green); transform: translate(-50%, -50%);
}
.faq-question i::before { width: 16px; height: 2px; }
.faq-question i::after { width: 2px; height: 16px; }
.faq-item.active .faq-question i { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .55s var(--ease), opacity .4s ease, padding .45s var(--ease); opacity: 0; padding: 0 28px; }
.faq-item.active .faq-answer { max-height: 260px; opacity: 1; padding: 0 28px 24px; }
.faq-answer p { margin: 0; color: #717171; font-size: clamp(17px, 1.16vw, 21px); line-height: 1.6; }

.cta-image { margin: 82px auto 110px; }
.cta-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; background: rgba(244,244,244,.98); box-shadow: var(--shadow); overflow: hidden; }
.cta-media { min-height: 460px; }
.cta-copy { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }

.backtop {
  position: fixed; right: 26px; bottom: 26px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #1d1d1d; color: #fff; font-size: 22px; cursor: pointer;
  box-shadow: 0 18px 30px rgba(0,0,0,.2); opacity: 0; transform: translateY(10px); pointer-events: none; z-index: 50; transition: opacity .25s ease, transform .25s ease, background .25s ease;
}
.backtop.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.backtop:hover { background: var(--green); }

.glass { backdrop-filter: blur(8px); }
.floating { animation: floatY 5s ease-in-out infinite; }

/* États initiaux uniquement si JS actif */
.js-ready .reveal,
.js-ready .split-word,
.js-ready .hero-lines span {
  opacity: 0;
}

.js-ready .reveal.fade-up { transform: translateY(34px); }
.js-ready .reveal.scale-in { transform: translateY(30px) scale(.97); }
.js-ready .reveal.slide-left { transform: translateX(-26px); }
.js-ready .reveal.slide-right { transform: translateX(26px); }
.js-ready .reveal.zoom-in { transform: scale(.92); }

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity .85s var(--ease), transform .95s var(--ease);
}

/* Reveal-mask sécurisé : le bloc reste structurellement visible */
.reveal-mask {
  position: relative;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  isolation: isolate;
}

.reveal-mask img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Animation seulement si JS actif */
.js-ready .reveal-mask::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.02));
  transform: translateY(0);
  transition: transform 1.05s var(--ease), opacity .7s ease;
  z-index: 2;
  pointer-events: none;
}

.js-ready .reveal-mask img {
  transform: scale(1.12);
  filter: saturate(.96);
  transition: transform 1.15s var(--ease), filter .7s ease;
  will-change: transform;
}

.js-ready .reveal-mask.is-visible::after {
  transform: translateY(-102%);
  opacity: 0;
}

.js-ready .reveal-mask.is-visible img {
  transform: scale(1);
  filter: saturate(1);
}

.js-ready .reveal-mask.delay-1::after,
.js-ready .reveal-mask.delay-1 img {
  transition-delay: .12s;
}

.split-word {
  display: inline-block;
  transform: translateY(20px) rotate(2deg);
  transition: opacity .55s var(--ease), transform .75s var(--ease), filter .55s ease;
  filter: blur(6px);
}

.split-word.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.reveal-sweep.is-visible span {
  opacity: 1;
  transform: scaleX(1);
  transition: transform .95s var(--ease), opacity .3s ease;
}

.js-ready .hero-lines span {
  transform: scaleX(0);
}

.hero-lines span + span {
  transition-delay: .18s;
}

@keyframes float {
  from { transform: translateY(0) scale(1); opacity: .15; }
  50% { opacity: .7; }
  to { transform: translateY(-120px) scale(1.25); opacity: 0; }
}
@keyframes pulseRing {
  0% { opacity: .55; transform: scale(.94); }
  100% { opacity: 0; transform: scale(1.1); }
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 1200px) {
  .container { width: min(1460px, calc(100vw - 40px)); }
  .hero { min-height: 600px; }
  .hero-lines span { margin-bottom: 136px; }
  .strengths-grid, .process-grid, .feature-grid, .cta-panel { grid-template-columns: 1fr; }
  .blob { margin: 0 auto 20px; }
  .process-media, .feature-media, .cta-media { min-height: 480px; }
}
@media (max-width: 840px) {
  .hero { min-height: 520px; }
  .hero-shape, .hero-slant { width: 64%; }
  .hero-lines span { height: 10px; margin-bottom: 90px; }
  .quote-grid, .gallery-two, .split-intro, .cards-2, .stats-row { grid-template-columns: 1fr; }
  .img-card { min-height: 320px; }
  .intro h2 { font-size: 48px; }
  .section-head h3, .process-copy h3, .feature-copy h3, .cta-copy h3 { font-size: 34px; }
  .process-media { min-height: 540px; }
  .feature-copy, .cta-copy, .quote-box { padding: 34px 24px; }
  
  
}

/* Sécurisation des gros blocs image pour éviter qu'ils restent masqués */
.gallery-two,
.gallery-two .img-card,
.gallery-two .img-card img,
.process-media,
.process-media img,
.feature-media,
.feature-media img,
.cta-media,
.cta-media img {
  visibility: visible;
}

.img-card,
.process-media,
.feature-media,
.cta-media {
  display: block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.gallery-two .img-card,
.process-media,
.feature-media,
.cta-media {
  opacity: 1;
}

/* En cas de reveal-mask sur des blocs grands formats */
.js-ready .gallery-two .reveal-mask,
.js-ready .process-media.reveal-mask,
.js-ready .feature-media.reveal-mask,
.js-ready .cta-media.reveal-mask {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

/* FAQ plus fluide avec hauteur pilotée en JS */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .55s var(--ease), opacity .4s ease, padding .45s var(--ease);
  opacity: 0;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  opacity: 1;
  padding: 0 28px 24px;
}


/* =========================================================
   RENFORT VISUEL DES BLOCS
   Sans changer les classes / IDs / structure
   ========================================================= */

:root {
  --bg: #ececec;
  --surface-strong: #ffffff;
  --surface-soft: #faf8f4;
  --text-strong: #111111;
  --text-soft: #4f4f4f;
  --line-soft: rgba(0,0,0,.08);
  --shadow-soft: 0 14px 32px rgba(0,0,0,.06);
  --shadow-card: 0 18px 42px rgba(0,0,0,.08);
  --shadow-card-hover: 0 24px 52px rgba(0,0,0,.11);
}

/* Fond global un peu plus propre */
body {
  background:
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0)) ,
    var(--bg);
  color: var(--text-strong);
}

/* Largeur visuelle des sections */
.intro,
.quote-panel,
.content-band,
.process,
.extra-feature,
.faq-section,
.gallery-two.container {
  position: relative;
  z-index: 1;
}

/* =========================================================
   INTRO
   ========================================================= */
.intro {
  background: var(--surface-strong);
  padding: 34px 36px 30px;
  margin-top: 18px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: var(--shadow-soft);
}

.intro h2 {
  color: #141414;
  margin-bottom: 20px;
}

.intro p {
  color: #444;
  line-height: 1.42;
}

.intro strong {
  color: #1b1b1b;
}

/* =========================================================
   TITRES DE SECTION
   ========================================================= */
.section-head {
  position: relative;
}

.section-head h3 {
  color: #171717;
}

.eyebrow {
  color: var(--orange);
  font-weight: 900;
}

.separator span,
.section-accent::before {
  background: rgba(239,172,52,.45);
}

.section-accent::after {
  background: var(--orange);
}

/* =========================================================
   QUOTE PANEL
   ========================================================= */
.quote-box {
  background: var(--surface-strong);
  border: 1px solid rgba(0,0,0,.05);
  border-top: 4px solid var(--orange);
  border-radius: 10px;
  box-shadow: var(--shadow-card);
}

.quote-mark {
  color: rgba(239,172,52,.9);
}

.quote-col {
  color: var(--text-soft);
  border-left: 3px solid rgba(239,172,52,.75);
}

.quote-col strong,
.quote-sign {
  color: #1f1f1f;
}

.btn-green {
  background: var(--orange);
  color: #111;
  box-shadow: 0 16px 34px rgba(239,172,52,.24);
}

.btn-green:hover {
  box-shadow: 0 20px 42px rgba(239,172,52,.34);
}

/* =========================================================
   GALERIES / IMAGES
   ========================================================= */
.gallery-two {
  gap: 18px !important;
}

.img-card,
.process-media,
.feature-media,
.cta-media {
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow-card);
  background: #ddd;
}

.img-card img,
.process-media img,
.feature-media img,
.cta-media img {
  filter: saturate(1.01) contrast(1.01);
}

/* =========================================================
   BLOC "REPERES ESSENTIELS"
   On garde le fond photo, mais on rend les cartes latérales
   plus lisibles
   ========================================================= */
.strengths {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06),
              inset 0 -1px 0 rgba(0,0,0,.12);
}

.strengths-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.56));
}

.point {
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.08);
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  backdrop-filter: blur(2px);
}

.point h4 {
  color: #fff;
}

.point p {
  color: rgba(255,255,255,.92);
}

/* =========================================================
   BLOC TEXTE 2 COLONNES
   ========================================================= */
.content-band {
  background: var(--surface-strong);
  padding: 38px 34px 26px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: var(--shadow-soft);
}

.split-intro p {
  color: #4b4b4b;
}

.split-intro strong {
  color: #cf4730;
}

/* =========================================================
   PROCESS / CYCLE DE VIE
   ========================================================= */
.process-copy {
  background: var(--surface-strong);
  padding: 34px 32px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: var(--shadow-card);
}

.process-copy h3,
.process-copy h4 {
  color: #161616;
}

.process-copy p {
  color: #4f4f4f;
}

.process-copy strong {
  color: #cf4730;
}

.notice {
  background: #fff7ea;
  border-left: 4px solid var(--orange);
  color: #4e4e4e;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.notice a {
  color: #111;
}

.cards-2 article {
  background: #fbfbfb;
  border: 1px solid rgba(0,0,0,.05);
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.cards-2 article h4 {
  color: #171717;
}

.cards-2 article ul {
  color: #555;
}

.cards-2 article li::marker {
  color: var(--orange);
}

/* =========================================================
   BLOC IMPACTS ET DANGERS
   ========================================================= */
.feature-copy {
  background: var(--surface-strong);
  border: 1px solid rgba(0,0,0,.05);
  border-top: 4px solid var(--orange);
  box-shadow: var(--shadow-card);
}

.feature-copy .eyebrow {
  color: var(--orange);
}

.feature-copy h3 {
  color: #151515;
}

.feature-copy p {
  color: #4e4e4e;
}

.feature-copy strong {
  color: #cf4730;
}

.feature-badge {
  background: rgba(17,17,17,.86);
  border-left: 4px solid var(--orange);
}

.stats-row {
  margin-top: 24px;
}

.stat {
  background: #fffaf1;
  border: 1px solid rgba(239,172,52,.22);
  border-top: 3px solid var(--orange);
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
}

.stat span {
  color: #111;
}

.stat small {
  color: #555;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-wrap {
  gap: 14px;
}

.faq-item {
  background: var(--surface-strong);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 22px rgba(0,0,0,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,.07);
  border-color: rgba(239,172,52,.28);
}

.faq-item.active {
  border-color: rgba(239,172,52,.35);
  box-shadow: 0 18px 34px rgba(0,0,0,.075);
}

.faq-question {
  background: #fff;
}

.faq-question span {
  color: #1a1a1a;
  font-weight: 800;
}

.faq-question i::before,
.faq-question i::after {
  background: var(--orange);
}

.faq-answer {
  background: #fffdfa;
}

.faq-answer p {
  color: #505050;
}

/* =========================================================
   BLOC JEU
   ========================================================= */
.gallery-two.container .feature-copy.glass {
  background: var(--surface-strong);
  border: 1px solid rgba(0,0,0,.05);
  border-left: 4px solid var(--orange);
  box-shadow: var(--shadow-card);
  padding: 28px 30px;
}

.gallery-two.container .feature-copy.glass h3 {
  color: #151515;
}

.gallery-two.container .feature-copy.glass p {
  color: #545454;
}

/* Mini jeu existant : renfort visuel léger */
.fg-wrap {
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: var(--shadow-card);
  background: #fff !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 840px) {
  .intro,
  .content-band,
  .process-copy,
  .feature-copy,
  .gallery-two.container .feature-copy.glass,
  .quote-box {
    padding-left: 22px;
    padding-right: 22px;
  }

  .point {
    padding: 16px;
  }

  .gallery-two {
    gap: 14px !important;
  }
}
