html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 0 17 / 5%);
    z-index: -2;
}

.bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 40% 40%, rgb(255 0 17 / 15%), transparent 70%);
    z-index: -1;
    pointer-events: none;
    filter: blur(100px);
  }

  /* Ensure all navbar icons and currency symbols use the site red and match visually */
  .navbar.component .nav-link i,
  .navbar.component .nav-link svg,
  .navbar.component .nav-link .icon,
  .navbar.component .nav-link .fa,
  .navbar.component .nav-link .fas,
  .navbar.component .nav-link .fab,
  .navbar.component .currency-selector .symbol,
  .navbar.component .nav-link .cart-text,
  .navbar.component .nav-link .cart-count {
    color: rgb(255,0,17) !important;
    fill: rgb(255,0,17) !important;
    stroke: rgb(255,0,17) !important;
    opacity: 1 !important;
    filter: none !important;
  }

  /* Ensure cart badge text stays white and visible on red badge */
  .navbar.component .nav-link .cart-count,
  .navbar.component .nav-link .cart-count span {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
    z-index: 3 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  }

  @media (prefers-reduced-motion: reduce) {
    .bg-glow {
      filter: blur(50px);
    }
  }

.hero {
  min-height: calc(68vh - 4rem);
}
.hero .container {
  padding: 3rem 1rem 1.4rem;
}
.hero .content {
  max-width: 860px;
  margin: 1rem auto 0;
  padding: 1.2rem 1.2rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0.38), rgba(0,0,0,0.12));
  border: 1px solid rgba(255,255,255,0.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.01);
  backdrop-filter: blur(4px) saturate(105%);
}

/* card wrapper for left-aligned premium layout */
.hero-card {
  padding: 0.9rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.hero .content h2.global-title {
  font-size: clamp(1.8rem, 4.8vw, 3.2rem);
  line-height: 1.04;
  margin: 0;
  text-align: left;
}
.hero-meta .hero-tagline {
  margin: 0;
  color: rgba(255,255,255,0.88);
  font-size: 0.92rem;
  line-height: 1.4;
  max-width: 700px;
}
.hero-cta-buttons {
  margin-top: 0.8rem;
}
/* Animated gradient title */
.global-title {
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, rgba(255,230,230,1) 0%, rgba(255,160,160,1) 40%, rgba(255,60,60,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .content p.lead {
  font-size: 1rem;
  color: rgba(255,255,255,0.78) !important;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero-cta-buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}
.hero .hero-btn {
  min-width: 120px;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  font-weight: 800;
  box-shadow: 0 5px 18px rgba(255,0,17,0.06);
  transition: transform .14s ease, box-shadow .14s ease;
}
.hero .hero-btn-primary {
  background: linear-gradient(90deg, rgba(255,40,40,1), rgba(255,90,90,0.98));
  color: #fff;
  border: 1px solid rgba(255,255,255,0.04);
}
.hero .hero-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(255,0,17,0.12); }
.hero .hero-btn-secondary { border-radius: 12px; padding: 0.85rem 1.3rem; }
.hero { position:relative; overflow:hidden; }
.hero::before, .hero::after {
  content: '';
  position: absolute;
  width: 520px; height: 520px;
  filter: blur(100px); opacity:0.08; pointer-events:none;
  transform: translate3d(0,0,0);
}
.hero::before { left: -6%; top: -14%; width: 420px; height: 420px; background: radial-gradient(circle at 30% 30%, rgba(255,45,85,0.52), transparent 45%); opacity:0.08; }
.hero::after { right: -4%; bottom: -12%; width: 420px; height: 420px; background: radial-gradient(circle at 70% 70%, rgba(255,120,77,0.45), transparent 45%); opacity:0.06; }

/* subtle inner outline to match premium sample */
.hero .content { position: relative; }
.hero .content::before { content: ''; position: absolute; inset: 1px; border-radius: 18px; pointer-events: none; border: 1px solid rgba(255,255,255,0.02); box-shadow: inset 0 1px 0 rgba(255,255,255,0.02); }

/* badge refinements */
.hero-badge { font-size:0.78rem; padding:0.35rem 0.75rem; margin-top:0.2rem; background: rgba(0,0,0,0.24); border:1px solid rgba(255,255,255,0.02); color: rgba(255,200,200,0.95); border-radius: 999px; }
.hero .hero-btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}
.hero .hero-btn-secondary:hover {
  background: rgba(255,255,255,0.12);
}
.hero .stats-wrapper {
  display: none; /* legacy stats removed in favor of premium stat row */
}
.hero .stat-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00));
  border: 1px solid rgba(255,255,255,0.02);
  border-radius: 1rem;
  padding: 1.1rem 1rem;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hero .stat-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(6,6,10,0.16); }
.hero .stat-card:hover {
  border-color: rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
}
.hero .stat-card span {
  display: block;
  margin-top: 0.65rem;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}
.hero .stat-card::before {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,0,17,1), rgba(255,116,121,0.85));
}
.hero .stat-card:first-child::before { background: linear-gradient(90deg, rgba(255,0,17,1), rgba(255,107,77,0.9)); }
.hero .stat-card:nth-child(2)::before { background: linear-gradient(90deg, rgba(255,204,0,1), rgba(255,146,0,0.9)); }
.hero .stat-card:nth-child(3)::before { background: linear-gradient(90deg, rgba(34,197,94,1), rgba(16,185,129,0.9)); }
.hero .stat-card .label {
  display: block;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.72);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hero .stat-top { display:flex; justify-content:center; }
.stat-icon { font-size:20px; width:48px; height:48px; display:inline-grid; place-items:center; color:#fff; border-radius:10px; background: linear-gradient(135deg, rgba(255,75,110,0.95), rgba(255,140,80,0.95)); box-shadow: 0 8px 18px rgba(0,0,0,0.3); }
.stat-value { font-size:1.6rem; font-weight:800; color:#fff; margin-top:8px; display:block; }

/* New hero meta: tagline */
.hero-meta { margin-top: 0.55rem; display:flex; flex-direction:column; gap:0.45rem; align-items:flex-start; max-width:980px; }
.hero-badge { display:inline-flex; align-items:center; justify-content:center; margin:1.5rem auto 1rem; padding:0.75rem 1.25rem; color:#ffb3b3; border:1px solid rgba(255,0,17,0.18); background:rgba(255,0,17,0.08); border-radius:999px; font-size:0.95rem; font-weight:700; letter-spacing:0.02em; max-width:fit-content; }

.hero-meta .hero-tagline { margin:0; color: rgba(255,255,255,0.92); font-size:1.02rem; line-height:1.35; max-width:900px; }

/* CTA style update for premium look */
.hero .hero-btn-primary { background: linear-gradient(90deg, rgba(255,0,17,0.98), rgba(255,85,90,0.95)); box-shadow: 0 12px 40px rgba(255,0,17,0.08); }
.hero .hero-btn-primary:hover { box-shadow: 0 18px 60px rgba(255,0,17,0.12); transform: translateY(-3px); }

@media (max-width: 900px) {
  .hero-card { padding: 2rem 1.6rem; }
  .hero .content { padding: 1.6rem; }
  .global-title { font-size: clamp(2.4rem, 9vw, 3.8rem); }
}

/* tighten spacing for smaller screens */
@media (max-width:720px) {
  .hero .stats-wrapper { margin-top: 0.9rem; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  .global-title { font-size: clamp(2.4rem, 9vw, 3.6rem); }
  .hero-meta .hero-tagline { font-size:0.99rem; }
}
@media (max-width: 768px) {
  .hero .container { padding: 4rem 1.5rem 3rem; }
  .hero .hero-btn { min-width: 140px; }
}
@media (max-width: 520px) {
  .hero .content h2.global-title { font-size: 2.8rem; }
  .hero .stats-wrapper { gap: 0.9rem; }
  .hero .stat-card { padding: 1.3rem 1.1rem; }
}

.feat-wrapper { padding:5rem 1rem; color:white; }
.feat-container { max-width:1400px; margin:0 auto; }
.feat-header { text-align:center; margin-bottom:4rem; }
.feat-badge {
    display:inline-flex; align-items:center; gap:10px; padding:10px 20px;
    background:rgba(147,51,234,0.1); border:1px solid rgba(147,51,234,0.3);
    border-radius:9999px; color:#c084fc; font-weight:600; font-size:0.9rem;
    backdrop-filter:blur(8px); margin-bottom:1.5rem;
  }
.center-title {
  width: 100% !important;
  text-align: center !important;
  font-size: 3.8rem !important;
  font-weight: 900 !important;
  margin: 0 auto 4rem auto !important;
  padding: 0 !important;
  display: block !important;

  background: linear-gradient(to right, rgb(255 0 17), rgb(0 0 0)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

@media (max-width: 768px) {
  .center-title {
    font-size: 2.8rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 480px) {
  .center-title {
    font-size: 2.4rem !important;
  }
}
.pln-main-badge {
    display:inline-flex; align-items:center; gap:10px; padding:10px 18px;
    background:rgb(255 0 17 / 12%); border:1px solid rgb(255 0 17 / 28%);
    border-radius:9999px; color:rgb(255 0 17); font-weight:700; font-size:0.95rem;
    backdrop-filter:blur(8px); margin-bottom:1rem;
  }
.pln-main-badge svg { width:22px; height:22px; }
.global-title {
  font-size: 3.8rem;
  font-weight: 900;
  margin: 0 0 1rem;
  background: linear-gradient(to right, #ffffff, rgb(255 0 17));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: rgb(255 0 17 / 12%);
    border: 1px solid rgb(255 0 17 / 35%);
    border-radius: 9999px;
    color: rgb(255 0 17);
    font-weight: 700;
    font-size: 1rem;
    backdrop-filter: blur(12px);
    margin-bottom: 2rem;
  }
.legal-page .page-hero {
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 0, 17, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 0, 17, 0.22);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
  padding: 3rem 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.legal-page .page-hero h1 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.05;
}

.legal-page .page-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.legal-page .legal-card {
  background: rgba(10, 10, 15, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
  padding: 2.5rem;
}

.legal-page .legal-card-inner {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.legal-page .legal-card-inner h2,
.legal-page .legal-card-inner h3,
.legal-page .legal-card-inner h4 {
  color: #ffffff;
}

.legal-page .legal-card-inner p,
.legal-page .legal-card-inner li {
  color: rgba(255, 255, 255, 0.82);
}

.legal-page .legal-bottom-links {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  color: #a1a1aa;
  font-size: 0.95rem;
}

.legal-page .legal-bottom-links a {
  color: var(--cl-accent);
  text-decoration: none;
  font-weight: 700;
}

.legal-page .legal-bottom-links a:hover {
  text-decoration: underline;
}
.customer-dashboard-page {
  color: #ffffff;
  background: rgba(255, 0, 17, 0.08);
  border: 1px solid rgba(255, 0, 17, 0.28);
  border-radius: 1.75rem;
  padding: 1.5rem;
  box-shadow: 0 20px 60px rgba(255, 0, 17, 0.08);
}

.customer-dashboard-hero {
  background: linear-gradient(180deg, rgba(255, 0, 17, 0.16), rgba(0, 0, 0, 0.24));
  border: 1px solid rgba(255, 0, 17, 0.28);
  box-shadow: 0 30px 60px rgba(255, 0, 17, 0.12);
}

.customer-dashboard-page h1 {
  font-size: 2.8rem;
  line-height: 1.05;
}

.customer-dashboard-page .customer-card,
.customer-dashboard-page .card-bg-color,
.customer-dashboard-page .card {
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 0, 17, 0.14);
  border-radius: 1.15rem;
  box-shadow: 0 20px 40px rgba(255, 0, 17, 0.08);
}

.customer-dashboard-page .customer-card h4 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #ffffff;
}

.customer-dashboard-page .customer-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.75rem;
  font-weight: 700;
}

.customer-dashboard-page .customer-dashboard-sidebar-col {
  position: sticky;
  top: 130px;
  align-self: start;
}

@media (max-width: 992px) {
  .customer-dashboard-page .customer-dashboard-sidebar-col {
    position: static;
    top: auto;
  }
}

.customer-dashboard-page .customer-dashboard-sidebar {
  background: rgba(255, 0, 17, 0.08);
  border: 1px solid rgba(255, 0, 17, 0.22);
  border-radius: 1.5rem;
  box-shadow: 0 20px 40px rgba(255, 0, 17, 0.1);
}

.customer-dashboard-page .customer-dashboard-sidebar .nav-link {
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.04);
  color: #f8f9fa;
}

.customer-dashboard-page .customer-dashboard-sidebar .nav-link.active,
.customer-dashboard-page .customer-dashboard-sidebar .nav-link:hover {
  background: rgba(255, 0, 17, 0.22);
  color: #ffffff;
}

.customer-dashboard-page .modal-content {
  background: rgba(10, 10, 11, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.pln-main-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: rgb(255 0 17 / 12%);
  border: 1px solid rgb(255 0 17 / 35%);
  border-radius: 9999px;
  color: rgb(255 0 17);
  font-weight: 700;
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
  margin-bottom: 1.5rem;
}
.pln-main-badge svg { 
  width: 20px; 
  height: 20px; 
}
.page-badge svg { width: 22px; height: 22px; }
.feedback-slider-wrapper.second-row.fade-mask { padding-top: 20px; }
a { text-decoration:none !important; }
.card-bg-color {
  background: linear-gradient(180deg, rgba(255, 0, 17, 0.15), rgba(10, 10, 10, 0.65));
  border: 1px solid rgba(255, 0, 17, 0.24);
  border-radius: 1.5rem;
  box-shadow: 0 24px 60px rgba(255, 0, 17, 0.08);
  backdrop-filter: blur(16px);
}
.customer-dashboard-page .card-bg-color,
.customer-balance-page .card-bg-color,
.customer-affiliate-page .card-bg-color,
.customer-invoices-page .card-bg-color {
  background: linear-gradient(180deg, rgba(255, 0, 17, 0.18), rgba(20, 12, 14, 0.72));
  border-color: rgba(255, 0, 17, 0.28);
  box-shadow: 0 24px 60px rgba(255, 0, 17, 0.10);
}
.customer-dashboard-page .card-bg-color h4,
.customer-balance-page .card-bg-color h4,
.customer-affiliate-page .card-bg-color h4,
.customer-invoices-page .card-bg-color h4 {
  color: #fff;
}
.customer-dashboard-page .card-bg-color p,
.customer-balance-page .card-bg-color p,
.customer-affiliate-page .card-bg-color p,
.customer-dashboard-page .card-bg-color .small,
.customer-balance-page .card-bg-color .small,
.customer-affiliate-page .card-bg-color .small {
  color: rgba(255, 255, 255, 0.78);
}

.customer-invoices-page .card-bg-color {
  background: linear-gradient(180deg, rgba(255, 0, 17, 0.18), rgba(20, 10, 12, 0.78));
  border: 1px solid rgba(255, 0, 17, 0.28);
  border-radius: 1.35rem;
  box-shadow: 0 25px 55px rgba(255, 0, 17, 0.12);
}

.customer-invoices-page .invoice-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 0, 17, 0.10);
  border-radius: 1rem;
}

.customer-invoices-page .table {
  color: #f8f9fa;
  border-collapse: separate;
  border-spacing: 0 0.65rem;
}

.customer-invoices-page .table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
}

.customer-invoices-page .table tbody tr {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1rem;
}

.customer-invoices-page .table td,
.customer-invoices-page .table th {
  border: none;
  padding: 1.1rem 0.9rem;
  vertical-align: middle;
}

.customer-invoices-page .table tbody tr + tr {
  margin-top: 0.75rem;
}

.customer-invoices-page .table tbody tr:hover {
  background: rgba(255, 0, 17, 0.08);
}

.code-copy-card {
  position: relative;
  margin-top: 16px;
}

.copy-code-button {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.copy-code-button:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.copy-code-button.copied {
  background: #28a745;
  border-color: #28a745;
}

.code-copy-card pre {
  padding: 1.4rem 1rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.code-copy-card pre code {
  white-space: pre-wrap;
}


.customer-invoices-page .btn-link {
  color: #ff2626;
  font-weight: 600;
}

.customer-invoices-page .btn-link:hover {
  color: #ff6b6b;
}

/* Invoice list card styles */
.customer-invoices-page .invoice-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.customer-invoices-page .invoice-card {
  display: grid;
  grid-template-columns: 220px 1fr 160px;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.32), rgba(10,10,10,0.45));
  border: 1px solid rgba(255,0,17,0.12);
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.customer-invoices-page .invoice-card:hover {
  background: linear-gradient(180deg, rgba(255,0,17,0.03), rgba(10,10,10,0.55));
  transform: translateY(-4px);
}

.customer-invoices-page .invoice-left {
  display:flex;
  flex-direction:column;
  gap:6px;
}
.customer-invoices-page .invoice-status {
  font-weight:700;
  color:#fff;
}
.customer-invoices-page .invoice-date {
  font-size:0.9rem;
}
.customer-invoices-page .invoice-id {
  font-size:0.9rem;
  margin-top:6px;
  color:var(--cl-accent);
}

.customer-invoices-page .invoice-middle {
  min-width:0;
}
.customer-invoices-page .invoice-product-name {
  font-weight:700;
  color:#fff;
}

.customer-invoices-page .invoice-right {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.customer-invoices-page .invoice-price {
  font-weight:800;
  color:#fff;
}
.customer-invoices-page .invoice-action .btn {
  padding: 0.35rem 0.6rem;
  font-size:0.85rem;
}

@media (max-width: 860px) {
  .customer-invoices-page .invoice-card {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .customer-invoices-page .invoice-right {
    align-items:flex-start;
  }
}

/* Red themed panels for affiliate, balance, and dashboard cards */
.red-panel {
  background: linear-gradient(180deg, rgba(255,0,17,0.22), rgba(15,8,10,0.72));
  border: 1px solid rgba(255,0,17,0.32);
  box-shadow: 0 28px 70px rgba(255,0,17,0.12);
  border-radius: 1.15rem;
  color: #fff;
}

.customer-balance-page .red-panel,
.customer-affiliate-page .red-panel {
  border-color: rgba(255,0,17,0.28);
}

.panel-list {
  display:flex;
  flex-direction:column;
  gap:0.9rem;
}

.panel-card {
  display:grid;
  grid-template-columns: 1fr auto;
  gap:1rem;
  align-items:center;
  padding:1rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.28), rgba(10,10,10,0.48));
  border:1px solid rgba(255,0,17,0.12);
  border-radius:0.9rem;
}

.panel-card .panel-left { min-width:0; }
.panel-card .panel-title { font-weight:700; color:#fff; }
.panel-card .panel-sub { color: rgba(255,255,255,0.82); }
.panel-card .panel-meta { color: rgba(255,255,255,0.9); font-weight:800; }

.copy-btn, .edit-btn { background: transparent; border:1px solid rgba(255,255,255,0.06); color: #fff; padding:6px 8px; border-radius:8px; }
.copy-btn:hover, .edit-btn:hover { background: rgba(255,0,17,0.12); border-color: rgba(255,0,17,0.28); }

@media (max-width: 860px) {
  .panel-card { grid-template-columns: 1fr; }
}


/* Showcase styles */
.showcase-section { padding: 5rem 0; }
.showcase-shell { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.showcase-heading-row { margin-bottom: 1.75rem; }
.showcase-chip { display:inline-flex; align-items:center; gap:8px; padding:8px 14px; background:rgba(255,0,17,0.08); border:1px solid rgba(255,0,17,0.15); color:#ffb4b4; border-radius:9999px; font-weight:700; font-size:0.85rem; }
.showcase-heading { font-size:2.8rem; margin:0 0 0.5rem; font-weight:800; color:white; }
.showcase-subheading { color:#e6bcbc; margin:0 0 1.5rem; }
.showcase-layout { display:flex; gap:1.5rem; align-items:flex-start; }
.showcase-player { flex:1; }
.showcase-embed-wrap { position:relative; border-radius:18px; overflow:hidden; background:#200707; border:1px solid rgba(255,0,17,0.12); min-height:420px; background-size:cover; background-position:center; }
.showcase-embed-wrap img, .showcase-embed-wrap iframe { width:100%; display:block; }
.showcase-embed-wrap iframe { height:420px; border:0; position:relative; z-index:0; }
.showcase-poster { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.35)); border:0; padding:0; cursor:pointer; background-repeat:no-repeat; }
.showcase-poster img { width:100%; height:100%; object-fit:cover; display:block; opacity:0; }
.showcase-poster-overlay { position:absolute; inset:0; }
.showcase-poster-play { position:absolute; width:90px; height:90px; border-radius:50%; background:rgba(255,0,17,0.95); display:flex; align-items:center; justify-content:center; color:white; font-size:1.6rem; box-shadow:0 10px 25px rgba(0,0,0,0.5); }
.showcase-poster-copy { position:absolute; left:18px; bottom:18px; color:white; text-shadow:0 2px 6px rgba(0,0,0,0.5); }

/* ensure poster elements are above iframe */
.showcase-embed-wrap iframe { z-index: 0; }

.showcase-poster { z-index: 5; }
.showcase-poster img { z-index: 4; }

/* ensure poster button is visible and covers iframe area */
.showcase-poster { display:flex; align-items:center; justify-content:center; width:100%; height:100%; }
.showcase-poster img { width:100%; height:100%; object-fit:cover; display:block; }
.showcase-poster { pointer-events: auto; }

.showcase-sidebar { width:360px; display:flex; flex-direction:column; gap:12px; }
.showcase-sidebar .showcase-item { display:flex; gap:12px; align-items:center; padding:12px; background:linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.04)); border-radius:12px; border:1px solid rgba(255,0,17,0.06); cursor:pointer; transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease, background .14s ease; }
.showcase-sidebar .showcase-item:hover { transform:translateY(-3px); box-shadow:0 8px 26px rgba(0,0,0,0.36), 0 0 18px rgba(255,45,85,0.06); border-color: rgba(255,29,75,0.16); background: linear-gradient(180deg, rgba(255,18,43,0.02), rgba(0,0,0,0.04)); }
.showcase-item img { width:120px; height:70px; object-fit:cover; border-radius:8px; flex-shrink:0; }
.showcase-item-copy { display:flex; flex-direction:column; }
.showcase-item-title { font-weight:700; color:#fff; }
.showcase-item-subtitle { color:#d7a8a8; font-size:0.9rem; }
.showcase-item-play { margin-left:auto; width:44px; height:44px; border-radius:50%; background:rgba(255,0,17,0.95); display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.95rem; transition:transform .14s ease, box-shadow .14s ease; }
.showcase-sidebar .showcase-item:hover .showcase-item-play { transform: scale(1.04); box-shadow: 0 6px 20px rgba(255,45,85,0.12); }

.showcase-sidebar .showcase-item.hovering { transform:translateY(-6px); box-shadow:0 22px 56px rgba(0,0,0,0.5), 0 0 38px rgba(255,45,85,0.14); border-color: rgba(255,29,75,0.28); }
.showcase-item.active { outline:2px solid rgba(255,0,17,0.12); box-shadow:0 8px 28px rgba(0,0,0,0.42), 0 0 20px rgba(255,45,85,0.06); }

/* Highlight the main player when hovering a sidebar item */
.showcase-embed-wrap.hover-highlight { box-shadow: 0 18px 48px rgba(255,45,85,0.06); transform: translateZ(0); border-color: rgba(255,0,17,0.08); }
.currency-nav-item {
  display: flex;
  align-items: center;
}

.currency-selector {
  max-width: 175px;
}

.currency-selector .choices__inner {
  min-width: 100%;
  height: 46px !important;
  border-radius: 16px !important;
  background: rgba(255, 0, 17, 0.26) !important;
  border: 1px solid rgba(255, 0, 17, 0.45) !important;
  color: #ffffff !important;
  padding: 0 14px !important;
  position: relative;
  align-items: center;
  display: flex !important;
}

.currency-selector .choices__inner::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffffff;
  pointer-events: none;
}

.currency-selector .choices__input {
  color: #ffffff !important;
}

.currency-selector .choices__item--selectable {
  font-weight: 700 !important;
  color: #ffffff !important;
}

.currency-selector .choices__inner .symbol {
  display: inline-flex !important;
  min-width: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 6px 10px;
  margin-right: 8px;
  color: rgb(255, 0, 17) !important;
}
.currency-selector .choices__inner .symbol,
.currency-selector .choices__inner .symbol *,
.currency-selector .choices__inner .choices__item--selectable .symbol,
.currency-selector .choices__inner .choices__item--selectable .symbol * {
  color: rgb(255, 0, 17) !important;
  fill: rgb(255, 0, 17) !important;
  stroke: rgb(255, 0, 17) !important;
}

.currency-selector .choices__inner .code {
  display: inline-block !important;
  color: #ffffff !important;
  margin-left: 4px;
  font-weight: 700;
}

.currency-selector .choices__inner .default {
  display: none !important;
}

.currency-selector .choices__list--dropdown {
  background: rgba(12, 12, 16, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35) !important;
  margin-top: 0.45rem !important;
}

.currency-selector .choices__list--dropdown .choices__item--selectable {
  padding: 12px 14px !important;
  color: #ffffff !important;
}

.currency-selector .choices__list--dropdown .choices__item--selectable.is-highlighted,
.currency-selector .choices__list--dropdown .choices__item--selectable:hover {
  background: rgba(255, 0, 17, 0.18) !important;
  color: #ffffff !important;
}

.currency-selector .choices__list--dropdown .choices__item--selectable .symbol {
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 900px) {
  .showcase-layout { flex-direction:column; }
  .showcase-sidebar { width:100%; order:2; }
  .showcase-embed-wrap iframe { height:260px; }
}
/* Guides Section Enhancements */
.py-5-nav {
  padding-top: 180px;
  padding-bottom: 40px;
}

.customer-dashboard-page > .py-5-nav {
  padding-bottom: 20px;
}

.section-title h1 {
  font-size: 3.5rem;
  font-weight: 900;
  color: rgb(255, 0, 17);
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .py-5-nav {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .customer-dashboard-page > .py-5-nav {
    padding-bottom: 15px;
  }

  .section-title h1 {
    font-size: 2.2rem;
  }
}

/* Cart item hover glow (premium red accent) */
.cart-item-bg {
  transition: transform .18s ease, box-shadow .22s ease, border-color .18s ease, background-color .18s ease;
}
.cart-item-bg:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(255,0,17,0.14), inset 0 6px 30px rgba(255,0,17,0.03);
  border-color: rgba(255,0,17,0.28) !important;
  background: linear-gradient(180deg, rgba(255,0,17,0.02), rgba(0,0,0,0.06));
}
.cart-item-bg:hover .cart-product-image {
  filter: saturate(1.06) contrast(1.02) brightness(1.02);
}
@media (prefers-reduced-motion: reduce) {
  .cart-item-bg, .cart-item-bg:hover { transition: none; transform: none; box-shadow: none; }
}
