/* IPTV Belgique Commerce Engine v2.7.19.106
   Premium Support Page Refinement.
   Scope: support section inside the client portal only. */

#iptvbc-client-app.is-section-support{
  --iptvbc-support-ink:#0b1328;
  --iptvbc-support-muted:#60708a;
  --iptvbc-support-line:rgba(148,163,184,.18);
  --iptvbc-support-blue:#2563eb;
  --iptvbc-support-indigo:#4f46e5;
  --iptvbc-support-cyan:#06b6d4;
  --iptvbc-support-green:#10b981;
  --iptvbc-support-orange:#f59e0b;
  --iptvbc-support-card:#ffffff;
  --iptvbc-support-soft:#f8fbff;
  --iptvbc-support-shadow:0 22px 58px rgba(15,23,42,.075);
  --iptvbc-support-shadow-soft:0 12px 34px rgba(15,23,42,.055);
}

#iptvbc-client-app.is-section-support .iptvbc-client-content-stack-v2713{
  gap:20px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-dashboard-v2643{
  display:grid!important;
  gap:20px!important;
}

/* Hero */
#iptvbc-client-app.is-section-support .iptvbc-support-hero-v2643{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(230px,320px)!important;
  gap:26px!important;
  align-items:center!important;
  min-height:255px!important;
  padding:clamp(26px,3vw,42px)!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 88% 20%,rgba(37,99,235,.14),transparent 28%),
    radial-gradient(circle at 18% 14%,rgba(16,185,129,.08),transparent 22%),
    linear-gradient(135deg,#f7fbff 0%,#ffffff 48%,#f2fbff 100%)!important;
  border:1px solid rgba(59,130,246,.16)!important;
  box-shadow:var(--iptvbc-support-shadow)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-v2643::after{
  content:""!important;
  position:absolute!important;
  left:28px!important;
  right:28px!important;
  bottom:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(59,130,246,.18),transparent)!important;
  pointer-events:none!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-copy{
  position:relative!important;
  z-index:1!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-copy .iptvbc-kicker{
  background:#ecfdf5!important;
  color:#047857!important;
  border:1px solid rgba(16,185,129,.14)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-copy h3{
  max-width:700px!important;
  margin:12px 0 10px!important;
  color:var(--iptvbc-support-ink)!important;
  font-size:clamp(38px,4.6vw,62px)!important;
  line-height:.95!important;
  letter-spacing:-.075em!important;
  font-weight:950!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-copy p{
  max-width:620px!important;
  color:#3d4a63!important;
  font-size:15.5px!important;
  line-height:1.58!important;
  font-weight:650!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:18px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-actions .iptvbc-btn{
  min-height:44px!important;
  border-radius:14px!important;
  padding:0 18px!important;
  font-size:13px!important;
  font-weight:900!important;
}

/* Hero illustration */
#iptvbc-client-app.is-section-support .iptvbc-support-hero-side{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  place-items:center!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-illustration{
  position:relative!important;
  width:min(100%,280px)!important;
  height:156px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 28% 34%,rgba(6,182,212,.16),transparent 26%),
    linear-gradient(135deg,#ffffff 0%,#eef9ff 100%)!important;
  border:1px solid rgba(14,165,233,.12)!important;
  box-shadow:0 20px 42px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-hero-device{
  position:absolute!important;
  right:52px!important;
  top:50%!important;
  width:62px!important;
  height:62px!important;
  margin-top:-31px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#0f172a,#132b5c)!important;
  box-shadow:0 18px 30px rgba(15,23,42,.18)!important;
}

/* Shortcuts: remove oval/capsule look and use professional cards */
#iptvbc-client-app.is-section-support .iptvbc-support-shortcuts-v2643,
#iptvbc-client-app.is-section-support .iptvbc-support-composer-panel-v2643,
#iptvbc-client-app.is-section-support .iptvbc-support-history-panel-v2643,
#iptvbc-client-app.is-section-support .iptvbc-support-faq-v2643{
  padding:clamp(20px,2.4vw,30px)!important;
  border-radius:28px!important;
  border:1px solid var(--iptvbc-support-line)!important;
  background:linear-gradient(180deg,#ffffff,#fbfdff)!important;
  box-shadow:var(--iptvbc-support-shadow-soft)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-section-head{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  margin:0 0 18px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-section-head h4{
  margin:0 0 4px!important;
  color:var(--iptvbc-support-ink)!important;
  font-size:clamp(22px,2.2vw,30px)!important;
  line-height:1.05!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-section-head p{
  margin:0!important;
  color:var(--iptvbc-support-muted)!important;
  font-size:14px!important;
  line-height:1.5!important;
  font-weight:650!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcuts-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card{
  appearance:none!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  justify-items:start!important;
  align-content:start!important;
  gap:10px!important;
  min-height:184px!important;
  padding:18px!important;
  border-radius:22px!important;
  text-align:left!important;
  background:
    radial-gradient(circle at 88% 0%,rgba(37,99,235,.055),transparent 28%),
    linear-gradient(180deg,#ffffff,#fbfdff)!important;
  border:1px solid rgba(226,232,240,.92)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
  transform:none!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(59,130,246,.20)!important;
  box-shadow:0 18px 38px rgba(37,99,235,.08)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card .iptvbc-support-shortcut-icon,
#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card > span{
  display:grid!important;
  place-items:center!important;
  width:44px!important;
  height:44px!important;
  border-radius:16px!important;
  color:#2563eb!important;
  background:linear-gradient(135deg,#eef4ff,#e0f7ff)!important;
  border:1px solid rgba(37,99,235,.12)!important;
  box-shadow:0 10px 24px rgba(37,99,235,.08)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card strong{
  color:var(--iptvbc-support-ink)!important;
  font-size:16px!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.035em!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card small{
  color:var(--iptvbc-support-muted)!important;
  font-size:13px!important;
  line-height:1.42!important;
  font-weight:650!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-shortcut-card em{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  min-height:30px!important;
  margin-top:auto!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#fff8eb!important;
  color:#9a5b00!important;
  font-style:normal!important;
  font-size:12px!important;
  font-weight:900!important;
}

/* Metrics */
#iptvbc-client-app.is-section-support .iptvbc-support-metrics-v2643{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-metrics-v2643 article{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:78px!important;
  padding:16px!important;
  border-radius:20px!important;
  background:#ffffff!important;
  border:1px solid rgba(226,232,240,.92)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.045)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-metrics-v2643 small{
  color:var(--iptvbc-support-muted)!important;
  font-size:11px!important;
  text-transform:uppercase!important;
  letter-spacing:.045em!important;
  font-weight:900!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-metrics-v2643 strong{
  display:block!important;
  margin-top:3px!important;
  color:var(--iptvbc-support-ink)!important;
  font-size:15px!important;
  line-height:1.15!important;
  font-weight:900!important;
}

/* Composer */
#iptvbc-client-app.is-section-support .iptvbc-client-support-composer-v2630.is-modern{
  border-radius:22px!important;
  overflow:hidden!important;
}

#iptvbc-client-app.is-section-support .iptvbc-client-support-composer-v2630.is-modern > summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:76px!important;
  padding:18px 20px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  border:1px solid rgba(59,130,246,.14)!important;
  box-shadow:0 12px 28px rgba(37,99,235,.055)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-client-support-composer-v2630.is-modern > summary span{
  color:var(--iptvbc-support-ink)!important;
  font-size:16px!important;
  font-weight:900!important;
}

#iptvbc-client-app.is-section-support .iptvbc-client-support-composer-v2630.is-modern > summary small{
  color:var(--iptvbc-support-muted)!important;
  font-size:12px!important;
  font-weight:750!important;
}

/* History */
#iptvbc-client-app.is-section-support .iptvbc-support-history-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-bottom:16px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-history-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-mini-stat{
  display:inline-flex!important;
  align-items:center!important;
  min-height:30px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  border:1px solid rgba(226,232,240,.92)!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:800!important;
}

/* FAQ */
#iptvbc-client-app.is-section-support .iptvbc-support-faq-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-faq-card{
  display:grid!important;
  gap:10px!important;
  align-content:start!important;
  min-height:180px!important;
  padding:18px!important;
  border-radius:22px!important;
  background:#ffffff!important;
  border:1px solid rgba(226,232,240,.92)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-faq-card h5{
  margin:0!important;
  color:var(--iptvbc-support-ink)!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-faq-card p{
  margin:0!important;
  color:var(--iptvbc-support-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:650!important;
}

#iptvbc-client-app.is-section-support .iptvbc-support-faq-card a{
  margin-top:auto!important;
  color:#1d4ed8!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:none!important;
}

/* Responsive */
@media(max-width:1180px){
  #iptvbc-client-app.is-section-support .iptvbc-support-hero-v2643{
    grid-template-columns:1fr!important;
  }
  #iptvbc-client-app.is-section-support .iptvbc-support-shortcuts-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  #iptvbc-client-app.is-section-support .iptvbc-support-hero-v2643,
  #iptvbc-client-app.is-section-support .iptvbc-support-shortcuts-v2643,
  #iptvbc-client-app.is-section-support .iptvbc-support-composer-panel-v2643,
  #iptvbc-client-app.is-section-support .iptvbc-support-history-panel-v2643,
  #iptvbc-client-app.is-section-support .iptvbc-support-faq-v2643{
    border-radius:22px!important;
    padding:18px!important;
  }
  #iptvbc-client-app.is-section-support .iptvbc-support-hero-copy h3{
    font-size:clamp(34px,12vw,48px)!important;
  }
  #iptvbc-client-app.is-section-support .iptvbc-support-shortcuts-grid,
  #iptvbc-client-app.is-section-support .iptvbc-support-metrics-v2643,
  #iptvbc-client-app.is-section-support .iptvbc-support-faq-grid{
    grid-template-columns:1fr!important;
  }
  #iptvbc-client-app.is-section-support .iptvbc-support-history-head{
    display:grid!important;
  }
}
