/* ==========================================================================
   SANET NETTOYAGES — Design system (épuré + motion)
   Palette Sanet : orange #f49100 en accent unique, anthracite, blanc, brume.
   ========================================================================== */

:root {
  --ink: #1a1a1c;
  --ink-soft: #2a2a2d;
  --paper: #ffffff;
  --mist: #f5f4f2;
  --mist-2: #efede9;
  --line: #e6e4e0;
  --muted: #6b6a6c;
  --muted-2: #9a9899;
  --orange: #f49100;
  --orange-deep: #d97e00;
  --orange-wash: #fef3e2;
  --green: #61a60e;

  /* Police officielle Sanet : Open Sans, partout */
  --font-display: "Open Sans", system-ui, -apple-system, sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, sans-serif;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --radius-lg: 22px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.06; margin: 0; letter-spacing: -0.02em; }
p { margin: 0; }
::selection { background: var(--orange); color: #fff; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(72px, 11vw, 148px); }
.section--tight { padding-block: clamp(56px, 8vw, 96px); }
.bg-mist { background: var(--mist); }
.bg-ink { background: var(--ink); color: #fff; }
.bg-ink h1, .bg-ink h2, .bg-ink h3 { color: #fff; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--orange-deep);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--orange); display: inline-block; }
.bg-ink .eyebrow { color: var(--orange); }

.lead { font-size: clamp(18px, 2vw, 21px); color: var(--muted); line-height: 1.6; max-width: 60ch; }
.bg-ink .lead { color: rgba(255,255,255,0.72); }

.h-xl { font-size: clamp(2.6rem, 7vw, 5.4rem); }
.h-lg { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.h-md { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: 100px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  border: 1.5px solid transparent; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s;
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-deep); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.bg-ink .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.25); }
.bg-ink .btn--ghost:hover { border-color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); background: var(--mist); }

.arrow-link {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 15px; color: var(--ink);
}
.arrow-link svg { width: 16px; height: 16px; transition: transform .35s var(--ease); color: var(--orange); }
.arrow-link:hover svg { transform: translateX(6px); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s var(--ease);
  padding-block: 20px;
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header.is-scrolled {
  background: rgba(255,255,255,0.82);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 12px;
}
.brand { display: flex; flex-direction: column; line-height: 1; gap: 3px; }
.brand__main { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -0.02em; color: var(--orange); transition: font-size .4s var(--ease); }
.brand__sub { font-size: 9.5px; font-weight: 700; letter-spacing: 0.44em; text-transform: uppercase; color: var(--ink); transition: color .3s; }
.header.is-scrolled .brand__main { font-size: 26px; }
body.dark-hero .header:not(.is-scrolled) .brand__sub { color: #fff; }
body.dark-hero .header:not(.is-scrolled) .nav a { color: rgba(255,255,255,0.85); }
body.dark-hero .header:not(.is-scrolled) .nav a:hover { color: #fff; background: rgba(255,255,255,0.12); }
body.dark-hero .header:not(.is-scrolled) .nav a.is-active { color: var(--orange); }
body.dark-hero .header:not(.is-scrolled) .header__phone { color: #fff; }
body.dark-hero .header:not(.is-scrolled) .burger { background: transparent; border-color: rgba(255,255,255,0.35); }
body.dark-hero .header:not(.is-scrolled) .burger span { background: #fff; }
body.menu-open .header .brand__sub { color: var(--ink) !important; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  font-size: 15px; font-weight: 500; color: var(--ink-soft);
  padding: 9px 15px; border-radius: 100px; position: relative;
  transition: color .25s, background .25s;
}
.nav a:hover { color: var(--ink); background: var(--mist); }
.nav a.is-active { color: var(--orange-deep); }
.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone { font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.header__phone svg { width: 16px; color: var(--orange); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: transform .35s var(--ease), opacity .2s; }
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 28px; }
body.menu-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 99; background: var(--paper);
  padding: 96px var(--gut) 40px; display: flex; flex-direction: column; gap: 6px;
  transform: translateY(-100%); transition: transform .5s var(--ease); visibility: hidden;
}
body.menu-open .mobile-nav { transform: translateY(0); visibility: visible; }
.mobile-nav a { font-family: var(--font-body); font-size: 20px; font-weight: 600; padding: 11px 0; border-bottom: 1px solid var(--line); }
.mobile-nav > a:nth-last-of-type(2) { border-bottom: none; }
.mobile-nav .btn { align-self: flex-start; margin-top: 18px; padding: 11px 22px; font-size: 14px; border-bottom: none; }
.mobile-nav__meta { margin-top: auto; color: var(--muted); font-size: 14px; }
.mobile-nav__meta a { display: inline; padding: 0; border: none; font-size: 17px; font-weight: 700; color: var(--orange-deep); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; padding-top: clamp(130px, 18vh, 190px); padding-bottom: clamp(60px, 8vw, 110px); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__title { font-size: clamp(2.9rem, 7.4vw, 6rem); letter-spacing: -0.035em; }
.hero__title .accent { color: var(--orange); }
.hero__lead { margin-top: 26px; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__media { position: relative; }
.hero__media img { width: 100%; height: clamp(360px, 52vw, 620px); object-fit: cover; border-radius: var(--radius-lg); }
.hero__badge {
  position: absolute; left: -18px; bottom: 28px; background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 18px 22px; box-shadow: 0 24px 60px -30px rgba(0,0,0,0.35);
  display: flex; align-items: center; gap: 14px; max-width: 260px;
}
.hero__badge img { width: 52px; height: 52px; }
.hero__badge b { font-family: var(--font-display); display: block; font-size: 15px; }
.hero__badge span { font-size: 13px; color: var(--muted); }

/* ==========================================================================
   HERO CLEAN — bannière interactive « nettoyez la vitre » (signature)
   ========================================================================== */
.hero-clean {
  position: relative; min-height: 100svh; width: 100%;
  display: flex; align-items: flex-end; overflow: hidden;
  background: var(--ink);
}
.hero-clean__stage { position: absolute; inset: 0; z-index: 0; }
.hero-clean__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-clean__canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: pan-y; cursor: none; }
.hero-clean__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15,15,17,0.55) 0%, rgba(15,15,17,0.05) 26%, rgba(15,15,17,0.10) 55%, rgba(15,15,17,0.86) 100%),
    linear-gradient(90deg, rgba(15,15,17,0.62) 0%, rgba(15,15,17,0.12) 46%, transparent 72%);
}
/* squeegee shine sweep on load */
.hero-clean__shine {
  position: absolute; top: 0; bottom: 0; width: 45%; z-index: 2; pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.35), transparent);
  filter: blur(6px); transform: translateX(-160%) skewX(-12deg); opacity: 0;
}

.hero-clean__content { position: relative; z-index: 3; width: 100%; padding-block: clamp(40px, 8vh, 92px) clamp(36px, 6vh, 70px); pointer-events: none; }
/* Apparition du hero en CSS pur (fiable même sans JS) */
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-clean .eyebrow { animation: heroUp .8s var(--ease) .15s backwards; }
.hero-clean__title { animation: heroUp .9s var(--ease) .3s backwards; }
.hero-clean__lead { animation: heroUp .9s var(--ease) .45s backwards; }
.hero-clean__actions { animation: heroUp .9s var(--ease) .6s backwards; }
.hero-clean__chips { animation: heroUp .9s var(--ease) .75s backwards; }
@media (prefers-reduced-motion: reduce) {
  .hero-clean .eyebrow, .hero-clean__title, .hero-clean__lead, .hero-clean__actions, .hero-clean__chips { animation: none; }
}
.hero-clean__content a, .hero-clean__content button { pointer-events: auto; }
.hero-clean .eyebrow { color: #fff; }
.hero-clean .eyebrow::before { background: var(--orange); }
.hero-clean__title {
  color: #fff; font-size: clamp(3rem, 8.4vw, 7.2rem); line-height: 0.94; letter-spacing: -0.045em;
  margin-top: 22px; text-wrap: balance; max-width: 15ch;
}
.hero-clean__title .accent { color: var(--orange); }
.hero-clean__lead { color: rgba(255,255,255,0.86); font-size: clamp(17px, 1.5vw, 20px); max-width: 52ch; margin-top: 26px; line-height: 1.55; }
.hero-clean__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-clean__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.04); backdrop-filter: blur(4px); }
.hero-clean__actions .btn--ghost:hover { border-color: #fff; }

/* glass stat chips */
.hero-clean__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.gchip {
  display: inline-flex; align-items: baseline; gap: 9px; padding: 13px 20px; border-radius: 100px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color: #fff;
}
.gchip b { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.gchip b .u { color: var(--orange); }
.gchip span { font-size: 13.5px; color: rgba(255,255,255,0.8); }

/* interaction hint + custom brush cursor */
.hero-clean__hint {
  position: absolute; z-index: 3; right: clamp(16px, 4vw, 44px); top: clamp(96px, 14vh, 150px);
  display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; border-radius: 100px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.24); backdrop-filter: blur(10px);
  color: #fff; font-size: 13.5px; font-weight: 500; pointer-events: none; transition: opacity .5s;
}
.hero-clean__hint svg { width: 17px; color: var(--orange); }
.hero-clean.is-cleaned .hero-clean__hint { opacity: 0; }
.hero-brush {
  position: fixed; z-index: 40; width: 62px; height: 62px; margin: -31px 0 0 -31px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.9); pointer-events: none; opacity: 0; mix-blend-mode: difference;
  transition: opacity .25s, transform .12s ease-out;
}
.hero-brush::after { content: ""; position: absolute; inset: 46%; border-radius: 50%; background: #fff; }

/* scroll cue */
.hero-clean__cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.75); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; pointer-events: none; }
.hero-clean__cue .m { width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,0.5); border-radius: 12px; position: relative; }
.hero-clean__cue .m::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 6px; background: #fff; border-radius: 2px; transform: translateX(-50%); animation: cue 1.6s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

@media (hover: none) { .hero-clean__canvas { cursor: pointer; } .hero-brush { display: none; } }
@media (max-width: 640px) {
  .hero-clean { min-height: 92svh; }
  .hero-clean__hint, .hero-clean__cue { display: none; }
  /* Header épuré : logo + menu uniquement (le devis reste dans le menu burger) */
  .header__cta { display: none; }
  /* Contenu du hero centré */
  .hero-clean__content .wrap { text-align: center; }
  .hero-clean .eyebrow { justify-content: center; font-size: 10.5px; letter-spacing: 0.13em; flex-wrap: wrap; }
  .hero-clean__title { margin-inline: auto; max-width: 100%; font-size: clamp(2.3rem, 9.5vw, 2.9rem); }
  .hero-clean__lead { margin-inline: auto; }
  .hero-clean__actions { justify-content: center; width: 100%; }
  .hero-clean__actions .btn { width: 100%; max-width: 340px; justify-content: center; }
  .hero-clean__chips { justify-content: center; }
}
@media (max-width: 400px) {
  .header__cta .btn { padding: 11px 16px; font-size: 13.5px; }
  .brand__main { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-clean__shine, .hero-clean__cue .m::after { animation: none; }
}

/* Wipe reveal — signature */
.reveal { opacity: 0; }
.reveal-lines .line { overflow: hidden; }
.reveal-lines .line > span { display: block; }
.js-ready .reveal { opacity: 0; }
html:not(.js-ready) .reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

.wipe { position: relative; }

/* ==========================================================================
   MARQUEE / trust strip
   ========================================================================== */
.strip { border-block: 1px solid var(--line); padding-block: 22px; overflow: hidden; }
.strip__track { display: flex; align-items: center; gap: 56px; white-space: nowrap; width: max-content; }
.strip__track span { font-family: var(--font-display); font-size: clamp(15px, 1.6vw, 18px); color: var(--muted); font-weight: 500; display: inline-flex; align-items: center; gap: 56px; }
.strip__track span::after { content: "•"; color: var(--orange); }

/* ==========================================================================
   STATS
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.stat { background: var(--paper); padding: clamp(26px, 3vw, 40px); }
.bg-mist .stat { background: var(--mist); }
.stat__num { font-family: var(--font-display); font-size: clamp(2.6rem, 4.6vw, 3.9rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.stat__num .u { color: var(--orange); }
.stat__label { margin-top: 12px; color: var(--muted); font-size: 15px; }

/* ==========================================================================
   SECTION HEAD
   ========================================================================== */
.sec-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(40px, 5vw, 68px); }
.sec-head__title { max-width: 16ch; }
.sec-head__aside { padding-bottom: 6px; }
@media (max-width: 820px) { .sec-head { grid-template-columns: 1fr; gap: 18px; } }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.svc {
  position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px; overflow: hidden; transition: transform .5s var(--ease), border-color .4s, box-shadow .5s;
  display: flex; flex-direction: column; min-height: 300px;
}
.bg-mist .svc { background: #fff; }
.svc:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 30px 60px -34px rgba(0,0,0,0.28); }
.svc__idx { font-family: var(--font-display); font-size: 13px; color: var(--muted-2); letter-spacing: 0.04em; }
.svc__icon { width: 46px; height: 46px; margin-top: 22px; color: var(--orange); }
.svc__icon svg { width: 46px; height: 46px; display: block; }
.svc__title { font-size: 1.5rem; margin-top: 22px; }
.svc__desc { color: var(--muted); margin-top: 12px; font-size: 15.5px; flex: 1; }
.svc__more { margin-top: 22px; }
.svc--wide { grid-column: span 2; flex-direction: row; align-items: center; gap: 40px; }
.svc--wide .svc__body { flex: 1; }
.svc--wide .svc__media { width: 42%; align-self: stretch; border-radius: var(--radius); overflow: hidden; min-height: 220px; }
.svc--wide .svc__media img { width: 100%; height: 100%; object-fit: cover; }
.svc.svc--feature { background: var(--ink); color: #fff; }
.svc--feature .svc__title { color: #fff; }
.svc--feature .svc__desc { color: rgba(255,255,255,0.7); }
.svc--feature .svc__idx { color: rgba(255,255,255,0.5); }
.svc--feature .arrow-link { color: #fff; }

/* ==========================================================================
   SPLIT / feature rows
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.split--rev .split__media { order: -1; }
.split__media img { width: 100%; height: clamp(320px, 42vw, 520px); object-fit: cover; border-radius: var(--radius-lg); }
.split__list { margin-top: 30px; display: grid; gap: 2px; }
.split__list li { list-style: none; padding: 18px 0; border-top: 1px solid var(--line); display: flex; gap: 16px; align-items: flex-start; }
.split__list li:last-child { border-bottom: 1px solid var(--line); }
.split__list .n { font-family: var(--font-display); color: var(--orange); font-weight: 600; font-size: 15px; min-width: 32px; }
.split__list b { font-family: var(--font-display); font-weight: 600; }
.split__list p { color: var(--muted); font-size: 15px; margin-top: 3px; }

/* ==========================================================================
   PILLARS (pourquoi)
   ========================================================================== */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { padding: 34px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.bg-ink .pillar { background: var(--ink-soft); border-color: rgba(255,255,255,0.1); }
.pillar__k { font-family: var(--font-display); font-size: 13px; color: var(--orange); letter-spacing: 0.08em; }
.pillar h3 { font-size: 1.4rem; margin-top: 16px; }
.pillar p { color: var(--muted); margin-top: 12px; font-size: 15.5px; }
.bg-ink .pillar p { color: rgba(255,255,255,0.66); }

/* ==========================================================================
   CTA band + quote preview
   ========================================================================== */
.cta-band { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); color: #fff; padding: clamp(44px, 6vw, 84px); }
.cta-band__glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(244,145,0,0.5), transparent 62%); filter: blur(30px); right: -120px; top: -140px; pointer-events: none; }
.cta-band__inner { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255,255,255,0.72); margin-top: 18px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 14px; }
.cta-band__actions .btn { justify-content: center; }
.cta-band__phone { text-align: center; color: rgba(255,255,255,0.6); font-size: 14px; }
.cta-band__phone b { color: #fff; font-family: var(--font-display); font-size: 20px; display: block; margin-top: 4px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { display: grid; gap: 0; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; background: none; border: none; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: var(--font-display); font-size: clamp(1.05rem, 1.8vw, 1.3rem); font-weight: 600; color: var(--ink); }
.faq__q .ic { width: 26px; height: 26px; flex-shrink: 0; position: relative; }
.faq__q .ic::before, .faq__q .ic::after { content: ""; position: absolute; background: var(--orange); border-radius: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: transform .35s var(--ease); }
.faq__q .ic::before { width: 15px; height: 2px; }
.faq__q .ic::after { width: 2px; height: 15px; }
.faq__item.is-open .ic::after { transform: translate(-50%,-50%) scaleY(0); }
.faq__a { overflow: hidden; height: 0; }
.faq__a p { color: var(--muted); padding-bottom: 26px; max-width: 68ch; font-size: 16px; }

/* ==========================================================================
   CONTACT / offices
   ========================================================================== */
.offices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.office { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; background: #fff; }
.office.is-main { background: var(--ink); color: #fff; }
.office__tag { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); font-weight: 600; }
.office h3 { font-size: 1.35rem; margin-top: 12px; }
.office__row { display: flex; gap: 12px; margin-top: 16px; color: var(--muted); font-size: 15px; align-items: flex-start; }
.office.is-main .office__row { color: rgba(255,255,255,0.72); }
.office__row svg { width: 17px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: start; }

/* ==========================================================================
   DEVIS WIZARD
   ========================================================================== */
.devis { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow: hidden; box-shadow: 0 40px 90px -60px rgba(0,0,0,0.3); }
.devis__bar { height: 4px; background: var(--mist-2); }
.devis__bar span { display: block; height: 100%; width: 25%; background: var(--orange); transition: width .6s var(--ease); }
.devis__head { padding: 26px clamp(24px,4vw,44px) 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.devis__step-label { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; }
.devis__step-label b { color: var(--orange-deep); }
.devis__badge { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--green); font-weight: 600; }
.devis__badge svg { width: 16px; }

.stepper { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px clamp(24px,4vw,44px) 2px; }
.stepper__item { position: relative; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.stepper__item::before, .stepper__item::after { content: ""; position: absolute; top: 18px; height: 2px; background: var(--line); z-index: 0; transition: background .4s var(--ease); }
.stepper__item::before { left: 0; right: 50%; }
.stepper__item::after { left: 50%; right: 0; }
.stepper__item:first-child::before, .stepper__item:last-child::after { display: none; }
.stepper__num { position: relative; z-index: 1; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--muted); transition: all .35s var(--ease); }
.stepper__label { font-size: 12.5px; color: var(--muted); font-weight: 500; transition: color .3s; }
.stepper__item.is-active .stepper__num { border-color: var(--orange); color: var(--orange); box-shadow: 0 0 0 4px var(--orange-wash); }
.stepper__item.is-done .stepper__num { border-color: var(--orange); background: var(--orange); color: #fff; }
.stepper__item.is-done::before, .stepper__item.is-done::after, .stepper__item.is-active::before { background: var(--orange); }
.stepper__item.is-active .stepper__label, .stepper__item.is-done .stepper__label { color: var(--ink); }
@media (max-width: 520px) { .stepper__label { display: none; } }

.devis__body { padding: 22px clamp(24px,4vw,44px) clamp(28px,4vw,44px); position: relative; }
.step { display: none; animation: stepIn .5s var(--ease); }
.step.is-active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .step { animation: none; } }
.step__title { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.step__hint { color: var(--muted); margin-top: 10px; font-size: 15.5px; }

.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.choice {
  display: flex; gap: 14px; align-items: center; padding: 18px; border: 1.5px solid var(--line);
  border-radius: var(--radius); cursor: pointer; transition: border-color .25s, background .25s, transform .25s var(--ease);
  background: #fff;
}
.choice:hover { border-color: var(--muted-2); transform: translateY(-2px); }
.choice input { position: absolute; opacity: 0; }
.choice__ic { width: 40px; height: 40px; color: var(--orange); flex-shrink: 0; display: grid; place-items: center; border-radius: 11px; background: var(--orange-wash); transition: background .25s, color .25s; }
.choice__ic svg { width: 22px; height: 22px; }
.choice.is-selected .choice__ic { background: var(--orange); color: #fff; }
.choice b { font-family: var(--font-display); font-weight: 600; font-size: 16px; display: block; }
.choice span { font-size: 13px; color: var(--muted); }
.choice.is-selected { border-color: var(--orange); background: var(--orange-wash); }

.field { margin-top: 20px; }
.field > label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.field .req { color: var(--orange); }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=number], .field textarea, .field select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font: inherit; font-size: 16px; color: var(--ink); background: #fff;
  transition: border-color .25s, box-shadow .25s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 4px var(--orange-wash); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.chip { padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 100px; font-size: 14px; font-weight: 500; cursor: pointer; background: #fff; transition: all .2s; user-select: none; }
.chip:hover { border-color: var(--muted-2); }
.chip.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.field .hint { font-size: 13px; color: var(--muted); margin-top: 7px; }
.field.err input, .field.err textarea, .field.err select { border-color: #e5484d; }
.field .err-msg { color: #e5484d; font-size: 13px; margin-top: 6px; display: none; }
.field.err .err-msg { display: block; }

/* Zones de dépôt de fichiers (candidature) */
.upload {
  display: flex; align-items: center; gap: 14px; padding: 18px;
  border: 1.5px dashed var(--muted-2); border-radius: 12px; background: #fff;
  cursor: pointer; transition: border-color .25s, background .25s;
}
.upload:hover, .upload.is-drag { border-color: var(--orange); background: var(--orange-wash); }
.upload svg { width: 26px; height: 26px; color: var(--orange); flex-shrink: 0; }
.upload__txt b { font-family: var(--font-display); font-size: 15px; display: block; }
.upload__txt small { color: var(--muted); font-size: 12.5px; }
.upload.has-file { border-style: solid; border-color: var(--green); background: #f4faec; }
.upload.has-file svg { color: var(--green); }
.field.err .upload { border-color: #e5484d; }

.devis__foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.devis__foot .spacer { flex: 1; }

.recap { margin-top: 24px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.recap__row { display: flex; justify-content: space-between; gap: 20px; padding: 15px 20px; border-bottom: 1px solid var(--line); font-size: 15px; }
.recap__row:last-child { border-bottom: none; }
.recap__row .k { color: var(--muted); }
.recap__row .v { font-weight: 600; text-align: right; font-family: var(--font-display); }

.devis-success { text-align: center; padding: clamp(30px,5vw,60px) 20px; display: none; }
.devis-success.is-active { display: block; animation: stepIn .5s var(--ease); }
.devis-success .check { width: 76px; height: 76px; border-radius: 50%; background: var(--orange-wash); display: grid; place-items: center; margin: 0 auto 24px; }
.devis-success .check svg { width: 36px; color: var(--orange); }

/* ---------- Page devis : grand format centré ---------- */
.phero--devis { text-align: center; padding-bottom: clamp(28px, 4vw, 48px); }
.phero--devis h1, .phero--devis .lead { margin-inline: auto; }
.phero--devis h1 { max-width: 20ch; }
.devis-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-top: 28px; }
.devis-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.devis-badges svg { width: 17px; color: var(--orange); }

.devis--xl { max-width: 960px; margin-inline: auto; }
.devis--xl .devis__head { padding: 30px clamp(28px, 5vw, 56px) 0; }
.devis--xl .stepper { padding: 26px clamp(28px, 5vw, 56px) 6px; max-width: 720px; margin-inline: auto; width: 100%; }
.devis--xl .devis__body { padding: 26px clamp(28px, 5vw, 56px) clamp(32px, 5vw, 52px); }
.devis--xl .step__title { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.devis--xl .step__hint { font-size: 16px; }
.devis--xl .choice-grid { gap: 14px; margin-top: 30px; }
.devis--xl .choice { padding: 24px 22px; gap: 18px; border-radius: var(--radius-lg); }
.devis--xl .choice__ic { width: 52px; height: 52px; border-radius: 14px; }
.devis--xl .choice__ic svg { width: 27px; height: 27px; }
.devis--xl .choice b { font-size: 17.5px; }
.devis--xl .choice span { font-size: 14px; }
.devis--xl .stepper__num { width: 44px; height: 44px; font-size: 16px; }
.devis--xl .stepper__item::before, .devis--xl .stepper__item::after { top: 21px; }
.devis--xl .stepper__label { font-size: 13.5px; }

.devis-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 960px; margin: clamp(36px, 5vw, 56px) auto 0; }
.devis-trust__item { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; }
.devis-trust__ic { width: 44px; height: 44px; border-radius: 12px; background: var(--orange-wash); color: var(--orange-deep); display: grid; place-items: center; margin-bottom: 16px; }
.devis-trust__ic svg { width: 22px; height: 22px; }
.devis-trust__item b { font-family: var(--font-display); font-size: 16px; display: block; }
.devis-trust__item p { color: var(--muted); font-size: 14px; margin-top: 6px; }

.devis-phone { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 18px; margin-top: clamp(30px, 4vw, 44px); color: var(--muted); font-size: 15px; }
.devis-phone a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 26px; color: var(--ink); letter-spacing: -0.02em; transition: color .25s; }
.devis-phone a:hover { color: var(--orange-deep); }
.devis-phone a svg { width: 22px; color: var(--orange); }
.devis-phone__note { font-size: 13px; background: var(--orange-wash); color: var(--orange-deep); font-weight: 600; padding: 5px 12px; border-radius: 100px; }

@media (max-width: 900px) { .devis-trust { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .devis-trust { grid-template-columns: 1fr; } }

.aside-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; background: var(--mist); position: sticky; top: 100px; }
.aside-card h3 { font-size: 1.3rem; }
.aside-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 14px; }
.aside-card li { display: flex; gap: 12px; font-size: 15px; color: var(--ink-soft); align-items: flex-start; }
.aside-card li svg { width: 18px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.aside-card__phone { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.aside-card__phone span { font-size: 13px; color: var(--muted); }
.aside-card__phone b { font-family: var(--font-display); font-size: 24px; display: block; margin-top: 4px; }

/* ==========================================================================
   PAGE HERO (interior)
   ========================================================================== */
.phero { padding-top: clamp(130px, 20vh, 200px); padding-bottom: clamp(40px, 6vw, 72px); }
.phero__crumb { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.phero__crumb a:hover { color: var(--orange-deep); }
.phero h1 { font-size: clamp(2.6rem, 6.4vw, 5rem); letter-spacing: -0.035em; max-width: 16ch; }
.phero .lead { margin-top: 24px; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bcard {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 30px; transition: transform .45s var(--ease), box-shadow .45s, border-color .3s;
}
.bcard:hover { transform: translateY(-5px); border-color: transparent; box-shadow: 0 26px 54px -30px rgba(0,0,0,0.25); }
.bcard__cat { font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-deep); }
.bcard h2 { font-size: 1.25rem; margin-top: 14px; line-height: 1.25; }
.bcard p { color: var(--muted); font-size: 14.5px; margin-top: 10px; flex: 1; }
.bcard__meta { display: flex; gap: 14px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted-2); }
.bcard .arrow-link { margin-top: 14px; font-size: 14px; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

/* Article */
.prose { max-width: 760px; margin-inline: auto; }
.prose__meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 14px; margin-top: 20px; }
.prose__meta span { display: inline-flex; align-items: center; gap: 7px; }
.prose__meta svg { width: 15px; color: var(--orange); }
.prose h2 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-top: 42px; margin-bottom: 14px; }
.prose h3 { font-size: 1.15rem; margin-top: 28px; margin-bottom: 10px; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; color: var(--ink-soft); }
.prose li { margin-bottom: 8px; }
.prose li::marker { color: var(--orange); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose blockquote { border-left: 3px solid var(--orange); margin: 24px 0; padding: 4px 0 4px 20px; color: var(--muted); font-style: italic; }
.prose-cta { background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; margin-top: 44px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.prose-cta b { font-family: var(--font-display); font-size: 1.15rem; display: block; }
.prose-cta p { color: var(--muted); font-size: 14.5px; margin-top: 4px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer { background: var(--ink); color: rgba(255,255,255,0.72); padding-block: clamp(56px, 7vw, 90px) 34px; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer__brand img { height: 44px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer__brand p { max-width: 34ch; font-size: 15px; }
.footer h4 { color: #fff; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-body); font-weight: 600; }
.footer__col a, .footer__col p { display: block; font-size: 15px; padding: 5px 0; color: rgba(255,255,255,0.66); }
.footer__col a:hover { color: var(--orange); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: clamp(40px,5vw,64px); padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 13px; color: rgba(255,255,255,0.5); }
.footer__dad { display: inline-flex; align-items: center; gap: 10px; }
.footer__dad img { height: 30px; filter: brightness(0) invert(1); opacity: 0.8; }

/* ==========================================================================
   ASSISTANT « SANI » (chatbot)
   ========================================================================== */
/* Barre de contact fixe en bas d'écran */
.cbar {
  position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 120;
  transition: transform .45s var(--ease), opacity .35s;
}
.cbar.cbar--hidden { transform: translateX(-50%) translateY(130%); opacity: 0; pointer-events: none; }
@media (max-width: 640px) { .cbar.cbar--hidden { transform: translateY(130%); } }
.cbar {
  display: flex; gap: 8px; padding: 8px;
  background: rgba(26,26,28,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 100px;
  box-shadow: 0 22px 50px -18px rgba(0,0,0,0.5);
}
.cbar__call, .cbar__chat {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 10px 20px; border-radius: 100px; border: none; text-align: left;
  transition: transform .25s var(--ease), background .25s;
}
.cbar__call { background: var(--orange); color: #fff; }
.cbar__call:hover { background: var(--orange-deep); transform: translateY(-2px); }
.cbar__chat { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.cbar__chat:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.cbar svg { width: 21px; height: 21px; flex-shrink: 0; }
.cbar b { font-family: var(--font-display); font-size: 15.5px; font-weight: 600; display: block; line-height: 1.15; }
.cbar small { font-size: 11.5px; opacity: 0.85; display: block; line-height: 1.2; }

.sbot__win[hidden] { display: none; }
.sbot__win {
  position: fixed; right: 24px; bottom: 92px; z-index: 121;
  width: min(390px, calc(100vw - 32px)); height: min(560px, calc(100dvh - 130px));
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.35);
  display: flex; flex-direction: column; overflow: hidden;
  animation: sbotIn .4s var(--ease);
}
@keyframes sbotIn { from { opacity: 0; transform: translateY(16px) scale(0.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .sbot__win { animation: none; } }

.sbot__head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--ink); color: #fff; }
.sbot__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.sbot__head b { font-family: var(--font-display); font-size: 16px; display: block; }
.sbot__head span { font-size: 12.5px; color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 6px; }
.sbot__head span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.sbot__msgs { flex: 1; overflow-y: auto; padding: 18px 16px; display: flex; flex-direction: column; gap: 10px; background: var(--mist); }
.sbot__m { max-width: 86%; padding: 11px 15px; border-radius: 16px; font-size: 14.5px; line-height: 1.55; }
.sbot__m--bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 6px; align-self: flex-start; }
.sbot__m--user { background: var(--ink); color: #fff; border-bottom-right-radius: 6px; align-self: flex-end; }
.sbot__m b { color: inherit; }
.sbot__typing { display: inline-flex; gap: 5px; align-items: center; padding: 15px 17px; }
.sbot__typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted-2); animation: sbotDot 1.1s infinite; }
.sbot__typing span:nth-child(2) { animation-delay: .15s; }
.sbot__typing span:nth-child(3) { animation-delay: .3s; }
@keyframes sbotDot { 0%, 60%, 100% { transform: none; opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }

.sbot__chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; max-width: 92%; }
.sbot__chip { padding: 8px 14px; border-radius: 100px; border: 1.5px solid var(--orange); background: #fff; color: var(--orange-deep); font-size: 13px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.sbot__chip:hover { background: var(--orange); color: #fff; transform: translateY(-1px); }

.sbot__input { display: flex; gap: 10px; padding: 12px; border-top: 1px solid var(--line); background: #fff; }
.sbot__input input { flex: 1; border: 1.5px solid var(--line); border-radius: 100px; padding: 11px 17px; font: inherit; font-size: 16px; }
.sbot__input input:focus { outline: none; border-color: var(--orange); }
.sbot__input button { width: 44px; height: 44px; border-radius: 50%; border: none; background: var(--orange); color: #fff; display: grid; place-items: center; transition: background .2s, transform .2s; }
.sbot__input button:hover { background: var(--orange-deep); transform: scale(1.05); }
.sbot__input button svg { width: 18px; height: 18px; }

@media (max-width: 640px) {
  .cbar { left: 10px; right: 10px; transform: none; width: auto; }
  .cbar__call, .cbar__chat { flex: 1; justify-content: center; padding: 10px 12px; }
  .cbar small { display: none; }
  .sbot__win { right: 12px; left: 12px; width: auto; bottom: 84px; height: min(68dvh, 560px); }
}

/* Back to top */
.totop { position: fixed; right: 24px; bottom: 94px; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; z-index: 90; opacity: 0; transform: translateY(20px); transition: opacity .4s, transform .4s; border: none; box-shadow: 0 10px 26px -12px rgba(0,0,0,0.4); }
.totop.show { opacity: 1; transform: none; }
.totop svg { width: 18px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .nav { display: none; }
  .header__phone { display: none; }
  .burger { display: block; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__media img { height: clamp(280px, 60vw, 420px); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: 1fr; }
  .svc--wide { grid-column: span 1; flex-direction: column; align-items: stretch; }
  .svc--wide .svc__media { width: 100%; }
  .split { grid-template-columns: 1fr; }
  .split--rev .split__media { order: 0; }
  .pillars { grid-template-columns: 1fr; }
  .cta-band__inner { grid-template-columns: 1fr; }
  .offices { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .aside-card { position: static; }
}
@media (max-width: 520px) {
  .footer__top { grid-template-columns: 1fr; }
  .hero__badge { left: 12px; right: 12px; max-width: none; }
  .devis__foot { flex-wrap: wrap; }
  .devis__foot .btn { flex: 1; justify-content: center; }
}
