*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; width: 100%; }

:root {
  --g: #123F1B;
  --g2: #1d6030;
  --gold: #C4A84A;
  --white: #fff;
  --off: #f5f4f0;
  --ink: #111;
  --muted: #666;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 32px; border-radius: 999px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 2px solid transparent; transition: all .25s ease;
}
.btn-white { background: #fff; color: var(--g); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-green { background: var(--g); color: #fff; }
.btn-outline-green { background: transparent; color: var(--g); border-color: var(--g); }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }

.nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; gap: 20px;
}
.nav-logo {
  font-size: 1.55rem; font-weight: 900; color: var(--g);
  letter-spacing: -.03em; display: flex; align-items: center; gap: 8px;
}
.nav-logo-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 8px 13px; border-radius: 999px; font-size: .84rem; font-weight: 500;
  color: #555; transition: all .2s;
}
.nav-links a:hover { color: var(--g); background: #f0f5f1; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-call { font-size: .83rem; font-weight: 700; color: var(--g); display: flex; align-items: center; gap: 6px; }

.hero {
  position: relative; height: 100vh; min-height: 580px;
  display: flex; align-items: center; overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0;
  background: url('https://www.axobio.fr/wp-content/uploads/2026/09/infestation-deratisation-axobio.webp') center/cover no-repeat;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.45) 50%, rgba(0,0,0,.2) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 1240px; width: 100%; margin: 0 auto; padding: 0 32px;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: 7px 18px; margin-bottom: 22px;
  color: rgba(255,255,255,.9); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.hero-badge-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.hero h1 {
  font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 900;
  color: #fff; line-height: 1.15; letter-spacing: -.02em;
  max-width: 680px; margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.7); max-width: 580px; line-height: 1.7; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 48px; margin-top: 56px; padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap; justify-content: center;
}
.hero-stat-num { font-size: 2rem; font-weight: 900; color: #fff; display: block; line-height: 1; }
.hero-stat-num span { color: var(--gold); }
.hero-stat-label { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 4px; text-align: center; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g2); margin-bottom: 12px; display: block; }
.eyebrow-gold { color: var(--gold); }
.section-h { font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 800; line-height: 1.2; color: var(--ink); letter-spacing: -.02em; }
.section-h em { font-style: normal; color: var(--g); }
.section-h-white { color: #fff; }
.section-h-white em { color: var(--gold); }
.section-p { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 520px; margin-top: 14px; }
.section-p-white { color: rgba(255,255,255,.6); }

.about { padding: 110px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; border-radius: 24px; overflow: hidden; height: 540px; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; bottom: 28px; left: 28px; background: var(--g); color: #fff; border-radius: 18px; padding: 18px 24px; font-size: .85rem; }
.about-badge strong { display: block; font-size: 1.5rem; font-weight: 900; margin-bottom: 2px; }
.about-content .section-p { margin-bottom: 32px; max-width: 100%; }
.about-checklist { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-check { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: 14px; border: 1.5px solid #e8e8e8; transition: all .2s; }
.about-check:hover { border-color: var(--g); background: #f5f9f5; }
.about-check-icon { width: 38px; height: 38px; background: #eaf3ec; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s; }
.about-check:hover .about-check-icon { background: var(--g); }
.about-check-icon svg { color: var(--g); transition: color .2s; }
.about-check:hover .about-check-icon svg { color: #fff; }
.about-check h4 { font-size: .92rem; font-weight: 700; margin-bottom: 3px; }
.about-check p { font-size: .82rem; color: var(--muted); line-height: 1.55; }

.services { padding: 110px 0; background: var(--off); }
.services-header { text-align: center; margin-bottom: 60px; }
.services-header .section-p { margin: 14px auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,.06); transition: all .28s ease; cursor: pointer; display: flex; flex-direction: column; }
.svc:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(18,63,27,.14); }
.svc-img { height: 200px; overflow: hidden; position: relative; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc:hover .svc-img img { transform: scale(1.07); }
.svc-body { padding: 28px 24px; flex: 1; display: flex; flex-direction: column; }
.svc-icon { width: 46px; height: 46px; background: #eaf3ec; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .2s; }
.svc:hover .svc-icon { background: var(--g); }
.svc-icon svg { color: var(--g); transition: color .2s; }
.svc:hover .svc-icon svg { color: #fff; }
.svc h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.svc p { font-size: .85rem; color: var(--muted); line-height: 1.65; flex: 1; margin-bottom: 20px; }
.svc-link { display: flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 600; color: var(--g); transition: gap .2s; }
.svc:hover .svc-link { gap: 10px; }
.svc-link svg { width: 15px; height: 15px; }

.process { padding: 110px 0; background: var(--g); }
.process-header { text-align: center; margin-bottom: 70px; }
.process-header .section-p { margin: 14px auto 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { text-align: center; padding: 36px 24px; border-radius: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); transition: all .25s; }
.step:hover { background: rgba(255,255,255,.1); border-color: var(--gold); transform: translateY(-4px); }
.step-num { width: 56px; height: 56px; border-radius: 999px; background: var(--gold); color: #fff; font-size: 1.25rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.step p { font-size: .83rem; color: rgba(255,255,255,.55); line-height: 1.65; }

.nuisibles { padding: 110px 0; background: #fff; }
.nuisibles-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.nuisibles-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nuisible-img-card { border-radius: 18px; overflow: hidden; position: relative; cursor: pointer; }
.nuisible-img-card:nth-child(1) { grid-column: span 2; height: 240px; }
.nuisible-img-card:nth-child(n+2) { height: 180px; }
.nuisible-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.nuisible-img-card:hover img { transform: scale(1.06); }
.nuisible-label { position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,.6); color: #fff; backdrop-filter: blur(6px); border-radius: 999px; padding: 5px 14px; font-size: .78rem; font-weight: 600; }
.nuisibles-list { display: flex; flex-direction: column; gap: 12px; }
.nuisible-row { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 14px; border: 1.5px solid #ebebeb; background: #fff; transition: all .2s; cursor: pointer; }
.nuisible-row:hover { border-color: var(--g); background: #f5f9f5; transform: translateX(6px); }
.nuisible-row-icon { width: 44px; height: 44px; background: #eaf3ec; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s; }
.nuisible-row:hover .nuisible-row-icon { background: var(--g); }
.nuisible-row-icon svg { color: var(--g); transition: color .2s; }
.nuisible-row:hover .nuisible-row-icon svg { color: #fff; }
.nuisible-row h4 { font-size: .93rem; font-weight: 700; margin-bottom: 2px; }
.nuisible-row p { font-size: .78rem; color: var(--muted); }
.nuisible-row-arr { margin-left: auto; color: #ccc; transition: color .2s; }
.nuisible-row:hover .nuisible-row-arr { color: var(--g); }

.photo-band { height: 480px; position: relative; overflow: hidden; display: flex; align-items: center; }
.photo-band-img { position: absolute; inset: 0; background: url('https://www.axobio.fr/wp-content/uploads/2026/09/des-techniciens-certifies-interviennent-chez-vous-en-urgence.webp') center/cover no-repeat; }
.photo-band-overlay { position: absolute; inset: 0; background: rgba(10,30,14,.72); }
.photo-band-inner { position: relative; z-index: 1; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.photo-band h2 { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: #fff; margin-bottom: 14px; max-width: 700px; line-height: 1.15; }
.photo-band h2 em { font-style: normal; color: var(--gold); }
.photo-band p { font-size: 1rem; color: rgba(255,255,255,.65); max-width: 500px; line-height: 1.7; margin-bottom: 32px; }

.secteurs { padding: 110px 0; background: var(--off); }
.secteurs-header { text-align: center; margin-bottom: 60px; }
.secteurs-header .section-p { margin: 14px auto 0; }
.secteurs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.secteur { border-radius: 18px; overflow: hidden; position: relative; height: 280px; cursor: pointer; background: #222; }
.secteur img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; opacity: .75; }
.secteur:hover img { transform: scale(1.08); opacity: .6; }
.secteur-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.15) 60%); }
.secteur-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px 18px; }
.secteur-icon { width: 40px; height: 40px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.secteur-icon svg { color: #fff; }
.secteur h3 { font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.secteur p { font-size: .75rem; color: rgba(255,255,255,.55); line-height: 1.4; }

.certif { padding: 110px 0; background: #fff; }
.certif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.certif-img-wrap { border-radius: 24px; overflow: hidden; height: 500px; }
.certif-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.certif-content .section-p { margin-bottom: 32px; max-width: 100%; }
.certif-items { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.certif-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: 14px; background: var(--off); transition: all .2s; }
.certif-item:hover { background: #eaf3ec; }
.certif-item-dot { width: 36px; height: 36px; border-radius: 10px; background: var(--g); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.certif-item-dot svg { color: #fff; }
.certif-item h4 { font-size: .9rem; font-weight: 700; margin-bottom: 4px; }
.certif-item p { font-size: .8rem; color: var(--muted); line-height: 1.55; }
.certif-badges { display: flex; gap: 12px; flex-wrap: wrap; }
.certif-badge { padding: 10px 20px; border-radius: 999px; border: 2px solid var(--g); color: var(--g); font-size: .8rem; font-weight: 700; }

.temoignages { padding: 110px 0; background: var(--off); }
.temo-header { text-align: center; margin-bottom: 60px; }
.temo-header .section-p { margin: 14px auto 0; }
.temo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.temo { background: #fff; border-radius: 20px; padding: 32px 28px; box-shadow: 0 2px 20px rgba(0,0,0,.06); transition: all .25s; }
.temo:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(18,63,27,.1); }
.temo.dark { background: var(--g); }
.temo-stars { display: flex; gap: 3px; margin-bottom: 18px; }
.temo-stars svg { color: var(--gold); fill: var(--gold); }
.temo blockquote { font-size: .95rem; color: #444; line-height: 1.75; margin-bottom: 22px; font-style: normal; }
.temo.dark blockquote { color: rgba(255,255,255,.7); }
.temo-author { display: flex; align-items: center; gap: 12px; }
.temo-avatar { width: 46px; height: 46px; border-radius: 999px; background: var(--g); color: #fff; font-weight: 700; font-size: .95rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.temo.dark .temo-avatar { background: rgba(255,255,255,.15); }
.temo-author strong { display: block; font-size: .88rem; font-weight: 700; }
.temo.dark .temo-author strong { color: #fff; }
.temo-author span { font-size: .75rem; color: var(--muted); }
.temo.dark .temo-author span { color: rgba(255,255,255,.45); }

.faq { padding: 110px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.faq-content { position: sticky; top: 100px; }
.faq-content .section-p { margin-bottom: 32px; max-width: 100%; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1.5px solid #e8e8e8; border-radius: 14px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--g); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; cursor: pointer; gap: 12px; font-size: .92rem; font-weight: 600; color: var(--ink); user-select: none; }
.faq-q svg { flex-shrink: 0; transition: transform .3s; color: var(--g); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; font-size: .85rem; color: var(--muted); line-height: 1.7; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 300px; padding: 4px 22px 18px; }

.zones { padding: 110px 0; background: var(--off); }
.zones-header { text-align: center; margin-bottom: 60px; }
.zones-header .section-p { margin: 14px auto 0; }
.zones-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.zone { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.05); transition: all .25s; }
.zone:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(18,63,27,.12); }
.zone-head { background: var(--g); padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
.zone-code { width: 46px; height: 46px; background: rgba(255,255,255,.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 900; color: var(--gold); }
.zone-head h3 { font-size: .9rem; font-weight: 700; color: #fff; }
.zone-body { padding: 16px 20px; }
.zone-body p { font-size: .77rem; color: var(--muted); line-height: 1.8; }
.zone-body a { color: var(--g2); transition: color .2s; }
.zone-body a:hover { color: var(--g); }

.regl { padding: 110px 0; background: #fff; }
.regl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.regl-content .section-p { max-width: 100%; margin-bottom: 28px; }
.regl-rules { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.regl-rule { display: flex; gap: 12px; align-items: flex-start; font-size: .855rem; color: var(--muted); line-height: 1.6; }
.regl-rule svg { color: var(--g); flex-shrink: 0; margin-top: 3px; }
.regl-img { border-radius: 24px; overflow: hidden; height: 460px; }
.regl-img img { width: 100%; height: 100%; object-fit: cover; }

.cta-section { position: relative; overflow: hidden; height: 520px; display: flex; align-items: center; }
.cta-bg { position: absolute; inset: 0; background: url('https://www.axobio.fr/wp-content/uploads/2026/09/lutte-contre-les-nuisibles.webp') center/cover no-repeat; }
.cta-ov { position: absolute; inset: 0; background: rgba(8,26,12,.82); }
.cta-inner { position: relative; z-index: 1; text-align: center; max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.cta-inner h2 { font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: #fff; margin-bottom: 14px; line-height: 1.15; }
.cta-inner h2 em { font-style: normal; color: var(--gold); }
.cta-inner p { font-size: 1.05rem; color: rgba(255,255,255,.65); max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-tel { display: flex; gap: 32px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
.cta-tel-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .88rem; }
.cta-tel-item svg { color: var(--gold); }

.footer { background: #0b1a0e; color: rgba(255,255,255,.55); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; }
.footer-brand-logo { font-size: 1.6rem; font-weight: 900; color: #fff; letter-spacing: -.03em; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.footer-brand-logo span { color: var(--gold); }
.footer-brand p { font-size: .85rem; line-height: 1.75; max-width: 300px; margin-bottom: 22px; }
.footer-phones { display: flex; flex-direction: column; gap: 10px; }
.footer-phone { display: flex; align-items: center; gap: 8px; font-size: .87rem; color: rgba(255,255,255,.75); font-weight: 600; }
.footer-phone svg { color: var(--g2); }
.footer-col h4 { font-size: .85rem; font-weight: 700; color: #fff; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a { font-size: .83rem; color: rgba(255,255,255,.45); transition: color .2s; }
.footer-col li a:hover { color: #fff; }
.footer-bottom { margin-top: 56px; border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { font-size: .77rem; }
.footer-disclaimer { font-size: .72rem; color: rgba(255,255,255,.25); max-width: 500px; }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.on { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .1s; }
  .reveal.d2 { transition-delay: .2s; }
  .reveal.d3 { transition-delay: .3s; }
  .reveal.d4 { transition-delay: .4s; }
  .reveal.d5 { transition-delay: .5s; }
}

@media (max-width: 1024px) {
  .wrap { padding: 0 20px; }
  .about-grid, .certif-grid, .faq-grid, .regl-grid, .nuisibles-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .secteurs-grid { grid-template-columns: 1fr 1fr; }
  .zones-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .faq-content { position: static; }
  .about-img-wrap { height: 340px; }
  .about, .services, .process, .nuisibles, .secteurs, .certif, .temoignages, .faq, .zones, .regl { padding: 70px 0; }
  .certif-img-wrap { height: 360px; }
  .regl-img { height: 320px; }
  .nav-call { display: none; }
  .hero-stats { gap: 28px; }
  .photo-band { height: auto; padding: 64px 20px; }
  .photo-band-inner { padding: 0; }
  .cta-section { height: auto; padding: 80px 20px; }
  .cta-inner { padding: 0; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .hero h1 { font-size: 1.9rem; }
  .hero-sub { font-size: .9rem; }
  .hero-badge { font-size: .7rem; padding: 6px 14px; }
  .hero-stats { gap: 20px; padding-top: 28px; margin-top: 36px; }
  .hero-stat-num { font-size: 1.5rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .nav-links { display: none; }
  .nav-cta .nav-call { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 14px; }
  .temo-grid { grid-template-columns: 1fr; }
  .secteurs-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .secteur { height: 220px; }
  .zones-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
  .about, .services, .process, .nuisibles, .secteurs, .certif, .temoignages, .faq, .zones, .regl { padding: 56px 0; }
  .about-img-wrap { height: 260px; }
  .certif-img-wrap { height: 260px; }
  .regl-img { height: 240px; }
  .nuisible-img-card:nth-child(1) { height: 180px; }
  .nuisible-img-card:nth-child(n+2) { height: 140px; }
  .services-header, .secteurs-header, .temo-header, .zones-header, .process-header { margin-bottom: 36px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn { width: 100%; justify-content: center; }
  .cta-tel { flex-direction: column; gap: 12px; }
  .section-p { font-size: .88rem; }
  .certif-badges { gap: 8px; }
  .about-badge { padding: 12px 16px; font-size: .78rem; }
  .about-badge strong { font-size: 1.2rem; }
  .footer { padding: 48px 0 0; }
  .photo-band h2 { font-size: 1.5rem; }
}
