/* ===================================================================
   TVNEXU — shared modern overrides (FAQ, grid cards, official card)
   Linked on every page. No HTML structure assumptions beyond classes.
=================================================================== */

/* ===== Modern grid logo cards ===== */
.app_list_item {
  border-radius: 18px !important;
  border: 1px solid #ecedf6;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 30, 90, 0.06) !important;
  padding: 20px 22px;
  min-height: 96px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.app_list_item::before {
  content: "";
  position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, #253fe9, #6a8dff);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.app_list_item:hover { transform: translateY(-6px); border-color: #cdd6ff; box-shadow: 0 20px 40px rgba(37, 63, 233, 0.16) !important; }
.app_list_item:hover::before { transform: scaleX(1); }
.app_list_item img { transition: transform .28s ease; max-height: 56px; width: auto; }
.app_list_item:hover img { transform: scale(1.07); }

/* ===== Modern FAQ accordion (v2) ===== */
#faqAccordion { --faq-accent: #253fe9; }
#faqAccordion .card.shadow {
  border: 1px solid #e7e9f6 !important;
  border-left: 4px solid transparent !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(20, 30, 90, 0.06) !important;
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
#faqAccordion .card.shadow:hover { box-shadow: 0 16px 34px rgba(20, 30, 90, 0.12) !important; transform: translateY(-2px); }
#faqAccordion .card.shadow:has(a[aria-expanded="true"]) {
  border-left-color: var(--faq-accent) !important;
  background: linear-gradient(160deg, #ffffff 0%, #f3f5ff 100%);
  box-shadow: 0 18px 38px rgba(37, 63, 233, 0.12) !important;
}
#faqAccordion .card-header-faq { padding: 12px 8px !important; gap: 14px; align-items: center; }
#faqAccordion .text-question { font-size: 16px; font-weight: 700; line-height: 1.4; transition: color .2s ease; }
#faqAccordion a[aria-expanded="true"] .text-question { color: var(--faq-accent) !important; }
#faqAccordion a:hover .text-question { color: var(--faq-accent) !important; }
#faqAccordion .toggle-icon {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: #eef1ff; color: var(--faq-accent) !important; font-size: 13px;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
#faqAccordion a[aria-expanded="true"] .toggle-icon { background: linear-gradient(135deg, #253fe9, #6a8dff); color: #fff !important; transform: rotate(180deg); }
#faqAccordion .card-body { color: #5a5f72; line-height: 1.75; font-size: 14.5px; padding-top: 6px; }

/* ===== Official brand card (green) ===== */
.tvnexu-official {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 28px;
  background: linear-gradient(135deg, #0c7a3d 0%, #14a85b 55%, #2bd17e 100%);
  border-radius: 24px; padding: 34px 40px; color: #fff;
  box-shadow: 0 24px 50px rgba(12, 122, 61, 0.28);
}
.tvnexu-official::after { content: ""; position: absolute; right: -50px; top: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255, 255, 255, 0.10); }
.tvnexu-official-check {
  flex-shrink: 0; width: 78px; height: 78px; border-radius: 50%;
  background: #fff; color: #14a85b; font-size: 40px;
  display: flex; align-items: center; justify-content: center; position: relative; z-index: 1;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18);
}
.tvnexu-official-body { position: relative; z-index: 1; flex-grow: 1; }
.tvnexu-official-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.2); font-size: 12px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
}
.tvnexu-official-body h2 { color: #fff !important; font-size: 24px; margin: 12px 0 8px; }
.tvnexu-official-body p { color: rgba(255, 255, 255, 0.92); font-size: 14.5px; line-height: 1.6; margin: 0; max-width: 620px; }
.tvnexu-official-trust { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }
.tvnexu-official-trust span {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 9px 16px; border-radius: 12px; font-size: 13.5px; font-weight: 600; white-space: nowrap;
}
@media (max-width: 860px) {
  .tvnexu-official { flex-direction: column; text-align: center; padding: 30px 22px; }
  .tvnexu-official-body p { margin: 0 auto; }
  .tvnexu-official-trust { width: 100%; }
  .tvnexu-official::after { right: 50%; transform: translateX(50%); }
}

/* ===== Modern "IPTV Nederland" section ===== */
.nxsec { padding: 80px 0; background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%); }
.nxsec-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; align-items: center; }
.nxsec-eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #253fe9; margin-bottom: 14px; }
.nxsec-intro h2 { font-size: 32px; font-weight: 800; color: #131a36; line-height: 1.2; margin: 0 0 16px; }
.nxsec-intro p { font-size: 15.5px; line-height: 1.8; color: #54607a; margin: 0 0 24px; }
.nxsec-btn { display: inline-flex; align-items: center; gap: 9px; background: linear-gradient(135deg, #1b2a93, #253fe9); color: #fff; font-weight: 700; padding: 14px 26px; border-radius: 12px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.nxsec-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37,63,233,.35); color: #fff; }
.nxsec-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nxcard { background: #fff; border: 1px solid #e7e9f6; border-radius: 18px; padding: 26px 22px; box-shadow: 0 8px 24px rgba(20,30,90,.05); transition: transform .25s ease, box-shadow .25s ease; }
.nxcard:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(37,63,233,.14); }
.nxcard-ico { width: 50px; height: 50px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #1b2a93, #253fe9); color: #fff; font-size: 20px; margin-bottom: 14px; }
.nxcard h3 { font-size: 16px; color: #131a36; margin: 0 0 8px; }
.nxcard p { font-size: 13.5px; color: #5a6178; line-height: 1.6; margin: 0; }
@media (max-width: 860px) {
  .nxsec { padding: 56px 0; }
  .nxsec-grid { grid-template-columns: 1fr; gap: 32px; }
  .nxsec-intro h2 { font-size: 26px; }
}
@media (max-width: 480px) { .nxsec-cards { grid-template-columns: 1fr; } }

/* ===== How it works page ===== */
.hiw-sec { padding: 80px 0; background: #fff; }
.hiw-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.hiw-head h2 { font-size: 32px; font-weight: 800; color: #131a36; margin: 0 0 12px; }
.hiw-head p { font-size: 16px; color: #5a6178; line-height: 1.65; margin: 0; }
.hiw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hiw-card { position: relative; background: #fff; border: 1px solid #e7e9f6; border-radius: 18px; padding: 34px 24px 26px; box-shadow: 0 10px 30px rgba(20,30,90,.05); transition: transform .25s ease, box-shadow .25s ease; }
.hiw-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(37,63,233,.14); }
.hiw-num { position: absolute; top: -14px; left: 24px; width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg,#1b2a93,#253fe9); color:#fff; font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; }
.hiw-ico { width: 54px; height: 54px; border-radius: 15px; display:inline-flex; align-items:center; justify-content:center; background: rgba(37,63,233,.1); color:#253fe9; font-size:22px; margin: 6px 0 16px; }
.hiw-card h3 { font-size: 16.5px; color:#131a36; margin: 0 0 8px; }
.hiw-card p { font-size: 13.5px; color:#5a6178; line-height:1.6; margin:0; }
.hiw-note { max-width: 860px; margin: 44px auto 0; background:#f4f7ff; border:1px solid #e2e7fb; border-left:5px solid #253fe9; border-radius:18px; padding:32px 34px; }
.hiw-note h2 { font-size: 22px; color:#131a36; margin:0 0 12px; }
.hiw-note p { font-size: 14.5px; color:#41506b; line-height:1.75; margin:0 0 18px; }
@media (max-width: 991px){ .hiw-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 575px){ .hiw-grid { grid-template-columns: 1fr; } .hiw-sec { padding: 56px 0; } .hiw-head h2 { font-size: 26px; } }

/* ===== Modern feature/promo cards ===== */
.promo-area .promo-item {
  height: 100%;
  border: 1px solid #e7e9f6 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(20, 30, 90, 0.06) !important;
  padding: 30px 26px !important;
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.promo-area .promo-item::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, #253fe9, #6a8dff);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.promo-area .promo-item:hover { transform: translateY(-8px); box-shadow: 0 24px 46px rgba(37, 63, 233, 0.16) !important; }
.promo-area .promo-item:hover::before { transform: scaleX(1); }
.promo-area .promo-top { margin-bottom: 16px !important; gap: 14px; align-items: center; }
.promo-area .promo-top i {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1b2a93, #253fe9);
  color: #fff !important; font-size: 20px !important; margin: 0 !important;
}
.promo-area .promo-top h6 { font-size: 16px; font-weight: 700; color: #131a36 !important; margin-left: 0 !important; }
.promo-area .promo-item p { color: #5a6178; line-height: 1.7; font-size: 14px; }
