:root {
  /* Luxury Dark Fintech & Executive Neon Theme */
  --bg-body: #0c0e14;
  --bg-surface: #12151f;
  --bg-surface-elevated: #181b26;
  --bg-surface-hover: #1f2332;
  --bg-card: #161922;
  --bg-glass: rgba(14, 17, 26, 0.88);
  --bg-card-glass: rgba(22, 25, 36, 0.75);

  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-medium: rgba(255, 255, 255, 0.12);
  --border-focus: #00c2ff;
  --border-glow: rgba(0, 194, 255, 0.45);

  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-tertiary: #64748b;

  --accent-cyan: #00c2ff;
  --accent-cyan-light: #38d6ff;
  --accent-cyan-dark: #0088ff;
  --accent-blue: #0070f3;
  --accent-emerald: #10b981;
  --accent-amber: #f59e0b;
  --accent-red: #ef4444;
  --accent-purple: #a855f7;
  --accent-magenta: #ec4899;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Outfit', 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.75);
  --shadow-cyan-glow: 0 8px 30px rgba(0, 194, 255, 0.3);
}

.is-hidden,
div.is-hidden,
button.is-hidden,
a.is-hidden,
span.is-hidden {
  display: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-body);
  background-image: 
    radial-gradient(circle at 80% 15%, rgba(0, 194, 255, 0.07) 0%, transparent 55%),
    radial-gradient(circle at 15% 35%, rgba(0, 112, 243, 0.05) 0%, transparent 45%),
    radial-gradient(circle at 50% 85%, rgba(0, 194, 255, 0.04) 0%, transparent 60%);
  color: var(--text-primary);
  font-family: var(--font-sans);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

.floating {
  animation: float 4s ease-in-out infinite;
}

/* INTERACTIVE BACKGROUND CANVAS */
.bg-interactive-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

/* ======================================================== */
/* 1. SITE HEADER & NAVIGATION (ENEBA STYLE - DARK GLASS)   */
/* ======================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 11, 20, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5) !important;
}

.header-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 2rem;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.header-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: transparent !important;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.brand-logo-img {
  height: 44px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
  transition: height 0.2s ease;
}

.header-login-txt-full {
  display: inline;
}

.header-login-txt-short {
  display: none;
}

/* Global Strict Horizontal Single-Line Buttons Rule */
button, 
a.btn, 
a.nav-link, 
a.sub-nav-link, 
.btn-header-login, 
.btn-header-register, 
.btn-recharge-compact, 
.persona-btn, 
.stream-action-btn, 
.btn-primary-block, 
.btn-whatsapp-cta, 
.nav-portal-tab, 
.fast-cat-pill, 
.btn-eneba-cta, 
.btn-action-sm,
.sub-nav-link,
.cat-dropdown-trigger,
.lang-currency-pill,
.header-currency-select,
.newsletter-submit-btn,
.admin-nav-tab-btn,
.payment-tab-btn {
  white-space: nowrap !important;
  word-break: keep-all !important;
  text-wrap: nowrap !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Minimalist Expandable Search Lupa */
.header-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.btn-search-lupa-toggle {
  background: rgba(13, 23, 51, 0.7);
  border: 1px solid var(--border-medium);
  color: var(--accent-cyan);
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-search-lupa-toggle:hover {
  background: rgba(0, 194, 255, 0.15);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.35);
  transform: scale(1.05);
}

.header-search-box-expandable {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right center;
  width: 360px;
  max-width: 80vw;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(5, 10, 25, 0.96);
  border: 1px solid var(--accent-cyan);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 194, 255, 0.25);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 120;
}

.header-search-box-expandable.expanded {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

.header-search-icon-inside {
  color: var(--accent-cyan);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.header-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.86rem;
  font-family: var(--font-sans);
}

.header-search-input::placeholder {
  color: var(--text-tertiary);
}

.btn-search-close-sm {
  background: transparent;
  border: none;
  color: var(--text-tertiary);
  font-size: 0.8rem;
  cursor: pointer;
  padding: 2px 6px;
  transition: color 0.15s ease;
}

.btn-search-close-sm:hover {
  color: #ffffff;
}

.search-dropdown-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: 360px;
  max-width: 85vw;
  background: rgba(7, 13, 30, 0.98);
  border: 1px solid var(--border-medium);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(20px);
  overflow: hidden;
  z-index: 130;
}

/* ======================================================= */
/* 3. STICKY LATERAL OFFER TAG (RIGHT WALL VERTICAL DOCK)  */
/* ======================================================= */
.sticky-lateral-monetize-tag,
#sticky-monetize-pill {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 900 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg, rgba(44, 32, 6, 0.98) 0%, rgba(26, 19, 3, 0.98) 50%, rgba(14, 10, 2, 0.99) 100%) !important;
  border: 1.5px solid #d4af37 !important;
  border-right: none !important;
  border-radius: 14px 0 0 14px !important;
  padding: 14px 8px 18px 8px !important;
  box-shadow: -5px 0 24px rgba(0, 0, 0, 0.85), -2px 0 14px rgba(212, 175, 55, 0.4), inset 0 1px 1px rgba(255, 223, 128, 0.3) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  cursor: pointer !important;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, opacity 0.2s ease, visibility 0.2s ease !important;
  user-select: none !important;
  animation: lateralPeriodicBounce 5s infinite ease-in-out !important;
}

.sticky-lateral-monetize-tag:hover,
#sticky-monetize-pill:hover {
  background: linear-gradient(180deg, rgba(60, 44, 9, 0.98) 0%, rgba(38, 27, 4, 0.99) 50%, rgba(20, 14, 2, 1)) !important;
  border-color: #ffd700 !important;
  box-shadow: -7px 0 32px rgba(0, 0, 0, 0.95), -3px 0 20px rgba(255, 215, 0, 0.65), inset 0 1px 2px rgba(255, 255, 255, 0.45) !important;
  transform: translateY(-50%) translateX(-6px) !important;
  animation-play-state: paused !important;
}

/* Hide or tuck behind when any modal/popup is open */
body.modal-open .sticky-lateral-monetize-tag,
body.modal-open #sticky-monetize-pill,
.modal-overlay.active ~ #sticky-monetize-pill {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transform: translateY(-50%) translateX(100%) !important;
}

.lateral-tag-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.lateral-tag-coin {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 30%, #fffbe0 0%, #ffd700 35%, #cca01d 70%, #6e4b09 100%) !important;
  border: 1.5px solid #fff2a8 !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65), inset 0 1.5px 2px rgba(255, 255, 255, 0.9), inset 0 -1.5px 2px rgba(77, 51, 5, 0.8), 0 0 10px rgba(255, 215, 0, 0.4) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.coin-symbol {
  font-family: var(--font-heading) !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  color: #3d2b02 !important;
  line-height: 1 !important;
  transform: rotate(90deg) !important;
  display: inline-block !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.lateral-tag-text {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;
  font-family: var(--font-heading) !important;
  font-size: 0.84rem !important;
  font-weight: 900 !important;
  color: #fbbf24 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  margin-top: 8px !important;
  margin-bottom: 6px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
  transition: color 0.2s ease !important;
}

.sticky-lateral-monetize-tag:hover .lateral-tag-text,
#sticky-monetize-pill:hover .lateral-tag-text {
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.6) !important;
}

/* Periodic Bounce Animation: runs every 5 seconds */
@keyframes lateralPeriodicBounce {
  0%, 78%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  82% {
    transform: translateY(-50%) translateX(-8px) scale(1.03);
  }
  86% {
    transform: translateY(-50%) translateX(-2px) scale(0.99);
  }
  90% {
    transform: translateY(-50%) translateX(-6px) scale(1.02);
  }
  94% {
    transform: translateY(-50%) translateX(-1px) scale(1.0);
  }
}

@media (max-width: 768px) {
  /* Compact WhatsApp Floating button on Mobile */
  .floating-support-btn {
    bottom: 18px !important;
    left: 18px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    justify-content: center !important;
  }
  .support-btn-label {
    display: none !important;
  }
}

/* Header Right Actions */
.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Minimalist Currency / Country Selector Pill */
.minimal-currency-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(13, 23, 51, 0.8);
  border: 1px solid var(--border-medium);
  padding: 5px 10px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.minimal-currency-pill:hover {
  border-color: var(--accent-cyan);
  background: rgba(18, 35, 75, 0.95);
  box-shadow: 0 0 10px rgba(0, 194, 255, 0.25);
}

.currency-flag {
  font-size: 1rem;
  line-height: 1;
}

.header-country-select-styled {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  cursor: pointer;
}

.header-country-select-styled option {
  background: #070d1e;
  color: #ffffff;
}

.header-icon-action {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.header-icon-action:hover {
  background: rgba(0, 194, 255, 0.12);
  border-color: var(--border-medium);
  color: #ffffff;
}

.header-cart-btn {
  position: relative;
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--accent-cyan);
  color: #040c1e;
  font-size: 0.65rem;
  font-weight: 800;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.header-auth-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-header-login-modern {
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid var(--border-medium);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-header-login-modern:hover {
  background: var(--accent-cyan);
  color: #040c1e;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.35);
}

.header-user-group {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 38px;
  max-height: 38px;
}

.is-hidden {
  display: none !important;
}

.btn-balance-display-pill {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(0, 194, 255, 0.08));
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #ffffff;
  padding: 0 12px !important;
  border-radius: var(--radius-full) !important;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 34px !important;
  max-height: 34px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease;
}

.btn-balance-display-pill:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25), rgba(0, 194, 255, 0.15));
  border-color: var(--accent-emerald);
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.35);
  transform: translateY(-1px);
}

.wallet-icon-svg {
  color: #34d399;
  flex-shrink: 0;
}

#nav-user-balance-amount {
  font-family: var(--font-mono);
  font-weight: 800;
  color: #34d399;
}

.balance-add-badge {
  background: var(--accent-emerald);
  color: #040c1e;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* User Profile Dropdown (Netflix / Disney Style) */
.user-profile-wrapper {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  height: 38px !important;
  max-height: 38px !important;
}

.user-profile-btn {
  background: rgba(13, 23, 51, 0.85);
  border: 1px solid var(--border-medium);
  padding: 2px 10px 2px 4px !important;
  border-radius: var(--radius-full) !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  height: 34px !important;
  max-height: 34px !important;
  box-sizing: border-box !important;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #ffffff;
  flex-shrink: 0 !important;
}

.user-profile-btn:hover {
  background: rgba(20, 36, 78, 0.95);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.25);
}

.user-avatar-badge {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #00c2ff, #7928ca);
  display: grid;
  place-items: center;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.header-avatar-img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  display: block !important;
}

.user-name-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-chevron {
  color: var(--text-tertiary);
  transition: transform 0.2s ease;
}

.user-profile-wrapper.open .profile-chevron {
  transform: rotate(180deg);
}

.user-profile-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 260px;
  background: rgba(7, 13, 30, 0.96);
  border: 1px solid var(--border-medium);
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 194, 255, 0.15);
  backdrop-filter: blur(16px);
  padding: 12px;
  z-index: 100;
  animation: fadeInDown 0.18s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.dropdown-user-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 6px 8px 6px;
}

.dropdown-user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c2ff, #7928ca);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.dropdown-user-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dropdown-user-info strong {
  font-size: 0.88rem;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-user-info span {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-role-badge {
  font-size: 0.65rem !important;
  font-weight: 800;
  color: var(--accent-cyan) !important;
  margin-top: 2px;
}

.dropdown-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 6px 0;
}

.dropdown-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.15s ease;
}

.dropdown-menu-item:hover {
  background: rgba(0, 194, 255, 0.1);
  color: #ffffff;
}

.dropdown-menu-item svg {
  color: var(--accent-cyan);
  flex-shrink: 0;
}

.dropdown-footer {
  padding-top: 4px;
}

.dropdown-logout-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: transparent;
  border: none;
  color: var(--accent-red);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.dropdown-logout-btn:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ffffff;
}

/* Secondary Sub-Navbar (Categories Strip) */
.header-sub-nav {
  background: rgba(14, 17, 26, 0.75);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0.5rem 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sub-nav-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.sub-nav-links {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.sub-nav-links::-webkit-scrollbar {
  display: none !important;
}

.sub-nav-item {
  display: inline-flex !important;
  align-items: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sub-nav-link {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 4px 12px !important;
  border-radius: 9999px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.sub-nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.2) !important;
}

.cat-dropdown-trigger {
  color: #ffffff !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.15), rgba(0, 112, 243, 0.2)) !important;
  border: 1px solid rgba(0, 194, 255, 0.3) !important;
  padding: 5px 14px !important;
  border-radius: 9999px !important;
}

.cat-dropdown-trigger:hover {
  background: linear-gradient(135deg, #00c2ff, #0070f3) !important;
  color: #040c1e !important;
}

.sub-nav-seller-pill {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(0, 194, 255, 0.15));
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #38d6ff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.sub-nav-seller-pill:hover {
  border-color: #10b981;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(0, 194, 255, 0.3));
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.3);
}

/* ======================================================== */
/* 2. ENEBA EXPANDING HERO ACCORDION (COMPACT & PURE ART)   */
/* ======================================================== */
.eneba-hero-section {
  max-width: 1460px;
  margin: 0.85rem auto 1.5rem auto;
  padding: 0 1.25rem;
  position: relative;
}

.eneba-hero-carousel {
  position: relative;
  width: 100%;
}

.eneba-accordion-wrapper {
  display: flex;
  flex-direction: row !important;
  gap: 0px !important;
  height: clamp(270px, 20vw, 340px);
  width: 100%;
  overflow: hidden;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 194, 255, 0.08);
  background: #050b18;
  position: relative;
}

.eneba-slide {
  position: relative;
  flex: 1.15;
  min-width: 60px;
  border-radius: 0px !important;
  overflow: hidden;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  transition: flex 0.45s cubic-bezier(0.2, 1, 0.3, 1);
  background: #050b18;
}

.eneba-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
  opacity: 0.55;
  transition: opacity 0.35s ease;
}

.eneba-slide:hover::after {
  opacity: 0.2;
}

.eneba-slide.active::after {
  opacity: 0;
}

.eneba-slide:hover {
  filter: brightness(1.08);
}

.eneba-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.eneba-slide .horizontal-bg {
  opacity: 0;
  background-position: center center;
}

.eneba-slide .vertical-bg {
  opacity: 1;
  background-position: center 20%;
  background-size: cover;
}

/* ACTIVE STATE (Wide Horizontal Pure Artwork Banner - Flush Seamless) */
.eneba-slide.active {
  flex: 4.8;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
}

.eneba-slide.active .horizontal-bg {
  opacity: 1;
  transform: scale(1.0);
}

.eneba-slide.active .vertical-bg {
  opacity: 0;
}

/* Arrow Navigation Buttons Hidden per User Request */
.eneba-arrow-btn {
  display: none !important;
}

.eneba-pagination-dots {
  display: none !important;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.25s ease;
}

.hero-dot.active {
  width: 20px;
  border-radius: 9999px;
  background: var(--accent-cyan);
  box-shadow: 0 0 8px var(--accent-cyan);
}

/* ======================================================== */
/* 3. CATALOG SECTIONS & SINGLE-ROW SCROLLABLE CAROUSELS    */
/* ======================================================== */
.catalog-section {
  max-width: 1460px;
  margin: 0 auto 2.5rem auto;
  padding: 0 1.25rem;
}

.catalog-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.5rem;
}

.catalog-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-icon-circle {
  width: 34px;
  height: 34px;
  border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.sec-icon-cyan {
  background: rgba(0, 194, 255, 0.12) !important;
  color: #00c2ff !important;
  border: 1px solid rgba(0, 194, 255, 0.3) !important;
  box-shadow: 0 4px 14px rgba(0, 194, 255, 0.15) !important;
}

.sec-icon-blue {
  background: rgba(59, 130, 246, 0.12) !important;
  color: #3b82f6 !important;
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.15) !important;
}

.sec-icon-red {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #ef4444 !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.15) !important;
}

.sec-icon-purple {
  background: rgba(168, 85, 247, 0.12) !important;
  color: #a855f7 !important;
  border: 1px solid rgba(168, 85, 247, 0.3) !important;
  box-shadow: 0 4px 14px rgba(168, 85, 247, 0.15) !important;
}

.catalog-section-title h2 {
  font-family: var(--font-heading);
  font-size: clamp(0.92rem, 3.8vw, 1.25rem);
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap !important;
}


.catalog-header-actions {
  display: flex;
  gap: 6px;
}

.btn-scroll-nav {
  width: 30px;
  height: 30px;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50% !important;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-scroll-nav:hover {
  background: var(--accent-cyan);
  color: #040c1e;
  border-color: var(--accent-cyan);
}

/* Single-Row Horizontal Scroll Container */
.catalog-scroll-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 16px 4px;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  min-height: 155px;
  transition: opacity 0.2s ease;
}

#streaming-services-grid { min-height: 155px; }
#digital-games-grid { min-height: 295px; padding-top: 14px; padding-bottom: 18px; }
#retail-giftcards-grid { min-height: 260px; }
#smm-services-grid { min-height: 200px; }

.catalog-scroll-row::-webkit-scrollbar {
  display: none;
}

/* ======================================================== */
/* 4. STREAMING MEMBERSHIPS: SQUARE THUMBNAILS (HOME)       */
/* ======================================================== */
#streaming-services-grid.catalog-scroll-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 8px 4px 16px 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  align-items: center;
}
#streaming-services-grid.catalog-scroll-row::-webkit-scrollbar {
  display: none;
}

/* ======================================================== */
/* SLEEK SKELETON SHIMMER LOADERS (ZERO-FLICKER PLACEHOLDERS)*/
/* ======================================================== */
@keyframes gbSkeletonPulse {
  0% {
    background-color: rgba(255, 255, 255, 0.03);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.08);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.03);
  }
}

.stream-skeleton-card {
  flex: 0 0 116px;
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.stream-skeleton-box {
  width: 116px;
  height: 116px;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
}
.stream-skeleton-text {
  width: 70px;
  height: 12px;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.04);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
}

.game-skeleton-card {
  flex: 0 0 200px;
  width: 200px;
  height: 330px;
  border-radius: 16px !important;
  background: rgba(14, 18, 30, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.game-skeleton-cover {
  width: 100%;
  height: 220px;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.04);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
}
.game-skeleton-title {
  width: 80%;
  height: 14px;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.04);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
}
.game-skeleton-price {
  width: 50%;
  height: 12px;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.04);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
}

.giftcard-skeleton-card {
  flex: 0 0 215px;
  width: 215px;
  min-width: 215px;
  height: 300px;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: gbSkeletonPulse 1.6s ease-in-out infinite;
  flex-shrink: 0;
}

/* STREAMING THUMBNAIL CARDS & TITLES BELOW */
.stream-thumb-wrapper {
  flex: 0 0 116px;
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0 !important;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.stream-thumb-card {
  width: 116px;
  height: 116px;
  border-radius: 18px !important;
  background: rgba(9, 13, 24, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.28s ease, box-shadow 0.45s ease;
}

.stream-thumb-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.05) 45%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  mix-blend-mode: overlay;
  z-index: 5;
}

.stream-thumb-wrapper:hover .stream-thumb-card::after {
  opacity: 1;
}

.stream-thumb-wrapper:hover .stream-thumb-card {
  border-color: rgba(0, 194, 255, 0.6);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 194, 255, 0.35);
}

.stream-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px !important;
  transition: transform 0.3s ease;
}

.stream-thumb-wrapper:hover .stream-thumb-img {
  transform: scale(1.05);
}

/* OUTSIDE & BELOW TITLE (Clean centered title under thumbnail) */
.stream-thumb-title-below {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: #cbd5e1;
  text-align: center;
  white-space: nowrap;
  max-width: 116px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.stream-thumb-wrapper:hover .stream-thumb-title-below {
  color: var(--accent-cyan);
}

/* OUT OF STOCK STATE (SEMI-APAGADO & BADGE) */
.stream-thumb-wrapper.out-of-stock .stream-thumb-card {
  opacity: 0.42;
  filter: grayscale(45%);
}

.stream-thumb-wrapper.out-of-stock:hover .stream-thumb-card {
  opacity: 0.72;
  filter: grayscale(20%);
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6), 0 0 12px rgba(239, 68, 68, 0.3);
}

.stream-thumb-badge-stock {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(220, 38, 38, 0.92);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.54rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 4px !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.6);
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* RESPONSIVE MOBILE: 2 ROWS x 3 COLUMNS AUTO-FLOW */
@media (max-width: 768px) {
  #streaming-services-grid.catalog-scroll-row {
    display: grid !important;
    grid-template-rows: repeat(2, 114px) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc((100% - 20px) / 3) !important;
    gap: 10px !important;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .stream-thumb-wrapper {
    flex: unset !important;
    width: 100% !important;
    scroll-snap-align: start;
  }
  .stream-thumb-card {
    width: 100% !important;
    height: 84px !important;
    border-radius: 14px !important;
  }
  .stream-thumb-img {
    border-radius: 13px !important;
  }
  .stream-thumb-title-below {
    font-size: 0.70rem;
    max-width: 100%;
  }
}

/* Wide Cards Legacy Fallback */
.stream-card-wide {
  flex: 0 0 325px;
  width: 325px;
  height: 155px;
  background: linear-gradient(145deg, #131622 0%, #191c2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px !important;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  cursor: pointer;
  flex-shrink: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
  transform-origin: center center;
  z-index: 1;
}

.stream-card-wide:hover {
  background: linear-gradient(145deg, #181c2c 0%, #1f2336 100%);
  border-color: rgba(0, 194, 255, 0.6);
  transform: translateY(-4px) scale(1.025);
  z-index: 10;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 194, 255, 0.25);
}

.stream-card-visual {
  width: 110px;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border-radius: 18px 0 0 18px !important;
}

.stream-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 14, 20, 0.1) 0%, rgba(12, 14, 20, 0.85) 100%);
}

.stream-brand-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 6px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.stream-card-content {
  flex: 1;
  padding: 0.85rem 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.stream-card-header {
  overflow: hidden;
}

.stream-card-title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}

.stream-card-plan {
  font-size: 0.74rem;
  color: var(--text-tertiary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.stream-card-pricing {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.stream-price-tag-label {
  font-size: 0.65rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
  font-weight: 700;
}

.stream-price-tag-val {
  font-family: var(--font-mono);
  font-size: 1.05rem;
  font-weight: 800;
  color: #38bdf8;
  letter-spacing: -0.02em;
}

.stream-card-slots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.stream-slots-icons {
  display: flex;
  gap: 3px;
  align-items: center;
}

/* CORRECTED SILHOUETTES: LIBRE = PRENDIDO / OCUPADO = APAGADO */
.slot-sil-icon.slot-available {
  color: #10b981 !important;
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.85)) !important;
  opacity: 1 !important;
}

.slot-sil-icon.slot-occupied {
  color: rgba(255, 255, 255, 0.22) !important;
  opacity: 0.4 !important;
  filter: none !important;
}

.stream-slots-text {
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

.btn-stream-cta-modern {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.12), rgba(0, 112, 243, 0.2));
  border: 1px solid rgba(0, 194, 255, 0.35);
  color: #38bdf8;
  padding: 6px 10px;
  border-radius: 8px !important;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.stream-card-wide:hover .btn-stream-cta-modern {
  background: linear-gradient(135deg, #00c2ff, #0088ff);
  color: #040c1e;
  border-color: #00c2ff;
  box-shadow: 0 4px 14px rgba(0, 194, 255, 0.4);
}

/* ======================================================== */
/* 5. DIGITAL GAMES (3D CASE ART & 20% ZOOM PHYSICS)       */
/* ======================================================== */
.game-card {
  flex: 0 0 165px;
  width: 165px;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 0px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  flex-shrink: 0 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
  transform-origin: center center;
  z-index: 1;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  will-change: transform, box-shadow;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.45s ease, border-color 0.28s ease;
}

.game-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.04) 50%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  mix-blend-mode: overlay;
  z-index: 6;
}

.game-card:hover::after {
  opacity: 1;
}

.game-card:hover {
  border-color: rgba(59, 130, 246, 0.7);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.8), 0 0 20px rgba(59, 130, 246, 0.3);
  z-index: 10;
}

.game-cover-container {
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
  background: #000000;
  border-radius: 0px !important;
}

.game-spine-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, transparent 100%);
  z-index: 2;
}

.game-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px !important;
  transition: transform 0.28s ease;
}

.game-card:hover .game-cover-img {
  transform: scale(1.02);
}

.game-card-body {
  padding: 0.65rem 0.55rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  border-radius: 0px !important;
}

.game-title {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
  margin-bottom: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-price-tag-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.game-price-tag-val {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--accent-emerald);
  font-family: var(--font-mono);
}

/* JUEGOS DIGITALES: INLINE PRICE ROWS */
.game-prices-inline-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.game-price-inline-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 4px !important;
  width: 100% !important;
  white-space: nowrap !important;
}

.game-price-inline-label {
  font-size: 0.68rem;
  font-weight: 500;
  color: #94a3b8;
  white-space: nowrap !important;
  letter-spacing: -0.2px;
}

.game-price-inline-val {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  white-space: nowrap !important;
  letter-spacing: -0.3px;
}

.game-price-inline-val.primary-val {
  color: #f8fafc !important;
}

.game-price-inline-val.secondary-val {
  color: #38bdf8 !important;
}

/* ======================================================== */
/* DIGITAL GAMES: STADIUM WAVE DROP & REBOUND ANIMATION     */
/* ======================================================== */
.game-card.wave-falling-out {
  transform: translateY(35px) scale(0.94) !important;
  opacity: 0 !important;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease !important;
  pointer-events: none;
}

.game-card.wave-ready-top {
  transform: translateY(-55px) scale(1.02) !important;
  opacity: 0 !important;
  transition: none !important;
  pointer-events: none;
}

.game-card.wave-dropping-in {
  animation: gameCardDropBounce 0.58s cubic-bezier(0.22, 1, 0.36, 1) forwards !important;
  pointer-events: none;
}

@keyframes gameCardDropBounce {
  0% {
    transform: translateY(-55px) scale(1.03);
    opacity: 0;
  }
  42% {
    transform: translateY(0px) scale(1.0, 0.95);
    opacity: 1;
  }
  64% {
    transform: translateY(-12px) scale(1.0, 1.02);
    opacity: 1;
  }
  82% {
    transform: translateY(0px) scale(1.0, 0.98);
    opacity: 1;
  }
  92% {
    transform: translateY(-3px) scale(1.0, 1.01);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

/* ======================================================== */
/* 6. CLEAN TRANSPARENT PNG GIFT CARDS (AUDIO 3)            */
/* ======================================================== */
/* RETAIL HANG-TAB GIFT CARDS WITH 3D TILT EFFECT */
.giftcard-clean-png-card {
  width: 215px;
  min-width: 215px;
  height: 300px;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0 !important;
  padding: 10px 6px;
  position: relative;
  user-select: none;
  perspective: 1200px;
  transform-style: preserve-3d;
  will-change: transform;
}

.giftcard-clean-png-card::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.06) 45%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  mix-blend-mode: overlay;
  z-index: 5;
}

.giftcard-clean-png-card:hover::after {
  opacity: 1;
}

.giftcard-clean-png-img {
  width: 100%;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.65));
  transform-style: preserve-3d;
  will-change: transform, filter;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), filter 0.45s ease;
}

/* Modal Gift Card Variations */
.gc-variations-tabs-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 1.1rem;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.gc-variations-tabs-bar::-webkit-scrollbar {
  display: none;
}

.gc-variation-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gc-variation-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}

.gc-variation-tab-btn.active {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.16), rgba(0, 112, 243, 0.12));
  border-color: var(--accent-cyan);
  color: #ffffff;
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.25);
}

.gc-variation-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 86px;
}

.gc-variation-card:hover {
  background: rgba(0, 194, 255, 0.06);
  border-color: rgba(0, 194, 255, 0.4);
  transform: translateY(-2px);
}

.gc-variation-card.selected {
  background: rgba(0, 194, 255, 0.14);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 16px rgba(0, 194, 255, 0.3);
}

.gc-var-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.gc-var-denom {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

.gc-var-badge {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.gc-var-badge.balance {
  background: rgba(16, 185, 129, 0.15);
  color: var(--accent-emerald);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.gc-var-badge.membership {
  background: rgba(0, 194, 255, 0.15);
  color: var(--accent-cyan);
  border: 1px solid rgba(0, 194, 255, 0.3);
}

.gc-var-pricing-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gc-var-price-gs {
  font-family: var(--font-mono);
  font-size: 1.02rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap !important;
  line-height: 1.2;
}

.gc-var-price-usd {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-cyan);
  white-space: nowrap !important;
  line-height: 1.2;
}

.giftcard-v-logo-brand {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
  margin: auto 0;
}

.giftcard-v-denom {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  text-align: center;
}

.giftcard-v-gloss {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.14) 0%, transparent 75%);
  pointer-events: none;
}

.giftcard-v-body {
  padding: 0.65rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: var(--bg-surface);
  border-radius: 0 0 12px 12px !important;
}

.giftcard-v-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.giftcard-v-pricing {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.giftcard-v-label {
  font-size: 0.62rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
}

.giftcard-v-val {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--accent-cyan-light);
}

/* ======================================================== */
/* 7. SMM & REDES SOCIALES (PLATFORM CARDS & 2-COL MODAL)   */
/* ======================================================== */
.smm-platform-card {
  flex: 0 0 280px;
  width: 280px;
  min-height: 200px;
  background: rgba(14, 19, 32, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px !important;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  flex-shrink: 0 !important;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.08);
  user-select: none;
}

.smm-platform-card:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.75), 0 0 24px rgba(168, 85, 247, 0.18);
}

/* UNIFIED TOP BANNER WITH ICON AND BRAND SIDE-BY-SIDE ON THE LEFT */
.smm-platform-banner-wrap {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

.smm-banner-brand-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  z-index: 2;
}

.smm-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.smm-banner-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

/* CARD BODY */
.smm-platform-card-body {
  padding: 14px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.smm-platform-heading {
  font-family: var(--font-heading);
  font-size: 0.96rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}

/* 2x2 BENEFITS GRID */
.smm-platform-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 6px 10px;
  margin: 6px 0 8px 0;
}

.smm-benefit-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #cbd5e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.smm-benefit-item svg {
  flex-shrink: 0;
  color: #10b981;
}

/* FOOTER ROW WITH SUBTLE EXPLORAR BUTTON AT BOTTOM RIGHT */
.smm-platform-footer-row {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
}

.btn-smm-explore {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.smm-platform-card:hover .btn-smm-explore {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  transform: translateX(2px);
}

.smm-badge-coming-soon {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-tertiary);
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 8px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.smm-platform-card.is-coming-soon {
  opacity: 0.85;
  cursor: default !important;
}

.smm-platform-card.is-coming-soon:hover {
  transform: none !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

/* ======================================================== */
/* SMM 2-COLUMN MODAL STYLES (CATEGORY TABS + PACKAGES MATRIX) */
/* ======================================================== */
.smm-platform-modal-content {
  max-width: 860px;
  width: 95%;
  padding: 1.5rem !important;
  border-radius: 20px !important;
  background: rgba(10, 14, 26, 0.98);
  border: 1.5px solid rgba(0, 194, 255, 0.35);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 35px rgba(0, 194, 255, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.smm-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.25rem;
}

.smm-modal-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.smm-modal-brand-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.3);
  display: grid;
  place-items: center;
  color: var(--accent-cyan);
  flex-shrink: 0;
}

.smm-modal-body-grid {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 20px;
  min-height: 450px;
}

.smm-categories-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 245px;
  min-width: 245px;
}

.smm-sidebar-heading {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-tertiary);
  margin-bottom: 4px;
}

.smm-category-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.smm-category-tab-btn,
.smm-cat-tab-btn {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #94a3b8 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  cursor: pointer !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  min-height: 44px !important;
}

.smm-category-tab-btn:hover,
.smm-cat-tab-btn:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.smm-category-tab-btn.active,
.smm-cat-tab-btn.active {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.18), rgba(0, 112, 243, 0.12)) !important;
  border-color: var(--accent-cyan) !important;
  color: #ffffff !important;
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.25) !important;
}

.smm-packages-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.smm-service-info-card {
  background: rgba(5, 8, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
}

.smm-quality-badge {
  font-size: 0.68rem;
  font-weight: 800;
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 2px 8px;
  border-radius: 6px;
}

.smm-quantity-tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}

.smm-quantity-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.smm-quantity-tile:hover {
  border-color: rgba(0, 194, 255, 0.4);
  background: rgba(0, 194, 255, 0.06);
  transform: translateY(-2px);
}

.smm-quantity-tile.selected {
  border-color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.15);
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.3);
}

.smm-tile-amount {
  font-size: 0.95rem;
  font-weight: 900;
  color: #ffffff;
}

.smm-tile-price {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent-cyan);
}

.smm-order-summary-box {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.1), rgba(16, 185, 129, 0.06));
  border: 1px solid rgba(0, 194, 255, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 10px;
}

.smm-modal-actions {
  margin-top: 12px;
}

.btn-smm-confirm-order {
  width: 100%;
  background: linear-gradient(135deg, #00c2ff 0%, #0070f3 100%);
  color: #040c1e;
  font-weight: 900;
  font-size: 0.92rem;
  padding: 12px;
  border-radius: 10px !important;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 194, 255, 0.4);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-smm-confirm-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 194, 255, 0.6);
  color: #000000;
}

@media (max-width: 768px) {
  .smm-modal-body-grid {
    grid-template-columns: 1fr;
  }
  .smm-categories-sidebar {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-right: 0;
    padding-bottom: 12px;
  }
  .smm-category-tabs-list {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .smm-category-tab-btn {
    white-space: nowrap;
    width: auto;
    flex-shrink: 0;
  }
}

/* ======================================================== */
/* 8. DUAL CALLOUT SECTION (SELLER ESCROW + WHATSAPP BANNER)*/
/* ======================================================== */
.dual-callout-section {
  max-width: 1460px;
  margin: 1.5rem auto 2.5rem auto;
  padding: 0 1.25rem;
}

.dual-callout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .dual-callout-grid {
    grid-template-columns: 1fr;
  }
}

/* Compact Seller Escrow Card */
.seller-compact-card {
  background: linear-gradient(135deg, #071026 0%, #0d1b40 100%);
  border: 1px solid var(--border-glow);
  border-radius: 18px !important;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.seller-compact-top {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.badge-escrow-subtle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 2px 8px;
  border-radius: 9999px;
  width: fit-content;
  text-transform: uppercase;
}

.seller-compact-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.seller-compact-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin: 0;
}

.seller-compact-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-cyan-light);
}

.btn-seller-compact-cta {
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-cyan-dark));
  color: #040c1e;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 194, 255, 0.35);
}

.btn-seller-compact-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 194, 255, 0.5);
}

/* Compact WhatsApp Community Card (Half Width) */
.community-compact-card {
  position: relative;
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background: #020713;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.community-card-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.community-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.community-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 19, 0.5) 0%, rgba(2, 7, 19, 0.92) 100%);
}

.community-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.community-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #25D366;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.community-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 4px;
}

.community-card-desc {
  font-size: 0.8rem;
  color: var(--text-secondary);
  line-height: 1.35;
  margin: 0 0 10px 0;
}

.btn-whatsapp-compact-cta {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 9999px !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
  transition: all 0.2s ease;
}

.btn-whatsapp-compact-cta:hover {
  background: linear-gradient(135deg, #2bf074, #15a090);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.6);
}

/* ======================================================== */
/* TRUST PILLARS ROW (4 PILLARS WITH ROUNDED CORNERS)      */
/* ======================================================== */
.trust-pillars-row {
  max-width: 1460px;
  margin: 1.5rem auto 3rem auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .trust-pillars-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .trust-pillars-row {
    grid-template-columns: 1fr;
  }
}

.trust-pillar-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 16px !important;
  padding: 1.25rem 1.15rem;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.trust-pillar-item:hover {
  background: var(--bg-surface-elevated);
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 194, 255, 0.15);
}

.pillar-icon-box {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  display: grid;
  place-items: center;
  color: var(--accent-cyan);
  flex-shrink: 0;
}

.pillar-text-box h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

.pillar-text-box p {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* Avatar Choice Buttons in Profile Modal */
.avatar-selection-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-avatar-choice {
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  background: var(--bg-surface);
  border: 2px solid var(--border-medium);
  font-size: 1.25rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-avatar-choice:hover,
.btn-avatar-choice.selected {
  border-color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.15);
  transform: scale(1.08);
}

/* ======================================================== */
/* 9. NEWSLETTER BANNER (GAMESBOY STYLE)                   */
/* ======================================================== */
.newsletter-brand-banner {
  max-width: 1460px;
  margin: 3.5rem auto 2.5rem auto;
  padding: 0 1.5rem;
  position: relative;
}

.newsletter-glow-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 50%, rgba(0, 194, 255, 0.15) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}

.newsletter-content {
  background: linear-gradient(135deg, #07122c, #0b1a3d);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.newsletter-text-col {
  flex: 1;
  max-width: 580px;
}

.newsletter-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.newsletter-title span {
  color: var(--accent-cyan);
}

.newsletter-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  align-items: center;
  background: rgba(3, 7, 18, 0.85);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  padding: 4px 6px 4px 18px;
  max-width: 420px;
}

.newsletter-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.9rem;
}

.newsletter-submit-btn {
  background: var(--accent-cyan);
  color: #040c1e;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.15s ease;
}

.newsletter-submit-btn:hover {
  background: var(--accent-cyan-light);
  transform: scale(1.05);
}

.newsletter-visual-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsletter-mascot-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 194, 255, 0.4));
}

.newsletter-tagline-box {
  display: flex;
  flex-direction: column;
}

.tagline-small {
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tagline-bold {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--accent-cyan);
}

/* ======================================================== */
/* 10. WHATSAPP COMMUNITY SECTION                          */
/* ======================================================== */
.whatsapp-community-section {
  position: relative;
  max-width: 1460px;
  margin: 2rem auto 3.5rem auto;
  padding: 0 1.5rem;
  width: 100%;
}

.whatsapp-card-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.whatsapp-glow-backdrop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 85%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.22) 0%, rgba(37, 211, 102, 0.12) 40%, transparent 70%);
  filter: blur(55px);
  pointer-events: none;
  z-index: 0;
}

.whatsapp-banner-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, rgba(10, 20, 44, 0.95), rgba(7, 14, 32, 0.98));
  border: 1px solid rgba(0, 194, 255, 0.35);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(0, 194, 255, 0.18);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.whatsapp-banner-card:hover {
  border-color: rgba(0, 194, 255, 0.65);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.8), 0 0 50px rgba(0, 194, 255, 0.3);
  transform: translateY(-3px);
}

.whatsapp-banner-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: #020612;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.whatsapp-banner-img-link:hover .whatsapp-banner-img {
  transform: scale(1.015);
}

.whatsapp-banner-overlay-badge {
  position: absolute;
  top: 16px;
  right: 18px;
  background: rgba(5, 10, 23, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 194, 255, 0.4);
  padding: 6px 14px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(37, 211, 102, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.whatsapp-action-bar {
  padding: 1.6rem 2rem;
  background: rgba(8, 16, 36, 0.7);
  border-top: 1px solid rgba(0, 194, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.whatsapp-info-content {
  flex: 1;
  min-width: 280px;
}

.whatsapp-tags-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.whatsapp-pill-tag {
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: var(--accent-cyan-light);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.whatsapp-action-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.whatsapp-action-sub {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  max-width: 600px;
}

.btn-whatsapp-cta {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 50%, #00c2ff 100%);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  padding: 0.85rem 1.8rem;
  border-radius: 9999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

/* Floating WhatsApp Button */
.whatsapp-floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff;
  border-radius: 9999px;
  padding: 10px 18px 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
  animation: float 5s ease-in-out infinite;
}

.whatsapp-floating-btn:hover {
  transform: translateY(-3px) scale(1.05);
}

/* ======================================================== */
/* 11. TRUST BADGES ROW (4 PILLARS)                        */
/* ======================================================== */
.trust-pillars-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1460px;
  margin: 0 auto 3.5rem auto;
  padding: 0 1.5rem;
}

.trust-pillar-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 14px;
}

.pillar-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.pillar-text-box h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
}

.pillar-text-box p {
  font-size: 0.78rem;
  color: var(--text-secondary);
}

/* ======================================================== */
/* 12. SITE FOOTER (ENEBA STYLE)                           */
/* ======================================================== */
.site-footer {
  background: #02050e;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
  padding: 3.5rem 2rem 1.5rem 2rem;
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
  max-width: 1460px;
  margin: 0 auto;
}

.footer-tagline {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.social-icon-btn svg {
  color: #ffffff !important;
  fill: currentColor;
}

.social-icon-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6), 0 0 12px rgba(255, 255, 255, 0.2);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.84rem;
  transition: color 0.15s ease;
}

.footer-col ul li a:hover {
  color: var(--accent-cyan-light);
}

.payment-methods-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.pay-logo-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-subtle);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-currency-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-lang-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.footer-bottom-bar {
  max-width: 1460px;
  margin: 2.5rem auto 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-tertiary);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-slogan span {
  color: var(--accent-cyan);
  font-weight: 700;
}

/* ======================================================== */
/* 13. VAULT, MODALS & PORTALS STYLING                     */
/* ======================================================== */
.vault-container {
  max-width: 1460px;
  margin: 0 auto 3.5rem auto;
  padding: 0 1.5rem;
}

.portal-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.portal-stat-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.portal-stat-title {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  margin-bottom: 4px;
}

.portal-stat-val {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
}

.form-box {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 2rem;
  margin-bottom: 2rem;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: #030712;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: var(--font-sans);
  outline: none;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--accent-cyan);
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.25);
}

.btn-primary-block {
  width: 100%;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 194, 255, 0.35);
  transition: all 0.2s ease;
}

.btn-primary-block:hover {
  background: linear-gradient(135deg, #38d6ff, #0088ff);
  transform: translateY(-1px);
}

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 5, 14, 0.85);
  backdrop-filter: blur(8px);
  display: none;
  place-items: center;
  z-index: 10000;
  padding: 1rem;
}

.modal-content {
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 540px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.btn-modal-close {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: var(--text-secondary);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
}

.auth-split-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--bg-surface);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.auth-form-panel { padding: 2.2rem; }
.auth-showcase-panel {
  background: linear-gradient(135deg, #071026, #0b1a3d);
  border-left: 1px solid var(--border-subtle);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.auth-showcase-panel .showcase-art-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  animation: float 4s ease-in-out infinite;
}

.btn-google-auth {
  width: 100%;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-md);
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 1.25rem;
}

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
  color: var(--text-tertiary);
  font-size: 0.78rem;
  font-weight: 600;
}

.auth-divider::before, .auth-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--border-subtle);
}

.auth-divider span { padding: 0 10px; }

.input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon-wrapper .input-leading-icon {
  position: absolute;
  left: 12px;
  color: var(--text-tertiary);
}

.input-icon-wrapper .form-input {
  padding-left: 38px;
  padding-right: 38px;
}

.btn-toggle-password {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.auth-options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  margin-bottom: 1.25rem;
}

.btn-auth-action {
  width: 100%;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.auth-switch-footer {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.84rem;
  color: var(--text-secondary);
}

.auth-switch-footer button {
  background: transparent;
  border: none;
  color: var(--accent-cyan);
  font-weight: 700;
  cursor: pointer;
}

.admin-nav-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 0.75rem;
}

.admin-nav-tab-btn {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: var(--radius-md);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.admin-nav-tab-btn.active {
  background: var(--accent-cyan);
  color: #040c1e;
  border-color: var(--accent-cyan);
  font-weight: 800;
}

.badge-official {
  background: rgba(0, 194, 255, 0.12);
  color: var(--accent-cyan);
  border: 1px solid rgba(0, 194, 255, 0.3);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 12px;
}

.table-wrapper {
  overflow-x: auto;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  margin-bottom: 2rem;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.85rem;
}

.data-table th {
  background: var(--bg-surface-elevated);
  padding: 12px 16px;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-subtle);
}

.data-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-primary);
}

.payment-tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.payment-tab-btn {
  flex: 1;
  background: var(--bg-body);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 10px;
  border-radius: var(--radius-md);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.payment-tab-btn.active {
  border-color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.1);
  color: #ffffff;
}

.payment-info-box {
  background: var(--bg-body);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.payment-field-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 0.84rem;
}

/* ======================================================== */
/* 14. COMPREHENSIVE RESPONSIVENESS (MOBILE & DESKTOP)      */
/* ======================================================== */

@media (max-width: 1200px) {
  .header-top-bar {
    padding: 0.65rem 1.25rem;
    gap: 14px;
  }
  .header-search-wrapper {
    width: auto;
    min-width: 0;
  }
  .header-right {
    gap: 10px;
    margin-left: auto;
  }
  .btn-header-login {
    padding: 6px 12px;
    font-size: 0.82rem;
  }
  .btn-header-register {
    padding: 6px 14px;
    font-size: 0.82rem;
  }
  .lang-currency-pill {
    padding: 5px 8px;
    font-size: 0.78rem;
  }
  .sub-nav-links {
    gap: 14px;
  }
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-pillars-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .portal-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .header-top-bar {
    padding: 0.6rem 1rem;
    gap: 10px;
  }
  .header-search-wrapper {
    width: auto;
    min-width: 0;
  }
  .header-right {
    gap: 8px;
    margin-left: auto;
  }
  .btn-header-login {
    padding: 5px 10px;
    font-size: 0.78rem;
  }
  .btn-header-register {
    padding: 5px 12px;
    font-size: 0.78rem;
  }
  .brand-logo-img {
    height: 38px;
  }
  .auth-split-layout {
    grid-template-columns: 1fr;
  }
  .auth-showcase-panel {
    display: none;
  }
  .newsletter-content {
    flex-direction: column;
    text-align: center;
  }
  .newsletter-form {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .header-top-bar {
    flex-wrap: nowrap;
    padding: 0.55rem 0.85rem;
    gap: 8px;
  }
  .header-left {
    flex: 0 0 auto;
  }
  .header-right {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 8px;
    display: flex;
    align-items: center;
  }
  .header-search-wrapper {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    margin-top: 0;
  }
  .header-auth-buttons, .header-user-group {
    order: 2;
    flex: 0 0 auto;
  }
  .header-search-box-expandable {
    position: fixed;
    top: 52px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    transform: translateY(0) scaleY(0);
    transform-origin: top center;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.95);
  }
  .header-search-box-expandable.expanded {
    transform: translateY(0) scaleY(1);
  }
  .header-icon-action {
    width: 32px;
    height: 32px;
  }
  .btn-header-login-modern {
    padding: 5px 10px;
    font-size: 0.78rem;
    gap: 4px;
  }
  .header-login-txt-full {
    display: none !important;
  }
  .header-login-txt-short {
    display: inline !important;
  }
  .brand-logo-img {
    height: 35px;
  }

  /* Modern Responsive Hero Accordion on Mobile & Tablet */
  .eneba-hero-section {
    margin: 0.5rem auto 1rem auto;
    padding: 0 0.5rem;
  }
  .eneba-accordion-wrapper {
    display: flex !important;
    flex-direction: row !important;
    height: clamp(175px, 46vw, 215px) !important;
    gap: 4px !important;
    border-radius: 14px !important;
    touch-action: pan-y;
  }
  .eneba-slide {
    min-width: 36px !important;
    border-radius: 6px !important;
  }
  .eneba-slide.active {
    flex: 5.2 !important;
    border-radius: 8px !important;
  }
  .arrow-prev, .arrow-next {
    display: none;
  }

  .trust-pillars-row {
    grid-template-columns: 1fr;
  }
  .portal-stats-grid {
    grid-template-columns: 1fr;
  }
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-action-bar {
    flex-direction: column;
    text-align: center;
  }
  .whatsapp-tags-row {
    justify-content: center;
  }
  .btn-whatsapp-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .header-top-bar {
    padding: 0.5rem 0.65rem;
  }
  .header-right {
    gap: 6px;
  }
  .brand-logo-img {
    height: 33px;
  }
  .btn-header-login-modern {
    padding: 5px 9px;
    font-size: 0.74rem;
  }
  .minimal-currency-pill {
    padding: 3px 6px;
    font-size: 0.7rem;
  }
  .persona-btn {
    padding: 4px 8px;
    font-size: 0.75rem;
  }
  .btn-recharge-compact {
    padding: 4px 8px;
    font-size: 0.75rem;
  }

  /* Responsive hero on small phones */
  .eneba-accordion-wrapper {
    height: clamp(165px, 45vw, 195px) !important;
    gap: 3px !important;
    border-radius: 12px !important;
  }
  .eneba-slide {
    min-width: 30px !important;
    border-radius: 5px !important;
  }
  .eneba-slide.active {
    flex: 5.0 !important;
    border-radius: 7px !important;
  }

  .stream-card-wide {
    flex: 0 0 270px;
    width: 270px;
    height: 135px;
  }
  .stream-card-visual {
    width: 85px;
  }

  .horizontal-gift-card {
    flex: 0 0 190px;
    width: 190px;
    height: 125px;
  }
  .giftcard-h-face {
    height: 75px;
  }

  .game-card {
    flex: 0 0 150px;
    width: 150px;
  }
  .game-cover-container {
    height: 185px;
  }
}

/* ======================================================== */
/* 10. STREAMING GROUPS & INTERNAL LIVE CHAT UI            */
/* ======================================================== */
.group-chat-modal-content {
  max-width: 960px !important;
  width: 95% !important;
  height: 85vh;
  max-height: 720px;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 16px !important;
  background: var(--bg-surface) !important;
}

.group-modal-header {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #071026, #0e1c42);
  border-bottom: 1px solid var(--border-medium);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.group-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.group-brand-avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px !important;
  background: rgba(0, 194, 255, 0.15);
  border: 1px solid var(--accent-cyan);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.group-modal-body {
  display: grid;
  grid-template-columns: 290px 1fr;
  flex: 1;
  overflow: hidden;
}

/* Left Sidebar: Account Info, Expiration, Members */
.group-sidebar {
  background: rgba(3, 7, 18, 0.6);
  border-right: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.25rem;
  gap: 1rem;
}

.group-sidebar-card {
  background: rgba(13, 23, 51, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: 12px !important;
  padding: 12px 14px;
}

.renewal-card {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(0, 194, 255, 0.1));
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 12px !important;
  padding: 12px 14px;
}

.renewal-countdown-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: var(--accent-amber);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 9999px !important;
  margin-bottom: 8px;
}

.renewal-countdown-badge.urgent {
  background: rgba(239, 68, 68, 0.2);
  border-color: var(--accent-red);
  color: #fca5a5;
}

.btn-renew-discount-cta {
  width: 100%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 8px 12px;
  border-radius: 8px !important;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
  transition: all 0.2s ease;
  margin-top: 8px;
}

.btn-renew-discount-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.5);
}

/* Members List (Display Name & Avatar ONLY - NO Emails) */
.group-members-header {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-tertiary);
  margin-bottom: 8px;
}

.group-member-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px !important;
  margin-bottom: 6px;
}

.group-member-item.is-admin {
  background: rgba(0, 194, 255, 0.08);
  border-color: rgba(0, 194, 255, 0.25);
}

.member-avatar-box {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.member-name-text {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.member-role-tag {
  font-size: 0.68rem;
  color: var(--accent-cyan);
  display: block;
}

/* Right Chat Area */
.group-chat-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--bg-surface);
  overflow: hidden;
}

.chat-messages-box {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-msg-row {
  display: flex;
  gap: 10px;
  max-width: 82%;
}

.chat-msg-row.sent-by-me {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.chat-msg-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.chat-bubble {
  background: rgba(13, 23, 51, 0.9);
  border: 1px solid var(--border-subtle);
  border-radius: 12px !important;
  padding: 10px 14px;
  position: relative;
}

.chat-msg-row.sent-by-me .chat-bubble {
  background: linear-gradient(135deg, rgba(0, 112, 243, 0.3), rgba(0, 194, 255, 0.25));
  border-color: var(--accent-cyan);
}

/* Distinct Highlight for Account Administrator Messages */
.chat-msg-row.is-admin-msg .chat-bubble {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.18), rgba(16, 185, 129, 0.15));
  border: 1px solid var(--accent-cyan);
  box-shadow: 0 0 16px rgba(0, 194, 255, 0.2);
}

.chat-admin-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));
  color: #040c1e;
  font-size: 0.64rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 4px !important;
  text-transform: uppercase;
  margin-left: 6px;
}

.chat-sender-header {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.chat-sender-name {
  font-size: 0.78rem;
  font-weight: 800;
  color: #ffffff;
}

.chat-msg-text {
  font-size: 0.86rem;
  color: #e2e8f0;
  line-height: 1.45;
  word-break: break-word;
}

.chat-msg-time {
  font-size: 0.65rem;
  color: var(--text-tertiary);
  margin-top: 4px;
  text-align: right;
}

.chat-system-notification {
  align-self: center;
  background: rgba(16, 185, 129, 0.12);
  border: 1px dashed rgba(16, 185, 129, 0.4);
  color: #34d399;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 9999px !important;
  text-align: center;
}

.chat-input-bar {
  padding: 0.75rem 1rem;
  background: rgba(3, 7, 18, 0.8);
  border-top: 1px solid var(--border-subtle);
  display: flex;
  gap: 10px;
  align-items: center;
}

.chat-text-input {
  flex: 1;
  background: rgba(13, 23, 51, 0.9);
  border: 1px solid var(--border-medium);
  border-radius: 8px !important;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 0.86rem;
  outline: none;
}

.chat-text-input:focus {
  border-color: var(--accent-cyan);
}

.btn-chat-send {
  background: var(--accent-cyan);
  color: #040c1e;
  border: none;
  border-radius: 8px !important;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 0.86rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-chat-send:hover {
  background: var(--accent-cyan-light);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .group-modal-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .group-sidebar {
    max-height: 220px;
    border-right: none;
    border-bottom: 1px solid var(--border-subtle);
  }
}

/* ======================================================== */
/* 9. PAYMENT TABS & CONVERSION HIGHLIGHT BOXES             */
/* ======================================================== */
.payment-tab-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 1.25rem;
}

.payment-tab-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-medium);
  color: var(--text-secondary);
  padding: 10px 12px;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px !important;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.payment-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: var(--border-glow);
}

.payment-tab-btn.active[data-method="sipap"],
.payment-tab-btn.active[data-method="local"] {
  background: rgba(16, 185, 129, 0.15);
  border-color: var(--accent-emerald);
  color: #34d399;
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.2);
}

.payment-tab-btn.active[data-method="binance"] {
  background: rgba(245, 158, 11, 0.15);
  border-color: #f59e0b;
  color: #fbbf24;
  box-shadow: 0 0 14px rgba(245, 158, 11, 0.2);
}

.payment-info-box {
  border-radius: 10px !important;
  padding: 1rem;
  margin-bottom: 1.25rem;
  animation: fadeIn 0.2s ease;
}

.payment-field-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  font-size: 0.82rem;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ======================================================== */
/* LUXURY GLASSMORPHISM UTILITIES & MODULAR ADMIN STYLING   */
/* ======================================================== */
.glass-surface,
.glass-panel,
.glass-card,
.admin-card {
  background: rgba(16, 20, 32, 0.75) !important;
  backdrop-filter: blur(20px) saturate(190%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(190%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.1), 0 20px 50px rgba(0, 0, 0, 0.65) !important;
  border-radius: 18px !important;
}

.glass-modal {
  background: rgba(12, 16, 26, 0.92) !important;
  backdrop-filter: blur(24px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(200%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.15), 0 30px 80px rgba(0, 0, 0, 0.9) !important;
  border-radius: 20px !important;
}

.admin-sidebar {
  width: 280px;
  background: rgba(10, 13, 22, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 50;
}

.admin-menu-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px 14px;
  background: transparent;
  border: 1px solid transparent;
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 12px !important;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
  margin-bottom: 4px;
}

.admin-menu-btn:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}

.admin-menu-btn.active {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.15) 0%, rgba(0, 112, 243, 0.08) 100%);
  border-color: rgba(0, 194, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 194, 255, 0.15);
}

.admin-menu-btn.active svg {
  color: var(--accent-cyan);
}

.admin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.84rem;
}

.admin-table th {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-tertiary);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
}

.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  vertical-align: middle;
}

.admin-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

/* ======================================================== */
/* TOAST NOTIFICATIONS ENGINE (FLOATING DARK GLASS)        */
/* ======================================================== */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  max-width: 380px;
  width: 100%;
}

.toast-item {
  pointer-events: auto;
  background: rgba(14, 18, 28, 0.94);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 194, 255, 0.15);
  border-radius: 14px !important;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  animation: slideToastIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.toast-item.success { border-color: rgba(16, 185, 129, 0.4); }
.toast-item.info { border-color: rgba(0, 194, 255, 0.4); }
.toast-item.warning { border-color: rgba(245, 158, 11, 0.4); }
.toast-item.error { border-color: rgba(239, 68, 68, 0.4); }

.toast-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.toast-item.success .toast-icon { background: rgba(16, 185, 129, 0.15); color: #10b981; }
.toast-item.info .toast-icon { background: rgba(0, 194, 255, 0.15); color: #00c2ff; }
.toast-item.warning .toast-icon { background: rgba(245, 158, 11, 0.15); color: #f59e0b; }
.toast-item.error .toast-icon { background: rgba(239, 68, 68, 0.15); color: #ef4444; }

.toast-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 2px;
}

.toast-msg {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.toast-close {
  background: transparent;
  border: none;
  color: var(--text-tertiary);
  cursor: pointer;
  font-size: 0.9rem;
  padding: 2px;
  margin-left: auto;
  line-height: 1;
}
.toast-close:hover { color: #ffffff; }

@keyframes slideToastIn {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ======================================================== */
/* FLOATING SUPPORT WIDGET (WHATSAPP & LIVE HELP)          */
/* ======================================================== */
.floating-support-btn {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 1000;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  border: 1px solid rgba(16, 185, 129, 0.5);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4), 0 0 15px rgba(16, 185, 129, 0.3);
  padding: 10px 18px;
  border-radius: 9999px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}
.floating-support-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 35px rgba(16, 185, 129, 0.6);
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

/* ======================================================== */
/* PRINTABLE RECEIPT / VOUCHER VIEW                        */
/* ======================================================== */
.receipt-paper {
  background: #ffffff;
  color: #0f172a;
  padding: 2rem;
  border-radius: 12px !important;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
  text-align: left;
}
.receipt-paper * { color: #0f172a; }

@media print {
  body * { visibility: hidden; }
  .receipt-paper, .receipt-paper * { visibility: visible; }
  .receipt-paper { position: absolute; left: 0; top: 0; width: 100%; box-shadow: none; }
}

/* ======================================================== */
/* 🚀 DEDICATED STREAMING PLATFORM HUB PAGE STYLES          */
/* ======================================================== */
.hub-page-body {
  background: #040814;
  color: #f8fafc;
  min-height: 100vh;
}

.hub-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 5rem 1.25rem;
}

/* Breadcrumb Bar */
.hub-breadcrumb-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.btn-hub-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  padding: 8px 16px;
  border-radius: 9999px !important;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-hub-back:hover {
  background: rgba(0, 194, 255, 0.15);
  border-color: rgba(0, 194, 255, 0.4);
  color: var(--accent-cyan);
  transform: translateX(-3px);
}

.hub-breadcrumb-trail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-tertiary);
}

/* 1. Panoramic Horizontal Hero Banner */
.hub-hero-banner {
  position: relative;
  min-height: 260px;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  padding: 2.25rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
}

.hub-hero-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6) saturate(1.2);
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.hub-hero-banner:hover .hub-hero-backdrop {
  transform: scale(1.04);
}

.hub-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #050811 0%, rgba(5, 8, 17, 0.78) 50%, rgba(5, 8, 17, 0.3) 100%);
}

.hub-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hub-hero-title {
  font-family: var(--font-heading);
  font-size: 2.3rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 1.15;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
  letter-spacing: -0.02em;
}

.hub-hero-tagline {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--accent-cyan);
  margin-bottom: 8px;
}

.hub-hero-desc {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.55;
  max-width: 680px;
}

/* 2. Minimalist Horizontal 1-Line Metrics Bar */
.hub-metrics-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(13, 17, 27, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px !important;
  padding: 0.85rem 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  gap: 16px;
}

.hub-metric-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.hub-metric-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.hub-metric-icon-sm {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub-metric-icon-sm.cyan { background: rgba(0, 194, 255, 0.12); color: var(--accent-cyan); }
.hub-metric-icon-sm.emerald { background: rgba(16, 185, 129, 0.12); color: var(--accent-emerald); }
.hub-metric-icon-sm.purple { background: rgba(168, 85, 247, 0.12); color: #a855f7; }
.hub-metric-icon-sm.gold { background: rgba(245, 158, 11, 0.12); color: #f59e0b; }

.hub-metric-text-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hub-metric-val-sm {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
}

.hub-metric-label-sm {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  white-space: nowrap;
}

@media (max-width: 820px) {
  .hub-metrics-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.85rem 1rem;
    gap: 12px;
  }
  .hub-metric-divider {
    display: none;
  }
}

/* 3. Main 2-Column Responsive Layout */
.hub-content-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: flex-start;
}

.hub-main-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hub-section-card {
  background: rgba(16, 20, 32, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px !important;
  padding: 1.75rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.hub-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hub-section-badge-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 6px !important;
  background: rgba(239, 68, 68, 0.12);
  color: #f87171;
  margin-bottom: 6px;
}
.hub-section-badge-pill.cyan {
  background: rgba(0, 194, 255, 0.12);
  color: var(--accent-cyan);
}

.hub-section-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}
.hub-section-subtitle {
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin-top: 4px;
}

.hub-ai-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 5px 10px;
  border-radius: 9999px !important;
  font-size: 0.72rem;
  font-weight: 700;
  color: #34d399;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: pulseAi 2s infinite ease-in-out;
}
@keyframes pulseAi {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

/* Releases Grid */
.hub-releases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}

.hub-release-card {
  background: rgba(8, 12, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px !important;
  overflow: hidden;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.hub-release-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7);
}

.hub-release-poster-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #020617;
}

.hub-release-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.hub-release-card:hover .hub-release-poster {
  transform: scale(1.06);
}

.hub-release-type-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  color: var(--accent-cyan);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 194, 255, 0.3);
}

.hub-release-info {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hub-release-title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
  line-height: 1.25;
}

.hub-release-meta {
  display: flex;
  gap: 6px;
  font-size: 0.72rem;
  color: var(--text-tertiary);
  margin-bottom: 6px;
}

.hub-release-synopsis {
  font-size: 0.75rem;
  color: var(--text-secondary);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ======================================================== */
/* TOP SHARE & MONETIZE INCENTIVE BANNER (GAMESBOY STYLE)   */
/* ======================================================== */
.hub-share-banner-card {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.08) 0%, rgba(0, 112, 243, 0.12) 50%, #101420 100%);
  border: 1px solid rgba(0, 194, 255, 0.3);
  border-radius: 16px;
  padding: 1rem 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hub-share-banner-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 194, 255, 0.6);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.65), 0 0 20px rgba(0, 194, 255, 0.2);
}

.hub-share-banner-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hub-share-banner-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.2) 0%, rgba(0, 112, 243, 0.25) 100%);
  border: 1px solid rgba(0, 194, 255, 0.4);
  color: #00c2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.hub-share-banner-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
}

.hub-share-banner-sub {
  font-size: 0.82rem;
  color: #94a3b8;
  margin: 0;
}

.hub-share-payout-val {
  color: #00c2ff;
  font-family: var(--font-mono);
  font-weight: 800;
}

.hub-share-usd-val {
  color: #38bdf8;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.btn-hub-share-action {
  background: #0284c7;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 9px 18px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hub-share-banner-card:hover .btn-hub-share-action {
  background: linear-gradient(135deg, #0396e6 0%, #0284c7 100%);
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

/* ======================================================== */
/* FILTERS & SORTING BAR (CLEAN TABS & PILLS)               */
/* ======================================================== */
.hub-filters-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hub-filter-pills-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hub-filter-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.hub-filter-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.hub-filter-pill.active {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.18), rgba(0, 112, 243, 0.2));
  border-color: rgba(0, 194, 255, 0.5);
  color: #38d6ff;
}

.hub-sort-pills-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hub-sort-label {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 4px;
}

.hub-sort-pill {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #94a3b8;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hub-sort-pill:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.hub-sort-pill.active {
  background: rgba(0, 194, 255, 0.15);
  border-color: rgba(0, 194, 255, 0.5);
  color: #38d6ff;
}

/* ======================================================== */
/* 3-COLUMN GOSPLIT STYLE PROFILE CARDS GRID                */
/* ======================================================== */
.hub-groups-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

@media (max-width: 1100px) {
  .hub-groups-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hub-groups-list {
    grid-template-columns: 1fr;
  }
}

.hub-gosplit-card {
  background: linear-gradient(145deg, #101420 0%, #161b2a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  padding: 1.15rem 1.15rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, border-color 0.22s ease;
  perspective: 1000px;
  transform-style: preserve-3d;
  will-change: transform;
}

.hub-gosplit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.45);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65), 0 0 20px rgba(0, 194, 255, 0.2);
}

.hub-gosplit-card.is-sold-out {
  opacity: 0.65;
}

/* 1. Header Row (Host Avatar + Meta + Activity) */
.hub-card-header-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.hub-host-avatar-wrap {
  position: relative;
  width: 42px;
  height: 42px;
  min-width: 42px;
}

.hub-host-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  background: #090c16;
}

.hub-host-trust-pill {
  position: absolute;
  bottom: -3px;
  right: -3px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 9999px;
  border: 1.5px solid #101420;
  line-height: 1;
}

.hub-host-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.hub-host-name-line {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hub-host-name {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hub-card-plan-tag {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.hub-card-activity-tag {
  font-size: 0.65rem;
  font-weight: 700;
  color: #64748b;
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
}

/* 2. Pricing Block */
.hub-card-pricing-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0;
}

.hub-card-price-gs {
  font-family: var(--font-mono);
  font-size: 1.22rem;
  font-weight: 900;
  color: #00c2ff;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.hub-card-period {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: normal;
}

.hub-card-price-usd {
  font-family: var(--font-mono);
  font-size: 0.70rem;
  font-weight: 600;
  color: #8da0ba;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
  letter-spacing: -0.01em;
  margin-left: auto;
}

/* 3. Seats / Silhouettes Row */
.hub-card-seats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hub-card-silhouettes {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hub-seat-sil-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.hub-seat-sil-icon.is-free {
  color: #00c2ff !important;
  filter: drop-shadow(0 0 6px rgba(0, 194, 255, 0.7));
}

.hub-seat-sil-icon.is-occupied {
  color: rgba(255, 255, 255, 0.18) !important;
}

.hub-card-seats-count {
  font-size: 0.73rem;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}

/* 4. Action Button */
.btn-join-group-card {
  width: 100%;
  padding: 10px 14px;
  background: #0284c7;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.86rem;
  font-weight: 800;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
}

.hub-gosplit-card:hover .btn-join-group-card {
  background: linear-gradient(135deg, #0396e6 0%, #0284c7 100%);
  border-color: rgba(0, 194, 255, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.btn-join-group-card.disabled {
  background: rgba(255, 255, 255, 0.08);
  border-color: transparent;
  color: var(--text-tertiary);
  cursor: not-allowed;
  box-shadow: none;
  text-shadow: none;
}

/* 4. Right Sidebar Desktop Blocks */
.hub-sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 90px;
}

.hub-sidebar-card {
  background: rgba(16, 20, 32, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px !important;
  padding: 1.25rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
}

.hub-sidebar-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hub-sidebar-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.hub-ai-indicator-sm {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 3px 8px;
  border-radius: 9999px !important;
  font-size: 0.68rem;
  font-weight: 800;
  color: #34d399;
}

.hub-sidebar-releases-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hub-sidebar-release-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px !important;
  transition: all 0.2s ease;
}
.hub-sidebar-release-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 194, 255, 0.25);
  transform: translateX(2px);
}

.hub-sidebar-rel-thumb {
  width: 56px;
  height: 74px;
  min-width: 56px;
  border-radius: 6px !important;
  overflow: hidden;
  background: #020617;
}
.hub-sidebar-rel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub-sidebar-rel-info {
  flex: 1;
  min-width: 0;
}
.hub-sidebar-rel-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.1);
  padding: 1px 5px;
  border-radius: 4px;
  margin-bottom: 2px;
}
.hub-sidebar-rel-title {
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 2px 0;
  line-height: 1.25;
}
.hub-sidebar-rel-date {
  font-size: 0.7rem;
  color: #fbbf24;
  font-weight: 700;
  margin-bottom: 3px;
}
.hub-sidebar-rel-synopsis {
  font-size: 0.7rem;
  color: var(--text-secondary);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.hub-refund-trust-box {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(6, 78, 59, 0.18) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 18px !important;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hub-refund-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px !important;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.hub-refund-box-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.hub-refund-box-desc {
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 12px;
}

.hub-refund-perks {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.hub-refund-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #e2e8f0;
}

.hub-host-cta-box {
  background: rgba(16, 20, 32, 0.75);
  border: 1px dashed rgba(0, 194, 255, 0.35);
  border-radius: 18px !important;
  padding: 1.4rem;
  text-align: center;
}

.btn-hub-monetize {
  background: transparent;
  border: 1px solid var(--accent-cyan);
  color: var(--accent-cyan);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-hub-monetize:hover {
  background: rgba(0, 194, 255, 0.12);
  transform: translateY(-2px);
}

/* ======================================================== */
/* 📋 MODAL DE REGLAS DEL GRUPO                            */
/* ======================================================== */
.modal-rules-card {
  max-width: 500px;
  background: rgba(8, 12, 24, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(0, 194, 255, 0.35);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 194, 255, 0.15);
  border-radius: 20px !important;
  padding: 1.75rem;
}

.rules-modal-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.rules-icon-badge {
  font-size: 2rem;
  margin-bottom: 6px;
}
.rules-modal-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
}
.rules-modal-subtitle {
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.rules-box-highlight {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.rules-item {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px !important;
  padding: 10px 12px;
}
.rules-num {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.2);
  color: var(--accent-cyan);
  font-weight: 900;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rules-item strong {
  display: block;
  font-size: 0.82rem;
  color: #ffffff;
  margin-bottom: 2px;
}
.rules-item p {
  font-size: 0.74rem;
  color: var(--text-secondary);
  line-height: 1.35;
  margin: 0;
}

.rules-host-notes-wrap {
  margin-bottom: 1.25rem;
}
.rules-host-notes {
  background: rgba(0, 194, 255, 0.06);
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 8px !important;
  padding: 10px 12px;
  font-size: 0.78rem;
  color: #e2e8f0;
  line-height: 1.4;
}

.btn-rules-close-action {
  width: 100%;
  background: var(--accent-cyan);
  color: #040c1e;
  border: none;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-rules-close-action:hover {
  background: var(--accent-cyan-light);
  transform: translateY(-1px);
}

/* ======================================================== */
/* 🛡️ MODAL DE GARANTÍA DE REEMBOLSO GAMESBOY               */
/* ======================================================== */
.modal-escrow-card {
  max-width: 520px;
  background: rgba(8, 12, 24, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(16, 185, 129, 0.4);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.9), 0 0 30px rgba(16, 185, 129, 0.15);
  border-radius: 24px !important;
  padding: 2rem;
}

.escrow-modal-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.escrow-shield-glow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.35);
}

.escrow-modal-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 4px;
}
.escrow-modal-subtitle {
  font-size: 0.82rem;
  color: var(--text-secondary);
}

.escrow-selected-sub-box {
  background: rgba(16, 20, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px !important;
  padding: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 12px;
}

.escrow-sub-plan-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-cyan);
  margin-bottom: 2px;
}
.escrow-sub-name {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 4px 0;
}
.escrow-sub-host-line {
  font-size: 0.74rem;
  color: var(--text-tertiary);
  display: flex;
  align-items: center;
  gap: 6px;
}
.badge-verified-sm {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
}

.escrow-sub-price-block {
  text-align: right;
}
.escrow-price-gs {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 900;
  color: #ffffff;
}
.escrow-price-usd {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  color: var(--accent-cyan);
}

.escrow-steps-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.escrow-step-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px !important;
  padding: 10px 12px;
}

.escrow-step-num {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  font-weight: 900;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escrow-step-text strong {
  display: block;
  font-size: 0.82rem;
  color: #ffffff;
  margin-bottom: 2px;
}
.escrow-step-text span {
  display: block;
  font-size: 0.74rem;
  color: var(--text-secondary);
  line-height: 1.35;
}

.escrow-wallet-check-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: rgba(0, 194, 255, 0.06);
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 10px !important;
  margin-bottom: 1.5rem;
}

.escrow-modal-actions {
  display: flex;
  gap: 12px;
}

.btn-cancel-escrow {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 12px;
  border-radius: 10px !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-cancel-escrow:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-confirm-escrow {
  flex: 2;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 900;
  padding: 12px 18px;
  border-radius: 10px !important;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
  transition: all 0.2s ease;
}
.btn-confirm-escrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.6);
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

/* ======================================================== */
/* 🌟 PUBLIC SELLER PROFILE & TWEET-STYLE REVIEWS STYLES   */
/* ======================================================== */
.seller-profile-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem 1.25rem;
}

.seller-hero-card {
  background: rgba(16, 20, 32, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px !important;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.seller-hero-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.seller-hero-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50% !important;
  overflow: hidden;
  border: 3px solid var(--accent-cyan);
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.35);
}
.seller-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seller-hero-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.seller-hero-meta {
  display: flex;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  align-items: center;
}

.seller-hero-stats-box {
  display: flex;
  gap: 14px;
}

.seller-stat-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px !important;
  padding: 10px 16px;
  text-align: center;
}
.seller-stat-pill-val {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
}
.seller-stat-pill-label {
  font-size: 0.7rem;
  color: var(--text-tertiary);
  margin-top: 2px;
}

/* Tweet-Style Reviews */
.tweet-reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tweet-review-card {
  background: rgba(12, 16, 28, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px !important;
  padding: 1.25rem;
  transition: all 0.2s ease;
}
.tweet-review-card:hover {
  border-color: rgba(0, 194, 255, 0.3);
  background: rgba(14, 20, 36, 0.95);
}

.tweet-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.tweet-review-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tweet-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.15);
  color: var(--accent-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
}

.tweet-review-name {
  font-weight: 800;
  color: #ffffff;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tweet-verified-badge {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}

.tweet-review-stars {
  color: #fbbf24;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.tweet-review-date {
  font-size: 0.72rem;
  color: var(--text-tertiary);
}

.tweet-review-text {
  font-size: 0.85rem;
  color: #cbd5e1;
  line-height: 1.45;
  margin: 0;
}

/* Leave Review Card */
.form-add-review {
  background: rgba(16, 20, 32, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.star-rating-selector {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.star-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #64748b;
  cursor: pointer;
  transition: transform 0.15s ease, color 0.15s ease;
  padding: 2px;
}
.star-btn.selected,
.star-btn:hover {
  color: #fbbf24;
  transform: scale(1.15);
}

/* ======================================================== */
/* 📦 DEDICATED PURCHASES PAGE & GROUP CHAT MODAL STYLES    */
/* ======================================================== */
.purchases-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem 1.25rem;
}

.purchase-card-modern {
  background: rgba(16, 20, 32, 0.85);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px !important;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  transition: all 0.25s ease;
}
.purchase-card-modern:hover {
  border-color: rgba(0, 194, 255, 0.35);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.vault-creds-box {
  background: rgba(4, 8, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px !important;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0;
}

.vault-pin-badge {
  background: rgba(0, 194, 255, 0.15);
  border: 1px solid rgba(0, 194, 255, 0.35);
  color: var(--accent-cyan);
  font-family: var(--font-mono);
  font-weight: 900;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 6px !important;
}

.btn-open-real-chat {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.2), rgba(0, 112, 243, 0.25));
  border: 1px solid rgba(0, 194, 255, 0.4);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.84rem;
  padding: 9px 16px;
  border-radius: 10px !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.btn-open-real-chat:hover {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.35), rgba(0, 112, 243, 0.4));
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 194, 255, 0.25);
}

/* Real Interactive Group Chat Modal */
.modal-real-group-chat {
  max-width: 820px;
  width: 95%;
  height: 85vh;
  max-height: 680px;
  background: rgba(8, 12, 24, 0.96);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(0, 194, 255, 0.35);
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.95);
}

.chat-modal-header {
  padding: 1.25rem 1.5rem;
  background: rgba(16, 20, 32, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-modal-body-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  flex: 1;
  min-height: 0;
}

.chat-members-sidebar {
  background: rgba(4, 8, 18, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
  overflow-y: auto;
}

.chat-member-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px !important;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.02);
}
.chat-member-item.owner {
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.2);
}

.chat-messages-container {
  display: flex;
  flex-direction: column;
  background: rgba(6, 10, 22, 0.6);
  min-height: 0;
}

.chat-messages-list {
  flex: 1;
  padding: 1.25rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-msg-bubble {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 12px !important;
  font-size: 0.84rem;
  line-height: 1.4;
}
.chat-msg-bubble.incoming {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}
.chat-msg-bubble.outgoing {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.25), rgba(0, 112, 243, 0.3));
  border: 1px solid rgba(0, 194, 255, 0.4);
  color: #ffffff;
}
.chat-msg-bubble.system {
  align-self: center;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
  font-size: 0.78rem;
  text-align: center;
}

.chat-input-area {
  padding: 1rem 1.25rem;
  background: rgba(16, 20, 32, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 10px;
}

.chat-input-field {
  flex: 1;
  background: rgba(4, 8, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px !important;
  padding: 10px 14px;
  color: #ffffff;
  font-size: 0.86rem;
  outline: none;
}
.chat-input-field:focus {
  border-color: var(--accent-cyan);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .hub-content-layout {
    grid-template-columns: 1fr;
  }
  .hub-sidebar-column {
    position: static;
  }
  .hub-metrics-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .hub-group-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hub-group-action-column {
    text-align: left;
  }
  .chat-modal-body-layout {
    grid-template-columns: 1fr;
  }
  .chat-members-sidebar {
    display: none;
  }
}

@media (max-width: 640px) {
  .hub-hero-banner {
    min-height: 240px;
    padding: 1.5rem;
  }
  .hub-hero-title {
    font-size: 1.6rem;
  }
  .hub-metrics-bar {
    grid-template-columns: 1fr;
  }
}

/* ======================================================= */
/* DRAG-TO-SCROLL UX ENGINE ON ALL CAROUSELS & ROWS        */
/* ======================================================= */
.catalog-scroll-row {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: smooth;
  padding: 24px 10px;
  margin-top: -12px;
  margin-bottom: -12px;
  scrollbar-width: none; /* Hide default scrollbar for sleek drag feel */
}
.catalog-scroll-row::-webkit-scrollbar {
  display: none;
}

.catalog-scroll-row.is-dragging {
  cursor: grabbing !important;
  scroll-behavior: auto !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.catalog-scroll-row.is-dragging * {
  pointer-events: none !important;
  user-select: none !important;
}

/* ======================================================= */
/* FOOTER PAYMENT BADGES GALLERY (RESPONSIVE)              */
/* ======================================================= */
.payment-badges-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 1.25rem;
}

.pay-badge-card {
  width: 52px;
  height: 34px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: default;
}

.pay-badge-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.payment-badge-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* ======================================================= */
/* SALES LETTER / HIGH-CONVERTING VALUE PROP SECTION       */
/* ======================================================= */
.sales-letter-section {
  padding: 3.5rem 2rem 3rem 2rem;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sales-letter-hero {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.sales-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.3);
  padding: 6px 16px;
  border-radius: 9999px;
  color: var(--accent-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.15);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 10px var(--accent-cyan);
  animation: pulseCyan 2s infinite;
}

@keyframes pulseCyan {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.sales-main-title {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #00c2ff 0%, #38bdf8 50%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-main-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto;
}

/* 1. Steps in 3 columns */
.sales-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.sales-step-card {
  background: rgba(14, 19, 32, 0.72) !important;
  backdrop-filter: blur(18px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 20px;
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.25s ease, box-shadow 0.25s ease !important;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.08) !important;
}

.sales-step-card:hover {
  transform: translateY(-6px) translateX(4px) !important;
  border-color: rgba(0, 194, 255, 0.45) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 194, 255, 0.15) !important;
}

.step-card-number {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.45) !important;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  line-height: 1;
}

.step-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
}

.step-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.6rem;
}

.step-card-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: 1.25rem;
  flex: 1;
}

.step-card-tag {
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
}

/* 2. Interactive Calculator Card */
.sales-calculator-card {
  background: rgba(10, 16, 28, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(0, 194, 255, 0.35);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 194, 255, 0.12);
}

.calculator-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2rem;
}

.calculator-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(0, 194, 255, 0.15);
  border: 1px solid rgba(0, 194, 255, 0.4);
  color: var(--accent-cyan);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.calculator-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
}

.calculator-subtitle {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 3px;
}

.calculator-body-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.calc-mode-switch {
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.calc-tab-btn {
  flex: 1;
  padding: 10px 14px;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calc-tab-btn.active {
  background: var(--accent-cyan);
  color: #040c1e;
  box-shadow: 0 4px 14px rgba(0, 194, 255, 0.4);
}

.calc-control-group {
  margin-bottom: 1.25rem;
}

.calc-control-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.calc-badge-count {
  background: rgba(0, 194, 255, 0.15);
  border: 1px solid rgba(0, 194, 255, 0.35);
  color: var(--accent-cyan);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.82rem;
}

.calc-range-slider {
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.calc-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-cyan);
  cursor: pointer;
  box-shadow: 0 0 12px var(--accent-cyan);
  border: 2px solid #ffffff;
}

.calc-services-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-chip {
  font-size: 0.74rem;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-tertiary);
  transition: all 0.2s ease;
}

.service-chip.active {
  background: rgba(0, 194, 255, 0.12);
  border-color: rgba(0, 194, 255, 0.4);
  color: #38bdf8;
  font-weight: 700;
}

.calc-result-box {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.text-danger-strike {
  color: #f87171;
  text-decoration: line-through;
  font-family: var(--font-mono);
}

.text-success-bold {
  color: #34d399;
  font-family: var(--font-mono);
  font-weight: 800;
}

.calc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}

.calc-highlight-card {
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.15), rgba(0, 112, 243, 0.05));
  border: 1px solid rgba(0, 194, 255, 0.35);
  border-radius: 14px;
  padding: 1.2rem;
  text-align: center;
}

.calc-highlight-title {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
}

.calc-highlight-amount {
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 900;
  color: #ffffff;
  margin: 4px 0;
  letter-spacing: -0.02em;
}

.calc-highlight-usd {
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* 3. Comparison Container */
.sales-comparison-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.comparison-section-title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
}

.comparison-card {
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.comparison-card.comp-bad {
  background: rgba(36, 12, 18, 0.68) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1.5px solid rgba(239, 68, 68, 0.3) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 0 24px rgba(239, 68, 68, 0.1) !important;
}

.comparison-card.comp-good {
  background: rgba(10, 32, 24, 0.7) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1.5px solid rgba(16, 185, 129, 0.4) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(255, 255, 255, 0.08), 0 0 30px rgba(16, 185, 129, 0.15) !important;
}

.comp-badge {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 900;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  align-self: flex-start;
}

.comp-badge.bad {
  background: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.comp-badge.good {
  background: rgba(16, 185, 129, 0.15) !important;
  color: #10b981 !important;
  border: 1px solid rgba(16, 185, 129, 0.4) !important;
}

.comp-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.comp-list li {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comp-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  flex-shrink: 0;
}

.comp-icon.bad {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
}

.comp-icon.good {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #10b981;
}

/* 4. Guarantee Banner */
.sales-guarantee-banner {
  background: rgba(10, 18, 34, 0.72) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1.5px solid rgba(0, 194, 255, 0.35) !important;
  border-radius: 24px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 0 35px rgba(0, 194, 255, 0.12) !important;
}

.guarantee-shield-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(0, 194, 255, 0.15);
  border: 1.5px solid rgba(0, 194, 255, 0.4);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.3);
}

.guarantee-content-col {
  flex: 1;
}

.guarantee-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.guarantee-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.guarantee-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-guarantee-cta {
  background: linear-gradient(135deg, #00c2ff 0%, #0070f3 100%);
  color: #040c1e;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 194, 255, 0.4);
}

.btn-guarantee-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 194, 255, 0.6);
}

.btn-guarantee-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-guarantee-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* Responsive Styles for Sales Letter & Mobile */
@media (max-width: 900px) {
  .sales-steps-wrapper {
    grid-template-columns: 1fr;
  }
  .calculator-body-grid {
    grid-template-columns: 1fr;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  .sales-guarantee-banner {
    flex-direction: column;
    text-align: center;
  }
  .guarantee-actions {
    justify-content: center;
  }
  .sales-main-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 640px) {
  .sales-calculator-card {
    padding: 1.5rem 1.25rem;
  }
  .calc-highlight-amount {
    font-size: 1.5rem;
  }
}
/* ======================================================== */
/* 2-COLUMN GROUP DETAIL POP-UP MODAL (1/4 RULES + 3/4 MAIN)*/
/* ======================================================== */
.modal-dialog-wrapper {
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.btn-modal-close-naked {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1;
  padding: 4px 2px;
  margin-bottom: 8px;
  margin-right: 0px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
  user-select: none;
}

.btn-modal-close-naked:hover {
  color: #ffffff;
  transform: scale(1.15);
}

.modal-group-detail-card {
  max-width: 900px !important;
  width: 100% !important;
  max-height: 90vh;
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #0a0d18;
  border: 1px solid rgba(0, 194, 255, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.95);
  position: relative;
}

.group-detail-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  min-height: 480px;
  overflow-y: auto;
}

/* Columna 1/4 (25-30%): Reglas & Normas */
.group-detail-col-rules {
  background: rgba(6, 9, 18, 0.98);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.rules-sidebar-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.75rem;
}

.rules-badge-pill {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #38bdf8;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 2px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 6px;
}

.rules-sidebar-header h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.rules-compact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rules-compact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.rules-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  line-height: 1;
}

.rules-compact-item strong {
  font-size: 0.78rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-bottom: 2px;
}

.rules-compact-item p {
  font-size: 0.71rem;
  color: var(--text-secondary);
  line-height: 1.35;
  margin: 0;
}

.rules-host-block {
  margin-top: auto;
  background: rgba(0, 194, 255, 0.04);
  border: 1px solid rgba(0, 194, 255, 0.15);
  padding: 12px;
  border-radius: 10px;
}

.rules-host-lbl {
  font-size: 0.65rem;
  font-weight: 800;
  color: #38bdf8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}

.rules-host-txt {
  font-size: 0.74rem;
  color: #cbd5e1;
  line-height: 1.35;
  margin: 0;
}

/* Columna 3/4 (70-75%): Main Detail & Profiles */
.group-detail-col-main {
  padding: 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  background: rgba(12, 16, 28, 0.98);
}

.group-detail-main-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 0.9rem;
  flex-wrap: wrap;
  gap: 12px;
}

.group-detail-plan-badge {
  font-size: 0.65rem;
  font-weight: 800;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.3);
  color: #38bdf8;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.group-detail-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 3px 0;
}

.group-detail-subtitle {
  font-size: 0.78rem;
  color: var(--text-tertiary);
  margin: 0;
}

.group-detail-price-box {
  text-align: right;
}

.group-detail-price-lbl {
  font-size: 0.65rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

.group-detail-price-gs {
  font-family: var(--font-mono);
  font-size: 1.3rem;
  font-weight: 900;
  color: #00c2ff;
  display: block;
  line-height: 1.2;
}

.group-detail-price-usd {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #8da0ba;
}

/* Host Small Summary Card */
.group-detail-host-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 12px;
  border-radius: 12px;
}

.detail-host-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid rgba(0, 194, 255, 0.4);
}

.detail-host-meta strong {
  font-size: 0.86rem;
  font-weight: 800;
  color: #ffffff;
}

/* Profiles Horizontal Strip (Always 1 Single Row) */
.group-detail-profiles-section {
  background: rgba(8, 12, 22, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 0.95rem 1rem;
}

.profiles-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.profiles-section-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.profiles-count-badge {
  font-size: 0.72rem;
  font-weight: 800;
  color: #38bdf8;
  background: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 2px 8px;
  border-radius: 6px;
}

.group-profiles-strip {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
  align-items: stretch !important;
  overflow-x: auto;
}

.profile-slot-chip {
  flex: 1 1 0;
  min-width: 0;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
}

/* Free Profile: Subtle Celeste border & icon, clean & matte */
.profile-slot-chip.is-free {
  border-color: rgba(0, 194, 255, 0.3);
  background: rgba(0, 194, 255, 0.05);
}

.profile-slot-chip.is-free .profile-chip-icon {
  color: #00c2ff;
}

.profile-slot-chip.is-free .profile-chip-title {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.profile-slot-chip.is-free .profile-chip-status {
  color: #38bdf8;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Occupied Profile: Dark, muted, discreet */
.profile-slot-chip.is-occupied {
  opacity: 0.35;
  border-color: rgba(255, 255, 255, 0.04);
  background: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

.profile-slot-chip.is-occupied .profile-chip-icon {
  color: #64748b;
}

.profile-slot-chip.is-occupied .profile-chip-title {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.profile-slot-chip.is-occupied .profile-chip-status {
  color: #64748b;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Actions */
.group-detail-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.btn-group-detail-cancel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #94a3b8;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-group-detail-cancel:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.btn-group-detail-confirm {
  background: #0284c7;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border: 1px solid rgba(0, 194, 255, 0.25);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 11px 20px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-group-detail-confirm:hover {
  background: linear-gradient(135deg, #0396e6 0%, #0284c7 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
  .group-detail-grid {
    grid-template-columns: 1fr;
  }
  .group-detail-col-rules {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}

/* ======================================================== */
/* PREVENT GHOST IMAGE DRAGGING ACROSS CAROUSELS & CATALOGS */
/* ======================================================== */
.catalog-scroll-row,
.catalog-scroll-row *,
.stream-thumb-card,
.game-card,
.giftcard-clean-png-card,
.smm-platform-card,
.eneba-hero-section,
.eneba-hero-section * {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.catalog-scroll-row img {
  pointer-events: none !important;
}

/* Skeleton Loaders (Clean Pulse Shimmer) */
.stream-skeleton-card {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s infinite;
  flex-shrink: 0 !important;
}

.game-skeleton-card {
  flex: 0 0 175px;
  width: 175px;
  height: 240px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s infinite;
  flex-shrink: 0 !important;
}

.giftcard-skeleton-card {
  flex: 0 0 215px;
  width: 215px;
  min-width: 215px;
  height: 300px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
  background-size: 200% 100%;
  animation: skeletonShimmer 1.5s infinite;
  flex-shrink: 0 !important;
}

@keyframes skeletonShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ======================================================== */
/* SALES LETTER CONTAINER DESKTOP PADDING & MAX-WIDTH       */
/* ======================================================== */
.sales-letter-section {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 3.5rem 2rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ======================================================== */
/* DIGITAL GAMES STADIUM WAVE DROP & REBOUND ANIMATION      */
/* ======================================================== */
.game-card {
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
  will-change: transform, opacity;
}

/* Phase 1: Falling down & fading out */
.game-card.wave-falling-out {
  transform: translateY(35px) scale(0.94) !important;
  opacity: 0 !important;
  filter: blur(1.5px) !important;
  transition: transform 0.26s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease, filter 0.22s ease !important;
  pointer-events: none;
}

/* Phase 2: Instantly set at top */
.game-card.wave-ready-top {
  transform: translateY(-55px) scale(0.95) !important;
  opacity: 0 !important;
  filter: blur(0px) !important;
  transition: none !important;
  pointer-events: none;
}

/* Phase 3: Dropping in with ground rebound */
.game-card.wave-dropping-in {
  animation: gameCardDropBounce 0.58s cubic-bezier(0.25, 1, 0.5, 1) forwards !important;
  pointer-events: none;
}

@keyframes gameCardDropBounce {
  0% {
    transform: translateY(-55px) scale(0.95);
    opacity: 0;
  }
  55% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  72% {
    transform: translateY(-10px) scale(1.03); /* Ground rebound bounce */
  }
  88% {
    transform: translateY(2px) scale(0.99); /* Gentle settle */
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}


/* ======================================================== */
/* 2-COLUMN SMM SELECTION MODAL                             */
/* ======================================================== */
.smm-platform-modal-content {
  max-width: 860px !important;
  width: 95% !important;
  background: #0d111a !important;
  border: 1px solid rgba(0, 194, 255, 0.25) !important;
  border-radius: 20px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 194, 255, 0.15) !important;
}

.smm-modal-header {
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(14, 20, 36, 0.98), rgba(9, 13, 24, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smm-modal-header-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.smm-modal-brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.smm-modal-body-grid {
  display: grid;
  grid-template-columns: 245px 1fr !important;
  min-height: 460px;
}

.smm-categories-sidebar {
  background: rgba(6, 9, 16, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.25rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 245px !important;
  min-width: 245px !important;
}

.smm-sidebar-heading {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-tertiary);
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  padding-left: 6px;
}

.smm-category-tabs-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.smm-cat-tab-btn {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  color: #94a3b8 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  cursor: pointer !important;
  transition: all 0.18s ease !important;
  justify-content: flex-start !important;
}
  justify-content: flex-start !important;
}

.smm-cat-tab-btn:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
}

.smm-cat-tab-btn.active {
  background: rgba(0, 194, 255, 0.12) !important;
  border-color: rgba(0, 194, 255, 0.4) !important;
  color: var(--accent-cyan) !important;
}

.smm-packages-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  background: rgba(13, 17, 26, 0.95);
  overflow-y: auto;
}

.smm-service-info-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
}

.smm-quality-badge {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--accent-amber);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
}

.smm-quantity-tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}

.smm-qty-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smm-qty-tile:hover {
  border-color: rgba(0, 194, 255, 0.5);
  background: rgba(0, 194, 255, 0.06);
  transform: translateY(-2px);
}

.smm-qty-tile.selected {
  border-color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.15);
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.35);
}

.smm-qty-num {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 900;
  color: #ffffff;
}

.smm-qty-price {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-emerald);
}

.smm-order-summary-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 1rem;
}

.btn-smm-confirm-order {
  width: 100%;
  padding: 13px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00c2ff 0%, #0070f3 100%);
  border: none;
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
  transition: all 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 194, 255, 0.35);
}

.btn-smm-confirm-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 26px rgba(0, 194, 255, 0.5);
  color: #000000;
}

/* ======================================================== */
/* 3D BOUNCING COIN WIDGET & FLOATING WHATSAPP BUTTON       */
/* ======================================================== */
.sticky-monetize-mobile-coin {
  display: none;
}

@media (max-width: 768px) {
  /* Header Mobile Adjustments */
  .brand-logo-img {
    height: 35px !important;
  }

  .header-login-txt-full {
    display: none !important;
  }

  .header-login-txt-short {
    display: inline !important;
  }

  .header-top-bar {
    padding: 0.5rem 1rem !important;
    gap: 8px !important;
  }

  .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .header-search-wrapper {
    margin-right: 0 !important;
  }

  .btn-header-login-modern {
    padding: 7px 12px !important;
    font-size: 0.78rem !important;
  }

  /* 2-Column SMM Modal on Mobile */
  .smm-modal-body-grid {
    grid-template-columns: 1fr !important;
  }

  .smm-categories-sidebar {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0.85rem !important;
  }

  .smm-category-tabs-list {
    flex-direction: row !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .smm-cat-tab-btn {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    padding: 8px 12px !important;
    font-size: 0.75rem !important;
  }

  /* Floating WhatsApp Button Mobile Compact */
  .floating-support-btn {
    bottom: 20px !important;
    left: 16px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    justify-content: center !important;
    background: #25D366 !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45) !important;
  }

  .floating-support-btn .support-btn-label {
    display: none !important;
  }
}

/* ======================================================== */
/* 9. MONETIZE EXPLANATORY PAGE STYLES                      */
/* ======================================================== */
.monetize-page-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem 1.25rem;
}

.monetize-hero-card {
  background: linear-gradient(135deg, rgba(14, 21, 38, 0.95) 0%, rgba(10, 15, 28, 0.95) 100%);
  border: 1.5px solid rgba(251, 191, 36, 0.35);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px rgba(251, 191, 36, 0.12);
  position: relative;
  overflow: hidden;
}

.monetize-hero-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.monetize-hero-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #ffd700;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.monetize-hero-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  max-width: 850px;
}

.monetize-hero-title span {
  background: linear-gradient(135deg, #ffd700 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.monetize-hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 1.75rem;
}

.monetize-hero-quick-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.quick-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #ffffff;
}

/* 2-COLUMN DUAL LAYOUT */
.monetize-dual-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
  align-items: start;
}

.section-column-header {
  margin-bottom: 1.5rem;
}

.sec-col-badge {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-cyan);
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 6px;
}

.sec-col-title {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.sec-col-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* STEP CARDS */
.monetize-steps-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step-card {
  display: flex;
  gap: 16px;
  background: #0d1322;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, 0.4);
}

.step-number-bubble {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd700, #d97706);
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.step-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.step-card-desc {
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 10px;
}

.step-card-footer-pill {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.06);
  border: 1px solid rgba(0, 194, 255, 0.15);
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
}

/* CALCULATOR CARD */
.calc-card-container {
  background: linear-gradient(135deg, rgba(16, 24, 42, 0.98) 0%, rgba(10, 15, 28, 0.98) 100%);
  border: 1.5px solid rgba(52, 211, 153, 0.4);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(52, 211, 153, 0.15);
  position: sticky;
  top: 90px;
}

.calc-badge {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #34d399;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}

.calc-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.calc-subtitle {
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
}

.calc-form-group {
  margin-bottom: 1.25rem;
}

.calc-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}

.calc-select {
  width: 100%;
  background: #090d18;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 12px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.calc-select:focus {
  border-color: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.3);
}

.calc-slots-pill-group {
  display: flex;
  gap: 8px;
}

.calc-slot-btn {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calc-slot-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}

.calc-slot-btn.active {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-color: #34d399;
  color: #040c1e;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.calc-results-box {
  background: rgba(5, 8, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.calc-results-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.calc-res-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.calc-res-val {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  color: #ffffff;
}

.calc-res-sub {
  font-size: 0.74rem;
  color: var(--accent-cyan);
}

.calc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 10px 0;
}

.calc-total-highlight {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.calc-total-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #34d399;
  letter-spacing: 0.05em;
  display: block;
}

.calc-total-amount {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}

.calc-usd-equiv {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent-cyan);
  display: block;
}

.calc-payout-freq {
  font-size: 0.68rem;
  color: #94a3b8;
  display: block;
}

.calc-annual-projection {
  background: rgba(251, 191, 36, 0.1);
  border: 1px dashed rgba(251, 191, 36, 0.3);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.78rem;
  color: #ffd700;
}

.btn-calc-publish-cta {
  width: 100%;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
  padding: 12px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.45);
  transition: all 0.2s ease;
}

.btn-calc-publish-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.65);
  color: #000000;
}

/* PILLARS SECTION */
.monetize-pillars-section {
  margin-bottom: 3.5rem;
}

.pillars-header {
  text-align: center;
  margin-bottom: 2rem;
}

.pillars-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 6px;
}

.pillars-subtitle {
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.pillar-card {
  background: #0d1322;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem;
  transition: transform 0.2s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}

.pillar-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.pillar-card-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.pillar-card-desc {
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* FAQ ACCORDION */
.monetize-faq-section {
  max-width: 850px;
  margin: 0 auto 3.5rem auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffffff;
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: #0d1322;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item.open {
  border-color: rgba(251, 191, 36, 0.4);
}

.faq-question-btn {
  width: 100%;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-chevron {
  transition: transform 0.25s ease;
  color: var(--text-secondary);
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: #ffd700;
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.25rem;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.faq-item.open .faq-answer-content {
  max-height: 200px;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

/* FINAL CTA */
.monetize-final-cta {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(0, 194, 255, 0.15) 100%);
  border: 1.5px solid rgba(52, 211, 153, 0.4);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.final-cta-title {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 8px;
}

.final-cta-subtitle {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto 2rem auto;
}

.final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-final-publish {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #040c1e;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
  padding: 12px 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.45);
  transition: all 0.2s ease;
}

.btn-final-publish:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.65);
  color: #000000;
}

.btn-final-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25d366;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-final-whatsapp:hover {
  background: #25d366;
  color: #040c1e;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

/* RESPONSIVE MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  .monetize-hero-title {
    font-size: 1.6rem;
  }
  .monetize-hero-card {
    padding: 1.75rem 1.25rem;
  }
  .monetize-dual-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .calc-card-container {
    position: static;
  }
}

/* PUBLISH STREAMING PROFILES & PINS DYNAMIC BUILDER */
.pub-creds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pub-profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 0.85rem;
}

.pub-profile-slot-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px !important;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.2s ease;
}

.pub-profile-slot-item:hover {
  border-color: rgba(0, 194, 255, 0.35);
  background: rgba(0, 194, 255, 0.02);
}

.pub-profile-slot-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pub-profile-slot-num {
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--accent-cyan);
  background: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.25);
  padding: 2px 7px;
  border-radius: 6px !important;
  flex-shrink: 0;
}

.pub-profile-name-input {
  flex: 1;
  background: rgba(5, 8, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 6px !important;
  font-size: 0.82rem;
  font-weight: 700;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.pub-profile-name-input:focus {
  border-color: var(--accent-cyan);
}

.pub-profile-pin-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pub-profile-pin-label {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  font-weight: 600;
  white-space: nowrap;
}

.pub-profile-pin-input {
  flex: 1;
  background: rgba(5, 8, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent-cyan);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 6px !important;
  outline: none;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.pub-profile-pin-input:focus {
  border-color: var(--accent-cyan);
}

@media (max-width: 600px) {
  .pub-creds-grid {
    grid-template-columns: 1fr;
  }
  .pub-profiles-grid {
    grid-template-columns: 1fr;
  }
}

/* Profile Builder Slot Occupancy & Status Toggles */
.pub-profile-slot-item.is-occupied {
  background: rgba(239, 68, 68, 0.04);
  border-color: rgba(239, 68, 68, 0.25);
}

.pub-profile-slot-item.is-occupied .pub-profile-slot-num {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.3);
}

.pub-profile-slot-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.pub-slot-toggle-btn {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #34d399;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.pub-slot-toggle-btn:hover {
  transform: scale(1.02);
}

.pub-slot-toggle-btn.occupied {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.4);
  color: #f87171;
}

.pub-profile-pin-input:disabled {
  background: rgba(0, 0, 0, 0.35) !important;
  color: #64748b !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  cursor: not-allowed;
  letter-spacing: normal;
  font-style: italic;
  font-size: 0.75rem;
}

/* Seller Slot Management Component */
.seller-sub-card {
  background: linear-gradient(145deg, #10131d 0%, #171b29 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.35rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: border-color 0.2s ease;
}

.seller-sub-card:hover {
  border-color: rgba(0, 194, 255, 0.3);
}

.seller-slots-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin: 1rem 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.seller-slot-control-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.seller-slot-control-item.occupied {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.05);
}

.seller-slot-control-item.available {
  border-color: rgba(16, 185, 129, 0.3);
  background: rgba(16, 185, 129, 0.05);
}
