/* ===========================
   DIABLO DESKTOP (CLEAN)
=========================== */

:root{
  --bg: #06070b;
  --glass: rgba(8,10,16,.55);
  --border: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.88);
  --muted: rgba(255,255,255,.72);
  --accent: #ff3b3b;
  --accent2: rgba(60,120,255,.22);
  --accent1: rgba(255,70,70,.18);
  --nav-h: 120px; /* ajuste 110-140 selon ton logo */

}

html, body{ height:100%; }

body{
  margin:0;
  background:
    radial-gradient(1200px 600px at 15% 30%, rgba(255,80,60,.20), transparent 60%),
    radial-gradient(1200px 700px at 75% 35%, rgba(60,120,255,.18), transparent 62%),
    url("/themes/diabloiptvqc/assets/img/hero-bg.webp") center top / cover no-repeat fixed;
  background-color: var(--bg);
  color: var(--text);
  position: relative;
  overflow-x: hidden;
}

/* Overlay global (énergie + contraste), sans “double background” */
body::after{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  background:
    radial-gradient(900px 500px at 15% 20%, var(--accent1), transparent 60%),
    radial-gradient(900px 500px at 70% 30%, var(--accent2), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.45) 35%, rgba(0,0,0,.78));
  z-index: 0;
}

/* ===========================
   NAVBAR
=========================== */

/* IMPORTANT: on ne pousse pas la page (header au-dessus du hero) */
body{
  padding-top: 0 !important;
}

/* HEADER overlay (reste au top du hero) */
:root{
  --nav-h: 120px; /* ajuste si tu veux */
}

/* ===========================
   NAVBAR (FULL WIDTH BG)
=========================== */

/* ===========================
   HEADER / NAVBAR FINAL
=========================== */

:root{
  --nav-h: 120px;
}

/* NAV FIXED – FOND BORD À BORD */
.d-nav{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999 !important;

  background: rgba(0,0,0,.80) !important;   /* 20% transparent */
  border-bottom: 1px solid rgba(255,255,255,.08);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    transform .55s cubic-bezier(.22,1,.36,1),
    opacity   .35s ease;

  will-change: transform, opacity;
}

/* ÉTAT CACHÉ (scroll down) */
.d-nav.is-hidden{
  transform: translateY(-115%);
  opacity: 0;
  pointer-events: none;
}

/* ÉTAT HAUT DE PAGE (hero look) */
.d-nav.is-top{
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.45),
    rgba(0,0,0,0)
  ) !important;

  border-bottom: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* COMPENSATION DU HEADER */
main{
  padding-top: var(--nav-h);
}

/* CONTENU CENTRÉ (1200px) */
.d-nav-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

/* IMPORTANT : LE BG RESTE SUR .d-nav, PAS LE CONTAINER */
.d-nav .container,
.d-nav .container-fluid{
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

/* ANTI-WRAP DESKTOP */
@media (min-width: 992px){
  .d-nav .navbar-collapse{
    flex-wrap: nowrap !important;
  }

  .d-nav .navbar-nav,
  .d-nav-right{
    flex-wrap: nowrap !important;
    white-space: nowrap;
  }
}

/* Brand */
.d-brand{
  display:flex;
  align-items:center;
  gap: 12px;
  text-decoration:none;
}

.d-brand-icon{
  height: 144px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(255,70,70,.35));
}

.d-brand-text{
  display:flex;
  flex-direction:column;
  line-height: 1;
}

.d-brand-name{
  font-weight: 900;
  letter-spacing: .06em;
  font-size: 18px;
  color:#fff;
}

.d-brand-sub{
  margin-top: 4px;
  font-weight: 800;
  letter-spacing: .28em;
  font-size: 11px;
  color: rgba(255,70,70,.92);
}

/* Links */
.d-nav .nav-link{
  color: rgba(255,255,255,.78) !important;
  font-weight: 700;
}
.d-nav .nav-link:hover{ color:#fff !important; }
.d-nav .nav-link.active{ color:#fff !important; }

/* Right zone spacing */
.d-nav-right{
  display:flex;
  align-items:center;
  gap: 12px;
}

/* Pills (select + buttons) */
.d-pill-select{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  border-radius: 999px;
  padding-left: 12px;
  padding-right: 28px;
}
.d-pill-select option{ color:#000; }

.d-pill-btn{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  border-radius: 999px;
}
.d-pill-btn:hover{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.22) !important;
}

/* Dropdown dark */
.d-dropdown{
  background: rgba(10,12,18,.92);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(12px);
}
.d-dropdown .dropdown-item{ color: rgba(255,255,255,.86); }
.d-dropdown .dropdown-item:hover{ background: rgba(255,255,255,.08); color:#fff; }
.d-dropdown .dropdown-divider{ border-top-color: rgba(255,255,255,.12); }

.d-nav .badge.bg-danger{
  box-shadow: 0 0 0 2px rgba(5,7,12,.85);
}

/* Burger visible */
.d-nav .navbar-toggler{ border-color: rgba(255,255,255,.18) !important; }
.d-nav .navbar-toggler-icon{ filter: invert(1); opacity: .85; }

/* Desktop layout: logo | menu centré | actions droite */
@media (min-width: 992px){
  .d-nav .navbar-collapse{
    display:flex !important;
    align-items:center;
    width:100%;
  }
  .d-nav-menu{
    flex: 1;
    justify-content:center;
  }

  .d-nav-right{
    margin-left:auto;
  }
}
.d-nav .navbar-brand span,
.d-nav .brand-text{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .08em;
}

/* ===========================
   HERO (centré comme screenshot)
=========================== */

.d-hero{
  position: relative;
  z-index: 2; /* au-dessus du body::after */
  display:flex;
  align-items: center;
min-height: calc(100vh - var(--nav-h));
padding: calc(var(--nav-h) + 30px) 0 95px;

}

.d-hero::before{
  content:"";
  position:absolute;
  top:0; left:0; right:0;
  height: 140px;              /* zone derrière le header */
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,0));
  pointer-events:none;
  z-index: 1;
}

.d-hero-inner{
  position: relative;
  z-index: 2;
}

.d-hero .lp-container{
  max-width: 1200px;
  padding-left: 18px;
  padding-right: 18px;
}

/* contenu centré */
.d-hero-inner{
  position: relative;
  z-index: 3;
  text-align:center;
  max-width: 880px;
  margin: 0 auto;
  transform: none;

}


/* Kicker */
.d-kicker{
  color: rgba(255,255,255,.72);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}

/* Titre */
.d-title{
  color:#fff;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.02;
  margin: 0 0 14px;
  letter-spacing: -1px;
}
.d-title-accent{ color: var(--accent); }

/* Sous-texte */
.d-sub{
  color: rgba(255,255,255,.78);
  font-size: 18px;
  font-weight: 650;
  max-width: 720px;
  margin: 0 auto 22px;
}

/* CTA centrés */
.d-cta{
  display:flex;
  justify-content:center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.d-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 13px 18px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 850;
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
}

.d-btn-primary{
  background: linear-gradient(180deg, rgba(255,70,70,.95), rgba(255,70,70,.78));
  border-color: rgba(255,70,70,.35);
  box-shadow: 0 18px 45px rgba(255,70,70,.18);
}

.d-btn-ghost{
  background: rgba(20,30,55,.35);
  border-color: rgba(120,160,255,.25);
}

/* Devices visuel (comme screenshot: en bas centré) */
.d-hero-devices{
  position:absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 820px;
  height: 520px;
  background: url("/themes/diabloiptvqc/assets/img/hero-devices.png") center/contain no-repeat;
  z-index: 2;
  pointer-events:none;
  opacity: 1;
}

/* Energie (optionnel) */
.d-hero-energy{
  position:absolute;
  left: 50%;
  bottom: -140px;
  transform: translateX(-50%);
  width: 1200px;
  height: 640px;
  background: url("/themes/diabloiptvqc/assets/img/hero-energy.webp") center/contain no-repeat;
  z-index: 1;
  pointer-events:none;
  opacity: .92;
}

/* si tu as d’autres hero anciens, on force transparent */
.lp-hero, .hero, .home-hero{ background: transparent !important; }

/* ==========================
   DIABLO - BANNER STRIP (below hero)
========================== */

.d-banner-strip{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 22px 0 10px;
}

.d-banner-inner{
  width: min(1400px, calc(100% - 44px));
  margin: 0 auto;
}

/* ✅ centre le slider lui-même */
.d-banner-strip .hero-slider-container{
  max-width: 1200px;     /* ta bannière 1200px */
  margin: 0 auto;
}

/* frame */
.d-banner-strip .hero-slider{
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;

  /* ✅ enlève l’effet sombre */
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

/* track */
.d-banner-strip .hero-slider-track{
  display: flex;
  width: 100%;
  transition: transform .45s ease;
}

/* slide = hauteur fixe (ton 1200x400 → ici on affiche 176px comme tu voulais) */
.d-banner-strip .hero-slide{
  min-width: 100%;
  position: relative;
  height: 176px;           /* ✅ fixe */
}

/* image */
.d-banner-strip .hero-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;            /* ✅ pas de filtre surprise */
}

/* ✅ pas de flèches / pas de dots */
.d-banner-strip .hero-nav,
.d-banner-strip .hero-dots{
  display: none !important;
}

/* FORCE center banner, même si un CSS global fait des trucs weird */
.d-banner-strip .hero-slider-container,
.d-banner-strip .hero-slider{
  margin-left: auto !important;
  margin-right: auto !important;
}

.d-banner-strip .hero-slider-container{
  display: block !important;
  width: 100% !important;
  max-width: 1200px !important;
}
/* KILL SWITCH: cache toute nav/arrow/dots à l'intérieur du slider */
.d-banner-strip .hero-slider button,
.d-banner-strip .hero-slider .hero-nav,
.d-banner-strip .hero-slider .hero-dots,
.d-banner-strip .hero-slider [class*="nav"],
.d-banner-strip .hero-slider [class*="arrow"],
.d-banner-strip .hero-slider [class*="prev"],
.d-banner-strip .hero-slider [class*="next"]{
  display: none !important;
}

.d-banner-strip .hero-slider-container{ max-width:1200px !important; margin:0 auto !important; }
.d-banner-strip .hero-slide img{ width:100% !important; height:100% !important; display:block !important; object-fit:cover !important; }
.d-banner-strip .hero-slide{ height:176px !important; }
/* Slider: enlever flèches + dots (ceux injectés: button.nav.prev/next + div.dots) */
.d-banner-strip .hero-banner.slider .nav.prev,
.d-banner-strip .hero-banner.slider .nav.next,
.d-banner-strip .hero-banner.slider .dots{
  display: none !important;
}
/* Centrer la bannière (ton nouveau markup .hero-banner.slider) */
.d-banner-strip .d-banner-inner{
  display: flex;
  justify-content: center;
}

.d-banner-strip .hero-banner.slider{
  width: 1200px;        /* ta bannière */
  max-width: 100%;
  margin: 0 auto;
}
.d-banner-strip .hero-banner.slider{
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.d-banner-strip .hero-banner.slider .slider-track{
  height: 100%;
}

.d-banner-strip .hero-banner.slider .slider-track img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  display:block;
}

/* ===========================
   DIABLO - PLANS (4 cards)
=========================== */

.d-plans{
  position: relative;
  z-index: 2;
  padding: 46px 0 60px;
}

.d-plans-inner{
  max-width: 1200px;
}

.d-h2{
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.5px;
}

.d-lead{
  margin: 0 auto 22px;
  text-align: center;
  max-width: 720px;
  color: rgba(255,255,255,.74);
  font-weight: 650;
}

.d-pricing{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.d-card{
  text-decoration: none;
  color: var(--text);
  border-radius: 18px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(10,12,18,.72), rgba(10,12,18,.42));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 55px rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  min-height: 150px;
}

.d-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,70,70,.30);
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
}

.d-card-top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.d-card-title{
  color:#fff;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -.2px;
}

.d-card-tag{
  font-weight: 850;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.86);
}

.d-card-desc{
  color: rgba(255,255,255,.72);
  font-weight: 650;
  line-height: 1.35;
  margin: 10px 0 14px;
}

.d-card-cta{
  color: rgba(255,255,255,.92);
  font-weight: 900;
}

.d-best{
  border-color: rgba(255,70,70,.34);
  background: linear-gradient(180deg, rgba(255,70,70,.20), rgba(10,12,18,.45));
}

.d-best .d-card-tag{
  background: rgba(255,70,70,.20);
  border-color: rgba(255,70,70,.30);
  color: #fff;
}

.d-center{
  display:flex;
  justify-content:center;
  margin-top: 18px;
}
/* ===== Diablo Plans: cadre centré ===== */
.d-plans-inner{
  max-width: 1200px;
}

/* le "cadre" */
.d-plans-panel{
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 26px 22px 22px;
  border-radius: 22px;
  background: rgba(10,12,18,.46);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 26px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* grille un peu moins "full wide" */
.d-pricing{
  width: 100%;
  max-width: 1020px;
  margin: 18px auto 0;
}
/* Centre visuel du panel dans la zone */
.d-plans{
  padding: 70px 0 90px;   /* plus d’air */
}

.d-plans-panel{
  transform: translateY(10px); /* descend un peu (met 0 à 25px selon goût) */
}
/* Image/logo dans les cartes */
.d-card-media{
  display:flex;
  justify-content:flex-end; /* logo à droite */
  margin-bottom: 10px;
}

.d-card-media{
  display:flex;
  justify-content:flex-end;
  margin-bottom: 12px;
}

.d-card-media img{
  width: 188px;
  height: 188px;
  object-fit: contain;
  border-radius: 18px;

  /* fond plus clean pour logo */
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255,70,70,.22),
    rgba(10,12,18,.85)
  );

  border: 1px solid rgba(255,70,70,.35);
  padding: 10px;

  box-shadow:
    0 18px 45px rgba(0,0,0,.55),
    0 0 28px rgba(255,70,70,.25);
}

.d-pricing{ max-width: 980px; }

/* Container Diablo (remplace lp-container) */
/* container centré (si pas déjà défini ailleurs) */
.d-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.d-card-media{
  display:flex;
  justify-content:center;
  margin-bottom: 12px;
}

.d-card-media img{
  width: 180px;          /* augmente ici */
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

/* =========================================================
   WHY / TRUST SECTION (Diablo theme) — readable version
========================================================= */
.d-why { padding: 70px 0; position: relative; }

/* Lighten the background ONLY for this section */
.d-why::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 420px at 50% 10%, rgba(255,90,90,.18), transparent 60%),
    linear-gradient(to bottom, rgba(0,0,0,.20), rgba(0,0,0,.35));
  pointer-events:none;
}
.d-why-inner{ position: relative; max-width: 1200px; margin: 0 auto; }

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

.d-why-kicker{
  display:inline-block;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  font-size: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
}

.d-why-title{
  margin: 14px 0 8px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.05;
  font-weight: 950;
  color: #fff;
  text-shadow: 0 10px 35px rgba(0,0,0,.6);
}
.d-why-title-accent{
  color: rgba(255, 110, 110, 1);
  text-shadow: 0 0 26px rgba(255, 90, 90, .28);
}
.d-why-sub{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  text-shadow: 0 8px 24px rgba(0,0,0,.55);
}

/* Big proof card: brighter glass */
.d-why-proof{
  display:flex;
  gap: 14px;
  align-items: center;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,90,90,.35);
  background:
    radial-gradient(900px 220px at 20% 0%, rgba(255,90,90,.22), transparent 55%),
    rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 50px rgba(0,0,0,.45);
  margin: 0 auto 22px;
  max-width: 980px;
}
.d-why-proof-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,90,90,.22);
  border: 1px solid rgba(255,90,90,.40);
  font-size: 20px;
}
.d-why-proof-line1{ font-weight: 950; font-size: 18px; color:#fff; }
.d-why-proof-line2{ color: rgba(255,255,255,.82); margin-top: 4px; }

/* Grid cards: brighter, readable */
.d-why-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.d-why-card{
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 36px rgba(0,0,0,.40);
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.d-why-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,90,90,.30);
  background: rgba(255,255,255,.075);
}
.d-why-card-top{
  display:flex;
  gap: 10px;
  align-items:center;
  margin-bottom: 8px;
}
.d-why-dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: rgba(255,90,90,1);
  box-shadow: 0 0 18px rgba(255,90,90,.30);
}
.d-why-card-title{
  margin: 0;
  font-size: 16px;
  font-weight: 950;
  color: #fff;
}
.d-why-card-desc{
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 1000px){
  .d-why-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .d-why-proof{ flex-direction: column; align-items:flex-start; }
  .d-why-grid{ grid-template-columns: 1fr; }
}
/* FIX: l'overlay doit être derrière, pas en filtre par-dessus */
.d-why{
  position: relative;
  isolation: isolate; /* crée un "monde" z-index propre */
}

.d-why::before{
  z-index: 0;
}

.d-why > *{
  position: relative;
  z-index: 1;
}
.d-why::before{
  background:
    radial-gradient(900px 420px at 50% 10%, rgba(255,90,90,.14), transparent 60%),
    linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

.d-why-inner{
  position: relative;
  z-index: 3;
}
/* WHY doit être au-dessus du overlay global body::after */
.d-why{
  position: relative;
  z-index: 2;
}
/* =========================================================
   DIABLO — CATEGORIES (Forfaits IPTV) — readable + glass
   Cible: <section class="hero-home-bg hero-streaming">
========================================================= */

.hero-home-bg.hero-streaming{
  position: relative;
  isolation: isolate;         /* monde z-index propre */
  z-index: 2;                 /* au-dessus du body::after */
  padding: 70px 0 90px;
}

/* Overlay LIGHT pour cette section seulement (pas un filtre noir) */
.hero-home-bg.hero-streaming::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 18% 20%, rgba(255,70,70,.16), transparent 62%),
    radial-gradient(900px 520px at 78% 25%, rgba(60,120,255,.14), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.22));
}

/* Tout le contenu au-dessus de l’overlay */
.hero-home-bg.hero-streaming > .container{
  position: relative;
  z-index: 1;
}

/* Header texte */
.hero-home-bg.hero-streaming .hero-wrapper{
  margin-bottom: 26px;
}

.hero-home-bg.hero-streaming .hero-copy h1{
  margin: 0;
  color: #fff;
  font-weight: 950;
  font-size: clamp(34px, 3.4vw, 54px);
  letter-spacing: -0.6px;
  text-shadow: 0 14px 40px rgba(0,0,0,.55);
}

.hero-home-bg.hero-streaming .hero-copy p{
  margin: 10px 0 0;
  color: rgba(255,255,255,.84);
  font-weight: 650;
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

/* Overlay zone (la grille) */
.categories-overlay{
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

/* Cartes catégories */
.service-link{ display:block; }

.service-card{
  height: 100%;
  border-radius: 22px;
  padding: 18px;
  text-align: center;

  background: linear-gradient(180deg, rgba(10,12,18,.62), rgba(10,12,18,.34));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 70px rgba(0,0,0,.42);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transform: translateZ(0);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.service-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,70,70,.30);
  box-shadow: 0 26px 90px rgba(0,0,0,.55);
  background: linear-gradient(180deg, rgba(255,70,70,.16), rgba(10,12,18,.36));
}

/* Image */
.service-card img{
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  margin: 0 auto 14px;

  border-radius: 18px;
  padding: 14px;

  background:
    radial-gradient(circle at 30% 30%, rgba(255,70,70,.18), rgba(10,12,18,.82));
  border: 1px solid rgba(255,70,70,.22);
  box-shadow: 0 16px 50px rgba(0,0,0,.55);
}

/* Nom catégorie */
.service-card span{
  display:block;
  color:#fff;
  font-weight: 950;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-shadow: 0 10px 30px rgba(0,0,0,.55);
}

/* “Aucun forfait…” */
.hero-home-bg.hero-streaming .text-center.opacity-75{
  opacity: 1 !important;
  color: rgba(255,255,255,.82) !important;
  font-weight: 650;
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

/* Responsive */
@media (max-width: 991px){
  .hero-home-bg.hero-streaming{ padding: 60px 0 70px; }
  .service-card img{ max-width: 280px; }
}
@media (max-width: 575px){
  .service-card{ padding: 16px; border-radius: 18px; }
  .service-card img{ border-radius: 16px; padding: 12px; }
  .service-card span{ font-size: 18px; }
}

/* =========================================================
   DIABLO — CATEGORY PAGE (category.php) — readable + glass
   Cible: <section class="hero-products">
========================================================= */

.hero-products{
  position: relative;
  isolation: isolate;     /* z-index propre */
  z-index: 2;             /* au-dessus de tout overlay global */
  padding: 55px 0 75px;
}

/* petit glow léger, pas un filtre sombre */
.hero-products::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(255,70,70,.12), transparent 62%),
    radial-gradient(900px 520px at 80% 22%, rgba(60,120,255,.10), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

/* tout le contenu au-dessus */
.hero-products > *{
  position: relative;
  z-index: 1;
}

/* HEADER (titre + description) */
.hero-products .hero-wrapper{
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto 22px;
}

.hero-products .hero-wrapper > div{
  padding: 22px 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10,12,18,.62), rgba(10,12,18,.34));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-products h1{
  margin: 0;
  color:#fff;
  font-weight: 950;
  font-size: clamp(34px, 3.4vw, 56px);
  letter-spacing: -0.6px;
  text-shadow: 0 14px 40px rgba(0,0,0,.55);
}

.hero-products .hero-wrapper p{
  margin: 10px 0 0;
  color: rgba(255,255,255,.84);
  font-weight: 650;
  line-height: 1.5;
  text-shadow: 0 10px 30px rgba(0,0,0,.45);
}

.hero-products .text-muted{
  color: rgba(255,255,255,.78) !important;
}

/* =========================================================
   PRODUCTS GRID
========================================================= */

.products-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1200px, calc(100% - 36px));
  margin: 18px auto 0;
}

/* card */
.product-card{
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(10,12,18,.62), rgba(10,12,18,.34));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 70px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.product-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255,70,70,.28);
  box-shadow: 0 26px 90px rgba(0,0,0,.55);
  background: linear-gradient(180deg, rgba(255,70,70,.14), rgba(10,12,18,.36));
}

/* image */
.product-img-wrapper{
  display:flex;
  justify-content:center;
  margin-bottom: 12px;
}

.product-img{
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 16px;
  padding: 12px;

  background: radial-gradient(circle at 30% 30%, rgba(255,70,70,.18), rgba(10,12,18,.82));
  border: 1px solid rgba(255,70,70,.22);
  box-shadow: 0 16px 50px rgba(0,0,0,.55);
}

/* title / desc */
.product-title{
  margin: 0 0 8px;
  color:#fff;
  font-weight: 950;
  font-size: 20px;
  letter-spacing: -0.2px;
}

.product-desc{
  margin: 0 0 12px;
  color: rgba(255,255,255,.80);
  font-weight: 650;
  line-height: 1.45;
  min-height: 42px;
}

/* prices */
.product-price{
  margin-top: 8px;
  font-weight: 950;
  color: rgba(255,255,255,.92);
}

.old-price{
  opacity: .65;
  text-decoration: line-through;
  margin-right: 10px;
}

.promo-price{
  color: #fff;
}

.normal-price{
  color: rgba(255,255,255,.92);
}

/* button (garde ton .btn bootstrap, on harmonise) */
.product-card .btn.btn-primary{
  border-radius: 14px;
  font-weight: 900;
  border: 1px solid rgba(255,70,70,.30);
  background: linear-gradient(180deg, rgba(255,70,70,.95), rgba(255,70,70,.78));
  box-shadow: 0 18px 45px rgba(255,70,70,.16);
}

/* =========================================================
   Responsive
========================================================= */
@media (max-width: 1100px){
  .products-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px){
  .products-grid{ grid-template-columns: 1fr; }
  .product-img{ width: 160px; height: 160px; }
}


/* ============================
   MAC INPUT — DIABLO STYLE
============================ */
.mac-field{
  background: linear-gradient(
    180deg,
    rgba(220,38,38,0.95),
    rgba(153,27,27,0.95)
  ) !important;

  border: 1px solid rgba(255,255,255,.35) !important;
  border-radius: 8px;

  color: #ffffff !important;
  font-weight: 900;
  font-size: 15px;

  text-align: center;
  letter-spacing: .04em;

  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.25),
    0 6px 18px rgba(220,38,38,.45);

  outline: none;
}

/* Focus = encore plus démoniaque */
.mac-field:focus{
  background: linear-gradient(
    180deg,
    rgba(239,68,68,1),
    rgba(185,28,28,1)
  ) !important;

  box-shadow:
    0 0 0 2px rgba(255,255,255,.35),
    0 0 0 6px rgba(220,38,38,.45);
}


/* empêche les inputs de s'étirer via Bootstrap */
.mac-field.form-control{
  width: 38px !important;
  min-width: 38px !important;
}
/* ============================
   MAC INPUTS — COMPACT
============================ */
.mac-inputs{
  display: flex;
  gap: 6px;
  align-items: center;
}

.mac-inputs .mac-field{
  width: 44px !important;
  min-width: 44px;
  max-width: 44px;

  height: 38px;

  padding: 0;
  text-align: center;

  font-family: monospace;
  font-size: 14px;
  font-weight: 900;

  flex: 0 0 auto !important;
}

/* ===========================
   CART — FIX "SHADOW / OVERLAY"
   (force la page au-dessus des overlays globaux)
=========================== */

/* 1) Mets le panier AU-DESSUS de l'overlay body::after */
.cart-page{
  position: relative;
  z-index: 5;
  isolation: isolate; /* évite que l'overlay “passe à travers” */
}

/* 2) Ajoute un “glass panel” lisible derrière le contenu */
.cart-page .cart-layout{
  position: relative;
  z-index: 1;
}

.cart-page .cart-desktop .table,
.cart-page .cart-summary-desktop .card{
  background: rgba(10,12,18,.72) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* 3) Table: enlève l’effet “fade” table-dark */
.cart-page .table-dark{
  --bs-table-bg: rgba(10,12,18,.72);
  --bs-table-border-color: rgba(255,255,255,.10);
  --bs-table-color: rgba(255,255,255,.88);
}

/* 4) Headers plus lisibles */
.cart-page h2,
.cart-page thead th{
  color: #fff !important;
}

/* 5) Résumé: total plus punch */
.cart-page .cart-total-row th{
  font-weight: 900;
  font-size: 16px;
}

/* 6) Bouton checkout style Diablo (au cas où il est “terne”) */
.cart-page a.btn.btn-primary.btn-lg{
  background: linear-gradient(180deg, rgba(255,70,70,.95), rgba(255,70,70,.78)) !important;
  border: 1px solid rgba(255,70,70,.35) !important;
  box-shadow: 0 18px 45px rgba(255,70,70,.18);
  border-radius: 14px;
}
/* ===========================
   CART — FIX TEXT COLOR (Résumé)
=========================== */

/* Carte résumé */
.cart-summary-desktop .card{
  color: rgba(255,255,255,.9) !important;
}

/* Lignes du tableau */
.cart-summary-desktop table,
.cart-summary-desktop td,
.cart-summary-desktop th{
  color: rgba(255,255,255,.9) !important;
}

/* Titres */
.cart-summary-desktop h4{
  color: #fff !important;
  font-weight: 900;
}

/* Sous-total */
.cart-summary-desktop td{
  color: rgba(255,255,255,.85) !important;
}

/* TOTAL (le plus important) */
.cart-summary-desktop .cart-total-row th{
  color: #fff !important;
  font-weight: 900;
  font-size: 17px;
}

/* Texte points gagnés */
.points-earned-box,
.points-earned-box *,
.points-earned-sub{
  color: rgba(255,255,255,.88) !important;
}

/* Icônes (étoile / lock) */
.points-earned-box svg,
.points-earned-box i{
  color: #ffd54a !important;
}

/* Sécurité anti Bootstrap */
.cart-summary-desktop .table-dark{
  --bs-table-color: rgba(255,255,255,.9);
}
/* ===========================
   LOGIN — remove global dark overlay
=========================== */

/* Assure que le contenu est au-dessus */
body.login-page,
body.login-page *{
  position: relative;
  z-index: 2;
}

/* Coupe le filtre global uniquement sur la page login */
body.login-page::after{
  display: none !important;
}
/* LOGIN — remove overlay effect in area */
.login-wrap{
  position: relative;
  z-index: 5;
}
/* Login card readability */
.login-wrap form,
.page-shield form{
  background: rgba(10,12,18,.55) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 26px 90px rgba(0,0,0,.45);
}
/* ===========================
   SIGNUP — Diablo theme
   (fix overlay shadow + clean glass card)
=========================== */

/* 1) Remonte la page au-dessus du body::after */
.signup-page{
  position: relative;
  z-index: 5;
}

/* Si tu ne peux pas ajouter .signup-page au body,
   mets cette classe sur le wrapper .container du signup */
.container.py-5{
  position: relative;
  z-index: 5;
}

/* 2) Carte principale (ton <div class="p-4 rounded" style="..."> ) */
.signup-page .p-4.rounded,
.container.py-5 .p-4.rounded{
  background: rgba(10,12,18,.55) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  box-shadow: 0 26px 90px rgba(0,0,0,.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px !important;
}

/* 3) Titres / labels */
.signup-page h3,
.container.py-5 h3{
  font-weight: 950;
  letter-spacing: -.3px;
  text-shadow: 0 10px 35px rgba(0,0,0,.55);
}

.signup-page .form-label,
.container.py-5 .form-label{
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
}

/* 4) Inputs / selects (override tes classes bg-dark/border-secondary) */
.signup-page .form-control,
.signup-page .form-select,
.container.py-5 .form-control,
.container.py-5 .form-select{
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 12px !important;
  padding: 12px 12px;
  box-shadow: none !important;
}

.signup-page .form-control::placeholder,
.container.py-5 .form-control::placeholder{
  color: rgba(255,255,255,.45);
}

/* Focus Diablo (rouge) */
.signup-page .form-control:focus,
.signup-page .form-select:focus,
.container.py-5 .form-control:focus,
.container.py-5 .form-select:focus{
  border-color: rgba(255,70,70,.55) !important;
  box-shadow: 0 0 0 3px rgba(255,70,70,.18) !important;
  outline: none;
}

/* Options dropdown (sinon texte noir sur fond noir selon navigateur) */
.signup-page .form-select option,
.container.py-5 .form-select option{
  color: #111;
}

/* 5) Checkbox + liens */
.signup-page .form-check-label,
.container.py-5 .form-check-label{
  color: rgba(255,255,255,.82);
}

.signup-page a,
.container.py-5 a{
  color: rgba(255,110,110,1);
  text-decoration: none;
  font-weight: 800;
}
.signup-page a:hover,
.container.py-5 a:hover{
  color: #fff;
  text-decoration: underline;
}

/* 6) Bouton principal: Diablo red */
.signup-page .btn.btn-primary,
.container.py-5 .btn.btn-primary{
  background: linear-gradient(180deg, rgba(255,70,70,.95), rgba(255,70,70,.78)) !important;
  border: 1px solid rgba(255,70,70,.35) !important;
  border-radius: 14px !important;
  font-weight: 950;
  letter-spacing: .02em;
  box-shadow: 0 18px 45px rgba(255,70,70,.18);
  padding: 12px 14px !important;
}

.signup-page .btn.btn-primary:hover,
.container.py-5 .btn.btn-primary:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* 7) Avatar preview ring */
#avatarPreview{
  border-color: rgba(255,70,70,.65) !important;
  box-shadow: 0 0 0 4px rgba(255,70,70,.15);
}

/* 8) Alert style (lisible sur glass) */
.signup-page .alert,
.container.py-5 .alert{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,12,18,.55);
  color: rgba(255,255,255,.92);
}

/* 9) Responsive spacing */
@media (max-width: 576px){
  .signup-page .p-4.rounded,
  .container.py-5 .p-4.rounded{
    padding: 18px !important;
  }
}

/* ===========================
   ACCOUNT — Diablo theme
=========================== */

/* Remonte la page au-dessus du body::after */
.account-page,
.container.py-5.text-light{
  position: relative;
  z-index: 5;
}

/* Titre page */
.account-section-title{
  font-weight: 950;
  letter-spacing: -.4px;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 10px 35px rgba(0,0,0,.55);
}

/* Grid cards */
.account-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  align-items: start;
}

/* Card (tes .account-card.sw-card) */
.account-card.sw-card{
  background: linear-gradient(180deg, rgba(10,12,18,.62), rgba(10,12,18,.36));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 22px 75px rgba(0,0,0,.40);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Header card */
.account-card-title{
  font-weight: 950;
  font-size: 16px;
  letter-spacing: .02em;
  color: rgba(255,255,255,.92);
  margin: 0 0 12px;
}

/* Texte */
.account-card p{
  margin: 0 0 10px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  line-height: 1.45;
}
.account-card p strong{
  color: rgba(255,255,255,.92);
  font-weight: 900;
}

/* Avatar */
.account-avatar-preview{
  display:flex;
  justify-content:center;
  margin: 4px 0 12px;
}
.account-avatar-preview img{
  width: 84px;
  height: 84px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,70,70,.55);
  box-shadow: 0 0 0 4px rgba(255,70,70,.14), 0 18px 55px rgba(0,0,0,.35);
  background: rgba(255,255,255,.06);
}

/* Mode édition */
.edit-mode label{
  display:block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .02em;
  color: rgba(255,255,255,.82);
  margin: 10px 0 6px;
}

/* Inputs */
.account-input,
.account-card .form-control{
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  box-shadow: none !important;
}

.account-card .form-control:focus{
  border-color: rgba(255,70,70,.55) !important;
  box-shadow: 0 0 0 3px rgba(255,70,70,.18) !important;
  outline: none;
}

/* Select options (évite noir sur noir) */
.account-card select option{ color:#111; }

/* Boutons */
.btn-account-edit,
.btn-account-save,
.btn-account-cancel{
  font-weight: 950;
  border-radius: 14px;
  padding: 10px 14px;
}

/* Diablo primary red (pour "Modifier") */
.btn-account-edit,
.account-card .btn.btn-primary{
  background: linear-gradient(180deg, rgba(255,70,70,.95), rgba(255,70,70,.78)) !important;
  border: 1px solid rgba(255,70,70,.35) !important;
  box-shadow: 0 18px 45px rgba(255,70,70,.18);
}
.btn-account-edit:hover,
.account-card .btn.btn-primary:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Save / Cancel un peu plus "soft" */
.btn-account-save,
.account-card .btn.btn-success{
  background: rgba(30,180,110,.20) !important;
  border: 1px solid rgba(30,180,110,.35) !important;
  color: #fff !important;
}
.btn-account-cancel,
.account-card .btn.btn-secondary{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: rgba(255,255,255,.92) !important;
}

/* Align boutons en edit */
.edit-mode .btn{
  margin-top: 10px;
}
.edit-mode .btn + .btn{
  margin-left: 8px;
}

/* Responsive */
@media (max-width: 992px){
  .account-grid{ grid-template-columns: 1fr; }
  .account-card.sw-card{ padding: 16px; }
}
/* =========================
   DEVICES PAGE (hero-devices)
========================= */

.hero-devices{
  min-height: calc(100vh - 120px);
  padding: 80px 0 60px;
  position: relative;
  z-index: 2; /* évite d'être "sous" un overlay global */
}

/* Conteneur interne */
.hero-devices-inner{
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT */
.hero-devices-content h1{
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(34px, 4vw, 54px);
  margin: 0 0 22px;
  text-shadow: 0 8px 30px rgba(0,0,0,.55);
}

/* Stack grid de cartes */
.devices-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* Card */
.device-card{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  text-decoration: none;

  background: rgba(10, 14, 20, 0.55);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 45px rgba(0,0,0,.35);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}

.device-card:hover{
  transform: translateY(-2px);
  background: rgba(10, 14, 20, 0.70);
  border-color: rgba(255,255,255,0.18);
}

/* Image thumb */
.device-card img{
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}

/* Label */
.device-card span{
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

/* RIGHT spacer */
.hero-devices-spacer{
  min-height: 520px;
  border-radius: 18px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* Responsive */
@media (max-width: 980px){
  .hero-devices-inner{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero-devices-spacer{
    min-height: 320px;
  }
}

@media (max-width: 520px){
  .hero-devices{
    padding: 60px 0 40px;
  }
  .hero-devices-inner{
    width: calc(100% - 28px);
  }
  .device-card img{
    width: 52px;
    height: 52px;
  }
}
/* ============================
   RESELLER PAGE – FLAT STYLE
============================ */

.reseller-page h2{
  color:#ffffff;
  font-weight:700;
  letter-spacing:.3px;
}

.reseller-page p{
  color:rgba(255,255,255,.65);
}

/* Grid spacing */
.reseller-page .row{
  margin-top:10px;
}

/* Card reset (NO SHADOW) */
.reseller-page .card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:18px;

  box-shadow:none !important;
  backdrop-filter:none;
  transition:background .15s ease, border-color .15s ease;
}

/* Hover – flat feedback only */
.reseller-page .card:hover{
  background:rgba(255,255,255,0.09);
  border-color:rgba(255,255,255,0.20);
}

/* Image */
.reseller-page .card img{
  max-height:130px;
  object-fit:contain;
  margin:auto;
}

/* Title */
.reseller-page .card h5{
  font-weight:600;
  font-size:16px;
  margin-bottom:6px;
}

/* Button */
.reseller-page .btn-outline-light{
  border-radius:999px;
  font-size:13px;
  padding:6px 14px;
  border-color:rgba(255,255,255,.4);
}

.reseller-page .btn-outline-light:hover{
  background:#fff;
  color:#000;
  border-color:#fff;
}

/* Mobile spacing */
@media (max-width: 768px){
  .reseller-page .card img{
    max-height:110px;
  }
}
/* ==============================
   FOOTER DESKTOP FIX – DIABLO
   ============================== */
@media (min-width: 992px) {

  footer.lp-footer {
    position: relative;
    z-index: 1; /* évite les conflits */
    background: linear-gradient(
      180deg,
      rgba(10,10,10,0.95),
      rgba(5,5,5,0.98)
    );
    padding: 48px 0 40px;
    margin-top: 80px;
    overflow: visible;
  }

  .lp-footer .lp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .lp-footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }

  .lp-footer-brand {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
  }

  .lp-footer-note {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    max-width: 420px;
  }

  .lp-footer-legal {
    text-align: right;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
  }
}
