/* ==========================================================================
   SURCHARGE ÉDITORIALE (MODE POSTE DE COMMANDE)
   Ne s'applique qu'aux pages dont le <body> porte la classe .ed-page
   ========================================================================== */

/* ---- 1. LE HERO (05-shop-products.css) ---- */
/* On retire le dégradé de fond, on met un fond papier strict et une bordure nette */
.ed-page .page-hero {
  background: var(--bg-white) !important;
  border-bottom: 1px solid var(--border) !important;
}

/* Le badge "Entreprise ivoirienne..." : devient carré, typé technique et sans ombre */
.ed-page .page-hero-badge {
  border-radius: 0 !important;
  font-family: var(--mono) !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  box-shadow: none !important;
}

/* ---- 2. LES DÉGRADÉS DE TEXTE (01-base.css) ---- */
/* On aplatit les textes dégradés en couleur unie soulignée */
.ed-page .text-gradient,
.ed-page .text-gradient-blue,
.ed-page .text-gradient-green {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: border-box !important;
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 4px !important;
}

.ed-page .text-gradient {
  color: var(--orange) !important;
  text-decoration-color: var(--orange-light) !important;
}
.ed-page .text-gradient-blue {
  color: var(--blue) !important;
  text-decoration-color: var(--blue-light) !important;
}
.ed-page .text-gradient-green {
  color: var(--green-dark) !important;
  text-decoration-color: var(--green) !important;
}

/* ---- 3. COMPOSANTS SERVICES (09-services.css) ---- */
/* Les cartes des pôles (.sv-card) deviennent carrées, sans ombre au survol */
.ed-page .sv-card {
  border-radius: 0 !important;
}
.ed-page .sv-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: var(--sv-accent) !important;
}

/* Les petits tags de carte (ex: "Pôle 01") passent en monospace */
.ed-page .sv-card-tag {
  border-radius: 0 !important;
  font-family: var(--mono) !important;
  font-size: 0.7rem !important;
}

/* Les grandes étapes détaillées (.sv-step) */
.ed-page .sv-step {
  border-radius: 0 !important;
}
.ed-page .sv-step:hover {
  box-shadow: none !important;
  border-color: var(--sv-accent) !important;
}

/* Méthode "Quatre règles que vous pouvez nous opposer" (.sv-layer) */
.ed-page .sv-layer {
  border-radius: 0 !important;
}
.ed-page .sv-layer:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: var(--sv-accent) !important;
}

/* Les numéros de la méthode (01, 02...) */
.ed-page .sv-layer-num {
  border-radius: 0 !important;
  font-family: var(--mono) !important;
  font-weight: 700 !important;
}

/* La FAQ (blocs repliables) */
.ed-page .sv-faq details {
  border-radius: 0 !important;
}
.ed-page .sv-faq details[open] {
  box-shadow: none !important;
}

/* Le grand Call-To-Action de bas de page (.sv-cta) */
.ed-page .sv-cta,
.ed-page .sv-cta-side {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .sv-cta-kicker {
  font-family: var(--mono) !important;
  font-weight: 700 !important;
}

/* Les numéros 1, 2, 3 dans le CTA */
.ed-page .sv-next li span {
  border-radius: 0 !important;
  font-family: var(--mono) !important;
  font-weight: 700 !important;
}

/* ---- 4. COMPOSANTS "À PROPOS" (11-a-propos.css) ---- */
/* Identité légale (RCCM, Capital...) */
.ed-page .ap-identity {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .ap-identity-form {
  border-radius: 0 !important;
  font-family: var(--mono) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

/* Synergie : Le pôle logiciels construit... */
.ed-page .ap-link {
  border-radius: 0 !important;
}
.ed-page .ap-link-step {
  font-family: var(--mono) !important;
  font-weight: 700 !important;
}

/* Origine (De MONCHEMOI à SIZEG AFRICA) */
.ed-page .ap-origine {
  background: var(--bg-white) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .ap-origine:hover {
  transform: translateY(-2px) !important;
  box-shadow: none !important;
  border-color: var(--ink) !important;
}
.ed-page .ap-origine-annee {
  background: var(--ink) !important;
  font-family: var(--mono) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ---- 5. BOUTONS & BADGES DE SECTION ---- */
.ed-page .btn,
.ed-page .section-tag {
  border-radius: 0 !important;
}

/* ---- 6. GUIDE DMR / TETRA / BROADBAND (12-guide.css) ---- */
.ed-page .hts-card,
.ed-page .hts-img-wrap,
.ed-page .hts-badge,
.ed-page .gf-card,
.ed-page .gf-icon,
.ed-page .gf-badge,
.ed-page .gf-pill,
.ed-page .gf-pill img,
.ed-page .gf-link,
.ed-page .vs-wrap,
.ed-page .vs-side-avatar,
.ed-page .guide-table thead th:first-child,
.ed-page .guide-table thead th:last-child,
.ed-page .gt-thumb,
.ed-page .table-prod-pill,
.ed-page .table-prod-pill img,
.ed-page .budget-legend,
.ed-page .choose-card,
.ed-page .choose-a-btn,
.ed-page .workflow-timeline-box,
.ed-page .wt-step,
.ed-page .wt-active-badge,
.ed-page .guide-rule,
.ed-page .guide-table-wrap,
.ed-page .choose-reco,
.ed-page .guide-cta-band {
  border-radius: 0 !important;
}

/* ---- 7. SUPPRESSION DU MODE SOMBRE (Guide) ---- */
.ed-page .hts-card {
  background: var(--bg-white) !important;
  border-color: var(--border) !important;
}
.ed-page .hts-card:hover {
  background: var(--bg) !important;
}
.ed-page .hts-info h4 {
  color: var(--text) !important;
}
.ed-page .hts-info p {
  color: var(--text-muted) !important;
}

.ed-page .vs-mid {
  background: var(--bg) !important;
  color: var(--text) !important;
  border-left: 1px solid var(--border) !important;
  border-right: 1px solid var(--border) !important;
}

.ed-page .guide-table thead th {
  background: var(--bg) !important;
  color: var(--text) !important;
  border-bottom: 2px solid var(--border) !important;
}

.ed-page .guide-cta-band {
  background: var(--bg-white) !important;
  color: var(--text) !important;
  border: 1px solid var(--border) !important;
  box-shadow: none !important;
}
.ed-page .guide-cta-band h2 {
  color: var(--text) !important;
}
.ed-page .guide-cta-band p {
  color: var(--text-muted) !important;
}

/* --- AJOUTS POUR PAGES SERVICES --- */
.ed-page .value-card,
.ed-page .sv-proof-item,
.ed-page .sv-product,
.ed-page .ph-logo-card,
.ed-page .im-screen,
.ed-page .sv-product-grid img,
.ed-page .rc-archi rect {
  border-radius: 0 !important;
}


/* --- LA GRILLE ZP POUR LES PAGES SERVICES --- */
.zp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 3rem;
}
@media (max-width: 900px) {
  .zp-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ==========================================================================
   8. LIGNE ÉDITORIALE SANS ICÔNES DÉCORATIVES
   On masque les pictogrammes purement décoratifs (SVG) sur les pages .ed-page.
   Les images produits, logos de marque et vraies illustrations sont conservés.
   Les emoji dans le texte (tableaux, listes) sont retirés dans le HTML.
   ========================================================================== */
.ed-page .gf-icon,
.ed-page .guide-rule-icon,
.ed-page .vs-check-list li svg,
.ed-page .gf-link svg,
.ed-page .sv-card-icon,
.ed-page .value-icon,
.ed-page .rc-partner-icon,
.ed-page .service-adv-icon,
.ed-page .contact-item-icon,
.ed-page .sv-proof-item svg,
.ed-page .sv-deliverable svg,
.ed-page .sv-note svg { display: none !important; }

/* La coche retirée : on garde un léger décalage propre pour la liste VS */
.ed-page .vs-check-list li { padding-left: 0; }

/* ==========================================================================
   9. SHOWCASE PRODUIT (.sv-product : GIMMO / Badenya) — passage en clair
   Bloc jadis navy sombre ; on l'aligne sur le thème clair, angles vifs.
   ========================================================================== */
.ed-page .sv-product {
  background: var(--paper) !important;
  color: var(--ink) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
}
.ed-page .sv-product h3,
.ed-page .sv-product-grid strong { color: var(--ink) !important; }
.ed-page .sv-product > p,
.ed-page .sv-product-body > p,
.ed-page .sv-product-grid span { color: var(--text-muted) !important; }
.ed-page .sv-product-kicker { color: var(--sv-accent-dark) !important; }
.ed-page .sv-product-grid li {
  background: var(--bg-white) !important;
  border: 1px solid var(--hair) !important;
  border-radius: 0 !important;
}
.ed-page .sv-badge-live {
  background: var(--green-light) !important;
  color: var(--green-dark) !important;
  border: 1px solid rgba(34, 197, 94, 0.4) !important;
  border-radius: 0 !important;
}
.ed-page .sv-badge-wip {
  background: var(--bg) !important;
  color: var(--text-muted) !important;
  border: 1px solid var(--hair) !important;
  border-radius: 0 !important;
}
.ed-page .sv-product-visual::before { opacity: 0.22 !important; }

/* ==========================================================================
   10. PAGE RADIOCOMMUNICATION (rc-) — bandeau partenaire clair + angles vifs
   ========================================================================== */
.ed-page .rc-partner {
  background: var(--paper) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .rc-partner h3 { color: var(--ink) !important; }
.ed-page .rc-partner p { color: var(--text-muted) !important; }
.ed-page .rc-pill {
  background: var(--bg) !important;
  color: var(--text-muted) !important;
  border: 1px solid var(--hair) !important;
  border-radius: 0 !important;
}
.ed-page .rc-partner a { color: var(--orange-dark) !important; }
.ed-page .rc-partner-logo { filter: none !important; }

.ed-page .rc-archi-figure,
.ed-page .rc-grid-sectors .service-adv-card,
.ed-page .rc-equip-chip { border-radius: 0 !important; box-shadow: none !important; }

/* ==========================================================================
   11. HEROS DES PAGES SERVICES — mise en conformité avec l'accueil
   Ces heros utilisaient une grille 2 colonnes (titre + bloc de preuves
   latéral) : le grand titre chevauchait la colonne de droite (« éléments qui
   s'emboîtent »). On repasse en COLONNE UNIQUE comme l'accueil / qui-sommes-nous,
   et on retire le bloc de preuves du hero (il fait doublon avec le corps de page).
   ========================================================================== */
.ed-hero .zp-grid { display: block !important; }
.ed-hero .zp-grid > div { max-width: none !important; }
.ed-hero .sv-proof { display: none !important; }

/* Les pages zp-page (Immobilier, Guide d'achat) gardent 2 colonnes dans le hero */
body.zp-page .ed-hero .zp-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
  align-items: center !important;
  gap: clamp(2rem, 4vw, 3.5rem) !important;
}

@media (max-width: 900px) {
  body.zp-page .ed-hero .zp-grid { grid-template-columns: 1fr !important; }
}

/* ==========================================================================
   12. CONTACT & DEVIS — cartes, formulaires et carte Maps en angles vifs
   ========================================================================== */
.ed-page .contact-form-wrap,
.ed-page .map-wrap,
.ed-page .map-wrap iframe,
.ed-page .devis-empty,
.ed-page .devis-items-col,
.ed-page .devis-item,
.ed-page .contact-item { border-radius: 0 !important; box-shadow: none !important; }

.ed-page .contact-form input,
.ed-page .contact-form textarea,
.ed-page .contact-form select { border-radius: 0 !important; }

/* ==========================================================================
   13. BOUTIQUE & FICHES — galerie éditoriale DYNAMIQUE + icônes DU THÈME
   Ici (pages de présentation produit) on GARDE les icônes, mais monoline,
   nettes, en encre/orange. Cellules cadrées à filets, survol vivant.
   ========================================================================== */

/* Recherche + filtres */
.ed-page .shop-filter {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--mono) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}
.ed-page .shop-filter:hover { border-color: var(--ink) !important; box-shadow: none !important; }
.ed-page .shop-filter.active { background: var(--ink) !important; border-color: var(--ink) !important; box-shadow: none !important; }
.ed-page .shop-category-header { border-bottom-color: var(--ink) !important; }

/* Bandeau « prix sur devis » : net (icône éclair du thème conservée) */
.ed-page .shop-notice { border-radius: 0 !important; animation: none !important; }
.ed-page .notice-pulse-badge { border-radius: 0 !important; background: var(--ink) !important; animation: none !important; }

/* ---- Carte produit : cellule cadrée, équerre d'angle animée au survol ---- */
.ed-page .product-card {
  border: 1px solid var(--hair) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .product-card:hover,
.ed-page .product-card:focus-within {
  transform: translateY(-4px) !important;
  box-shadow: none !important;
  border-color: var(--ink) !important;
}
.ed-page .product-card::after {
  content: "";
  position: absolute;
  top: -1px; left: -1px;
  width: 0; height: 0;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  transition: width 0.3s ease, height 0.3s ease;
  z-index: 3;
  pointer-events: none;
}
.ed-page .product-card:hover::after { width: 22px; height: 22px; }

.ed-page .product-img {
  border-radius: 0 !important;
  background: var(--paper) !important;
  border-bottom: 1px solid var(--hair) !important;
}

.ed-page .product-badge {
  border-radius: 0 !important;
  background: var(--ink) !important;
  font-family: var(--mono) !important;
  box-shadow: none !important;
}
.ed-page .product-badge.badge-new { background: var(--orange) !important; }
.ed-page .product-cat { font-family: var(--mono) !important; color: var(--orange-dark) !important; }

/* Icônes de caractéristiques : monoline ENCRE en cellules carrées (icônes du thème) */
.ed-page .product-chips-icons li.chip-icon-only,
.ed-page .product-chips-icons li[class*="chip-cat-"] {
  border-radius: 0 !important;
  background: var(--bg-white) !important;
  border: 1px solid var(--hair) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}
.ed-page .product-chips-icons li.chip-icon-only:hover,
.ed-page .product-chips-icons li[class*="chip-cat-"]:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}
.ed-page .product-chips-icons li.chip-icon-only::after {
  border-radius: 0 !important;
  background: var(--ink) !important;
  font-family: var(--mono) !important;
}

/* Actions produit : boutons nets, encre + orange */
.ed-page .product-actions .btn,
.ed-page .product-actions .btn-sm { border-radius: 0 !important; }
.ed-page .product-actions .btn-primary { background: var(--ink) !important; box-shadow: none !important; }
.ed-page .product-actions .btn-primary:hover { background: var(--orange-dark) !important; box-shadow: none !important; }
.ed-page .product-actions .btn-outline { border-radius: 0 !important; }
.ed-page .btn-in-cart-stepper,
.ed-page .stepper-action-btn,
.ed-page .caddy-count-circle { border-radius: 0 !important; box-shadow: none !important; }

/* Tableau comparatif */
.ed-page .compare-tab-btn { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .compare-tab-btn.is-active { background: var(--ink) !important; border-color: var(--ink) !important; box-shadow: none !important; }
.ed-page .tab-count { border-radius: 0 !important; }
.ed-page .table-scroll { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .compare-table thead th { background: var(--paper) !important; }
.ed-page .compare-th-box { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .compare-th-card:hover .compare-th-box { box-shadow: none !important; }

/* Sections secondaires boutique : angles vifs (icônes du thème conservées) */
.ed-page .partner-logo-card,
.ed-page .why-card,
.ed-page .why-icon,
.ed-page .broadband-infra-note,
.ed-page .bin-icon-box { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .why-card:hover {
  box-shadow: none !important;
  border-color: var(--ink) !important;
  transform: translateY(-4px) !important;
}

/* Bandeau plaquette/catalogue : passage en clair */
.ed-page .plaquette-banner {
  background: var(--paper) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}
.ed-page .plaquette-banner::before { display: none !important; }
.ed-page .plaquette-banner h2 { color: var(--ink) !important; }
.ed-page .plaquette-banner p { color: var(--text-muted) !important; }

/* ==========================================================================
   14. FICHES PRODUIT « premium » — passage au thème clair éditorial
   Hero bleu-nuit → clair ; cartes verre/ombres → cellules cadrées nettes ;
   icônes conservées (thème). Section vidéo laissée sombre (lecteur = sombre).
   ========================================================================== */

/* ---- HERO produit ---- */
.ed-page .page-hero-product-premium {
  background: var(--bg-white) !important;
  color: var(--ink) !important;
  border-bottom: 1px solid var(--ink) !important;
  min-height: auto !important;
  padding: clamp(96px, 12vw, 140px) 0 clamp(40px, 6vw, 72px) !important;
}
.ed-page .page-hero-product-premium::before { display: none !important; }
.ed-page .hero-breadcrumb,
.ed-page .hero-breadcrumb a { color: var(--text-muted) !important; }
.ed-page .hero-product-info h1 { color: var(--ink) !important; }
.ed-page .hero-product-motto { color: var(--orange-dark) !important; }
.ed-page .hero-product-desc { color: var(--text-muted) !important; }

/* Badges hero */
.ed-page .hero-badge { border-radius: 0 !important; font-family: var(--mono) !important; box-shadow: none !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; }
.ed-page .hero-badge-premium { background: var(--orange) !important; color: #fff !important; }
.ed-page .hero-badge-partner { background: transparent !important; color: var(--ink) !important; border: 1px solid var(--hair) !important; }
.ed-page .hero-badge-stock { background: var(--green-light) !important; color: var(--green-dark) !important; border: 1px solid rgba(34, 197, 94, 0.4) !important; }

/* Pills d'avantages + puces secteur */
.ed-page .adv-pill,
.ed-page .usecase-sector-chip {
  background: var(--paper) !important;
  border: 1px solid var(--hair) !important;
  color: var(--ink) !important;
  border-radius: 0 !important;
}

/* Boutons produit */
.ed-page .btn-hero-primary,
.ed-page .btn-buy-primary,
.ed-page .btn-sticky-devis {
  background: var(--ink) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .btn-hero-primary:hover,
.ed-page .btn-buy-primary:hover,
.ed-page .btn-sticky-devis:hover { background: var(--orange-dark) !important; box-shadow: none !important; }
.ed-page .btn-hero-outline {
  background: transparent !important;
  color: var(--ink) !important;
  border: 1px solid rgba(12, 14, 18, 0.28) !important;
  border-radius: 0 !important;
}
.ed-page .btn-hero-outline:hover { border-color: var(--ink) !important; background: rgba(12, 14, 18, 0.04) !important; }

/* Image hero + zoom */
.ed-page .hero-main-img-box {
  background: var(--paper) !important;
  border: 1px solid var(--hair) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .hero-zoom-badge { border-radius: 0 !important; font-family: var(--mono) !important; }

/* Sous-nav sticky */
.ed-page .product-sticky-subnav { background: var(--bg-white) !important; border-bottom: 1px solid var(--hair) !important; box-shadow: none !important; }

/* Carte verre + galerie */
.ed-page .product-glass-card {
  background: var(--bg-white) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.ed-page .showcase-main-img { border-radius: 0 !important; background: var(--paper) !important; }
.ed-page .showcase-tool-btn,
.ed-page .showcase-badge-top,
.ed-page .thumb-btn { border-radius: 0 !important; }
/* En-tête de la section Points Forts (façon index adapté colonne étroite) */
.ed-page .product-detail-info-premium .info-header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--hair) !important;
  margin-bottom: 0 !important;
}

.ed-page .product-detail-info-premium .info-header span.hero-badge {
  display: none !important;
}

.ed-page .product-detail-info-premium .info-header h2 {
  font-family: var(--mono) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--ink) !important;
  margin: 0 !important;
}

.ed-page .product-detail-info-premium .info-header p {
  font-family: var(--mono) !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: var(--text-muted) !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Grille transformée en Liste (Adaptée colonne étroite) */
.ed-page .adv-cards-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  counter-reset: adv-card-counter;
  margin-bottom: 2rem !important;
  width: 100% !important;
}

.ed-page .adv-card-premium {
  display: grid !important;
  grid-template-columns: 40px 1fr !important;
  grid-template-rows: auto auto !important;
  align-items: baseline !important;
  gap: 4px 12px !important;
  padding: 20px 0 !important; /* Aligné sur les bords */
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--hair) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease !important;
  counter-increment: adv-card-counter;
}

.ed-page .adv-card-premium:hover {
  background: rgba(0, 102, 255, 0.02) !important; /* Fond bleu extrêmement doux */
  color: var(--ink) !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  transform: none !important;
}

.ed-page .adv-card-icon {
  display: none !important;
}

.ed-page .adv-card-premium::before {
  content: "0" counter(adv-card-counter);
  grid-column: 1;
  grid-row: 1 / span 2;
  font-family: var(--mono) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: var(--brand-primary);
  transition: color 0.2s, transform 0.2s;
  align-self: start;
  margin-top: 2px;
}

.ed-page .adv-card-premium:hover::before {
  transform: scale(1.1); /* Petit effet sympa sur le chiffre */
}

.ed-page .adv-card-premium strong {
  grid-column: 2;
  grid-row: 1;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

.ed-page .adv-card-premium span {
  grid-column: 2;
  grid-row: 2;
  font-family: var(--mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.05em !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  transition: color 0.2s;
  text-align: left !important;
  line-height: 1.4 !important;
}

/* Retrait du hover texte blanc */
.ed-page .adv-card-premium:hover span {
  color: var(--ink) !important; 
}

/* Boîte d'achat & Tarification : Design Premium */
.ed-page .product-buy-box-premium {
  background: #fdfdfd !important;
  border: 1px solid var(--hair) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  transition: box-shadow 0.3s ease !important;
}

.ed-page .product-buy-box-premium:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06) !important;
}

.ed-page .quantity-selector-premium,
.ed-page .quantity-selector-premium input {
  border-radius: 8px !important; 
}

.ed-page .partner-empower-card { 
  border-radius: 12px !important; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; 
}

/* Grandes stats */
.ed-page .big-stat-item { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .big-stat-number { color: var(--ink) !important; }

/* Pourquoi choisir */
.ed-page .why-choose-card { background: var(--bg-white) !important; border: 1px solid var(--hair) !important; border-radius: 0 !important; box-shadow: none !important; }
.ed-page .why-choose-icon { border-radius: 0 !important; }

/* Timeline cas d'usage */
.ed-page .timeline-step-card { background: var(--bg-white) !important; border: 1px solid var(--hair) !important; border-radius: 0 !important; box-shadow: none !important; }
.ed-page .timeline-step-badge { border-radius: 0 !important; }

/* Spécifications */
.ed-page .spec-group-card { background: var(--bg-white) !important; border: 1px solid var(--hair) !important; border-radius: 0 !important; box-shadow: none !important; }
.ed-page .spec-group-icon { border-radius: 0 !important; }
.ed-page .spec-item { border-radius: 0 !important; }

/* Documentation */
.ed-page .doc-dl-card-premium { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .doc-card-icon,
.ed-page .btn-doc-download { border-radius: 0 !important; }

/* Produits similaires */
.ed-page .related-card-premium { border-radius: 0 !important; box-shadow: none !important; }
.ed-page .related-card-img-wrap,
.ed-page .related-card-badge-top,
.ed-page .related-card-spec-pill,
.ed-page .related-card-action-circle { border-radius: 0 !important; }

/* Bandeau de conversion final : passage en clair */
.ed-page .footer-conversion-banner {
  background: var(--paper) !important;
  border: 1px solid var(--ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ed-page .footer-conversion-banner::before { display: none !important; }
.ed-page .footer-conversion-banner h2 { color: var(--ink) !important; }
.ed-page .footer-conversion-banner p { color: var(--text-muted) !important; }
.ed-page .footer-conversion-banner .pp-badge-outline-light { color: var(--orange-dark) !important; border-color: var(--hair) !important; }

/* =========================================
   TRUST GRID (Réassurance B2B)
   ========================================= */
.trust-section {
  padding: 4rem 0 2rem;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.trust-card {
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  border-radius: 8px;
  padding: 1.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: var(--border-hover, var(--primary));
}
body.dark-mode .trust-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.trust-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-icon {
  color: var(--primary);
  display: flex;
}
.trust-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
.trust-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* =========================================
   ALIGNEMENT BOUTONS PRODUITS (Devis & Fiche)
   ========================================= */
.hero-product-ctas {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: 100%;
}
.hero-product-ctas .btn-hero-primary,
.hero-product-ctas .btn-hero-outline {
  width: auto !important;
  flex: 1 1 auto !important;
  text-align: center !important;
  white-space: nowrap !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
