/* Accueils FR (/), ES (/es) et EN (/en) uniquement — ZIQ-79, ZIQ-80.
   Chargé après styles.css, qui reste celui des autres pages du site :
   - typographie de /electromenager : Inter partout, plus aucune serif
     (le logo « Repair » de l'en-tête garde la sienne, c'est le logo) ;
   - hero resserré : les boutons tiennent dans le premier écran ;
   - téléphone du hero aligné en haut et raccourci ;
   - logos clients défilants, comme sur /electromenager ;
   - sélecteur de langue FR · EN · ES de /electromenager. */

/* 1. Inter partout, sauf le logo */
body,
body *:not(.logo .mark, .logo .mark *) { font-family: 'Inter', system-ui, sans-serif; }
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -.025em; line-height: 1.08; }
/* Inter n'est pas chargée en italique : le navigateur l'inclinerait artificiellement */
h1 em, h2 em, h3 em, h4 em, .hero h1 em, .sec-head h2 em, .final h2 em { font-style: normal; font-weight: 800; }
.eyebrow { letter-spacing: .08em; font-weight: 600; }
.reg .kick, .roi .q { font-style: normal; }
/* règles de styles.css plus spécifiques que la précédente */
.dash .d-kpi .k .v, .bo .ticket .pr, .ui-kpi .v { font-family: 'Inter', system-ui, sans-serif; font-weight: 800; }

/* 2. Hero : texte plus large, titre compact, téléphone en haut */
.hero { padding: 40px 0 56px; }
.hero .wrap { grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: start; }
.hero .wrap > * { min-width: 0; }
.hero h1 { font-size: clamp(30px, 3.6vw, 50px); letter-spacing: -.035em; line-height: 1.04; margin: 16px 0 14px; }
.hero h1 em { font-weight: 800; }
.hero .lede { font-size: clamp(15.5px, 1.35vw, 17px); line-height: 1.55; max-width: 62ch; }
.hero .lede-note { font-size: 11.5px; color: var(--muted-2); margin: 8px 0 0; }
.hero .actions { margin-top: 20px; }
.hero .cap-row { margin-top: 18px; gap: 6px; }
.hero .cap-row a { font-size: 12.5px; padding: 6px 11px; gap: 6px; }
.hero .trust { margin-top: 26px; }

/* Téléphone raccourci sur ordinateur seulement : sur mobile il passe sous les
   boutons et garde les dimensions de styles.css. */
@media (min-width: 901px) {
  .hero .mock { justify-self: end; margin-top: 6px; }
  .hero .phone { width: 272px; }
  .hero .screen { height: 540px; }
  .hero .fb-1 { top: 22px; left: -58px; }
  .hero .fb-2 { bottom: -64px; right: -20px; }
}
@media (max-width: 900px) {
  .hero { padding: 28px 0 48px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
}

/* 3. Logos clients défilants (même composant que /electromenager) */
.trust .logos { display: block; opacity: 1; filter: none; }
.marquee {
  width: 100%; max-width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee-track { display: flex; width: max-content; animation: marqueeScroll 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-set { display: flex; align-items: center; flex-shrink: 0; gap: 14px; padding-right: 14px; }
.marquee-item {
  font-weight: 800; font-size: 1.2rem; letter-spacing: -.01em; white-space: nowrap;
  display: flex; align-items: center; height: 52px; padding: 0 26px;
  border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line);
  transition: box-shadow .2s ease, transform .2s ease;
}
.marquee-item:hover { box-shadow: 0 10px 22px -12px rgba(10, 23, 34, .22); transform: translateY(-2px); }
.marquee-item.c-decathlon { color: #0082C3; }
.marquee-item.c-norauto { color: var(--ink); }
.marquee-item.c-intersport { color: #00458A; }
.marquee-item.c-bocage { color: #3A2E27; }
.marquee-item.c-roi { color: #1B4F72; }
/* dans le hero : pastilles plus petites, le bloc reste discret */
.hero .marquee-set { gap: 10px; padding-right: 10px; }
.hero .marquee-item { font-size: .98rem; height: 40px; padding: 0 18px; }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .marquee { overflow-x: auto; }
}

/* 5. Sélecteur de langue FR · EN · ES (repris de /electromenager) :
      pastille segmentée, menu déroulant sous 640 px */
.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper-2); font-size: 12px; font-weight: 600; letter-spacing: .04em; line-height: 1; flex: none; }
.lang-switch a { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 28px; padding: 0 9px; border-radius: 999px; color: var(--muted); text-decoration: none; transition: background .15s ease, color .15s ease; }
.lang-switch a:hover { color: var(--ink); background: rgba(10, 23, 34, .06); }
.lang-switch a[aria-current="page"] { background: var(--emerald); color: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .14); }
.lang-switch a:focus-visible, .lang-menu summary:focus-visible { outline: 2px solid var(--emerald); outline-offset: 2px; }
.lang-menu { position: relative; display: none; }
.lang-menu summary { list-style: none; display: inline-flex; align-items: center; gap: 4px; height: 32px; padding: 0 10px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper-2); color: var(--ink); font-size: 12px; font-weight: 600; cursor: pointer; }
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary svg { width: 10px; height: 10px; transition: transform .15s ease; }
.lang-menu[open] summary svg { transform: rotate(180deg); }
.lang-menu-list { position: absolute; right: 0; top: calc(100% + 6px); z-index: 80; min-width: 132px; padding: 4px; border-radius: 12px; border: 1px solid rgba(0, 0, 0, .08); background: #fff; box-shadow: 0 12px 32px -8px rgba(0, 0, 0, .28); }
.lang-menu-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 10px; border-radius: 8px; color: #1a1a1a; font-size: 13px; font-weight: 500; text-decoration: none; }
.lang-menu-list a:hover { background: rgba(0, 0, 0, .05); }
.lang-menu-list a span { font-size: 11px; font-weight: 600; opacity: .55; }
@media (max-width: 640px) { .lang-switch { display: none; } .lang-menu { display: block; } }

/* 6. Accueil EN : cinq landings secteur (/en/*) au lieu de quatre */
.sect-grid.five { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1100px) { .sect-grid.five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .sect-grid.five { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .sect-grid.five { grid-template-columns: 1fr; } }
