/* ============================
   ELITE CLEAR THEME
============================ */

body{
  background: #f4efe9 !important;
  color: #2c2c2c !important;
}

/* MARBLE EFFECT */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/assets/img/marble-light.jpg') center/cover no-repeat;
    opacity: 0.12;
    z-index: -1;
}

/* NAVBAR */
.elite-nav {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 14px 0;
}

.elite-logo {
    height: 54px;
}

.elite-menu .nav-link {
    color: #3a3a3a;
    font-weight: 500;
    margin: 0 12px;
}

.elite-menu .nav-link:hover {
    color: #b78b2f;
}

.elite-menu .nav-link.active {
    color: #b78b2f;
}

.elite-dropdown {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.05);
}

.elite-support-btn {
    background: #b78b2f;
    color: white;
    border-radius: 40px;
    padding: 8px 18px;
    font-weight: 600;
	height: 42px;
	display:inline-flex;
	align-items:center;
}

.elite-support-btn:hover {
    background: #a47a25;
    color: white;
}
.elite-nav-container{
    display: flex;
    align-items: center;
}
.elite-nav-container{
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}
.elite-brand{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.elite-logo{
    height: 54px;
    width: auto;
    display: block;
}
/* ============================
   LAYOUT HELPERS
============================ */
.lp-container{
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
.elite-center{ text-align:center; margin-top: 18px; }

/* ============================
   BUTTONS (Elite)
============================ */
.elite-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 650;
  letter-spacing: .2px;
  transition: .2s;
  border: 1px solid transparent;
}

.elite-btn-primary{
  background: #b78b2f;
  color:#fff;
}

.elite-btn-primary:hover{
  background:#a47a25;
  color:#fff;
}

.elite-btn-ghost{
  background: rgba(255,255,255,.65);
  color:#3a3a3a;
  border-color: rgba(0,0,0,.08);
}

.elite-btn-ghost:hover{
  background: rgba(255,255,255,.85);
  color:#222;
}

/* ============================
   HERO (Elite)
============================ */
.elite-hero{
  padding: 46px 0 26px;
}

.elite-hero-inner{
  display:flex;
  align-items:flex-start;
  gap: 28px;
}

.elite-hero-left{
  flex: 1 1 62%;
  padding: 18px 0;
}

.elite-kicker{
  display:inline-flex;
  align-items:center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(0,0,0,.06);
  font-size: 13px;
  color: rgba(30,30,30,.75);
}

.elite-title{
  margin: 12px 0 10px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.8px;
  color:#1f1f1f;
}

.elite-sub{
  font-size: 16.5px;
  line-height: 1.6;
  max-width: 62ch;
  color: rgba(30,30,30,.78);
}

.elite-cta{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 16px;
}

.elite-proof{
  margin-top: 14px;
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(30,30,30,.72);
  font-size: 14px;
}

.elite-proof-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b78b2f;
  box-shadow: 0 0 0 6px rgba(183,139,47,.12);
}

.elite-hero-right{
  flex: 1 1 38%;
  min-height: 220px;
  border-radius: 22px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

/* ============================
   BANNER STRIP
============================ */
.elite-banner-strip{
  margin: 8px 0 8px;
}

/* ============================
   SECTIONS HEAD
============================ */
.elite-section-head{
  text-align:center;
  margin: 20px 0 18px;
}

.elite-h2{
  font-size: 34px;
  margin: 0 0 8px;
  letter-spacing: -.3px;
  color:#1f1f1f;
}

.elite-lead{
  margin: 0 auto;
  max-width: 70ch;
  color: rgba(30,30,30,.72);
}

/* ============================
   PLANS GRID (4)
============================ */
.elite-plans{
  padding: 22px 0 34px;
}

.elite-grid-4{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.elite-plan-card{
  display:block;
  text-decoration:none;
  color: inherit;
  border-radius: 22px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 14px;
  transition: .2s;
}

.elite-plan-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.elite-plan-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.elite-plan-title{
  font-weight: 750;
  letter-spacing: -.2px;
  color:#202020;
}

.elite-plan-pill{
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(183,139,47,.12);
  color: #8b6516;
  border: 1px solid rgba(183,139,47,.20);
}

.elite-plan-media{
  border-radius: 16px;
  overflow:hidden;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
}

.elite-plan-media img{
  width: 100%;
  height: 160px;
  object-fit: cover;
  display:block;
}

.elite-plan-desc{
  margin-top: 10px;
  min-height: 44px;
  color: rgba(30,30,30,.72);
  font-size: 14px;
  line-height: 1.45;
}

.elite-plan-price{
  display:flex;
  align-items:baseline;
  gap: 10px;
  margin-top: 10px;
}

.elite-price-old{
  text-decoration: line-through;
  color: rgba(30,30,30,.55);
  font-size: 13px;
}

/* =========================
   FIX PRICE VISIBILITY (Product)
========================= */

.elite-price .h4,
.elite-price .h5,
.product-price,
.price,
.price-new {
  color: #1f1f1f !important;
}

/* Si ton prix principal est isolé */
.elite-product .h4,
.elite-product .price-main {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f6efe2, #efe4d2);
  border: 1px solid rgba(183,139,47,.35);
  font-weight: 900;
  color: #1a1a1a !important;
  box-shadow: 0 6px 18px rgba(183,139,47,.18);
}

.elite-plan-cta{
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.06);
  color: #b78b2f;
  font-weight: 700;
}

/* Empty state */
.elite-empty{
  text-align:center;
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  border: 1px dashed rgba(0,0,0,.12);
  padding: 18px;
  color: rgba(30,30,30,.72);
}

/* ============================
   WHY / TRUST
============================ */
.elite-why{
  padding: 28px 0 40px;
}

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

.elite-why-kicker{
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(30,30,30,.55);
}

.elite-why-title{
  margin: 10px 0 8px;
  font-size: 34px;
  letter-spacing: -.35px;
  color:#1f1f1f;
}

.elite-why-accent{
  color:#b78b2f;
  margin-left: 8px;
}

.elite-why-sub{
  margin: 0 auto;
  max-width: 76ch;
  color: rgba(30,30,30,.72);
}

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

.elite-why-card{
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.06);
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.elite-why-card-top{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 6px;
}

.elite-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background:#b78b2f;
  box-shadow: 0 0 0 6px rgba(183,139,47,.12);
}

.elite-why-card-title{
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  color:#222;
}

.elite-why-card-desc{
  margin: 0;
  color: rgba(30,30,30,.72);
  font-size: 14px;
  line-height: 1.5;
}

/* ============================
   SEO BLOCK
============================ */
.elite-seo{
  padding: 16px 0 40px;
}

.elite-seo-card{
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.06);
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  color: rgba(30,30,30,.78);
}

.elite-seo-card h2{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 850;
  color:#202020;
}

.elite-seo-card p{
  margin: 0;
  line-height: 1.6;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px){
  .elite-hero-inner{
    flex-direction: column;
  }
  .elite-hero-right{
    min-height: 160px;
  }
  .elite-title{
    font-size: 40px;
  }
  .elite-grid-4{
    grid-template-columns: 1fr;
  }
  .elite-why-grid{
    grid-template-columns: 1fr;
  }
  .elite-plan-media img{
    height: 180px;
  }
}
/* RIGHT SIDE (cart + lang + support) */
.elite-right{
  display:flex;
  align-items:center;
  gap:10px;
}

/* Icon button (cart) */
.elite-icon-btn{
  width: 42px;
  height: 42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.08);
  color:#2f2f2f;
  text-decoration:none;
  transition:.2s;
}

.elite-icon-btn:hover{
  background: rgba(255,255,255,.92);
  color:#1f1f1f;
}

.elite-icon-btn i{
  font-size: 18px;
}

/* Cart badge */
.elite-badge{
  position:absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background:#b78b2f;
  color:#fff;
  font-size: 11px;
  font-weight: 700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border: 2px solid rgba(255,255,255,.95);
}

/* Lang select (FR/EN) */
.elite-lang{
  height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.08);
  color:#2f2f2f;
  font-weight: 650;
  letter-spacing: .2px;
  outline: none;
}

.elite-lang:focus{
  box-shadow: 0 0 0 4px rgba(183,139,47,.18);
  border-color: rgba(183,139,47,.45);
}
.elite-icon-btn:hover{
  border-color: rgba(183,139,47,.35);
}
.elite-lang:hover{
  border-color: rgba(183,139,47,.35);
}

/* Keep banners inside the container */
.elite-banner-strip { 
  width: 100%;
}

.elite-banner-strip .lp-container{
  overflow: hidden;          /* empêche débordement visuel */
  border-radius: 18px;       /* look premium */
}

/* si banner_slider.php sort un wrapper full width */
.elite-banner-strip .container,
.elite-banner-strip .container-fluid,
.elite-banner-strip .row{
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.elite-banner-strip .lp-container img{
  height: 320px;
  object-fit: cover;
}

@media (max-width: 768px){
  .elite-banner-strip .lp-container img{
    height: 420px;
  }
}
.elite-banner-strip button,
.elite-banner-strip .slider-controls,
.elite-banner-strip .banner-controls{
  display:none !important;
}
.hero-slide-link{
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
  color:inherit;
}
.hero-slide-link img{
  display:block;
  width:100%;
  height:auto;
}.hero-slide{ position:relative; }

.hero-slide-link{
  position:relative;
  z-index:50;
  display:block;
  width:100%;
  height:100%;
  pointer-events:auto;
}
.hero-slide img{ display:block; width:100%; height:auto; }

/* Si un overlay existe, on le neutralise */
.hero-slider-container *{ pointer-events:auto; }
.hero-slide-caption{ pointer-events:none; }

/* Kill any banner caption/legend under slider images */
.elite-banner-strip .hero-slide-caption,
.elite-banner-strip .hero-slider-container figcaption,
.elite-banner-strip .hero-slider-container .caption,
.elite-banner-strip .hero-slider-container .legend,
.elite-banner-strip .hero-slider-container .title {
  display: none !important;
}

.vip-mini-card {
    background: linear-gradient(135deg, #f5f2ec, #e8e1d6);
    border-radius: 22px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.vip-icon {
    font-size: 34px;
    margin-bottom: 10px;
}

.vip-title {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
}

.vip-offer {
    font-size: 24px;
    font-weight: 600;
    color: #b8903c;
    margin-bottom: 20px;
}

.vip-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #b8903c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
}

/* =========================================
   CATEGORIES (Forfaits IPTV) - Elite style
========================================= */

.hero-home-bg.hero-streaming{
  position: relative;
  padding: 54px 0 30px;
  background: #f3eee8; /* ton beige */
  overflow: hidden;
}

/* Layout: titre gauche, image droite */
.hero-home-bg.hero-streaming .hero-wrapper{
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 36px;
  align-items: start;
  margin-bottom: 22px;
}

.hero-home-bg.hero-streaming .hero-copy h1{
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: #141414;
}

.hero-home-bg.hero-streaming .hero-copy p{
  margin: 10px 0 0;
  color: rgba(20,20,20,.68);
  font-size: 16px;
}

/* Le gros visuel à droite (background) */
.hero-home-bg.hero-streaming .hero-wrapper::after{
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 26px;
  background-image: url("/themes/<?= THEME_NAME ?>/assets/img/services-hero.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* Zone des cartes */
.categories-overlay{
  padding-top: 10px;
}

/* Carte catégorie */
.service-card{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/* Image dans carte (carrée) */
.service-card img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* Nom catégorie */
.service-card span{
  display: block;
  padding: 14px 16px 16px;
  font-weight: 700;
  color: #141414;
  font-size: 18px;
}

.hero-categories .hero-wrapper::after{
  display:none !important;
}

/* Responsive */
@media (max-width: 991px){
  .hero-home-bg.hero-streaming{
    padding: 34px 0 22px;
  }

  .hero-home-bg.hero-streaming .hero-wrapper{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-home-bg.hero-streaming .hero-wrapper::after{
    height: 280px;
    border-radius: 22px;
  }
}

/* =========================
   HERO "Forfaits IPTV" (categories)
   Désactive le décor carré/shape
========================= */
.hero-home-bg.hero-streaming::before,
.hero-home-bg.hero-streaming::after{
  display: none !important;
  content: none !important;
}

/* =========================
   CATEGORY PAGE (products grid)
========================= */

/* Grid: 4 colonnes desktop, 2 tablette, 1 mobile */
.products-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* Tablette */
@media (max-width: 1100px){
  .products-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .products-grid{
    grid-template-columns: 1fr;
  }
}

/* Card propre */
.product-card{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  padding: 14px;
}

/* Image: taille contrôlée (sinon elle explose) */
.product-img-wrapper{
  width: 100%;
  aspect-ratio: 1 / 1;     /* carré */
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,.04);
}

.product-img{
  width: 100%;
  height: 100%;
  object-fit: cover;        /* recadre propre */
  display: block;
}

/* Titre + spacing */
.product-title{
  margin: 12px 0 6px;
  font-size: 18px;
  line-height: 1.2;
}

.product-desc{
  margin: 0 0 10px;
  opacity: .78;
  font-size: 14px;
  line-height: 1.35;
}

.product-price .old-price{
  text-decoration: line-through;
  opacity: .6;
  margin-right: 8px;
}

.product-price .promo-price{
  font-weight: 700;
}

/* =========================================
   ELITE PRODUCT PAGE (mockup layout)
========================================= */
.elite-product{ padding: 32px 0 54px; }

.elite-product-card{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
  overflow: hidden;
}

.elite-product-head{
  padding: 26px 26px 10px;
  text-align: center;
}

.elite-product-title{
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.02em;
  font-weight: 850;
  color: #1a1a1a;
}

.elite-product-top{
  padding: 18px 26px 10px;
  display: grid;
  grid-template-columns: 380px 1fr 190px;
  gap: 18px;
  align-items: center;
}

.elite-buy-info{ display:flex; flex-direction:column; gap: 12px; }

.elite-price .mb-4{ margin-bottom: 0 !important; }
.elite-price .h5{ font-size: 18px; }
.elite-price .h4{ font-size: 26px; font-weight: 900; }

.elite-points{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.72);
  padding: 12px 14px;
}

.elite-points-title{ font-size: 14px; color:#1e1e1e; margin-bottom: 6px; }
.elite-points-main{ font-size: 14px; color: rgba(20,20,20,.78); }
.elite-points-green{ color:#0a9f55; }
.elite-points-sub{ margin-top: 4px; font-size: 12px; color: rgba(20,20,20,.55); }
.elite-points-warn{ font-size: 13px; color:#b42318; }
.elite-points-foot{ margin-top: 6px; font-size: 12px; color: rgba(20,20,20,.55); }

.elite-media{ width: 100%; }
.elite-media-main{
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.07);
  background: rgba(0,0,0,.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6);
}

.elite-media-main img{
  width: 100%;
  height: 260px;            /* un peu plus haut */
  object-fit: contain;      /* ✅ plus de coupe */
  background: rgba(0,0,0,.02);
  display:block;
  cursor: zoom-in;
}

.elite-media-main img{
  height: 300px;
  object-fit: contain;
}

.elite-media-side{
  display:flex;
  flex-direction:column;
  gap: 12px;
  align-items: stretch;
}

.elite-zoom-hint{
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.70);
  padding: 10px;
  text-align:center;
}

.elite-zoom-thumb{
  border-radius: 14px;
  overflow:hidden;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
}

.elite-zoom-thumb img{
  width: 100%;
  height: 86px;
  object-fit: contain;      /* ✅ pas de coupe */
  background: rgba(0,0,0,.02);
  display:block;
}

.elite-zoom-text{
  margin-top: 8px;
  font-size: 13px;
  color: rgba(20,20,20,.68);
}

.elite-thumbs{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  justify-content:center;
}

.elite-thumb{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.8);
  transition: .15s;
}

.elite-thumb.active{
  outline: 3px solid rgba(183,139,47,.30);
  border-color: rgba(183,139,47,.55);
}

.elite-divider{
  margin: 12px 0 0;
  border: none;
  height: 1px;
  background: rgba(0,0,0,.08);
}

.elite-product-bottom{
  padding: 22px 26px 26px;
  display:grid;
  grid-template-columns: 1fr 520px;
  gap: 22px;
  align-items: start;
}

.elite-details-kicker{
  font-size: 12px;
  letter-spacing: .18em;
  color: rgba(20,20,20,.55);
  font-weight: 800;
}

.elite-details-title{
  margin: 10px 0 10px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#1a1a1a;
}

.elite-details-text{
  color: rgba(20,20,20,.75);
  line-height: 1.75;
  font-size: 15.5px;
}

.elite-form{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 18px;
}

.elite-field{ margin-bottom: 14px; }

.elite-label{
  display:block;
  font-weight: 800;
  margin-bottom: 6px;
  color: rgba(20,20,20,.80);
}

.elite-control{
  width: 100%;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  padding: 0 14px;
  outline: none;
}

.elite-control:focus{
  box-shadow: 0 0 0 4px rgba(183,139,47,.16);
  border-color: rgba(183,139,47,.45);
}

.elite-mac-help{
  color: rgba(20,20,20,.55);
  font-size: 13px;
  margin-bottom: 8px;
}

.elite-mac-row{
  display:flex;
  align-items:center;
  gap: 10px;
}

.elite-mac-prefix{
  font-family: monospace;
  font-weight: 900;
  color:#1a1a1a;
}

.elite-mac-inputs{ display:flex; gap: 8px; }

.elite-mac-field{
  width: 56px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  text-align: center;
  font-weight: 800;
  letter-spacing: .08em;
}

.elite-cta-btn{
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(180deg, #caa457, #b78b2f);
  color: #1a1a1a;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(183,139,47,.25);
}

.elite-cta-btn:hover{ filter: brightness(0.98); }

.elite-safe{
  margin-top: 12px;
  text-align:center;
  color: rgba(20,20,20,.55);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1100px){
  .elite-product-top{
    grid-template-columns: 1fr;
  }
  .elite-media-main img{ height: 260px; }
  .elite-product-bottom{
    grid-template-columns: 1fr;
  }
}

/* =========================
   DEVICES - Diabloiptvqc layout
   (2 grosses cards stack + preview wide)
========================= */

.hero-devices{ padding: 46px 0 44px; }

.hero-devices-inner{
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;

  display: grid;
  grid-template-columns: 520px 1fr;   /* gauche fixe + droite large */
  gap: 26px;
  align-items: start;
}

.hero-devices-content h1{
  margin: 0 0 16px;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}

/* 1 colonne (stack) */
.devices-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

/* Carte plus grosse */
.device-card{
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 16px;

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

  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.08);

  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.device-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(0,0,0,.12);
  border-color: rgba(183,139,47,.30);
}

.device-card img{
  width: 92px;
  height: 72px;                 /* un peu “banner” */
  border-radius: 18px;
  object-fit: cover;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
  display: block;
}

.device-card span{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #202020;
}

/* Right preview: plus wide + look banner */
.hero-devices-preview{
  position: sticky;
  top: 110px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 52px rgba(0,0,0,.10);

  min-height: 360px;
}

.hero-devices-preview-img{
  width: 100%;
  height: 100%;
  min-height: 360px;

  object-fit: cover;            /* pour une pub wide */
  object-position: center;
  display: block;
}

/* Overlay premium (léger) */
.hero-devices-preview-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1100px 520px at 20% 10%, rgba(183,139,47,.16), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.10));
  pointer-events: none;
}

/* Responsive */
@media (max-width: 1100px){
  .hero-devices-inner{
    grid-template-columns: 1fr;
  }
  .hero-devices-preview{
    position: relative;
    top: auto;
    min-height: 260px;
  }
  .hero-devices-preview-img{
    min-height: 260px;
  }
}

@media (max-width: 640px){
  .device-card{
    grid-template-columns: 76px 1fr;
    padding: 14px;
  }
  .device-card img{
    width: 76px;
    height: 62px;
    border-radius: 16px;
  }
}

/* =========================
   CART (Elite override)
   Neutralise Bootstrap dark
========================= */

.cart-page{
  padding-top: 46px !important;
}

.cart-page h2{
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#1f1f1f;
}

/* Table: enlève le dark */
.cart-page .table-dark{
  --bs-table-bg: rgba(255,255,255,.78) !important;
  --bs-table-color: #1f1f1f !important;
  --bs-table-border-color: rgba(0,0,0,.08) !important;
  --bs-table-striped-bg: rgba(0,0,0,.03) !important;
  --bs-table-striped-color: #1f1f1f !important;
}

.cart-page .table-dark thead th{
  background: rgba(255,255,255,.92) !important;
  color:#1f1f1f !important;
  border-color: rgba(0,0,0,.10) !important;
  font-weight: 800;
}

.cart-page .table-dark td,
.cart-page .table-dark th{
  border-color: rgba(0,0,0,.08) !important;
}

/* Résumé à droite: enlève le bg-dark */
.cart-page .card.bg-dark{
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  color:#1f1f1f !important;
}

.cart-page .card.bg-dark .table-dark{
  background: transparent !important;
}

/* Total row plus premium */
.cart-page .cart-total-row th{
  font-size: 18px;
  font-weight: 900;
  color:#1a1a1a !important;
}

/* Inputs */
.cart-page .form-control{
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
}

.cart-page .form-control:focus{
  box-shadow: 0 0 0 4px rgba(183,139,47,.18);
  border-color: rgba(183,139,47,.45);
}

/* Boutons: bleu -> gold Elite */
.cart-page .btn-primary{
  background: #b78b2f !important;
  border-color: #b78b2f !important;
  color: #fff !important;
  font-weight: 800;
  border-radius: 16px;
}

.cart-page .btn-primary:hover{
  background:#a47a25 !important;
  border-color:#a47a25 !important;
}

.cart-page .btn-secondary{
  background: rgba(255,255,255,.75) !important;
  border-color: rgba(0,0,0,.10) !important;
  color:#2c2c2c !important;
  font-weight: 750;
  border-radius: 12px;
}

.cart-page .btn-danger{
  border-radius: 12px;
}

/* Petites box points */
.cart-page .points-available-box,
.cart-page .points-earned-box{
  background: rgba(183,139,47,.10);
  border: 1px solid rgba(183,139,47,.22);
  border-radius: 16px;
  color:#1f1f1f;
}

.cart-page .points-earned-sub{
  margin-top: 6px;
  font-size: 12px;
  opacity: .8;
}

/* =========================
   CART - Soft Luxury tweak
========================= */

/* Table look plus doux */
.cart-page .table-dark{
  --bs-table-bg: rgba(255,255,255,.62) !important;
  --bs-table-border-color: rgba(0,0,0,.06) !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.cart-page .table-dark thead th{
  background: rgba(255,255,255,.72) !important;
  color: rgba(20,20,20,.82) !important;
  font-weight: 750;
}

/* Cellules: un peu moins "clinique" */
.cart-page .table-dark td{
  color: rgba(20,20,20,.82) !important;
}

/* Bouton OK: plus discret */
.cart-page .btn.btn-sm.btn-primary{
  background: rgba(183,139,47,.14) !important;
  border: 1px solid rgba(183,139,47,.35) !important;
  color: #8b6516 !important;
  font-weight: 850;
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: none !important;
}

.cart-page .btn.btn-sm.btn-primary:hover{
  background: rgba(183,139,47,.20) !important;
}

/* Delete: moins agressif (soft danger) */
.cart-page .btn.btn-sm.btn-danger{
  background: rgba(220,38,38,.10) !important;
  border: 1px solid rgba(220,38,38,.22) !important;
  color: #b91c1c !important;
  border-radius: 12px;
  box-shadow: none !important;
}

.cart-page .btn.btn-sm.btn-danger:hover{
  background: rgba(220,38,38,.14) !important;
}

/* Résumé: plus doux aussi */
.cart-page .card.bg-dark{
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

/* =========================
   CART TITLE — refined
========================= */

.cart-page h2{
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #2a2a2a;
  margin-bottom: 28px;
  position: relative;
}

/* Petite ligne fine subtile sous le titre */
.cart-page h2::after{
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(183,139,47,.7),
    rgba(183,139,47,.2)
  );
  margin-top: 10px;
  border-radius: 4px;
}

/* =========================
   LOGIN (Checkout) — Elite style
   (override Bootstrap dark)
========================= */

/* Container + spacing */
.cart-page, .login-page {}

/* Le wrapper du login sur ta page */
.container.py-5.text-light[style*="max-width:480px"]{
  color: #1f1f1f !important; /* tue le text-light */
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

/* Titre */
.container.py-5.text-light[style*="max-width:480px"] h2{
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1f1f1f !important;
  margin-bottom: 22px !important;
  text-align: center;
}

/* Card: enlève le bg-dark */
.container.py-5.text-light[style*="max-width:480px"] .card.bg-dark{
  background: rgba(255,255,255,.78) !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

/* Labels */
.container.py-5.text-light[style*="max-width:480px"] .form-label{
  color: rgba(20,20,20,.80) !important;
  font-weight: 750;
}

/* Inputs */
.container.py-5.text-light[style*="max-width:480px"] .form-control{
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.92);
  color: #1f1f1f;
}

.container.py-5.text-light[style*="max-width:480px"] .form-control:focus{
  box-shadow: 0 0 0 4px rgba(183,139,47,.18);
  border-color: rgba(183,139,47,.45);
}

/* Bouton: bleu -> gold Elite */
.container.py-5.text-light[style*="max-width:480px"] .btn.btn-primary{
  background: linear-gradient(180deg, #caa457, #b78b2f) !important;
  border: none !important;
  color: #1a1a1a !important;
  font-weight: 900;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(183,139,47,.22);
}

.container.py-5.text-light[style*="max-width:480px"] .btn.btn-primary:hover{
  filter: brightness(0.98);
}

/* Links */
.container.py-5.text-light[style*="max-width:480px"] a.text-info{
  color: #8b6516 !important;
  font-weight: 800;
  text-decoration: none;
}

.container.py-5.text-light[style*="max-width:480px"] a.text-info:hover{
  text-decoration: underline;
}

.container.py-5.text-light[style*="max-width:480px"] a.text-light{
  color: rgba(20,20,20,.65) !important;
  text-decoration: none;
}

.container.py-5.text-light[style*="max-width:480px"] a.text-light:hover{
  color: rgba(20,20,20,.85) !important;
  text-decoration: underline;
}

/* Account dropdown button */
.elite-account-btn{
  height: 42px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.08);
  color:#2f2f2f;
  font-weight: 650;
  letter-spacing: .2px;
  transition: .2s;
}

.elite-account-btn:hover{
  background: rgba(255,255,255,.92);
  border-color: rgba(183,139,47,.35);
  color:#1f1f1f;
}

.elite-account-menu .dropdown-item{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px;
}

/* =========================
   ORDERS (Elite) — no black
========================= */
.elite-orders-page{
  color:#1f1f1f;
}

.elite-orders-title{
  margin: 0 0 12px;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color:#1a1a1a;
}

.elite-orders-note{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 14px 16px;
  color: rgba(20,20,20,.72);
  box-shadow: 0 10px 28px rgba(0,0,0,.05);
}

.elite-orders-card{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0,0,0,.06);
}

.elite-orders-table thead th{
  background: rgba(245,242,236,.85);
  color: rgba(20,20,20,.82);
  font-weight: 800;
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding: 14px 14px;
}

.elite-orders-table td{
  padding: 14px 14px;
  color: rgba(20,20,20,.78);
  border-top: 1px solid rgba(0,0,0,.06);
}

.elite-orders-table tbody tr:hover{
  background: rgba(183,139,47,.06);
}

.elite-link{
  color: #0b63ce;
  text-decoration: none;
  font-weight: 800;
}
.elite-link:hover{ text-decoration: underline; }

.elite-badge-pill{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid transparent;
}
.elite-pill-paid{
  background: rgba(16,185,129,.12);
  color: #0f766e;
  border-color: rgba(16,185,129,.22);
}
.elite-pill-unpaid{
  background: rgba(245,158,11,.14);
  color: #92400e;
  border-color: rgba(245,158,11,.25);
}

/* Boutons (harmonise le bleu bootstrap si besoin) */
.elite-orders-page .btn.btn-primary{
  background: #b78b2f !important;
  border-color: #b78b2f !important;
  font-weight: 800;
}
.elite-orders-page .btn.btn-primary:hover{
  background:#a47a25 !important;
  border-color:#a47a25 !important;
}

/* ===============================
   ORDER VIEW — ELITE STYLE
=============================== */

.elite-order-view{
  color:#1a1a1a;
}

/* TITRE */
.elite-order-view h2{
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing:-0.01em;
  color:#111;
}

/* CARD GENERALE */
.account-card{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(0,0,0,.06);
}

/* TITRE CARD */
.account-card-title{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* LABELS */
.account-card p strong{
  font-weight:700;
  color:#222;
}

/* BADGES */
.account-card .badge{
  padding:6px 12px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
}

.account-card .badge.bg-success{
  background:rgba(16,185,129,.15)!important;
  color:#0f766e!important;
}

.account-card .badge.bg-danger{
  background:rgba(245,158,11,.15)!important;
  color:#92400e!important;
}

/* BOUTONS */
.elite-order-view .btn-primary{
  background:#b78b2f!important;
  border-color:#b78b2f!important;
  font-weight:700;
}

.elite-order-view .btn-primary:hover{
  background:#a47a25!important;
  border-color:#a47a25!important;
}

.elite-order-view .btn-secondary{
  background:rgba(0,0,0,.06)!important;
  border:1px solid rgba(0,0,0,.1)!important;
  color:#111!important;
}

/* ITEMS */
.elite-order-item{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.elite-order-item h5{
  font-weight:800;
  margin-bottom:8px;
  color:#111;
}

.elite-order-item div{
  color:rgba(0,0,0,.75);
  margin-bottom:4px;
}

/* METADATA */
.elite-order-item .mt-3{
  margin-top:12px!important;
  font-size:14px;
  color:rgba(0,0,0,.65)!important;
}

/* HOVER */
.elite-order-item:hover{
  background:rgba(183,139,47,.06);
}

/* ===============================
   SIGNUP – ELITE LIGHT STYLE
=============================== */

.elite-signup-card{
  background: rgba(255,255,255,.85);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 20px 50px rgba(0,0,0,.06);
  color:#1a1a1a;
}

/* Title */
.elite-signup-card h3{
  color:#111!important;
  font-weight:700;
}

/* Labels */
.elite-signup-card .form-label{
  color:#444;
  font-weight:600;
}

/* Inputs */
.elite-input{
  background:#ffffff!important;
  border:1px solid rgba(0,0,0,.12)!important;
  color:#111!important;
  padding:10px 14px;
  border-radius:10px;
  transition:all .2s ease;
}

.elite-input:focus{
  border-color:#b78b2f!important;
  box-shadow:0 0 0 3px rgba(183,139,47,.15)!important;
}

/* Checkbox */
.elite-signup-card .form-check-label{
  color:#444;
}

/* Submit button tweak */
.elite-signup-card .btn-primary{
  background:#b78b2f!important;
  border-color:#b78b2f!important;
  font-weight:600;
}

.elite-signup-card .btn-primary:hover{
  background:#a47a25!important;
  border-color:#a47a25!important;
}

input[type="file"].elite-input{
  padding:8px 12px;
}

input[type="file"].elite-input::file-selector-button{
  background:#b78b2f;
  color:white;
  border:none;
  padding:6px 12px;
  border-radius:6px;
  margin-right:10px;
  cursor:pointer;
}

input[type="file"].elite-input::file-selector-button:hover{
  background:#a47a25;
}