/* =====================================================================
   handly-custom.css — VERSION DÉDUPLIQUÉE (SAV Handly / guzalu.com)
   ---------------------------------------------------------------------
   Objet : remplace le handly-custom.css actuel (~478 KB) qui empilait
   le <style> inline de chaque page. Ici chaque système partagé (header,
   footer, méga-menu, panneau mobile, hero, sections hy-*, pil-*, lv-*,
   e1x, dv) n'est déclaré QU'UNE SEULE FOIS.

   ⚠️ À VALIDER SUR STAGING avant de remplacer le fichier live.
   Familles qui avaient des variantes par page (à contrôler visuellement
   page par page sur guzalu.com — voir le rapport de livraison) :
     - .hy-price (2 col / 3 col / carte forfait unique / price-piece)
     - .hy-smeg  (grille 2 col vs carte unique)
     - .lv-pieces (marquee .pc-track vs flex .pc-cards)
     - .pil-avis (fond blanc vs fond linen)
     - .pil-stats (4 col vs 5 col)
     - .pf-final (CTA simple vs CTA + bouton fantôme)
   Version retenue ici = design-system de référence (home/pilier).
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --red: #ee1529;
  --lemon: #f2ee00;
  --indigo: #1f3ee6;
  --razz: #e8347b;
  --purple: #9e4eed;
  --black: #1d1d1b;
  --linen: #edece2;
  --white: #ffffff;
  --ink-soft: #55554f;
  --line: #deded4;
  --radius: 16px;
  --shadow: 0 18px 50px -18px rgba(29, 29, 27, .35);
  --header-h: 96px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1)
}

.elementor-widget:not(:last-child) {
  margin-block-end: 0 !important
}

.e-con {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--linen);
  color: var(--black);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  margin: 0
}

.handly a {
  text-decoration: none;
  color: inherit
}

.handly * {
  box-sizing: border-box
}

.handly button {
  font-family: inherit;
  cursor: pointer
}

.handly .wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}

.sec-kicker {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 8px
}

h2.sec,
.h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 0 0 14px
}

.h2 .hl,
h2.sec .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.h2-mark::after {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  border-radius: 3px;
  background: var(--razz);
  margin-top: 16px
}

.hl-lemon {
  color: var(--lemon)
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14.5px;
  transition: background 180ms var(--ease), color 180ms var(--ease), transform 160ms var(--ease), box-shadow 180ms var(--ease);
  border: 2px solid transparent;
  white-space: nowrap
}

.btn:active {
  transform: scale(0.97)
}

.btn:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 2px
}

.btn-call {
  background: transparent;
  color: var(--indigo);
  border-color: var(--indigo)
}

.btn-quote {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 22px -10px var(--red)
}

.btn .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 currentColor;
  animation: pulse 1.8s infinite
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 360ms var(--ease), transform 360ms var(--ease)
}

.reveal.in {
  opacity: 1;
  transform: none
}

/* ===== FOOTER ===== */
.hy-footer {
  background: #16183a;
  color: rgba(255, 255, 255, .82);
  padding: 60px 0 0;
  font-size: 15px;
  line-height: 1.6
}

.hy-footer .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.hy-footer .ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.hy-footer .ft-brand .ft-logo {
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  margin: 0 0 12px;
  letter-spacing: -.5px
}

.hy-footer .ft-brand .ft-logo span {
  color: var(--lemon)
}

.hy-footer .ft-pitch {
  margin: 0;
  max-width: 34ch;
  color: rgba(255, 255, 255, .72)
}

.hy-footer .ft-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--lemon);
  color: #16183a;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 22px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease
}

.hy-footer .ft-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px -12px rgba(242, 238, 0, .5)
}

.hy-footer h4 {
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px
}

.hy-footer .ft-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start
}

.hy-footer .ft-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: rgba(255, 255, 255, .78);
  cursor: pointer;
  text-align: left;
  transition: color .18s ease
}

.hy-footer .ft-link:hover {
  color: var(--lemon)
}

.hy-footer .ft-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.hy-footer .ft-contact li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .78)
}

.hy-footer .ft-contact svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  stroke: var(--lemon)
}

.hy-footer .ft-contact a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none
}

.hy-footer .ft-contact a:hover {
  color: var(--lemon)
}

.hy-footer .ft-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.hy-footer .ft-trust li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, .78)
}

.hy-footer .ft-trust .tk {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(242, 238, 0, .16);
  display: grid;
  place-items: center;
  color: var(--lemon);
  font-size: 12px;
  font-weight: 800
}

.hy-footer .ft-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 0 26px
}

.hy-footer .ft-copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .6)
}

.hy-footer .ft-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px
}

.hy-footer .ft-legal button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
  transition: color .18s ease
}

.hy-footer .ft-legal button:hover {
  color: var(--lemon)
}

.hy-footer .ft-brand .ft-logo-img {
  width: 184px;
  height: auto;
  display: block;
  margin: 0 0 18px
}

/* ===== TOP BAR ===== */
.hy-tb {
  background: var(--black);
  color: #fff;
  font-size: 14px
}

.hy-tb .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 24px;
  max-width: 1280px;
  margin: auto;
  flex-wrap: nowrap
}

.hy-tb p {
  margin: 0
}

.hy-tb .l b {
  color: var(--lemon)
}

.hy-tb .r .st {
  color: var(--lemon);
  letter-spacing: 1px
}

.hy-tb .l,
.hy-tb .r {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0
}

/* ===== HEADER ===== */
#pilHeader.hy-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease
}

.hy-hd {
  position: relative;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease
}

.hy-hd .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
  max-width: 1280px;
  margin: auto;
  transition: padding .2s ease
}

.hy-hd.stuck {
  box-shadow: 0 8px 24px -16px rgba(29, 29, 27, .4)
}

.hy-logo {
  display: flex;
  align-items: center
}

.hy-logo img {
  display: block;
  height: 74px;
  width: auto;
  transition: height .2s ease
}

.hy-hd.stuck .hy-logo img {
  height: 52px
}

.hy-navwrap {
  flex: 1;
  display: flex;
  justify-content: center
}

.hy-cta {
  display: flex;
  gap: 10px;
  flex-shrink: 0
}

.hy-cta .btn {
  padding: 10px 16px;
  font-size: 14px
}

.hy-cta .btn-quote,
.m-cta .btn-quote {
  color: #fff
}

.menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding-left: 0
}

.menu>li {
  position: relative;
  list-style: none
}

.menu>li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px
}

.menu>li>a,
.menu>li>button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: none;
  background: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  border-radius: 10px;
  transition: background 160ms var(--ease);
  white-space: nowrap;
  position: relative;
  z-index: 2
}

.menu>li>button .chev {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 200ms var(--ease), opacity 200ms var(--ease);
  opacity: .6
}

.menu>li:hover>a,
.menu>li:hover>button,
.menu>li:focus-within>a,
.menu>li:focus-within>button {
  background: var(--linen)
}

.menu>li:hover>button .chev,
.menu>li:focus-within>button .chev {
  transform: rotate(-135deg) translateY(-2px);
  opacity: 1
}

.dotcue {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0
}

.s1 .dotcue {
  background: var(--razz)
}

.s2 .dotcue {
  background: var(--indigo)
}

.tarifs .dotcue {
  background: var(--purple)
}

.mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform-origin: top center;
  transform: translateX(-50%) translateY(8px) scale(0.98);
  width: min(880px, 92vw);
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms var(--ease), transform 220ms var(--ease), visibility 220ms;
  overflow: hidden;
  border: 1px solid var(--line);
  z-index: 70
}

.menu>li:hover .mega,
.menu>li:focus-within .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1)
}

.mega-top {
  height: 6px
}

.s1 .mega-top {
  background: var(--razz)
}

.s2 .mega-top {
  background: var(--indigo)
}

.mega-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 0
}

.mega-feature {
  padding: 24px;
  border-right: 1px solid var(--line);
  background: var(--linen)
}

.mega-feature .kick {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase
}

.s1 .mega-feature .kick {
  color: var(--razz)
}

.s2 .mega-feature .kick {
  color: var(--indigo)
}

.mega-feature .mf-h {
  font-family: 'Baloo 2', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 8px 0 8px;
  line-height: 1.1
}

.mega-feature .mf-h a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 7px
}

.mega-feature p {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 14px
}

.mega-col {
  padding: 22px
}

.mega-col .mc-h {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 10px
}

.mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.mega-col li {
  margin-bottom: 2px
}

.mega-col li a {
  display: block;
  padding: 7px 9px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--black);
  transition: background 150ms var(--ease)
}

.mega-imgcol {
  padding: 18px 20px;
  display: flex
}

.img-ph {
  flex: 1;
  border: 2px dashed var(--line);
  border-radius: 14px;
  display: grid;
  place-content: center;
  text-align: center;
  color: var(--ink-soft);
  font-size: 11.5px;
  font-weight: 700;
  min-height: 150px;
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 9px, #f1f0e8 9px, #f1f0e8 18px)
}

.burger {
  display: none;
  margin-left: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 46px;
  height: 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px
}

.burger span {
  width: 20px;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: transform 220ms var(--ease), opacity 160ms var(--ease)
}

.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.burger.open span:nth-child(2) {
  opacity: 0
}

.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mobile-panel {
  display: none
}

.handly .burger {
  background: var(--lemon) !important;
  border-radius: 13px !important;
  z-index: 9001 !important;
  position: relative
}

.handly .burger span {
  background: #1d1d1b !important
}

body.locked {
  overflow: hidden
}

/* ===== ELEMENTOR / STRUCTURE ===== */
body header.e-con {
  position: sticky;
  top: -40px;
  z-index: 100
}

body .e-con>.e-con-inner {
  max-width: 100%;
  padding: 0
}

body .e-con {
  --content-width: 100%;
  --width: 100%;
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  max-width: 100%
}

body .elementor-widget-html {
  width: 100%;
  max-width: 100%
}

body .elementor {
  max-width: 100%
}

body .elementor-element-4a76a03>.e-con-inner,
body .elementor-element-256b384>.e-con-inner {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important
}

body .elementor-element-4a76a03,
body .elementor-element-256b384 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.elementor-element-cbbc876 {
  flex: 0 0 auto
}

body .elementor-element-256b384 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  position: sticky !important;
  top: 0;
  z-index: 100;
  transition: padding .28s ease, box-shadow .28s ease
}

.elementor-element-c54041f,
.elementor-element-c54041f p,
.elementor-element-3655ce3,
.elementor-element-3655ce3 p {
  font-size: 14px
}

.elementor-element-cbbc876,
.elementor-element-cbbc876 img {
  transition: width .28s ease
}

body .elementor-element-256b384.hy-stuck {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  box-shadow: 0 8px 26px -14px rgba(29, 29, 27, .4)
}

body .elementor-element-256b384.hy-stuck .elementor-element-cbbc876,
body .elementor-element-256b384.hy-stuck .elementor-element-cbbc876 img {
  width: 66px !important
}

.handly a.btn-quote {
  color: #fff
}

.handly a.btn-quote .pulse {
  background: #fff
}

.handly a.btn-call {
  color: var(--indigo) !important
}

.handly a.btn-call:hover {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important
}

.handly a.btn-call:hover .pulse {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important
}

.elementor-element-fba9c1c,
.elementor-element-9de7130 {
  flex-shrink: 0
}

.elementor-element-fba9c1c .elementor-button,
.elementor-element-9de7130 .elementor-button {
  white-space: nowrap
}

/* ===== HERO HOME ===== */
.hero {
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100svh - var(--header-h) - 42px) !important;
  background: url('https://guzalu.com/wp-content/uploads/2026/07/handly-hero-1.jpg') center/cover no-repeat;
  height: auto !important;
  justify-content: center !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(92deg, rgba(237, 236, 226, .96) 0%, rgba(237, 236, 226, .86) 36%, rgba(237, 236, 226, .48) 64%, rgba(237, 236, 226, .18) 100%)
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  z-index: 0;
  background: linear-gradient(0deg, rgba(237, 236, 226, .92) 0%, rgba(237, 236, 226, 0) 100%)
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  flex: 1 1 auto;
  align-content: center !important
}

.hero-uvp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--indigo)
}

.hero-uvp::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  font-size: 11px;
  font-weight: 900
}

.hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: clamp(33px, 4.5vw, 52px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.5px;
  margin: 18px 0 16px;
  color: var(--indigo)
}

.hero h1 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.hero .sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 0 26px
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px
}

.hero-cta .btn {
  padding: 14px 24px;
  font-size: 16px
}

.hero-trust {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px
}

.hero-trust .stars {
  color: var(--razz);
  letter-spacing: 1px
}

.hero-trust .pin {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
  display: inline-block
}

.hero-visual {
  position: relative;
  z-index: 1
}

.hero-form {
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 0 22px 50px -18px rgba(29, 29, 27, .35);
  max-width: 420px;
  margin-left: auto
}

.hf-kick {
  display: inline-block;
  background: #eef0ff;
  color: var(--indigo);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 4px 11px;
  border-radius: 999px
}

.hf-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 23px;
  color: var(--indigo);
  margin: 12px 0 4px;
  line-height: 1.12
}

.hf-sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 16px;
  line-height: 1.45
}

.hf-field {
  margin-bottom: 11px
}

.hf-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px
}

.hf-field .req {
  color: var(--red)
}

.hf-field input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 14px;
  font-family: inherit;
  color: var(--black);
  background: rgba(255, 255, 255, .75);
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease), background 150ms var(--ease)
}

.hf-field input:focus {
  outline: none;
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(31, 62, 230, .15);
  background: #fff
}

.hf-field input::placeholder {
  color: #9a9a93
}

.hf-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  cursor: pointer;
  margin-top: 6px;
  box-shadow: 0 12px 24px -10px var(--red);
  transition: background 180ms var(--ease), transform 160ms var(--ease), box-shadow 180ms var(--ease)
}

.hf-btn:active {
  transform: scale(0.985)
}

.hf-btn:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 2px
}

.hf-btn .lbl {
  transition: opacity 140ms var(--ease)
}

.hf-btn .spin {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: spin .7s linear infinite
}

.hf-btn .done-ico {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 160ms var(--ease)
}

.hf-btn.loading .lbl,
.hf-btn.done .lbl {
  opacity: 0
}

.hf-btn.loading .spin {
  opacity: 1
}

.hf-btn.done {
  background: #16794f;
  box-shadow: 0 12px 24px -10px #16794f
}

.hf-btn.done .done-ico {
  opacity: 1
}

.hf-reassure {
  font-size: 12px;
  font-weight: 700;
  color: #16794f;
  margin: 11px 0 0;
  display: flex;
  gap: 6px;
  align-items: center
}

.hf-rgpd {
  font-size: 10.5px;
  color: #9a9a93;
  margin: 7px 0 0;
  line-height: 1.4
}

.brands {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  border-top: 1px solid var(--line)
}

.brands .t {
  text-align: center;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding: 20px 0 4px;
  margin: 0
}

.marquee {
  overflow: hidden;
  padding: 14px 0 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent)
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 24s linear infinite
}

.marquee:hover .marquee-track {
  animation-play-state: paused
}

.marquee img {
  height: 38px;
  width: auto;
  object-fit: contain;
  margin-right: 70px;
  filter: grayscale(1);
  opacity: .62;
  transition: filter 250ms var(--ease), opacity 250ms var(--ease), transform 250ms var(--ease)
}

/* ===== SECTIONS HOME ===== */
.reviews {
  background: var(--linen);
  padding: 64px 0 72px
}

.rev-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px
}

.rev-head .h2-mark::after {
  margin-left: auto;
  margin-right: auto
}

.rev-intro {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 14px 0 18px
}

.rev-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black)
}

.rev-badge .stars {
  color: var(--razz);
  letter-spacing: 1.5px
}

.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch
}

.rev-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 14px 34px -22px rgba(29, 29, 27, .30)
}

.rev-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px
}

.rev-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px
}

.rev-name {
  margin: 0;
  font-weight: 800;
  font-size: 14.5px
}

.rev-meta {
  margin: 1px 0 0;
  font-size: 12px;
  color: var(--ink-soft)
}

.rev-stars {
  margin-left: auto;
  color: var(--razz);
  font-size: 13px;
  letter-spacing: 1.5px
}

.rev-g {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  margin-left: 2px
}

.rev-g svg {
  display: block
}

.rev-text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.62;
  color: #3c3c37
}

.rev-more {
  text-align: center;
  margin-top: 32px
}

.rev-more-btn {
  background: transparent;
  color: var(--indigo);
  border-color: var(--indigo)
}

.why {
  position: relative;
  background: var(--indigo);
  color: #fff;
  padding: 64px 0 70px;
  overflow: hidden
}

.why::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: var(--purple);
  opacity: .30;
  top: -120px;
  right: -80px
}

.why::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: var(--razz);
  opacity: .20;
  bottom: -90px;
  left: -70px
}

.why .wrap {
  position: relative;
  z-index: 1
}

.why-head {
  text-align: center;
  margin-bottom: 44px
}

.why-kicker {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--lemon);
  margin-bottom: 10px
}

.why-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.4px;
  color: #fff;
  margin: 0
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center
}

.why-intro {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 24px
}

.why-intro b {
  color: var(--lemon)
}

.why-reasons {
  list-style: none;
  margin: 0;
  padding: 0
}

.why-reasons li {
  display: flex;
  gap: 14px;
  margin-bottom: 18px
}

.why-reasons .check {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--lemon);
  color: var(--indigo);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  margin-top: 2px
}

.why-reasons p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: #dfe3ff
}

.why-reasons b {
  color: #fff
}

.stat-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 470px;
  margin: 0 0 0 auto
}

.stat {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center
}

.stat .n {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 2.6vw, 33px);
  color: #fff;
  line-height: 1
}

.stat .l {
  font-size: 12.5px;
  color: #bcc4ff;
  margin-top: 8px;
  line-height: 1.35
}

.portrait {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid var(--lemon);
  background: #0e1f6e;
  box-shadow: 0 0 0 6px rgba(31, 62, 230, .55), 0 8px 24px rgba(0, 0, 0, .35);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  z-index: 2
}

.portrait span {
  font-size: 9px;
  font-weight: 700;
  color: #aeb6ff;
  line-height: 1.2;
  padding: 4px
}

.why-quote-row {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 54px
}

.why-visual {
  position: relative;
  border-radius: 20px;
  min-height: 195px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25)
}

.why-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.why-quote {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 3.1vw, 38px);
  line-height: 1.22;
  color: rgba(255, 255, 255, .46)
}

.why-quote cite {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: var(--lemon)
}

.brands-band {
  background: var(--linen);
  padding: 38px 0 42px;
  margin-top: 0
}

.brands-band .brands {
  border: 0;
  margin: 0
}

.brands-band .brands .t {
  color: var(--ink-soft);
  text-align: center;
  margin: 0 0 20px
}

.hy-intro {
  background: var(--linen);
  padding: 66px 0
}

.hy-intro .intro-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: center
}

.hy-intro .intro-copy .h2 {
  margin-top: 6px
}

.hy-intro .intro-lead {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 22px 0;
  max-width: 560px
}

.hy-intro .intro-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 6px 0 0;
  padding: 0
}

.hy-intro .intro-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--black)
}

.hy-intro .intro-trust .d {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0
}

.hy-intro .d-indigo {
  background: var(--indigo)
}

.hy-intro .d-razz {
  background: var(--razz)
}

.hy-intro .d-purple {
  background: var(--purple)
}

.hy-intro .intro-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0
}

.hy-intro .btn-about {
  background: var(--white);
  color: var(--black);
  border-color: var(--line)
}

.hy-intro .intro-photo {
  margin: 0
}

.hy-intro .photo-ph {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  border: 2px dashed var(--line);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow)
}

.hy-intro .photo-ph span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.35
}

.hy-intro .photo-ph small {
  display: block;
  margin-top: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  opacity: .75
}

.hy-intro .intro-photo figcaption {
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.45;
  text-align: center
}

.hy-prob {
  position: relative;
  background: var(--linen);
  padding: 70px 0 74px;
  overflow: hidden
}

.hy-prob .wrap {
  position: relative;
  z-index: 1
}

.hy-prob .prob-inner {
  max-width: 720px;
  margin: 0 auto
}

.hy-prob .prob-head {
  text-align: center;
  margin-bottom: 30px
}

.hy-prob .prob-pill {
  display: inline-block;
  background: var(--lemon);
  color: var(--black);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 999px
}

.hy-prob .prob-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 16px 0 14px
}

.hy-prob .prob-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.hy-prob .prob-intro {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 620px
}

.hy-prob .fears {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px
}

.hy-prob .fear {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 14px 34px -22px rgba(29, 29, 27, .30)
}

.hy-prob .fear .num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--lemon);
  color: var(--indigo);
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 15px;
  margin-top: 2px
}

.hy-prob .fear h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--black);
  margin: 2px 0 4px
}

.hy-prob .fear p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft)
}

.hy-prob .prob-result {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  margin: 24px 0 0
}

.hy-prob .promise-card {
  max-width: 880px;
  margin: 30px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 50px -26px rgba(29, 29, 27, .40);
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: center
}

.hy-prob .promise-text .pk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: var(--indigo);
  margin: 0 0 12px
}

.hy-prob .promise-text .pk .ck {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900
}

.hy-prob .promise-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--black)
}

.hy-prob .promise-text .guarantee {
  margin-top: 14px;
  font-weight: 800;
  color: var(--indigo);
  font-size: 13.5px
}

.hy-prob .g-mock {
  display: grid;
  gap: 12px
}

.hy-prob .g-search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 8px 20px -12px rgba(29, 29, 27, .3)
}

.hy-prob .g-search .gg {
  flex-shrink: 0;
  display: block
}

.hy-prob .g-search .gq {
  font-size: 13.5px;
  color: var(--black);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.hy-prob .g-search .caret {
  flex-shrink: 0;
  width: 1.5px;
  height: 15px;
  background: var(--indigo);
  animation: gblink 1.1s steps(1) infinite
}

.hy-prob .g-result {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 36px -22px rgba(29, 29, 27, .3);
  padding: 15px 17px
}

.hy-prob .g-res-top {
  display: flex;
  align-items: center;
  gap: 11px
}

.hy-prob .g-ava {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 17px
}

.hy-prob .g-res-top b {
  display: block;
  font-size: 14.5px;
  color: var(--black);
  line-height: 1.2
}

.hy-prob .g-url {
  font-size: 12px;
  color: #16794f
}

.hy-prob .g-rating {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 11px
}

.hy-prob .g-stars {
  color: var(--razz);
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1
}

.hy-prob .g-note {
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 700
}

.hy-prob .g-review {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: var(--linen);
  border-radius: 14px;
  padding: 13px 14px
}

.hy-prob .g-review .g-ava {
  width: 30px;
  height: 30px;
  font-size: 13px
}

.hy-prob .g-rev-text {
  margin: 0 0 6px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #3c3c37;
  font-style: italic
}

.hy-prob .g-review .g-stars {
  font-size: 12px
}

.hy-prob .g-skel {
  display: flex;
  gap: 11px;
  align-items: center;
  opacity: .4
}

.hy-prob .g-skel .sk-ava {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d7d7d0
}

.hy-prob .g-skel .sk-bars {
  flex: 1;
  display: grid;
  gap: 6px
}

.hy-prob .g-skel .sk-bars i {
  display: block;
  height: 8px;
  border-radius: 5px;
  background: #d7d7d0
}

.hy-prob .g-skel .sk-bars i:first-child {
  width: 82%
}

.hy-prob .g-skel .sk-bars i:last-child {
  width: 56%
}

.hy-prob .prob-cta {
  text-align: center;
  margin-top: 30px
}

.hy-prob .prob-cta .micro {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600
}

.reviews .rev-wall {
  position: relative;
  height: 620px;
  overflow: hidden;
  margin: 26px 0 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 10%, #000 90%, transparent 100%)
}

.reviews .rev-wall-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start
}

.reviews .rev-track {
  display: block;
  will-change: transform;
  animation: revscroll 46s linear infinite
}

.reviews .rev-col:nth-child(1) .rev-track {
  animation-duration: 44s
}

.reviews .rev-col:nth-child(2) .rev-track {
  animation-duration: 54s
}

.reviews .rev-col:nth-child(3) .rev-track {
  animation-duration: 48s
}

.reviews .rev-track .rev-card {
  margin-bottom: 18px
}

.reviews .rev-wall:hover .rev-track {
  animation-play-state: paused
}

.hy-fam {
  background: var(--white);
  padding: 70px 0 82px;
  overflow: hidden
}

.hy-fam .fam-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto
}

.hy-fam .fam-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 14px 0 12px
}

.hy-fam .fam-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.hy-fam .fam-intro {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 620px
}

.hy-fam .fam-brands {
  margin: 12px auto 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--black);
  max-width: 600px
}

.hy-fam .fam-brands b {
  color: var(--indigo)
}

.hy-fam .fam-cta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 26px auto 0;
  max-width: 760px;
  background: #eef0ff;
  border: 1px solid rgba(31, 62, 230, .16);
  border-radius: 18px;
  padding: 20px 24px
}

.hy-fam .cta-ico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center
}

.hy-fam .fam-cta p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--black)
}

.hy-fam .fam-cta a {
  color: var(--indigo);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.hy-fam .fam-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 34px 0 0
}

.hy-fam .fam-card {
  position: relative;
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 16px 36px -20px rgba(29, 29, 27, .45);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.hy-fam .fam-ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  background: var(--white);
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .35)
}

.hy-fam .fam-ico svg {
  display: block
}

.hy-fam .fam-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  margin: 0 0 7px
}

.hy-fam .fam-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: inherit
}

.hy-fam .fam-card a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .45);
  text-underline-offset: 2px
}

.hy-fam .fam-card a:hover {
  text-decoration-color: #fff
}

.hy-fam .c1 {
  background: #1f3ee6;
  color: #fff
}

.hy-fam .c1 .fam-ico {
  color: #1f3ee6
}

.hy-fam .c2 {
  background: #e8347b;
  color: #fff
}

.hy-fam .c2 .fam-ico {
  color: #e8347b
}

.hy-fam .c3 {
  background: #9e4eed;
  color: #fff
}

.hy-fam .c3 .fam-ico {
  color: #9e4eed
}

.hy-fam .c4 {
  background: #0e1f6e;
  color: #fff
}

.hy-fam .c4 .fam-ico {
  color: #0e1f6e
}

.hy-fam .c5 {
  background: #f2ee00;
  color: #1d1d1b
}

.hy-fam .c5 .fam-ico {
  color: #1d1d1b
}

.hy-fam .c5 a {
  color: #1d1d1b;
  text-decoration-color: rgba(29, 29, 27, .4)
}

.hy-fam .c5 a:hover {
  text-decoration-color: #1d1d1b
}

.hy-fam .c6 {
  background: #1d1d1b;
  color: #fff
}

.hy-fam .c6 .fam-ico {
  color: #1d1d1b
}

.hy-fam .fam-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--lemon);
  color: var(--black);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px
}

.hy-smeg {
  position: relative;
  background: linear-gradient(155deg, #e8347b 0%, #c02360 100%);
  padding: 70px 0 80px;
  overflow: hidden;
  color: #fff
}

.hy-smeg::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
  top: -150px;
  right: -70px;
  pointer-events: none
}

.hy-smeg::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(122, 20, 64, .38);
  bottom: -120px;
  left: -80px;
  pointer-events: none
}

.hy-smeg .wrap {
  position: relative;
  z-index: 1
}

.hy-smeg .smeg-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto
}

.hy-smeg .sec-kicker {
  color: var(--lemon)
}

.hy-smeg .smeg-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: #fff;
  margin: 14px 0 14px
}

.hy-smeg .smeg-h2 .hl {
  background: none;
  border-bottom: 4px solid var(--lemon);
  padding-bottom: 1px
}

.hy-smeg .smeg-intro {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .95);
  margin: 0 auto;
  max-width: 660px
}

.hy-smeg .smeg-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0
}

.hy-smeg .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--black);
  box-shadow: 0 10px 22px -14px rgba(0, 0, 0, .4)
}

.hy-smeg .chip .cd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0
}

.hy-smeg .d-indigo {
  background: var(--indigo)
}

.hy-smeg .d-razz {
  background: var(--razz)
}

.hy-smeg .d-purple {
  background: var(--purple)
}

.hy-smeg .smeg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 36px auto 0
}

.hy-smeg .smeg-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 26px 24px;
  box-shadow: 0 22px 46px -24px rgba(90, 10, 45, .55)
}

.hy-smeg .smeg-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 6px 16px -10px rgba(29, 29, 27, .3);
  overflow: hidden
}

.hy-smeg .smeg-ico img {
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block
}

.hy-smeg .smeg-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 18.5px;
  color: #e8347b;
  margin: 0 0 9px
}

.hy-smeg .smeg-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3c3c37
}

.hy-smeg .smeg-card a {
  color: var(--indigo);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.hy-smeg .smeg-intro-b {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .95);
  margin: 30px auto 0;
  max-width: 680px;
  text-align: center
}

.hy-smeg .smeg-intro-b b {
  color: var(--lemon)
}

.hy-price {
  background: var(--linen);
  padding: 70px 0 80px
}

.hy-price .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.hy-price .price-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto
}

.hy-price .price-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 14px 0 12px
}

.hy-price .price-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.hy-price .price-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 640px
}

.hy-price .price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1020px;
  margin: 38px auto 0;
  align-items: stretch
}

.hy-price .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--indigo);
  border-radius: 20px;
  padding: 30px 26px 28px;
  box-shadow: 0 20px 44px -24px rgba(29, 29, 27, .35)
}

.hy-price .pc-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-soft)
}

.hy-price .pc-price {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  margin: 8px 0 8px;
  color: var(--indigo)
}

.hy-price .pc-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft);
  min-height: 40px
}

.hy-price .pc-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 11px
}

.hy-price .pc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black)
}

.hy-price .pc-list .ck {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900
}

.hy-price .pc1 {
  border-top-color: var(--indigo)
}

.hy-price .pc1 .pc-price {
  color: var(--indigo)
}

.hy-price .pc1 .ck {
  background: var(--indigo)
}

.hy-price .pc2 {
  border-top-color: var(--razz)
}

.hy-price .pc2 .pc-price {
  color: var(--razz)
}

.hy-price .pc2 .ck {
  background: var(--razz)
}

.hy-price .pc3 {
  border-top-color: var(--purple, #9e4eed)
}

.hy-price .pc3 .pc-price {
  color: var(--purple, #9e4eed)
}

.hy-price .pc3 .ck {
  background: var(--purple, #9e4eed)
}

.hy-price .pc-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lemon);
  color: var(--black);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(29, 29, 27, .35);
  white-space: nowrap
}

.hy-price .price-piece {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1020px;
  margin: 26px auto 0;
  padding: 14px 22px;
  background: var(--white);
  border: 1px dashed var(--line);
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--black)
}

.hy-price .price-piece b {
  color: var(--indigo)
}

.hy-price .price-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--ink-soft);
  margin: 16px auto 0;
  max-width: 660px;
  line-height: 1.55
}

.hy-price .price-cta {
  text-align: center;
  margin-top: 26px
}

.hy-price .price-cta .btn-quote {
  padding: 15px 30px;
  font-size: 16px;
  color: #fff
}

.hy-price .price-cta .micro {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: var(--ink-soft);
  font-weight: 600
}

.hy-steps {
  background: var(--white);
  padding: 70px 0 80px
}

.hy-steps .steps-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto
}

.hy-steps .steps-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 14px 0 12px
}

.hy-steps .steps-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%) !important;
  padding: 0 3px
}

.hy-steps .steps-intro {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 560px
}

.hy-steps .steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 44px auto 0;
  position: relative
}

.hy-steps .steps-row::before {
  content: '';
  position: absolute;
  top: 23px;
  left: 16.6%;
  right: 16.6%;
  height: 2px;
  background: var(--line);
  z-index: 0
}

.hy-steps .step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 6px
}

.hy-steps .step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 19px;
  margin: 0 auto 15px;
  box-shadow: 0 0 0 6px var(--white), 0 10px 22px -10px rgba(31, 62, 230, .5)
}

.hy-steps .step h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--indigo);
  margin: 0 0 8px
}

.hy-steps .step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft)
}

.hy-zone {
  background: var(--linen);
  padding: 76px 0
}

.hy-zone .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.hy-zone .zone-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: stretch
}

.hy-zone .z-copy {
  align-self: center
}

.hy-zone .sec-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--indigo);
  margin: 0 0 14px
}

.hy-zone .h2 {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.12;
  font-weight: 800;
  color: var(--black);
  margin: 0 0 18px
}

.hy-zone .h2 .hl {
  color: var(--indigo)
}

.hy-zone .z-lead {
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink-soft);
  margin: 0 0 26px;
  max-width: 46ch
}

.hy-zone .z-lead b {
  color: var(--black);
  font-weight: 700
}

.hy-zone .z-delays {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.hy-zone .z-delay {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px
}

.hy-zone .z-delay .zd-ic {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center
}

.hy-zone .z-delay svg {
  width: 26px;
  height: 26px
}

.hy-zone .z-delay .zd-t {
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  line-height: 1.2;
  margin: 0 0 2px
}

.hy-zone .z-delay .zd-d {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.4;
  margin: 0
}

.hy-zone .zone-card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 22px;
  padding: 28px 28px 26px;
  box-shadow: 0 26px 50px -34px rgba(29, 29, 27, .4);
  display: flex;
  flex-direction: column
}

.hy-zone .zc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid var(--line);
  margin-bottom: 20px
}

.hy-zone .zc-pin {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center
}

.hy-zone .zc-pin svg {
  width: 32px;
  height: 32px
}

.hy-zone .zc-head .zc-ht {
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: 19px;
  color: var(--black);
  margin: 0;
  line-height: 1.15
}

.hy-zone .zc-head .zc-hs {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 2px 0 0
}

.hy-zone .zc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 20px
}

.hy-zone .zc-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--black);
  background: var(--linen);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px
}

.hy-zone .zc-chip.prio {
  background: rgba(31, 62, 230, .09);
  border-color: rgba(31, 62, 230, .28);
  color: var(--indigo)
}

.hy-zone .zc-chip .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--razz)
}

.hy-zone .zc-chip.prio .dot {
  background: var(--indigo)
}

.hy-zone .zc-slide {
  margin-top: auto;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--linen);
  border-radius: 14px;
  padding: 16px 18px
}

.hy-zone .zc-slide p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0
}

.hy-zone .zc-slide a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(31, 62, 230, .28)
}

.hy-zone .zc-slide a:hover {
  border-bottom-color: var(--indigo)
}

.hy-gaspi {
  position: relative;
  padding: 70px 0 80px;
  overflow: hidden;
  color: #fff
}

.hy-gaspi::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 70%) !important;
  top: -150px;
  right: -70px;
  pointer-events: none
}

.hy-gaspi::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(92, 25, 168, .4) !important;
  bottom: -120px;
  left: -80px;
  pointer-events: none
}

.hy-gaspi .wrap {
  position: relative;
  z-index: 1
}

.hy-gaspi .gaspi-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto
}

.hy-gaspi .sec-kicker {
  color: var(--lemon)
}

.hy-gaspi .gaspi-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: #fff;
  margin: 14px 0 14px
}

.hy-gaspi .gaspi-h2 .hl {
  background: none;
  border-bottom: 4px solid var(--lemon);
  padding-bottom: 1px
}

.hy-gaspi .gaspi-intro {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .95);
  margin: 0 auto;
  max-width: 660px
}

.hy-gaspi .gaspi-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0
}

.hy-gaspi .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--black);
  box-shadow: 0 10px 22px -14px rgba(0, 0, 0, .4)
}

.hy-gaspi .chip .cd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0
}

.hy-gaspi .d-indigo {
  background: var(--indigo)
}

.hy-gaspi .d-purple {
  background: var(--purple)
}

.hy-gaspi .d-razz {
  background: var(--razz)
}

.hy-gaspi .gaspi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
  margin: 36px auto 0
}

.hy-gaspi .gaspi-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 26px 24px;
  box-shadow: 0 22px 46px -24px rgba(58, 15, 110, .55)
}

.hy-gaspi .gaspi-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: rgba(158, 78, 237, .1);
  border: 1px solid rgba(158, 78, 237, .28)
}

.hy-gaspi .gaspi-ico svg {
  width: 28px;
  height: 28px
}

.hy-gaspi .gaspi-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 18.5px;
  color: #9e4eed;
  margin: 0 0 9px
}

.hy-gaspi .gaspi-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3c3c37
}

.hy-gaspi .gaspi-card a {
  color: var(--indigo);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.hy-gaspi .gaspi-intro-b {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .95);
  margin: 30px auto 0;
  max-width: 680px;
  text-align: center
}

.hy-gaspi .gaspi-intro-b b {
  color: var(--lemon)
}

.hy-faq {
  background: var(--white);
  padding: 74px 0 82px
}

.hy-faq .wrap {
  max-width: 860px;
  margin: auto;
  padding: 0 24px
}

.hy-faq .faq-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px
}

.hy-faq .sec-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--indigo);
  margin: 0 0 12px
}

.hy-faq .faq-h2 {
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 0 0 12px
}

.hy-faq .faq-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%) !important;
  padding: 0 3px
}

.hy-faq .faq-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0
}

.hy-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.hy-faq .faq-item {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease
}

.hy-faq .faq-item[open] {
  border-color: rgba(31, 62, 230, .4);
  box-shadow: 0 18px 40px -28px rgba(31, 62, 230, .5)
}

.hy-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  font-family: 'Baloo 2', cursive;
  font-weight: 700;
  font-size: 17.5px;
  color: var(--black);
  line-height: 1.3
}

.hy-faq summary::-webkit-details-marker {
  display: none
}

.hy-faq summary .q-ic {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(31, 62, 230, .1);
  display: grid;
  place-items: center;
  transition: transform .25s ease, background .2s ease
}

.hy-faq summary .q-ic svg {
  width: 16px;
  height: 16px;
  transition: transform .25s ease
}

.hy-faq .faq-item[open] summary .q-ic {
  background: var(--indigo)
}

.hy-faq .faq-item[open] summary .q-ic svg {
  transform: rotate(45deg)
}

.hy-faq .faq-item[open] summary .q-ic svg path {
  stroke: #fff
}

.hy-faq .faq-a {
  padding: 0 22px 22px 68px;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--ink-soft)
}

.hy-faq .faq-a b {
  color: var(--black);
  font-weight: 700
}

.hy-faq .faq-a a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

/* ===== MARQUEE MARQUES + MÉGA-MENU (SVG data:image, une seule fois) ===== */
.handly .brands .marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)
}

.handly .brands .marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  animation: hy-brands 32s linear infinite
}

.handly .brands .marquee:hover .marquee-track {
  animation-play-state: paused
}

.handly .brands .marquee-track img {
  height: 52px;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  margin: 0 34px;
  object-fit: contain
}

.handly .menu>li.s2 .mega-imgcol .img-ph {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><rect x='54' y='30' width='50' height='12' rx='5' fill='%23191d47'/><circle cx='134' cy='36' r='6' fill='%23f2ee00'/><circle cx='100' cy='116' r='50' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='3'/><circle cx='100' cy='116' r='38' fill='%23171b45'/><ellipse cx='90' cy='126' rx='18' ry='12' fill='%23f2ee00'/><ellipse cx='110' cy='108' rx='13' ry='9' fill='%23ffffff'/></svg>") center/contain no-repeat;
  border: 0;
  min-height: 180px
}

.handly .menu>li.s2 .mega-imgcol .img-ph span {
  display: none
}

.handly .menu>li.s2 .mega-grid:has(.mega-col li:nth-child(2):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><rect x='54' y='30' width='50' height='12' rx='5' fill='%23191d47'/><circle cx='134' cy='36' r='6' fill='%23f2ee00'/><rect x='56' y='58' width='88' height='104' rx='10' fill='%23171b45'/><line x1='70' y1='104' x2='130' y2='104' stroke='%233a468f' stroke-width='3'/><ellipse cx='78' cy='90' rx='6' ry='20' fill='%23dfe4f0'/><ellipse cx='100' cy='90' rx='6' ry='20' fill='%23f2ee00'/><ellipse cx='122' cy='90' rx='6' ry='20' fill='%23dfe4f0'/><rect x='84' y='134' width='32' height='5' rx='2' fill='%238ea0ff'/><rect x='97' y='124' width='5' height='24' rx='2' fill='%238ea0ff'/></svg>")
}

.handly .menu>li.s2 .mega-grid:has(.mega-col li:nth-child(3):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><rect x='54' y='30' width='50' height='12' rx='5' fill='%23191d47'/><circle cx='134' cy='36' r='6' fill='%23f2ee00'/><circle cx='100' cy='116' r='50' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='3'/><circle cx='100' cy='116' r='38' fill='%231a1533'/><path d='M84 112 q16 -12 32 0' fill='none' stroke='%23f2ee00' stroke-width='4' stroke-linecap='round'/><path d='M84 126 q16 -12 32 0' fill='none' stroke='%23f2ee00' stroke-width='4' stroke-linecap='round'/><ellipse cx='96' cy='120' rx='14' ry='10' fill='%23ffffff' opacity='0.8'/></svg>")
}

.handly .menu>li.s2 .mega-grid:has(.mega-col li:nth-child(4):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><circle cx='60' cy='34' r='6' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='2'/><circle cx='80' cy='34' r='6' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='2'/><circle cx='130' cy='34' r='5' fill='%23f2ee00'/><rect x='54' y='50' width='92' height='12' rx='5' fill='%23cfd6e6'/><rect x='56' y='72' width='88' height='96' rx='10' fill='%23171b45'/><ellipse cx='100' cy='150' rx='34' ry='16' fill='%23f2ee00' opacity='0.3'/><line x1='68' y1='104' x2='132' y2='104' stroke='%233a468f' stroke-width='3'/><line x1='68' y1='128' x2='132' y2='128' stroke='%233a468f' stroke-width='3'/></svg>")
}

.handly .menu>li.s2 .mega-grid:has(.mega-col li:nth-child(5):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='24' y='44' width='152' height='112' rx='16' fill='%23191d47' stroke='%231f3ee6' stroke-width='4'/><circle cx='74' cy='84' r='24' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='132' cy='84' r='24' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='132' cy='122' r='18' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='74' cy='122' r='24' fill='%23ff3d16' opacity='0.85'/><circle cx='74' cy='122' r='14' fill='%23ff7a3c'/></svg>")
}

.handly .menu>li.s1 .mega-imgcol .img-ph {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='34' y='40' width='132' height='128' rx='14' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><rect x='46' y='52' width='108' height='30' rx='8' fill='%23191d47'/><circle cx='66' cy='67' r='7' fill='%23ff7a3c'/><circle cx='90' cy='67' r='7' fill='%23f2ee00'/><circle cx='114' cy='67' r='7' fill='%238ea0ff'/><circle cx='138' cy='67' r='7' fill='%238ea0ff'/><rect x='46' y='92' width='108' height='66' rx='8' fill='%23171b45'/><rect x='56' y='100' width='88' height='40' rx='6' fill='none' stroke='%233a468f' stroke-width='3'/><rect x='70' y='148' width='60' height='6' rx='3' fill='%238ea0ff'/><circle cx='150' cy='96' r='4' fill='%23f2ee00'/></svg>") center/contain no-repeat;
  border: 0;
  min-height: 180px
}

.handly .menu>li.s1 .mega-imgcol .img-ph span {
  display: none
}

.handly .menu>li.s1 .mega-grid:has(.mega-col li:nth-child(2):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><circle cx='60' cy='34' r='6' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='2'/><circle cx='80' cy='34' r='6' fill='%23cfd6e6' stroke='%239aa3bd' stroke-width='2'/><circle cx='130' cy='34' r='5' fill='%23f2ee00'/><rect x='54' y='50' width='92' height='12' rx='5' fill='%23cfd6e6'/><rect x='56' y='72' width='88' height='96' rx='10' fill='%23171b45'/><ellipse cx='100' cy='150' rx='34' ry='16' fill='%23f2ee00' opacity='0.3'/><line x1='68' y1='104' x2='132' y2='104' stroke='%233a468f' stroke-width='3'/><line x1='68' y1='128' x2='132' y2='128' stroke='%233a468f' stroke-width='3'/></svg>")
}

.handly .menu>li.s1 .mega-grid:has(.mega-col li:nth-child(3):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='40' y='16' width='120' height='168' rx='20' fill='%23eef1f8' stroke='%231f3ee6' stroke-width='4'/><rect x='54' y='30' width='50' height='12' rx='5' fill='%23191d47'/><circle cx='134' cy='36' r='6' fill='%23f2ee00'/><rect x='56' y='58' width='88' height='104' rx='10' fill='%23171b45'/><line x1='70' y1='104' x2='130' y2='104' stroke='%233a468f' stroke-width='3'/><ellipse cx='78' cy='90' rx='6' ry='20' fill='%23dfe4f0'/><ellipse cx='100' cy='90' rx='6' ry='20' fill='%23f2ee00'/><ellipse cx='122' cy='90' rx='6' ry='20' fill='%23dfe4f0'/><rect x='84' y='134' width='32' height='5' rx='2' fill='%238ea0ff'/><rect x='97' y='124' width='5' height='24' rx='2' fill='%238ea0ff'/></svg>")
}

.handly .menu>li.s1 .mega-grid:has(.mega-col li:nth-child(4):hover) .mega-imgcol .img-ph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><rect x='24' y='44' width='152' height='112' rx='16' fill='%23191d47' stroke='%231f3ee6' stroke-width='4'/><circle cx='74' cy='84' r='24' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='132' cy='84' r='24' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='132' cy='122' r='18' fill='none' stroke='%23ffffff' stroke-width='2' opacity='0.35'/><circle cx='74' cy='122' r='24' fill='%23ff3d16' opacity='0.85'/><circle cx='74' cy='122' r='14' fill='%23ff7a3c'/></svg>")
}

/* ===== PANNEAU MOBILE (une seule fois) ===== */
.handly #mobilePanel {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 132px;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  background: var(--indigo) !important;
  color: #fff !important;
  z-index: 9000 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto;
  padding: 15px 0 0 !important;
  gap: 0 !important;
  border: 0 !important;
  box-shadow: 0 24px 40px rgba(0, 0, 0, .28);
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.23, 1, .32, 1), visibility .3s;
  visibility: hidden;
  pointer-events: none
}

.handly #mobilePanel.open,
.handly #mobilePanel.active {
  transform: translateX(0) !important;
  visibility: visible !important;
  pointer-events: auto !important
}

.handly #mobilePanel .mp-top {
  display: none !important
}

.handly #mobilePanel .m-acc {
  border-bottom: 1px solid rgba(255, 255, 255, .13) !important;
  padding: 0 18px !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0 !important
}

.handly #mobilePanel .m-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.handly #mobilePanel .m-parent,
.handly #mobilePanel .m-direct {
  flex: 1;
  min-width: 0;
  color: #fff !important;
  font-family: 'Baloo 2', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 16px 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none !important
}

.handly #mobilePanel .m-toggle {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, .12) !important;
  border: none !important;
  border-radius: 11px !important;
  display: grid !important;
  place-items: center;
  cursor: pointer;
  padding: 0 !important
}

.handly #mobilePanel .m-toggle .chev {
  display: block;
  width: 11px;
  height: 11px;
  border: none !important;
  border-right: 2.5px solid #fff !important;
  border-bottom: 2.5px solid #fff !important;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform .25s cubic-bezier(.23, 1, .32, 1)
}

.handly #mobilePanel .m-acc.open .m-toggle {
  background: var(--lemon) !important
}

.handly #mobilePanel .m-acc.open .m-toggle .chev {
  border-color: #1d1d1b !important;
  transform: rotate(-135deg);
  margin-top: 4px
}

.handly #mobilePanel .m-sub {
  display: grid !important;
  grid-template-rows: 0fr !important;
  transition: grid-template-rows .3s cubic-bezier(.23, 1, .32, 1) !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: hidden !important
}

.handly #mobilePanel .m-acc.open .m-sub {
  grid-template-rows: 1fr !important
}

.handly #mobilePanel .m-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 2px;
  min-height: 0
}

.handly #mobilePanel .m-inner a {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  padding: 12px 0 12px 16px !important;
  text-decoration: none !important;
  border-left: 2px solid rgba(255, 255, 255, .25);
  background: none !important
}

.handly #mobilePanel .m-inner a:last-child {
  margin-bottom: 14px
}

.handly #mobilePanel .m-cta {
  margin-top: auto;
  padding: 18px !important;
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  flex-shrink: 0
}

.handly #mobilePanel .m-cta .btn {
  justify-content: center !important;
  padding: 15px !important;
  font-size: 16px !important;
  width: 100%
}

.handly #mobilePanel .m-cta .btn-call {
  background: #fff !important;
  color: var(--indigo) !important;
  border-color: #fff !important
}

.handly #mobilePanel .m-cta .btn-quote {
  background: var(--red) !important;
  color: #fff !important
}

/* ===== BACK TO TOP ===== */
.ft-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: #0f172a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 999
}

.ft-to-top svg {
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease
}

.ft-to-top:hover {
  background-color: #ff4a3d;
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px)
}

.ft-to-top:hover svg {
  transform: translateY(-2px)
}

.ft-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

/* ===== PILIER — HERO ===== */
.pil-hero {
  position: relative;
  background: var(--indigo);
  color: #fff;
  padding: 26px 0 56px;
  overflow: hidden
}

.pil-hero::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--purple);
  opacity: .28;
  top: -140px;
  right: -90px;
  pointer-events: none
}

.pil-hero::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--razz);
  opacity: .20;
  bottom: -120px;
  left: -90px;
  pointer-events: none
}

.pil-hero .wrap {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.pil-bc {
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
  margin: 0 0 20px
}

.pil-bc a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none
}

.pil-bc a:hover {
  color: var(--lemon)
}

.pil-bc span {
  margin: 0 7px;
  opacity: .6
}

.pil-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center
}

.pil-kick {
  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 15px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--lemon);
  text-transform: uppercase;
  letter-spacing: .08em
}

.pil-hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-size: clamp(31px, 4.2vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.5px;
  margin: 16px 0 14px;
  color: #fff
}

.pil-hero h1 .hl {
  color: var(--lemon)
}

.pil-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px
}

.pil-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  color: var(--black)
}

.pil-badge .st {
  color: var(--razz);
  letter-spacing: 1px
}

.pil-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--indigo)
}

.pil-hero .pil-sub {
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  max-width: 540px;
  margin: 0 0 24px
}

.pil-hero .pil-sub b {
  font-weight: 800;
  color: #fff;
  box-shadow: inset 0 -0.5em 0 rgba(242, 238, 0, .28)
}

.pil-hero .pil-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.pil-hero .btn-quote {
  padding: 14px 26px;
  font-size: 16px
}

.pil-hero .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .55);
  transition: background .18s ease, border-color .18s ease
}

.pil-hero .hero-form {
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 0 22px 50px -18px rgba(0, 0, 0, .4);
  max-width: 420px;
  margin-left: auto
}

.pil-hero .hf-kick {
  display: inline-block;
  background: #eef0ff;
  color: var(--indigo);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 4px 11px;
  border-radius: 999px
}

.pil-hero .hf-title {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 23px;
  color: var(--indigo);
  margin: 12px 0 4px;
  line-height: 1.12
}

.pil-hero .hf-sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 16px;
  line-height: 1.45
}

.pil-hero .hf-field {
  margin-bottom: 11px
}

.pil-hero .hf-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px
}

.pil-hero .hf-field .req {
  color: var(--red)
}

.pil-hero .hf-field input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 14px;
  font-family: inherit;
  color: var(--black);
  background: #fff;
  transition: border-color 150ms var(--ease), box-shadow 150ms var(--ease)
}

.pil-hero .hf-field input:focus {
  outline: none;
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(31, 62, 230, .15)
}

.pil-hero .hf-field input::placeholder {
  color: #9a9a93
}

.pil-hero .hf-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .5px;
  cursor: pointer;
  margin-top: 6px;
  box-shadow: 0 12px 24px -10px var(--red);
  transition: background 180ms var(--ease), transform 160ms var(--ease)
}

.pil-hero .hf-btn:active {
  transform: scale(0.985)
}

.pil-hero .hf-btn .lbl {
  transition: opacity 140ms var(--ease)
}

.pil-hero .hf-btn .spin {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: spin .7s linear infinite
}

.pil-hero .hf-btn .done-ico {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 160ms var(--ease)
}

.pil-hero .hf-btn.loading .lbl,
.pil-hero .hf-btn.done .lbl {
  opacity: 0
}

.pil-hero .hf-btn.loading .spin {
  opacity: 1
}

.pil-hero .hf-btn.done {
  background: #16794f;
  box-shadow: 0 12px 24px -10px #16794f
}

.pil-hero .hf-btn.done .done-ico {
  opacity: 1
}

.pil-hero .hf-reassure {
  font-size: 12px;
  font-weight: 700;
  color: #16794f;
  margin: 11px 0 0;
  display: flex;
  gap: 6px;
  align-items: center
}

.pil-hero .hf-rgpd {
  font-size: 10.5px;
  color: #9a9a93;
  margin: 7px 0 0;
  line-height: 1.4
}

/* ===== PILIER — INTRO / AVIS / SECTEUR / ARTISAN / STATS ===== */
.pil-intro {
  background: var(--linen);
  padding: 66px 0
}

.pil-intro .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.pil-intro .ig {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center
}

.pil-intro .lead {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 18px 0 0;
  max-width: 560px
}

.pil-intro .lead+.lead {
  margin-top: 16px
}

.pil-intro .lead b {
  color: var(--black)
}

.pil-intro .lead a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.pil-intro .lead a:hover {
  text-decoration-color: var(--indigo)
}

.pil-intro .h2 {
  margin: 0 0 4px
}

.pil-intro .pts {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.pil-intro .pts li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--black)
}

.pil-intro .pts .c {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
  margin-top: 1px
}

.pil-intro .ph {
  aspect-ratio: 4/3;
  border-radius: 20px;
  border: 2px dashed var(--line);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow)
}

.pil-intro .ph span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.35
}

.pil-intro .ph small {
  display: block;
  margin-top: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  opacity: .7
}

.pil-avis {
  background: var(--linen);
  padding: 64px 0 72px
}

.pil-avis .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.pil-avis .rh {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 30px
}

.pil-avis .rh .h2 {
  margin: 12px 0 12px
}

.pil-avis .rh .h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%)
}

.pil-avis .rh .badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--black)
}

.pil-avis .rh .badge .st {
  color: var(--razz);
  letter-spacing: 1.5px
}

.pil-avis .marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent)
}

.pil-avis .track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: pilscroll 46s linear infinite
}

.pil-avis .marquee:hover .track {
  animation-play-state: paused
}

.pil-avis .rev-card {
  flex: 0 0 358px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 14px 34px -22px rgba(29, 29, 27, .30);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease
}

.pil-avis .rev-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px
}

.pil-avis .rev-av {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 14px
}

.pil-avis .rev-nm {
  margin: 0;
  font-weight: 800;
  font-size: 14.5px;
  color: var(--black)
}

.pil-avis .rev-mt {
  margin: 1px 0 0;
  font-size: 12px;
  color: var(--ink-soft)
}

.pil-avis .rev-g {
  flex-shrink: 0;
  margin-left: auto;
  width: 30px;
  height: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center
}

.pil-avis .rev-g svg {
  width: 17px;
  height: 17px;
  display: block
}

.pil-avis .rev-st {
  color: var(--razz);
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 8px
}

.pil-avis .rev-tx {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.62;
  color: #3c3c37
}

.pil-avis .rev-more {
  text-align: center;
  margin-top: 30px
}

.pil-avis .rev-more .btn {
  background: transparent;
  color: var(--indigo);
  border-color: var(--indigo)
}

.pil-secteur {
  background: var(--white);
  padding: 70px 0 82px;
  overflow: hidden
}

.pil-secteur .sect-head {
  max-width: 720px;
  margin: 0 0 34px
}

.pil-secteur .sect-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 12px
}

.pil-secteur .sect-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.pil-secteur .sect-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0
}

.pil-secteur .sect-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: stretch
}

.pil-secteur .sect-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.pil-secteur .sect-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 14px 32px -22px rgba(29, 29, 27, .5);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.pil-secteur .sect-pin {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff
}

.pil-secteur .sect-card:nth-child(1) .sect-pin {
  background: var(--indigo)
}

.pil-secteur .sect-card:nth-child(2) .sect-pin {
  background: var(--razz)
}

.pil-secteur .sect-card:nth-child(3) .sect-pin {
  background: var(--purple)
}

.pil-secteur .sect-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  margin: 2px 0 6px
}

.pil-secteur .sect-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--ink-soft)
}

.pil-secteur .sect-card a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.pil-secteur .sect-card a:hover {
  text-decoration-color: var(--indigo)
}

.pil-secteur .sect-map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px -24px rgba(29, 29, 27, .5)
}

.pil-secteur .sect-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.04)
}

.pil-secteur .sect-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background: rgba(29, 29, 27, .92);
  color: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  backdrop-filter: blur(2px);
  box-shadow: 0 10px 26px -12px rgba(0, 0, 0, .6)
}

.pil-secteur .sect-badge .sb-pin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 9px
}

.pil-secteur .sect-badge .sb-pin svg {
  color: var(--lemon)
}

.pil-secteur .sect-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.pil-secteur .sect-chips span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff
}

.pil-artisan {
  background: var(--linen);
  padding: 72px 0 84px;
  overflow: hidden
}

.pil-artisan .art-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center
}

.pil-artisan .art-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 14px
}

.pil-artisan .art-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.pil-artisan .art-intro {
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 auto
}

.pil-artisan .art-intro b {
  color: var(--black);
  font-weight: 700
}

.pil-artisan .ba-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 940px;
  margin: 44px auto 0;
  align-items: stretch
}

.pil-artisan .ba-card {
  position: relative;
  border-radius: 20px;
  padding: 28px 26px;
  background: var(--white)
}

.pil-artisan .ba-card.before {
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px -20px rgba(29, 29, 27, .4)
}

.pil-artisan .ba-card.after {
  border: 2px solid var(--indigo);
  box-shadow: 0 22px 46px -22px rgba(31, 62, 230, .45)
}

.pil-artisan .ba-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px
}

.pil-artisan .before .ba-tag {
  background: #eceae2;
  color: #8a897f
}

.pil-artisan .after .ba-tag {
  background: var(--indigo);
  color: #fff
}

.pil-artisan .ba-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--black);
  margin: 0 0 16px
}

.pil-artisan .before h3 {
  color: #6f6e65
}

.pil-artisan .ba-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px
}

.pil-artisan .ba-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  font-size: 14.5px;
  line-height: 1.5
}

.pil-artisan .before .ba-list li {
  color: #7d7c72
}

.pil-artisan .after .ba-list li {
  color: var(--black)
}

.pil-artisan .ba-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: 1px
}

.pil-artisan .before .ba-ico {
  background: #eceae2;
  color: #a4a399
}

.pil-artisan .after .ba-ico {
  background: var(--lemon);
  color: var(--black)
}

.pil-artisan .ba-sep {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none
}

.pil-artisan .ba-vs {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, #ff5fa0, var(--razz) 56%, #b81e5c);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .5px;
  border: 3px solid var(--lemon);
  box-shadow: 0 0 0 5px rgba(232, 52, 123, .18), 0 14px 28px -10px rgba(232, 52, 123, .65);
  animation: baPulse 1.9s var(--ease) infinite
}

.pil-artisan .ba-vs-m {
  display: none
}

.pil-stats {
  background: linear-gradient(120deg, #1f3ee6, #1731b8);
  padding: 54px 0
}

.pil-stats .stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto
}

.pil-stats .stat {
  text-align: center;
  padding: 22px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05)
}

.pil-stats .stat .n {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1;
  color: var(--lemon);
  letter-spacing: -.5px
}

.pil-stats .stat .l {
  margin-top: 9px;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .82)
}

.pil-choix {
  background: var(--white);
  padding: 70px 0 82px;
  overflow: hidden
}

.pil-choix .cx-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px
}

.pil-choix .cx-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 12px
}

.pil-choix .cx-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.pil-choix .cx-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto
}

.pil-choix .cx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
  align-items: stretch
}

.pil-choix .cx-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 16px 38px -24px rgba(29, 29, 27, .45);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease)
}

.pil-choix .cx-ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 16px
}

.pil-choix .cx-card:nth-child(1) .cx-ico {
  background: var(--indigo)
}

.pil-choix .cx-card:nth-child(2) .cx-ico {
  background: var(--razz)
}

.pil-choix .cx-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--black);
  margin: 0 0 10px
}

.pil-choix .cx-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-soft)
}

.pil-choix .cx-card a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px
}

.pil-choix .cx-card:nth-child(1) a {
  color: var(--indigo);
  text-decoration-color: rgba(31, 62, 230, .35)
}

.pil-choix .cx-card:nth-child(1) a:hover {
  text-decoration-color: var(--indigo)
}

.pil-choix .cx-card:nth-child(2) a {
  color: var(--razz);
  text-decoration-color: rgba(232, 52, 123, .35)
}

.pil-choix .cx-card:nth-child(2) a:hover {
  text-decoration-color: var(--razz)
}

/* ===== SŒUR — LV HERO / PIECES / ARTISAN ===== */
.lv-hero {
  position: relative;
  background: linear-gradient(160deg, #2743ea 0%, #1f3ee6 45%, #182fc0 100%);
  color: #fff;
  padding: 96px 0 92px;
  overflow: hidden
}

.lv-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(55% 75% at 100% 0%, rgba(255, 255, 255, .16), transparent 62%);
  pointer-events: none
}

.lv-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(158, 78, 237, .28);
  filter: blur(20px);
  bottom: -220px;
  left: -120px;
  pointer-events: none
}

.lv-hero .wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: auto;
  padding: 0 24px
}

.lv-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center
}

.lv-hero .lv-viz {
  justify-self: end;
  width: 100%;
  max-width: 470px
}

.lv-hero .lv-viz svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 26px 46px rgba(0, 0, 0, .25))
}

.lv-hero .lv-bc {
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
  margin: 0 0 30px
}

.lv-hero .lv-bc a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none
}

.lv-hero .lv-bc a:hover {
  color: var(--lemon)
}

.lv-hero .lv-bc span {
  margin: 0 7px;
  opacity: .55
}

.lv-hero .lv-in {
  max-width: 620px
}

.lv-hero .lv-uvp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center
}

.lv-hero .lv-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700
}

.lv-hero .lv-pill .st {
  color: var(--lemon);
  letter-spacing: 1px
}

.lv-hero .lv-pill .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lemon);
  flex: 0 0 auto
}

.lv-hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.07;
  letter-spacing: -1px;
  margin: 22px 0 20px;
  color: #fff
}

.lv-hero h1 .hl {
  background: linear-gradient(transparent 81%, var(--lemon) 81%);
  padding: 0 3px
}

.lv-hero .lv-sub {
  font-size: 17px;
  line-height: 1.62;
  color: #fff;
  max-width: 610px;
  margin: 0 0 32px
}

.lv-hero .lv-sub b {
  font-weight: 800;
  box-shadow: inset 0 -0.5em 0 rgba(242, 238, 0, .28)
}

.lv-hero .lv-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px
}

.lv-hero .btn-quote {
  padding: 14px 26px;
  font-size: 16px
}

.lv-hero .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .55);
  transition: background .18s var(--ease), border-color .18s var(--ease)
}

.lv-pieces {
  position: relative;
  background: linear-gradient(160deg, #a45cf0 0%, #9e4eed 42%, #8636d6 100%);
  padding: 72px 0 80px;
  overflow: hidden
}

.lv-pieces::before {
  content: '';
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  top: -210px;
  right: -100px;
  pointer-events: none
}

.lv-pieces .wrap {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: auto;
  padding: 0 24px
}

.lv-pieces .pc-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center
}

.lv-pieces .sec-kicker {
  color: var(--lemon)
}

.lv-pieces .pc-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: #fff;
  margin: 12px 0 12px
}

.lv-pieces .pc-h2 .hl {
  color: var(--lemon)
}

.lv-pieces .pc-intro {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .9);
  max-width: 620px;
  margin: 0 auto
}

.lv-pieces .pc-marquee {
  margin: 36px 0 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent)
}

.lv-pieces .pc-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: pcscroll 34s linear infinite
}

.lv-pieces .pc-marquee:hover .pc-track {
  animation-play-state: paused
}

.lv-pieces .pc-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 36px 0 0
}

.lv-pieces .pc-card {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  padding: 15px 22px;
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: background .2s var(--ease), transform .2s var(--ease)
}

.lv-pieces .pc-card .d {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lemon);
  flex: 0 0 auto
}

.lv-pieces .pc-note {
  margin: 28px auto 0;
  max-width: 680px;
  font-size: 14.5px;
  line-height: 1.62;
  color: rgba(255, 255, 255, .9);
  text-align: center
}

.lv-pieces .pc-note b {
  color: #fff;
  font-weight: 700
}

.lv-pieces .pc-marques {
  text-align: center;
  margin: 28px auto 0;
  max-width: 680px;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .82)
}

.lv-pieces .pc-marques b {
  color: #fff;
  font-weight: 700
}

.lv-artisan {
  background: var(--linen);
  padding: 66px 0
}

.lv-artisan .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.lv-artisan .ig {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center
}

.lv-artisan .ph {
  aspect-ratio: 4/3;
  border-radius: 20px;
  border: 2px dashed var(--line);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow)
}

.lv-artisan .ph span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.35
}

.lv-artisan .ph small {
  display: block;
  margin-top: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  opacity: .7
}

.lv-artisan .la-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 14px
}

.lv-artisan .la-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.lv-artisan .la-lead {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 560px
}

.lv-artisan .la-lead+.la-lead {
  margin-top: 16px
}

.lv-artisan .la-lead b {
  color: var(--black)
}

.lv-artisan .la-encart {
  margin: 20px 0 0;
  max-width: 560px;
  padding: 16px 20px;
  background: var(--white);
  border-left: 4px solid var(--indigo);
  border-radius: 10px;
  box-shadow: 0 12px 30px -20px rgba(29, 29, 27, .4)
}

.lv-artisan .la-encart p {
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink-soft);
  font-style: italic;
  margin: 0
}

.lv-artisan .la-encart .sig {
  display: block;
  margin-top: 9px;
  font-style: normal;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--black)
}

.lv-artisan .la-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0
}

/* ===== SECTIONS ENFANTS : LVP / LVM / ROCADE / PIA-ROCADE ===== */
.lvp {
  background: var(--linen);
  padding: 72px 0
}

.lvp .wrap {
  max-width: 1120px;
  margin: auto;
  padding: 0 24px
}

.lvp .lvp-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center
}

.lvp .sec-kicker {
  color: var(--indigo)
}

.lvp .lvp-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 12px
}

.lvp .lvp-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.lvp .lvp-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto
}

.lvp .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch
}

.lvp .card {
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left
}

.lvp .card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 19px;
  margin: 0 0 12px;
  line-height: 1.22
}

.lvp .c-w {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px -24px rgba(29, 29, 27, .4)
}

.lvp .c-w.acc-red {
  border-top: 4px solid var(--red)
}

.lvp .c-w h3 {
  color: var(--black)
}

.lvp .c-w p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0
}

.lvp .c-w p a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.lvp .c-w p a:hover {
  text-decoration-color: var(--indigo)
}

.lvp .c-w b {
  color: var(--black)
}

.lvp .c-pieces {
  background: linear-gradient(160deg, #a45cf0 0%, #9e4eed 42%, #8636d6 100%);
  color: #fff
}

.lvp .c-pieces h3 {
  color: #fff
}

.lvp .c-pieces p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  margin: 0
}

.lvp .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0
}

.lvp .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700
}

.lvp .chip .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lemon);
  flex: 0 0 auto
}

.lvm {
  background: var(--white);
  padding: 72px 0
}

.lvm .wrap {
  max-width: 1120px;
  margin: auto;
  padding: 0 24px
}

.lvm .lvm-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center
}

.lvm .sec-kicker {
  color: var(--razz)
}

.lvm .lvm-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 12px
}

.lvm .lvm-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.lvm .lvm-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 660px;
  margin: 0 auto
}

.lvm .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch
}

.lvm .card {
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left;
  background: var(--linen);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px -26px rgba(29, 29, 27, .4)
}

.lvm .card.acc-red {
  border-top: 4px solid var(--red)
}

.lvm .card.acc-indigo {
  border-top: 4px solid var(--indigo)
}

.lvm .card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 19px;
  margin: 0 0 12px;
  line-height: 1.22;
  color: var(--black)
}

.lvm .card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0
}

.lvm .card b {
  color: var(--black)
}

.rocade-sec {
  background: var(--white);
  padding: 72px 0
}

.rocade-sec .wrap {
  max-width: 1180px;
  margin: auto;
  padding: 0 24px
}

.rocade-sec .ig {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center
}

.rocade-sec .sec-kicker {
  color: var(--indigo)
}

.rocade-sec .roc-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 14px
}

.rocade-sec .roc-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.rocade-sec .roc-lead {
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 0 26px
}

.rocade-sec .roc-lead a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.rocade-sec .roc-lead a:hover {
  text-decoration-color: var(--indigo)
}

.rocade-sec .roc-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--indigo);
  color: #fff;
  border: 2px solid var(--indigo);
  transition: background .18s var(--ease), color .18s var(--ease)
}

.rocade-sec .roc-cta .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: rocPulse 1.6s infinite
}

.rocade-sec .ph {
  aspect-ratio: 4/3;
  border-radius: 20px;
  border: 2px dashed var(--line);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow)
}

.rocade-sec .ph span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.35
}

.rocade-sec .ph small {
  display: block;
  margin-top: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  opacity: .7
}

.pia-rocade {
  background: var(--white);
  padding: 72px 0
}

.pia-rocade .wrap {
  max-width: 1180px;
  margin: auto;
  padding: 0 24px
}

.pia-rocade .ig {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center
}

.pia-rocade .sec-kicker {
  color: var(--indigo)
}

.pia-rocade .pia-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 14px
}

.pia-rocade .pia-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.pia-rocade .pia-lead {
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 560px;
  margin: 0 0 26px
}

.pia-rocade .pia-lead a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.pia-rocade .pia-lead a:hover {
  text-decoration-color: var(--indigo)
}

.pia-rocade .pia-cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--indigo);
  color: #fff;
  border: 2px solid var(--indigo);
  transition: background .18s var(--ease), color .18s var(--ease)
}

.pia-rocade .pia-cta .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  animation: piaPulse 1.6s infinite
}

.pia-rocade .ph {
  aspect-ratio: 4/3;
  border-radius: 20px;
  border: 2px dashed var(--line);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow)
}

.pia-rocade .ph span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.35
}

.pia-rocade .ph small {
  display: block;
  margin-top: 4px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  opacity: .7
}

/* ===== ER31 / VO-SEC / PF-FINAL / ENT-SEC / REA-SEC ===== */
.er31 {
  background: var(--linen);
  padding: 72px 0 82px
}

.er31 .wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 24px
}

.er31 .er-head {
  max-width: 720px;
  margin: 0 auto;
  text-align: center
}

.er31 .sec-kicker {
  color: var(--razz)
}

.er31 .er-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.5vw, 38px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 12px
}

.er31 .er-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.er31 .er-intro {
  font-size: 16.5px;
  line-height: 1.68;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto
}

.er31 .er-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 36px 0 0;
  align-items: stretch
}

.er31 .er-card {
  border-radius: 20px;
  padding: 26px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px -22px rgba(29, 29, 27, .4)
}

.er31 .er-card.bad {
  border-top: 4px solid var(--red)
}

.er31 .er-card.good {
  border-top: 4px solid var(--indigo);
  box-shadow: 0 22px 46px -22px rgba(31, 62, 230, .4)
}

.er31 .er-tag {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px
}

.er31 .bad .er-tag {
  background: #fdecee;
  color: var(--red)
}

.er31 .good .er-tag {
  background: #eef0ff;
  color: var(--indigo)
}

.er31 .er-card h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--black);
  margin: 0 0 10px
}

.er31 .er-card p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-soft)
}

.er31 .er-price {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin: 12px 0 0
}

.er31 .bad .er-price {
  color: var(--red)
}

.er31 .good .er-price {
  color: var(--indigo)
}

.er31 .er-founder {
  max-width: 760px;
  margin: 26px auto 0;
  background: var(--white);
  border-left: 4px solid var(--indigo);
  border-radius: 12px;
  padding: 18px 22px;
  box-shadow: 0 14px 34px -22px rgba(29, 29, 27, .4)
}

.er31 .er-founder p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-soft);
  font-style: italic
}

.er31 .er-founder .sig {
  display: block;
  margin-top: 9px;
  font-style: normal;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--black)
}

.er31 .er-res {
  max-width: 720px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-soft)
}

.er31 .er-res b {
  color: var(--black)
}

.er31 .er-cta {
  text-align: center;
  margin-top: 24px
}

.er31 .er-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 15.5px;
  padding: 14px 28px;
  border-radius: 999px;
  background: transparent;
  color: var(--red);
  border: 2px solid var(--red);
  transition: background .18s var(--ease), color .18s var(--ease)
}

.vo-sec {
  background: linear-gradient(120deg, #1f3ee6, #1731b8);
  padding: 72px 0
}

.vo-sec .wrap {
  max-width: 1280px;
  margin: auto;
  padding: 0 24px
}

.vo-sec .ig {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center
}

.vo-sec .sec-kicker {
  color: var(--lemon)
}

.vo-sec .h2 {
  color: #fff
}

.vo-sec .h2 .hl {
  background: none;
  color: var(--lemon)
}

.vo-sec .lead {
  font-size: 16.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .92);
  margin: 18px 0 0;
  max-width: 560px
}

.vo-sec .lead+.lead {
  margin-top: 14px
}

.vo-sec .lead a {
  color: var(--lemon);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(242, 238, 0, .45);
  text-underline-offset: 2px
}

.vo-sec .lead a:hover {
  text-decoration-color: var(--lemon)
}

.vo-sec .vo-cluster {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 400px;
  width: 100%;
  margin: 0 auto
}

.vo-sec .vo-photo {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .55);
  background: repeating-linear-gradient(45deg, #faf9f4, #faf9f4 10px, #f1f0e8 10px, #f1f0e8 20px);
  display: grid;
  place-items: center;
  text-align: center;
  transition: transform .3s var(--ease)
}

.vo-sec .vo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.vo-sec .vo-photo span {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.3;
  padding: 0 10px
}

.vo-sec .vo-photo small {
  display: block;
  margin-top: 3px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 10.5px;
  opacity: .75
}

.vo-sec .vo-photo.p1 {
  width: 64%;
  height: 64%;
  top: 2%;
  left: 0;
  z-index: 2;
  transform: rotate(-4deg)
}

.vo-sec .vo-photo.p2 {
  width: 58%;
  height: 58%;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotate(5deg)
}

.pf-final {
  background: linear-gradient(120deg, #1f3ee6, #1731b8);
  padding: 60px 0
}

.pf-final .wrap {
  max-width: 760px;
  margin: auto;
  padding: 0 24px;
  text-align: center;
  color: #fff
}

.pf-final h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.14;
  margin: 0 0 12px;
  color: #fff
}

.pf-final p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .92);
  margin: 0 auto 24px;
  max-width: 620px
}

.pf-final .fa-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
  align-items: center
}

.pf-final .fa-cta .btn-quote {
  padding: 15px 30px;
  font-size: 16px
}

.pf-final .fa-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: 999px;
  background: transparent;
  color: #000;
  border: 2px solid rgb(8 8 8 / 55%);
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease)
}

.ent-sec {
  background: var(--linen);
  padding: 64px 0
}

.ent-sec .wrap {
  max-width: 820px;
  margin: auto;
  padding: 0 24px;
  text-align: center
}

.ent-sec .sec-kicker {
  color: var(--indigo)
}

.ent-sec .ent-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 16px
}

.ent-sec .ent-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.ent-sec .ent-lead {
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto
}

.ent-sec .ent-lead a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.ent-sec .ent-lead a:hover {
  text-decoration-color: var(--indigo)
}

.ent-sec .ent-lead b {
  color: var(--black)
}

.rea-sec {
  background: var(--white);
  padding: 64px 0
}

.rea-sec .wrap {
  max-width: 820px;
  margin: auto;
  padding: 0 24px;
  text-align: center
}

.rea-sec .sec-kicker {
  color: var(--indigo)
}

.rea-sec .rea-h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: -.4px;
  color: var(--black);
  margin: 12px 0 16px
}

.rea-sec .rea-h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.rea-sec .rea-lead {
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 700px;
  margin: 0 auto
}

.rea-sec .rea-lead a {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .35);
  text-underline-offset: 2px
}

.rea-sec .rea-lead a:hover {
  text-decoration-color: var(--indigo)
}

.rea-sec .rea-lead b {
  color: var(--black)
}

/* ===== KEYFRAMES (une seule fois) ===== */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes scroll {
  to {
    transform: translateX(-50%)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes gblink {
  50% {
    opacity: 0
  }
}

@keyframes revscroll {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-50%)
  }
}

@keyframes hy-brands {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes pilscroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes pcscroll {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes baPulse {

  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(232, 52, 123, .18), 0 14px 28px -10px rgba(232, 52, 123, .65);
    transform: scale(1)
  }

  50% {
    box-shadow: 0 0 0 11px rgba(232, 52, 123, .05), 0 18px 36px -8px rgba(232, 52, 123, .8);
    transform: scale(1.05)
  }
}

@keyframes rocPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes rocPulseDark {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 62, 230, .55)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(31, 62, 230, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(31, 62, 230, 0)
  }
}

@keyframes piaPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

@keyframes piaPulseDark {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 62, 230, .55)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(31, 62, 230, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(31, 62, 230, 0)
  }
}

@keyframes pxPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

/* ===== HOVER (une seule fois) ===== */
@media(hover:hover) and (pointer:fine) {
  .btn-call:hover {
    background: var(--indigo);
    color: var(--white)
  }

  .btn-quote:hover {
    transform: translateY(-2px) rotate(-.5deg);
    background: #d20f20
  }

  .mega-col li a:hover {
    background: var(--linen)
  }

  .hf-btn:hover {
    transform: translateY(-2px);
    background: #d20f20
  }

  .marquee img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.06)
  }

  .rev-more-btn:hover {
    background: var(--indigo);
    color: var(--white)
  }

  .hy-intro .btn-about:hover {
    border-color: var(--indigo);
    color: var(--indigo);
    transform: translateY(-2px)
  }

  .hy-fam .fam-cta a:hover {
    text-decoration-color: var(--indigo)
  }

  .hy-fam .fam-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 26px 50px -20px rgba(29, 29, 27, .55)
  }

  .hy-smeg .smeg-card a:hover {
    text-decoration-color: var(--indigo)
  }

  .hy-gaspi .gaspi-card a:hover {
    text-decoration-color: var(--indigo)
  }

  .pil-hero .btn-ghost:hover {
    background: #fff;
    color: var(--indigo);
    border-color: #fff
  }

  .pil-hero .hf-btn:hover {
    transform: translateY(-2px);
    background: #d20f20
  }

  .pil-avis .rev-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -22px rgba(29, 29, 27, .4)
  }

  .pil-avis .rev-more .btn:hover {
    background: var(--indigo);
    color: #fff
  }

  .pil-secteur .sect-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px -22px rgba(29, 29, 27, .55)
  }

  .pil-choix .cx-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 52px -24px rgba(29, 29, 27, .5)
  }

  .lv-hero .btn-ghost:hover {
    background: #fff;
    color: var(--indigo);
    border-color: #fff
  }

  .lv-pieces .pc-card:hover {
    background: rgba(255, 255, 255, .16);
    transform: translateY(-3px)
  }

  .lv-artisan .la-btns .btn:hover {
    transform: translateY(-2px)
  }

  .rocade-sec .roc-cta:hover {
    background: #fff;
    color: var(--indigo)
  }

  .rocade-sec .roc-cta:hover .dot {
    background: var(--indigo);
    animation: rocPulseDark 1.6s infinite
  }

  .pia-rocade .pia-cta:hover {
    background: #fff;
    color: var(--indigo)
  }

  .pia-rocade .pia-cta:hover .dot {
    background: var(--indigo);
    animation: piaPulseDark 1.6s infinite
  }

  .er31 .er-cta a:hover {
    background: var(--red);
    color: #fff
  }

  .hy-price .pf-cta a:hover {
    background: #d20f20;
    border-color: #d20f20
  }

  .hy-price .px-cta:hover {
    background: #d20f20;
    border-color: #d20f20;
    transform: translateY(-2px)
  }

  .vo-sec .vo-cluster:hover .vo-photo.p1 {
    transform: rotate(-6deg) translateY(-4px)
  }

  .vo-sec .vo-cluster:hover .vo-photo.p2 {
    transform: rotate(7deg) translateY(4px)
  }

  .pf-final .fa-cta:hover {
    transform: translateY(-2px)
  }

  .pf-final .fa-ghost:hover {
    background: #fff;
    color: var(--indigo);
    border-color: #fff
  }
}

/* ===== PREFERS-REDUCED-MOTION (une seule fois) ===== */
@media(prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }

  .btn .pulse {
    animation: none
  }

  .marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px
  }

  .marquee img {
    margin-right: 0
  }

  .reviews .rev-track {
    animation: none
  }

  .reviews .rev-wall {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none
  }

  .handly .brands .marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center
  }

  .pil-avis .track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto
  }

  .pil-avis .marquee {
    -webkit-mask-image: none;
    mask-image: none
  }

  .pil-artisan .ba-vs {
    animation: none
  }

  .lv-pieces .pc-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto
  }

  .lv-pieces .pc-marquee {
    -webkit-mask-image: none;
    mask-image: none
  }
}

/* ===== RESPONSIVE (consolidé) ===== */
@media(max-width:1080px) {
  .menu {
    display: none
  }

  .hy-cta {
    display: none
  }

  .burger {
    display: flex
  }

  .mobile-panel {
    display: block;
    position: fixed;
    inset: 0 0 0 0;
    top: var(--header-h);
    background: var(--linen);
    z-index: 200;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 280ms var(--ease-drawer);
    padding: 18px 22px 40px
  }

  .mobile-panel.open {
    transform: translateX(0)
  }

  .m-acc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--line)
  }

  .m-acc>.m-parent,
  .m-acc>a.m-direct {
    flex: 1;
    min-width: 0;
    padding: 16px 4px;
    font-size: 17px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px
  }

  .m-acc>.m-toggle {
    flex: 0 0 auto;
    background: none;
    border: none;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
  }

  .m-acc>.m-toggle .chev {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--ink-soft);
    border-bottom: 2px solid var(--ink-soft);
    transform: rotate(45deg);
    transition: transform 220ms var(--ease)
  }

  .m-acc.open>.m-toggle .chev {
    transform: rotate(-135deg)
  }

  .m-sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms var(--ease)
  }

  .m-sub>.m-inner {
    overflow: hidden;
    min-height: 0
  }

  .m-acc.open .m-sub {
    grid-template-rows: 1fr
  }

  .m-sub a {
    display: block;
    padding: 10px 4px 10px 24px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--ink-soft)
  }

  .m-sub a.pil {
    color: var(--black);
    font-weight: 800
  }

  .m-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px
  }
}

@media(max-width:900px) {
  .hy-footer .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px
  }

  .rev-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto
  }

  .reviews .rev-wall-cols {
    grid-template-columns: 1fr 1fr
  }

  .reviews .rev-col:nth-child(3) {
    display: none
  }

  .hy-zone {
    padding: 56px 0
  }

  .hy-zone .zone-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .hy-zone .z-lead {
    max-width: none
  }

  .pil-secteur .sect-grid {
    grid-template-columns: 1fr
  }

  .pil-secteur .sect-map {
    min-height: 340px;
    order: -1
  }

  .pil-stats .stat-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .lv-hero .hero-grid {
    grid-template-columns: 1fr
  }

  .lv-hero .lv-viz {
    display: none
  }
}

@media(max-width:860px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .hero::before {
    background: rgba(237, 236, 226, .90)
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .stat-grid {
    margin: 0 auto
  }

  .why-quote-row {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .why-visual {
    max-width: 220px
  }

  .hero {
    min-height: 100svh !important;
    padding: 28px 0 !important
  }

  .hy-intro .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .hy-intro .intro-photo {
    max-width: 340px;
    margin: 0 auto
  }

  .pil-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .pil-hero .hero-form {
    margin: 0;
    max-width: none
  }

  .pil-intro .ig {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .pil-intro .ph {
    max-width: 420px;
    margin: 0 auto;
    width: 100%
  }

  .rocade-sec .ig {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .rocade-sec .ph {
    max-width: 420px;
    margin: 0 auto;
    width: 100%
  }

  .pia-rocade .ig {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .pia-rocade .ph {
    max-width: 420px;
    margin: 0 auto;
    width: 100%
  }

  .vo-sec .ig {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .vo-sec .vo-cluster {
    max-width: 340px
  }

  .lvp .grid {
    grid-template-columns: 1fr
  }

  .lvm .grid {
    grid-template-columns: 1fr
  }

  .lv-artisan .ig {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .lv-artisan .la-txt {
    order: 1
  }

  .lv-artisan .ph {
    order: 2;
    max-width: 440px;
    margin: 0 auto;
    width: 100%
  }
}

@media(max-width:820px) {
  .hy-tb {
    font-size: 12.5px
  }

  .hy-tb .wrap {
    gap: 10px;
    padding: 8px 16px
  }

  .hy-fam .fam-grid {
    grid-template-columns: 1fr 1fr
  }

  .hy-price .price-grid {
    grid-template-columns: 1fr;
    max-width: 420px
  }
}

@media(max-width:768px) {
  .ft-to-top {
    bottom: 16px;
    right: 16px;
    width: 42px;
    height: 42px
  }

  .ft-to-top svg {
    width: 18px;
    height: 18px
  }

  .lv-pieces .pc-intro,
  .lv-pieces .pc-note {
    text-align: left
  }

  .hy-price .price-intro,
  .hy-price .price-note {
    text-align: left
  }

  .pf-final p {
    text-align: left
  }

  .pf-final .fa-cta .btn-quote,
  .pf-final .fa-ghost {
    flex: 1;
    justify-content: center
  }

  .er31 .er-intro {
    text-align: left
  }

  .ent-sec .ent-lead {
    text-align: left
  }

  .rea-sec .rea-lead {
    text-align: left
  }
}

@media(max-width:760px) {
  .hy-tb .r {
    display: none
  }

  .hy-prob .promise-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 22px
  }

  .hy-smeg {
    padding: 54px 0 60px
  }

  .hy-smeg .smeg-grid {
    grid-template-columns: 1fr
  }

  .hy-steps {
    padding: 54px 0 60px
  }

  .hy-steps .steps-row {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 360px
  }

  .hy-steps .steps-row::before {
    display: none
  }

  .hy-gaspi {
    padding: 54px 0 60px
  }

  .hy-gaspi .gaspi-grid {
    grid-template-columns: 1fr
  }

  .pil-artisan {
    padding: 54px 0 62px
  }

  .pil-artisan .ba-grid {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .pil-artisan .ba-sep {
    display: none
  }

  .pil-artisan .ba-vs-m {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -4px auto;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 26%, #ff5fa0, var(--razz) 56%, #b81e5c);
    color: #fff;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    font-size: 19px;
    border: 3px solid var(--lemon);
    box-shadow: 0 12px 26px -10px rgba(232, 52, 123, .6);
    position: relative;
    z-index: 2
  }

  .pil-choix {
    padding: 54px 0 62px
  }

  .pil-choix .cx-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .pil-stats .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }
}

@media(max-width:680px) {
  .er31 .er-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:640px) {
  .hy-prob .fear {
    padding: 16px
  }

  .hy-price .price-grid {
    grid-template-columns: 1fr;
    max-width: 420px
  }
}

@media(max-width:600px) {
  .hy-tb {
    font-size: 11px
  }

  .hy-tb .wrap {
    gap: 8px;
    padding: 7px 12px
  }

  .reviews .rev-wall {
    height: 540px
  }

  .reviews .rev-wall-cols {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto
  }

  .reviews .rev-col:nth-child(2) {
    display: none
  }

  .hy-faq summary {
    font-size: 16px;
    padding: 17px 18px;
    gap: 12px
  }

  .hy-faq .faq-a {
    padding: 0 18px 20px 18px
  }

  .handly .brands .marquee-track img {
    height: 44px;
    margin: 0 24px
  }

  .pil-hero {
    padding: 22px 0 44px
  }

  .pil-hero .btn-quote,
  .pil-hero .btn-ghost {
    flex: 1;
    justify-content: center
  }

  .pil-avis .rev-card {
    flex-basis: 300px
  }

  .lv-hero {
    padding: 60px 0 64px
  }

  .lv-hero .btn-quote,
  .lv-hero .btn-ghost {
    flex: 1;
    justify-content: center
  }

  .rocade-sec {
    padding: 48px 0
  }

  .pia-rocade {
    padding: 48px 0
  }

  .ent-sec {
    padding: 48px 0
  }

  .rea-sec {
    padding: 48px 0
  }

  .vo-sec {
    padding: 52px 0
  }

  .lvp {
    padding: 52px 0
  }

  .lvm {
    padding: 52px 0
  }

  .pil-intro {
    padding: 48px 0
  }
}

@media(max-width:560px) {
  .hy-footer {
    padding-top: 48px
  }

  .hy-footer .ft-grid {
    grid-template-columns: 1fr;
    gap: 28px
  }

  .hy-footer .ft-bar {
    flex-direction: column;
    align-items: flex-start
  }

  .hy-fam {
    padding: 50px 0 58px
  }

  .hy-fam .fam-grid {
    grid-template-columns: 1fr;
    margin-top: 24px
  }

  .hy-fam .fam-cta {
    flex-direction: column;
    text-align: center;
    padding: 18px 20px
  }

  .hy-price {
    padding: 54px 0 60px
  }

  .hy-price .pf-price {
    font-size: 44px
  }

  .pil-secteur {
    padding: 52px 0 60px
  }

  .pil-stats {
    padding: 40px 0
  }

  .pil-stats .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .pil-stats .stat {
    padding: 18px 10px
  }

  .lv-pieces {
    padding: 56px 0 62px
  }

  .lv-pieces .pc-card {
    padding: 13px 18px;
    font-size: 14.5px
  }

  .lv-artisan .la-btns .btn {
    flex: 1 1 200px
  }
}

/* ===== MASQUAGE WIDGETS GLOBALS PAR PAGE (regroupés) =====
   Chaque triplet masque les widgets Elementor Globals propres à une page.
   Non redondants entre eux : à conserver tous. */
.elementor-element-97b4156,
.elementor-element-17d86c4,
.elementor-element-884d610,
.elementor-element-d78b4c5,
.elementor-element-a3253d3,
.elementor-element-1e02e40,
.elementor-element-e90c1bf,
.elementor-element-ee5b5f6,
.elementor-element-752df1d,
.elementor-element-a7cd3cb,
.elementor-element-85779bf,
.elementor-element-604808c,
.elementor-element-d2fddc1,
.elementor-element-bf4bae2,
.elementor-element-6b81457,
.elementor-element-78ffb21,
.elementor-element-dd20182,
.elementor-element-7c128f0 {
  display: none !important
}

/* =====================================================================
   COMPOSANTS CONSOLIDÉS — systèmes « e1x » (réassurance/M1) et « dv » (Devis)
   Déjà factorisés (aucun doublon), repris tels quels.
   ===================================================================== */

/* ---- e1x : HERO CENTRÉ ---- */
.e1x .e1-hero {
  position: relative;
  background: linear-gradient(135deg, #111436 0%, #1f3ee6 130%);
  color: #fff;
  padding: 58px 0 56px;
  overflow: hidden
}

.e1x .e1-hero .wrap,
.e1x .e1-body .wrap {
  position: relative;
  z-index: 2
}

.e1x .fx-hero-c {
  text-align: center;
  max-width: 860px;
  margin: 0 auto
}

.e1x .e1-kick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 238, 0, .16);
  color: var(--lemon);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 16px
}

.e1x .e1-hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.11;
  letter-spacing: -.5px;
  margin: 0 0 16px
}

.e1x .e1-hero h1 .hl {
  background: linear-gradient(transparent 60%, rgba(242, 238, 0, .85) 60%, rgba(242, 238, 0, .85) 82%, transparent 82%);
  padding: 0 4px
}

.e1x .fx-hero-c .e1-lead {
  font-size: 17px;
  line-height: 1.62;
  color: rgba(255, 255, 255, .92);
  max-width: 62ch;
  margin: 0 auto 22px
}

.e1x .e1-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center
}

.e1x .e1-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700
}

.e1x .e1-badge .st {
  color: var(--lemon);
  letter-spacing: 1px
}

/* ---- e1x : HERO À PROPOS ---- */
.e1x .ap-hero {
  background: linear-gradient(135deg, #111436 0%, #1f3ee6 130%);
  color: #fff;
  padding: 52px 0 54px
}

.e1x .ap-hero .wrap {
  max-width: 1040px
}

.e1x .ap-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: center
}

.e1x .ap-photo {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px dashed rgba(255, 255, 255, .4);
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 20px
}

.e1x .ap-photo svg {
  width: 50px;
  height: 50px;
  opacity: .72
}

.e1x .ap-photo b {
  font-family: 'Baloo 2', sans-serif;
  font-size: 15px;
  color: #fff
}

.e1x .ap-photo span {
  font-size: 12.5px;
  color: rgba(255, 255, 255, .66);
  line-height: 1.4
}

.e1x .ap-copy .kick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 238, 0, .16);
  color: var(--lemon);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 15px
}

.e1x .ap-copy h1 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -.5px;
  margin: 0 0 14px
}

.e1x .ap-copy h1 .hl {
  background: linear-gradient(transparent 60%, rgba(242, 238, 0, .85) 60%, rgba(242, 238, 0, .85) 82%, transparent 82%);
  padding: 0 4px
}

.e1x .ap-copy .lead {
  font-size: 16.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  margin: 0 0 18px;
  max-width: 56ch
}

.e1x .ap-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px
}

.e1x .ap-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12.5px;
  font-weight: 700
}

/* ---- e1x : CORPS / SECTIONS ---- */
.e1x .e1-body {
  background: var(--linen)
}

.e1x .e1-body .wrap {
  max-width: 940px
}

.e1x .e1-sec {
  padding: 40px 0;
  border-bottom: 1px solid var(--line)
}

.e1x .e1-sec:last-of-type {
  border-bottom: none
}

.e1x .e1-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 8px
}

.e1x .e1-sec h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(23px, 2.9vw, 32px);
  line-height: 1.14;
  letter-spacing: -.3px;
  color: var(--black);
  margin: 0 0 14px
}

.e1x .e1-sec h2 .hl {
  background: linear-gradient(transparent 62%, var(--lemon) 62%);
  padding: 0 3px
}

.e1x .e1-sec p {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b28;
  margin: 0 0 14px
}

.e1x .il {
  color: var(--indigo);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 62, 230, .4);
  text-underline-offset: 2px
}

.e1x .e1-quote {
  background: var(--white);
  border-left: 4px solid var(--indigo);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #33343f;
  font-style: italic
}

.e1x .e1-quote cite {
  display: block;
  margin-top: 9px;
  font-style: normal;
  font-weight: 700;
  color: var(--indigo);
  font-size: 13.5px
}

.e1x .e1-causes {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  gap: 10px
}

.e1x .e1-causes li {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 16px 13px 44px;
  font-size: 15px;
  line-height: 1.55;
  color: #2b2b28
}

.e1x .e1-causes li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--indigo)
}

.e1x .e1-causes.checks li::before {
  content: "\2713";
  left: 15px;
  top: 12px;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  font-weight: 800;
  color: var(--indigo)
}

.e1x .e1-note {
  background: #fff8d6;
  border-left: 4px solid var(--lemon);
  border-radius: 0 10px 10px 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #4a4600;
  margin: 14px 0 4px
}

.e1x .fx-fam {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 10px
}

.e1x .fx-fam .card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px
}

.e1x .fx-fam .card.wide {
  grid-column: 1 / -1
}

.e1x .fx-fam h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  margin: 0 0 8px
}

.e1x .fx-fam p {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0;
  color: #2b2b28
}

.e1x .fx-fam .l {
  font-size: 14.5px;
  line-height: 1.55;
  margin: 0 0 8px;
  color: #2b2b28
}

.e1x .fx-fam .l b {
  color: var(--indigo)
}

.e1x .fx-fam .tarif {
  display: inline-block;
  background: rgba(31, 62, 230, .08);
  color: var(--indigo);
  font-weight: 800;
  font-size: 12.5px;
  padding: 4px 10px;
  border-radius: 8px;
  margin-top: 4px
}

.e1x .fx-codes {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.e1x .fx-codes li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px 14px;
  font-size: 14.5px;
  color: #2b2b28
}

.e1x .fx-codes .c {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  color: var(--indigo);
  margin-right: 8px
}

/* ---- e1x : TABLEAU COMPARATIF ---- */
.e1x .fx-cmpw {
  overflow-x: auto;
  margin-top: 12px
}

.e1x .fx-cmp {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  font-size: 14.5px;
  min-width: 520px
}

.e1x .fx-cmp th {
  background: #111436;
  color: #fff;
  text-align: left;
  padding: 12px 14px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 13px
}

.e1x .fx-cmp td {
  padding: 11px 14px;
  border-top: 1px solid var(--line);
  color: #2b2b28;
  vertical-align: top;
  line-height: 1.5
}

.e1x .fx-cmp td:first-child {
  font-weight: 700;
  color: var(--black)
}

.e1x .fx-cmp tr:nth-child(even) td {
  background: #fafbff
}

@media(max-width:820px) {
  .e1x .fx-cmpw {
    overflow-x: visible
  }

  .e1x .fx-cmp {
    min-width: 0;
    border: none;
    background: transparent;
    display: block
  }

  .e1x .fx-cmp tr {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden
  }

  .e1x .fx-cmp tr:first-child {
    display: none
  }

  .e1x .fx-cmp td {
    display: block;
    border: none;
    border-top: 1px solid var(--line);
    padding: 10px 14px;
    background: #fff !important
  }

  .e1x .fx-cmp td:first-child {
    background: #111436 !important;
    color: #fff;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    border-top: none
  }

  .e1x .fx-cmp td:not(:first-child)::before {
    content: attr(data-h) " : ";
    font-weight: 700;
    color: var(--indigo)
  }
}

/* ---- e1x : AVIS + BANDE CHIFFRES ---- */
.e1x .e1-rev-head {
  text-align: center;
  margin: 2px 0 18px
}

.e1x .e1-rev-head .kick {
  display: inline-block;
  background: rgba(31, 62, 230, .1);
  color: var(--indigo);
  font-weight: 800;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 14px
}

.e1x .e1-rev-head h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--black);
  margin: 12px 0 6px
}

.e1x .e1-rev-head .gn {
  font-size: 15px;
  font-weight: 800;
  color: var(--black);
  margin: 0
}

.e1x .e1-rev-head .gn .st {
  color: #f5b301;
  letter-spacing: 2px
}

.e1x .e1-revs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.e1x .e1-rev {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px
}

.e1x .e1-rev .st {
  color: #f5b301;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 9px
}

.e1x .e1-rev .q {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a36;
  margin: 0 0 13px
}

.e1x .e1-rev .who {
  display: flex;
  align-items: center;
  gap: 11px
}

.e1x .e1-rev .ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--indigo);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0
}

.e1x .e1-rev .who b {
  display: block;
  font-size: 14px;
  color: var(--black)
}

.e1x .e1-rev .who small {
  font-size: 12px;
  color: var(--ink-soft)
}

.e1x .e1-stats {
  background: linear-gradient(120deg, #111436, #1f3ee6 60%, #3a56f0);
  border-radius: 16px;
  padding: 24px;
  margin: 18px 0 0
}

.e1x .e1-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  text-align: center
}

.e1x .e1-stat b {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  display: block;
  line-height: 1.05
}

.e1x .e1-stat span {
  font-size: 12px;
  color: rgba(255, 255, 255, .82);
  margin-top: 6px;
  display: block;
  line-height: 1.3
}

/* ---- e1x : CTA ---- */
.e1x .e1-cta {
  background: linear-gradient(135deg, #111436 0%, #1f3ee6 130%);
  border: none;
  border-radius: 18px;
  padding: 26px;
  margin: 8px 0 0;
  box-shadow: var(--shadow)
}

.e1x .e1-cta h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin: 0 0 10px
}

.e1x .e1-cta p {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .92);
  margin: 0 0 16px
}

.e1x .e1-cta .row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.e1x .e1-cta .btn,
.e1x .ap-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none
}

.e1x .ap-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px
}

.e1x .e1-cta .btn-quote,
.e1x .ap-cta .btn-quote {
  background: #ee1529;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 10px 22px -10px rgba(238, 21, 41, .6)
}

.e1x .e1-cta .btn-call,
.e1x .ap-cta .btn-call {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .55);
  color: #fff !important
}

.e1x .e1-cta .btn-call:hover,
.e1x .ap-cta .btn-call:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff !important
}

.e1x .fx-formico {
  display: inline-flex;
  flex-shrink: 0
}

/* ---- e1x : FAQ / CONCLUSION / BYLINE ---- */
.e1x .e1-faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 0 0 12px;
  overflow: hidden
}

.e1x .e1-faq summary {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  color: var(--black);
  cursor: pointer;
  list-style: none;
  padding: 16px 46px 16px 18px;
  position: relative
}

.e1x .e1-faq summary::-webkit-details-marker {
  display: none
}

.e1x .e1-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 14px;
  font-size: 24px;
  color: var(--indigo)
}

.e1x .e1-faq details[open] summary::after {
  content: "\2212"
}

.e1x .e1-faq .a {
  padding: 0 18px 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #2b2b28
}

.e1x .e1-concl {
  background: linear-gradient(120deg, #eef0ff, #e7fbf1);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  margin: 8px 0 0
}

.e1x .e1-concl h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: var(--black);
  margin: 0 0 12px;
  border: none
}

.e1x .e1-concl p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #2b2b28;
  max-width: 68ch;
  margin: 0 auto 14px
}

.e1x .e1-byline {
  margin-top: 26px;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13.5px;
  color: var(--ink-soft);
  text-align: center;
  font-style: italic
}

.e1x .e1-byline b {
  color: var(--indigo);
  font-style: normal
}

/* ---- e1x : RESPONSIVE ---- */
@media(max-width:820px) {
  .e1x .ap-grid {
    grid-template-columns: 1fr
  }

  .e1x .ap-photo {
    aspect-ratio: 16/10;
    max-width: 420px;
    margin: 0 auto;
    order: 2
  }

  .e1x .fx-fam,
  .e1x .fx-codes,
  .e1x .e1-revs,
  .e1x .e1-stats-grid {
    grid-template-columns: 1fr
  }

  .e1x .e1-stats-grid {
    grid-template-columns: 1fr 1fr
  }
}

/* ---- dv : PAGE DEMANDE DE DEVIS ---- */
.dv * {
  box-sizing: border-box
}

.dv .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px
}

.dv-hero {
  background: linear-gradient(135deg, #111436 0%, #1f3ee6 130%);
  color: #fff;
  padding: 60px 0 64px
}

.dv-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start
}

.dv-kick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 238, 0, .16);
  color: var(--lemon);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 16px
}

.dv-hero h1 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.12;
  letter-spacing: -.5px;
  margin: 0 0 14px
}

.dv-hero h1 .hl {
  background: linear-gradient(transparent 60%, rgba(242, 238, 0, .85) 60%, rgba(242, 238, 0, .85) 82%, transparent 82%);
  padding: 0 4px
}

.dv-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92);
  max-width: 46ch;
  margin: 0 0 20px
}

.dv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px
}

.dv-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 12.5px;
  font-weight: 700
}

.dv-badge .st {
  color: var(--lemon);
  letter-spacing: 1px
}

.dv-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px
}

.dv-checks li {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, .92);
  line-height: 1.5
}

.dv-checks svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--lemon)
}

.dv-formcard {
  background: #fff;
  border-radius: 20px;
  padding: 26px 24px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .55)
}

.dv-formcard h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--black);
  margin: 0 0 4px
}

.dv-formcard .sub {
  font-size: 13.5px;
  color: #5b6472;
  margin: 0 0 18px
}

.dv-field {
  margin-bottom: 14px
}

.dv-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #2b2b28;
  margin-bottom: 6px
}

.dv-field input,
.dv-field textarea {
  width: 100%;
  border: 1px solid #d7dbe3;
  border-radius: 11px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: #1d1d1b;
  background: #fbfbfd
}

.dv-field textarea {
  min-height: 84px;
  resize: vertical
}

.dv-field input:focus,
.dv-field textarea:focus {
  outline: none;
  border-color: var(--indigo);
  box-shadow: 0 0 0 3px rgba(31, 62, 230, .14);
  background: #fff
}

.dv-submit {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: var(--indigo);
  color: #fff;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 14px;
  cursor: pointer;
  margin-top: 4px
}

@media(hover:hover) and (pointer:fine) {
  .dv-submit:hover {
    background: #1a34c4
  }
}

.dv-legal {
  font-size: 11.5px;
  color: #8a92a0;
  line-height: 1.5;
  margin: 12px 0 0
}

.dv-cf7slot {
  border: 2px dashed #d7dbe3;
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  color: #5b6472;
  font-size: 13px;
  line-height: 1.55
}

.dv-sec {
  background: var(--linen);
  padding: 48px 0
}

.dv-sec:nth-of-type(odd) {
  background: #fff
}

.dv-sec h2 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: clamp(23px, 2.7vw, 30px);
  color: var(--black);
  text-align: center;
  margin: 0 0 8px
}

.dv-sec .intro {
  text-align: center;
  color: #5b6472;
  font-size: 15.5px;
  max-width: 60ch;
  margin: 0 auto 28px
}

.dv-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto
}

.dv-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 20px
}

.dv-step .n {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--indigo);
  color: #fff;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: 17px;
  margin-bottom: 12px
}

.dv-step h3 {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--black);
  margin: 0 0 7px
}

.dv-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #3a3a36;
  margin: 0
}

.dv-prices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 820px;
  margin: 0 auto
}

.dv-price {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  text-align: center
}

.dv-price .amt {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: var(--indigo);
  line-height: 1
}

.dv-price .lab {
  font-size: 13.5px;
  color: #3a3a36;
  margin-top: 6px
}

.dv-note {
  max-width: 820px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 13.5px;
  color: #5b6472
}

.dv-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
  background: linear-gradient(120deg, #111436, #1f3ee6 60%, #3a56f0);
  border-radius: 16px;
  padding: 24px;
  text-align: center
}

.dv-stat b {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  display: block;
  line-height: 1
}

.dv-stat span {
  font-size: 11.5px;
  color: rgba(255, 255, 255, .82);
  margin-top: 6px;
  display: block
}

.dv-faq {
  max-width: 760px;
  margin: 0 auto
}

.dv-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 0 0 12px;
  overflow: hidden
}

.dv-faq summary {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  cursor: pointer;
  list-style: none;
  padding: 15px 44px 15px 18px;
  position: relative
}

.dv-faq summary::-webkit-details-marker {
  display: none
}

.dv-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 23px;
  color: var(--indigo)
}

.dv-faq details[open] summary::after {
  content: "\2013"
}

.dv-faq .a {
  padding: 0 18px 15px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #2b2b28
}

.dv-byline {
  max-width: 760px;
  margin: 26px auto 0;
  text-align: center;
  font-size: 13px;
  color: #7c869c;
  font-style: italic
}

.dv-byline b {
  color: var(--indigo);
  font-style: normal
}

@media(max-width:820px) {
  .dv-grid {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .dv-steps,
  .dv-prices {
    grid-template-columns: 1fr
  }

  .dv-stats {
    grid-template-columns: 1fr 1fr
  }
}