/**
 * PIEXO.FR — Styles principaux
 * Surcharge Bootstrap 5 avec la charte Piexo
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import 'piexo-vars.css';

/* ════════════════════════════════════════
   BASE
════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--piexo-font);
  font-size: var(--piexo-font-size);
  color: var(--piexo-text);
  background: var(--piexo-bg);
  line-height: var(--piexo-line-height);
}

a { color: var(--piexo-red); text-decoration: none; transition: var(--piexo-transition); }
a:hover { color: var(--piexo-red-dark); }

/* ════════════════════════════════════════
   HEADER / NAVBAR
════════════════════════════════════════ */
.piexo-topbar {
  background: var(--piexo-dark);
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  padding: 5px 0;
}

.piexo-topbar a:hover { color: var(--piexo-red-light); }

.piexo-navbar {
  background: var(--piexo-white);
  padding: 0;
  border-bottom: 1px solid var(--piexo-border);
  box-shadow: 0 1px 4px rgba(20, 25, 34, 0.06);
}

.piexo-navbar .navbar-brand {
  padding: 12px 16px;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--piexo-text) !important;
  letter-spacing: -0.5px;
}

.piexo-navbar .navbar-toggler { color: var(--piexo-text); }

.piexo-navbar .nav-link {
  color: var(--piexo-text) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 14px !important;
  border-bottom: 3px solid transparent;
  transition: var(--piexo-transition);
}

.piexo-navbar .nav-link:hover,
.piexo-navbar .nav-link.active {
  color: var(--piexo-red) !important;
  border-bottom-color: var(--piexo-red);
  background: var(--piexo-red-pale);
}

.piexo-navbar .form-control {
  border: 1px solid var(--piexo-border) !important;
  font-size: 14px;
}

.piexo-navbar .form-control:focus {
  border-color: var(--piexo-red) !important;
  box-shadow: none;
}

.piexo-navbar .dropdown-menu {
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius);
  box-shadow: var(--piexo-shadow-lg);
  padding: 8px 0;
  min-width: 220px;
}

.piexo-navbar .dropdown-item {
  font-size: 14px;
  padding: 8px 16px;
  color: var(--piexo-text);
}

.piexo-navbar .dropdown-item:hover {
  background: var(--piexo-red-pale);
  color: var(--piexo-red);
}

/* Barre de catégories */
.piexo-catbar {
  background: var(--piexo-surface);
  border-bottom: 1px solid var(--piexo-border);
  padding: 0;
}

.piexo-catbar .nav-link {
  color: var(--piexo-text) !important;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-bottom: 2px solid transparent;
}

.piexo-catbar .nav-link:hover {
  color: var(--piexo-red) !important;
  border-bottom-color: var(--piexo-red);
}

/* ════════════════════════════════════════
   BARRE DE RECHERCHE VÉHICULE
════════════════════════════════════════ */
.piexo-search-hero {
  overflow: hidden;
  /* Dégradé orange→rouge repris de l\u0027affiche : orange à gauche sous la
     mascotte, rouge à droite sous le texte (blanc 4,8:1 sur rouge). */
  background: linear-gradient(100deg,
    var(--piexo-orange) 0%,
    #E9481F 26%,
    var(--piexo-red) 62%,
    var(--piexo-red-deep) 100%);
  padding: 60px 0 50px;
  color: #fff;
}

.piexo-search-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.piexo-search-hero p {
  opacity: 0.85;
  font-size: 15px;
  margin-bottom: 28px;
}

.piexo-plate-input {
  background: #fff;
  border-radius: var(--piexo-radius-lg);
  overflow: hidden;
  box-shadow: var(--piexo-shadow-lg);
  display: flex;
  align-items: stretch;
  max-width: 620px;
}

.piexo-plate-flag {
  background: #003189;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 9px;
  letter-spacing: 1px;
  gap: 2px;
  flex-shrink: 0;
}

.piexo-plate-flag .eu-stars { font-size: 14px; }

.piexo-plate-input input {
  border: none;
  outline: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 14px 20px;
  flex: 1;
  color: var(--piexo-text);
  font-family: 'License Plate', 'FE-FONT', var(--piexo-font);
}

.piexo-plate-input input::placeholder {
  color: #bbb;
  letter-spacing: 4px;
  font-weight: 400;
}

.piexo-plate-input .btn-search {
  background: var(--piexo-dark);
  color: #fff;
  border: none;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--piexo-transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.piexo-plate-input .btn-search:hover {
  background: var(--piexo-dark-soft);
}

.piexo-search-tabs {
  display: flex;
  gap: 0;
  max-width: 620px;
  margin-bottom: 16px;
}

.piexo-search-tabs button {
  background: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.75);
  border: none;
  padding: 8px 20px;
  font-size: 13px;
  cursor: pointer;
  transition: var(--piexo-transition);
  border-radius: 0;
}

.piexo-search-tabs button:first-child { border-radius: var(--piexo-radius) 0 0 var(--piexo-radius); }
.piexo-search-tabs button:last-child { border-radius: 0 var(--piexo-radius) var(--piexo-radius) 0; }

.piexo-search-tabs button.active,
.piexo-search-tabs button:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* ════════════════════════════════════════
   CARTES CATÉGORIES
════════════════════════════════════════ */
.piexo-cat-card {
  background: var(--piexo-white);
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius-lg);
  padding: 20px 16px;
  text-align: center;
  cursor: pointer;
  transition: var(--piexo-transition);
  display: block;
  color: var(--piexo-text);
}

.piexo-cat-card:hover {
  border-color: var(--piexo-red);
  box-shadow: var(--piexo-shadow);
  transform: translateY(-2px);
  color: var(--piexo-red);
}

.piexo-cat-card .cat-icon {
  font-size: 36px;
  margin-bottom: 10px;
  display: block;
  color: var(--piexo-red);
}

.piexo-cat-card .cat-name {
  font-size: 13px;
  font-weight: 600;
}

.piexo-cat-card .cat-count {
  font-size: 11px;
  color: var(--piexo-text-muted);
  margin-top: 4px;
}

/* ════════════════════════════════════════
   CARTES PRODUITS
════════════════════════════════════════ */
.piexo-product-card {
  background: var(--piexo-white);
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius-lg);
  overflow: hidden;
  transition: var(--piexo-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.piexo-product-card:hover {
  box-shadow: var(--piexo-shadow-lg);
  border-color: var(--piexo-red-soft);
}

.piexo-product-card .card-img-top {
  height: 180px;
  object-fit: contain;
  padding: 16px;
  background: var(--piexo-bg);
}

.piexo-product-card .card-body { padding: 16px; flex: 1; }

.piexo-product-card .product-ref {
  font-size: 11px;
  color: var(--piexo-text-muted);
  margin-bottom: 4px;
}

.piexo-product-card .product-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--piexo-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.piexo-product-card .product-brand {
  font-size: 12px;
  color: var(--piexo-dark-soft);
  margin-bottom: 12px;
}

.piexo-product-card .product-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--piexo-red);
}

.piexo-product-card .product-price-ht {
  font-size: 12px;
  color: var(--piexo-text-muted);
}

.piexo-product-card .stock-badge {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
}

.piexo-product-card .btn-cart {
  background: var(--piexo-red);
  color: #fff;
  border: none;
  width: 100%;
  padding: 9px;
  border-radius: var(--piexo-radius);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--piexo-transition);
  margin-top: 12px;
}

.piexo-product-card .btn-cart:hover { background: var(--piexo-red-dark); }

/* ════════════════════════════════════════
   BOUTONS GLOBAUX
════════════════════════════════════════ */
.btn-piexo {
  background: var(--piexo-red);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: var(--piexo-radius);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: var(--piexo-transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-piexo:hover { background: var(--piexo-red-dark); color: #fff; }

.btn-piexo-orange {
  background: var(--piexo-orange);
  color: #fff;
}
.btn-piexo-orange:hover { background: var(--piexo-orange-dark); color: #fff; }

.btn-piexo-dark {
  background: var(--piexo-dark);
  color: #fff;
}
.btn-piexo-dark:hover { background: var(--piexo-dark-soft); color: #fff; }

.btn-piexo-outline {
  background: transparent;
  color: var(--piexo-red);
  border: 2px solid var(--piexo-red);
}
.btn-piexo-outline:hover {
  background: var(--piexo-red);
  color: #fff;
}

/* ════════════════════════════════════════
   BADGES STATUTS (devis, commandes, factures)
════════════════════════════════════════ */
.badge-brouillon  { background: #e9ecef; color: #6c757d; }
.badge-envoye     { background: var(--piexo-info-pale); color: var(--piexo-info); }
.badge-accepte    { background: #d1e7dd; color: #0f5132; }
.badge-refuse     { background: #f8d7da; color: #842029; }
.badge-en-cours   { background: var(--piexo-orange-pale); color: #7c4700; }
.badge-livre      { background: #d1e7dd; color: #0f5132; }
.badge-paye       { background: #d1e7dd; color: #0f5132; }
.badge-impaye     { background: #f8d7da; color: #842029; }
.badge-annule     { background: #e9ecef; color: #6c757d; }

.piexo-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}

/* ════════════════════════════════════════
   TABLEAUX ADMIN
════════════════════════════════════════ */
.piexo-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--piexo-white);
  border-radius: var(--piexo-radius-lg);
  overflow: hidden;
  box-shadow: var(--piexo-shadow);
}

.piexo-table thead th {
  background: var(--piexo-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
}

.piexo-table tbody tr {
  border-bottom: 1px solid var(--piexo-border);
  transition: var(--piexo-transition);
}

.piexo-table tbody tr:last-child { border-bottom: none; }
.piexo-table tbody tr:hover { background: var(--piexo-bg); }

.piexo-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  vertical-align: middle;
}

/* ════════════════════════════════════════
   SIDEBAR ADMIN / DASHBOARD
════════════════════════════════════════ */
.piexo-sidebar {
  width: 250px;
  min-height: 100vh;
  background: var(--piexo-dark);
  color: #fff;
  flex-shrink: 0;
}

.piexo-sidebar .sidebar-brand {
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 18px;
  font-weight: 700;
}

.piexo-sidebar .sidebar-section {
  padding: 12px 20px 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
}

.piexo-sidebar .nav-link {
  color: rgba(255,255,255,0.75);
  padding: 9px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 3px solid transparent;
  transition: var(--piexo-transition);
}

.piexo-sidebar .nav-link:hover,
.piexo-sidebar .nav-link.active {
  color: #fff;
  background: rgba(255,255,255,0.1);
  border-left-color: var(--piexo-red);
}

/* ════════════════════════════════════════
   STAT CARDS DASHBOARD
════════════════════════════════════════ */
.piexo-stat-card {
  background: var(--piexo-white);
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius-lg);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--piexo-shadow);
}

.piexo-stat-card .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--piexo-red-pale);
  color: var(--piexo-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.piexo-stat-card .stat-label {
  font-size: 12px;
  color: var(--piexo-text-muted);
  margin-bottom: 4px;
}

.piexo-stat-card .stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--piexo-text);
  line-height: 1;
}

.piexo-stat-card .stat-trend {
  font-size: 12px;
  margin-top: 4px;
}

/* ════════════════════════════════════════
   FORMULAIRES
════════════════════════════════════════ */
.piexo-form .form-control,
.piexo-form .form-select {
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius);
  padding: 10px 14px;
  font-size: 14px;
  color: var(--piexo-text);
  transition: var(--piexo-transition);
}

.piexo-form .form-control:focus,
.piexo-form .form-select:focus {
  border-color: var(--piexo-red);
  box-shadow: 0 0 0 3px rgba(228, 5, 57, 0.12);
  outline: none;
}

.piexo-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--piexo-text);
  margin-bottom: 6px;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.piexo-footer {
  /* Dégradé strictement identique à celui du bandeau (choix client).
     Le blanc sur l'orange clair ne dépasse pas 2,7:1 : tous les textes du
     pied de page sont donc en blanc plein, avec une ombre portée pour
     décoller les petits corps du fond. Ne pas y remettre d'opacités basses. */
  background: linear-gradient(100deg,
    var(--piexo-orange) 0%,
    #E9481F 26%,
    var(--piexo-red) 62%,
    var(--piexo-red-deep) 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(90, 30, 0, 0.35);
  padding: 40px 0 20px;
  font-size: 14px;
}

.piexo-footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 14px;
}

.piexo-footer a {
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.piexo-footer a:hover { color: #fff; }

.piexo-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.35);
  margin-top: 30px;
  padding-top: 16px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 768px) {
  .piexo-search-hero { padding: 30px 0; }
  .piexo-search-hero h1 { font-size: 1.4rem; }
  .piexo-plate-input input { font-size: 16px; letter-spacing: 3px; }
  .piexo-sidebar { width: 100%; min-height: auto; }
}

/* ════════════════════════════════════════
   WHATSAPP
   Vert officiel conservé : sur un bouton de contact,
   la reconnaissance immédiate prime sur l'harmonie de charte.
════════════════════════════════════════ */
:root {
  --piexo-wa:      #25D366;
  --piexo-wa-dark: #1DA851;
}

.piexo-wa-lien { color: rgba(255,255,255,0.75); }
.piexo-wa-lien:hover { color: var(--piexo-wa); }

/* Bulle flottante — au-dessus du toast, qui est décalé en conséquence */
.piexo-wa-bulle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1040;
  display: flex;
  align-items: center;
  gap: 0;
  height: 56px;
  padding: 0 16px;
  border-radius: 28px;
  background: var(--piexo-wa);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.38);
  transition: var(--piexo-transition);
  overflow: hidden;
  max-width: 56px;
}

.piexo-wa-bulle:hover,
.piexo-wa-bulle:focus-visible {
  background: var(--piexo-wa-dark);
  color: #fff;
  max-width: 320px;
}

.piexo-wa-bulle-texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: 12px;
  opacity: 0;
  transition: opacity 0.2s ease 0.05s;
}

.piexo-wa-bulle:hover .piexo-wa-bulle-texte,
.piexo-wa-bulle:focus-visible .piexo-wa-bulle-texte { opacity: 1; }

.piexo-wa-bulle-texte small {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.9;
}

/* Bouton WhatsApp inline */
.piexo-wa-btn {
  display: inline-flex;
  align-items: center;
  background: var(--piexo-wa);
  color: #fff !important;
  border-radius: var(--piexo-radius);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--piexo-transition);
}

.piexo-wa-btn:hover { background: var(--piexo-wa-dark); color: #fff !important; }
.piexo-wa-btn-sm { padding: 7px 14px; font-size: 13px; }

/* Encart de contact (pages sans catalogue, résultat d'identification) */
.piexo-wa-encart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--piexo-white);
  border: 1px solid var(--piexo-border);
  border-left: 4px solid var(--piexo-wa);
  border-radius: var(--piexo-radius-lg);
  padding: 22px 26px;
  box-shadow: var(--piexo-shadow);
  text-align: left;
}

.piexo-wa-encart h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--piexo-text);
  margin-bottom: 6px;
}

.piexo-wa-encart p {
  font-size: 13px;
  color: var(--piexo-text-muted);
  margin-bottom: 14px;
  max-width: 46ch;
}

.piexo-wa-delai {
  display: block;
  font-size: 12px;
  color: var(--piexo-text-muted);
  margin-top: 10px;
}

/* QR — inutile sur mobile, où le visiteur ne peut pas scanner son propre écran */
.piexo-wa-qr { margin: 0; text-align: center; flex-shrink: 0; }

.piexo-wa-qr img {
  display: block;
  background: #fff;
  border: 1px solid var(--piexo-border);
  border-radius: var(--piexo-radius);
  padding: 6px;
}

.piexo-wa-qr figcaption {
  font-size: 11px;
  color: var(--piexo-text-muted);
  margin-top: 6px;
}

.piexo-wa-qr-footer { margin-top: 14px; }
.piexo-wa-qr-footer img { border-color: rgba(255,255,255,0.25); }
.piexo-wa-qr-footer figcaption { color: #fff; }

@media (max-width: 768px) {
  .piexo-wa-bulle { bottom: 16px; right: 16px; }
  .piexo-wa-encart { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* Repli lorsque la plaque n'est pas identifiée — affiché sur le hero rouge */
.piexo-plaque-echec {
  max-width: 620px;
  margin: 0 auto 18px;
  padding: 12px 18px;
  border-radius: var(--piexo-radius);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.piexo-plaque-echec a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* ── Mascotte dans le bandeau de recherche ── */
.piexo-hero-grid {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}

.piexo-hero-recherche {
  flex: 1 1 auto;
  min-width: 0;
}

.piexo-hero-mascotte {
  /* Placée à gauche visuellement, mais laissée après la recherche dans le DOM :
     le champ de saisie reste le premier élément du bandeau. */
  order: -1;
  flex: 0 1 26%;
  max-width: 300px;
  margin: 0;
  /* Ramène le bas de la mascotte au ras du bandeau : elle en émerge
     au lieu de flotter au-dessus du padding. */
  margin-bottom: -50px;
  align-self: flex-end;
}

.piexo-hero-mascotte img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(20, 25, 34, 0.28));
}


/* Le logo est polychrome : sur le dégradé sombre du pied de page il faut
   lui rendre un fond clair plutôt que de l'aplatir en blanc. */
.piexo-footer-logo {
  display: inline-block;
  background: var(--piexo-white);
  padding: 8px 14px;
  border-radius: var(--piexo-radius);
}

.piexo-footer-logo img { display: block; }

.piexo-footer-bottom a {
  display: inline;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

.piexo-footer-bottom a:hover { color: #fff; }

/* reCAPTCHA v3 — badge masqué : il se superposait à la bulle WhatsApp.
   Google l'autorise tant que sa mention figure dans le parcours ; elle est
   dans le pied de page (voir layouts/main.php). Ne pas retirer l'une sans l'autre. */
.grecaptcha-badge {
  visibility: hidden;
}

.piexo-footer-captcha {
  font-size: 11px;
  opacity: .75;
}

.piexo-footer-captcha a {
  text-decoration: underline;
}

/* Pages légales */
.piexo-legal h2 { color: var(--piexo-dark); }
.piexo-legal p, .piexo-legal li { line-height: 1.7; }
.piexo-legal table th { font-weight: 600; color: var(--piexo-dark); }

/* Mention obligatoire non renseignée : doit sauter aux yeux en relecture.
   Une mention légale inventée serait pire qu'un trou — le trou, lui, se voit. */
.piexo-a-completer {
  background: #fff4e8;
  color: #b45309;
  border: 1px dashed #F07E1A;
  border-radius: 4px;
  padding: 0 6px;
  font-size: .9em;
  font-style: italic;
}

/* ── Page « Espace garages » (B2B) ───────────────────────────── */
.piexo-pro-hero {
  background: linear-gradient(135deg, var(--piexo-dark) 0%, var(--piexo-dark-soft) 100%);
  color: #fff;
  padding: 56px 0;
}
.piexo-pro-hero h1 { font-size: 2rem; }
.piexo-pro-hero .lead { font-size: 1.05rem; color: rgba(255,255,255,0.82); }
.piexo-pro-mascotte { max-width: 100%; height: auto; }

.piexo-pro-carte {
  background: #fff;
  border: 1px solid var(--piexo-border);
  border-radius: 10px;
  padding: 24px;
}
.piexo-pro-carte i { font-size: 1.6rem; color: var(--piexo-red); display: block; margin-bottom: 10px; }
.piexo-pro-carte p { font-size: 14px; margin-bottom: 0; color: var(--piexo-text-muted); }

.piexo-pro-etape { position: relative; padding-top: 4px; }
.piexo-pro-etape span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--piexo-red); color: #fff;
  font-weight: 700; font-size: 15px; margin-bottom: 12px;
}
.piexo-pro-etape p { font-size: 14px; color: var(--piexo-text-muted); }

.piexo-pro-faq h3 { margin-top: 22px; }
.piexo-pro-faq h3:first-child { margin-top: 0; }
.piexo-pro-faq p { font-size: 14px; color: var(--piexo-text-muted); }

@media (max-width: 991.98px) {
  .piexo-pro-hero { padding: 40px 0; }
  .piexo-pro-hero h1 { font-size: 1.6rem; }
}
