/* 
  MACROSCS Premium Styling Overhaul 
  Establishes a high-end, premium aesthetic: deep blacks, refined gold/bronze accents,
  glassmorphism, clean typography, and responsive negative space.
*/

:root {
  /* Elevate background & surface colors */
  --bg-premium-dark: #050508;
  --bg-premium-surface: #0a0a0f;
  --bg-premium-elevated: #11111a;
  
  /* Classy metallic gold/bronze instead of harsh colors */
  --gold-premium: #C9A227;
  --gold-premium-bright: #e5be3c;
  --gold-premium-glow: rgba(201, 162, 39, 0.25);
  --gold-premium-dim: rgba(201, 162, 39, 0.06);
  
  /* Deep classy blue */
  --blue-premium: #0052cc;
  --blue-premium-glow: rgba(0, 82, 204, 0.3);
  --blue-premium-dim: rgba(0, 82, 204, 0.08);

  /* Borders & Glass */
  --border-premium-glass: rgba(255, 255, 255, 0.04);
  --border-premium-highlight: rgba(255, 255, 255, 0.08);
}

/* Typography & Layout Spacing overrides */
body {
  background-color: var(--bg-premium-dark) !important;
  color: var(--text-primary) !important;
  font-family: var(--font-body);
  letter-spacing: 0.01em;
}

/* Clean, modern scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--bg-premium-dark);
}
::-webkit-scrollbar-thumb {
  background: var(--border-premium-highlight);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-premium);
}

/* Premium Navigation changes */
#navbar {
  background: rgba(5, 5, 8, 0.92) !important;
  border-bottom: 1px solid var(--border-premium-glass) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
}

/* Section styling with more breathing room */
section {
  padding: 100px 0 !important; /* Increase whitespace */
}

.divider {
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.15), transparent) !important;
}

/* Classy Section tag & title */
.sec-tag {
  color: var(--gold-premium) !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin-bottom: 16px;
}

.sec-h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 24px;
}

/* HOW IT WORKS SECTION */
.how-section {
  padding: 100px 0 60px !important;
}

.how-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: stretch;
}

.how-step-card {
  background: var(--glass-1);
  border: 1px solid var(--glass-border-1);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition: all var(--dur-slow) var(--ease-out);
  position: relative;
  overflow: hidden;
}

.how-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.2);
  box-shadow: var(--shadow-md), var(--glow-gold-md);
}

.how-step-num {
  width: 46px;
  height: 46px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--gold-dim);
  border: 1px solid rgba(201, 162, 39, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--gold-300);
  transition: all var(--dur-normal) var(--ease-smooth);
}

.how-step-card:hover .how-step-num {
  background: var(--gold-300);
  color: #000;
  box-shadow: var(--glow-gold-md);
}

.how-step-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: 12px;
}

.how-step-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: var(--lh-relaxed);
}

@media(max-width: 768px) {
  .how-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
}

/* PROMO CARDS SECTION */
.promo-section {
  padding: 100px 0 !important;
}

.promo-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.promo-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--glass-border-1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--glass-1);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition: all var(--dur-slow) var(--ease-out);
  position: relative;
}

.promo-card img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  transition: transform var(--dur-slower) var(--ease-out);
}

.promo-card:hover img {
  transform: scale(1.04);
}

.promo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.15);
  box-shadow: var(--shadow-xl);
}

.promo-card-info {
  padding: 20px;
  text-align: center;
  border-top: 1px solid var(--glass-border-1);
  background: rgba(10, 10, 15, 0.8);
  flex-grow: 1;
}

.promo-card-title {
  font-family: var(--font-display);
  letter-spacing: .06em;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 6px;
}

.promo-card-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: var(--lh-normal);
  transition: color var(--dur-normal);
}

/* Premium Gold highlights for specific product tiers */
.promo-card-premium {
  border-color: var(--gold-dim);
  background: linear-gradient(180deg, var(--gold-dim) 0%, rgba(10, 10, 15, 0.9) 100%);
}

.promo-card-premium:hover {
  border-color: var(--gold-300);
  box-shadow: var(--shadow-xl), var(--glow-gold-md);
}

.promo-badge-premium {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  background: linear-gradient(135deg, var(--gold-premium), var(--gold-premium-bright));
  color: #000;
  font-family: 'Bebas Neue', sans-serif;
  font-size: .68rem;
  letter-spacing: .12em;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media(max-width: 900px) {
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}
@media(max-width: 480px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }
}

/* PREMIUM "MORE PRODUCTS" CTA */
.premium-cta-section {
  padding: 40px 0 20px !important;
  text-align: center;
}

.premium-large-btn {
  display: inline-block;
  background: var(--bg-elevated);
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  letter-spacing: var(--ls-wide);
  text-decoration: none;
  padding: 20px 60px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border-2);
  text-transform: uppercase;
  transition: all var(--dur-slow) var(--ease-spring);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.premium-large-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  transition: all var(--dur-slower) var(--ease-out);
}

.premium-large-btn:hover::before {
  left: 150%;
}

.premium-large-btn:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: var(--gold-300);
  color: var(--gold-300);
  box-shadow: var(--shadow-xl), var(--glow-gold-md);
}

/* VIDEO REVIEWS SECTION */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.video-card-item {
  background: #08080c;
  border: 1px solid var(--border-premium-glass);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.video-card-item:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 39, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.video-thumbnail-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}

.video-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
  transition: transform 0.5s ease;
}

.video-card-item:hover .video-thumbnail-wrapper img {
  transform: scale(1.03);
  opacity: .75;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(10, 10, 15, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: #fff;
}

.video-card-item:hover .video-play-icon {
  background: var(--gold-premium);
  color: #000;
  border-color: var(--gold-premium);
  transform: scale(1.1);
  box-shadow: 0 0 20px var(--gold-premium-glow);
}

.video-card-info {
  padding: 20px;
}

.video-card-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-premium);
  background: var(--gold-premium-dim);
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 12px;
}

.video-card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 6px;
}

.video-card-desc {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

.video-channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--border-premium-highlight);
  padding: 12px 28px;
  border-radius: 10px;
  transition: all 0.25s;
  background: rgba(255, 255, 255, 0.01);
}

.video-channel-btn:hover {
  border-color: var(--gold-premium);
  color: var(--gold-premium);
  background: var(--gold-premium-dim);
}

@media(max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

/* --- PREMIUM SUBSCRIPTION BUNDLE REDESIGN --- */
.bundle-card {
  background: rgba(10, 10, 15, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  overflow: hidden;
  position: relative;
}

.bundle-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.bundle-badge {
  background: linear-gradient(135deg, var(--gold-premium), #FFF5C3) !important;
  color: #111 !important;
  font-weight: 900 !important;
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4) !important;
}

.bundle-left h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 3.5rem !important;
  background: linear-gradient(135deg, #fff 0%, #a0aab2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem !important;
}

.bundle-left h2 span {
  background: linear-gradient(135deg, #4d8fff 0%, #0055ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bundle-price .old {
  color: rgba(255, 255, 255, 0.3) !important;
  text-decoration: line-through;
}

.bundle-price .save {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.prem-feat-row {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  border-left-width: 1px !important;
}

.prem-feat-row:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateX(4px);
}

.prem-feat-icon {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.prem-blue .prem-feat-icon { color: #4d8fff !important; }
.prem-gold .prem-feat-icon { color: var(--gold-premium) !important; }
.prem-green .prem-feat-icon { color: #22c55e !important; }

.prem-feat-title {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

.prem-feat-desc {
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.bundle-actions .btn-primary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.bundle-actions .btn-primary:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bundle-actions .btn-primary:first-child {

/* --- PREMIUM SUBSCRIPTION BUNDLE REDESIGN --- */
.bundle-card {
  background: rgba(10, 10, 15, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  overflow: hidden;
  position: relative;
}

.bundle-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}

.bundle-badge {
  background: linear-gradient(135deg, var(--gold-premium), #FFF5C3) !important;
  color: #111 !important;
  font-weight: 900 !important;
  box-shadow: 0 4px 20px rgba(201, 162, 39, 0.4) !important;
}

.bundle-left h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 3.5rem !important;
  background: linear-gradient(135deg, #fff 0%, #a0aab2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem !important;
}

.bundle-left h2 span {
  background: linear-gradient(135deg, #4d8fff 0%, #0055ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bundle-price .old {
  color: rgba(255, 255, 255, 0.3) !important;
  text-decoration: line-through;
}

.bundle-price .save {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.prem-feat-row {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  border-left-width: 1px !important;
}

.prem-feat-row:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateX(4px);
}

.prem-feat-icon {
  background: transparent !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

.prem-blue .prem-feat-icon { color: #4d8fff !important; }
.prem-gold .prem-feat-icon { color: var(--gold-premium) !important; }
.prem-green .prem-feat-icon { color: #22c55e !important; }

.prem-feat-title {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}

.prem-feat-desc {
  font-size: 0.85rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.bundle-actions .btn-primary {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.bundle-actions .btn-primary:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.bundle-actions .btn-primary:first-child {
  background: linear-gradient(135deg, #0055ff, #0033bb) !important;
  border: none !important;
  box-shadow: 0 10px 30px rgba(0, 85, 255, 0.3) !important;
}

.bundle-actions .btn-primary:first-child:hover {
  background: linear-gradient(135deg, #4d8fff, #0055ff) !important;
  box-shadow: 0 10px 40px rgba(0, 85, 255, 0.5) !important;
}

/* Navigation Dropdowns for Desktop Mega Menu */
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: all var(--dur-normal) var(--ease-smooth);
}

.nav-links a:hover {
  color: var(--text-primary);
  background: var(--glass-2);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--bg-overlay);
  border: 1px solid var(--glass-border-2);
  border-radius: var(--radius-md);
  padding: 12px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow-lg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  transition: all var(--dur-normal) var(--ease-out);
  z-index: 10000;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu a {
  padding: 8px 12px;
  font-size: var(--text-sm);
  color: var(--text-muted);
  border-radius: var(--radius-xs);
  transition: all var(--dur-fast);
  white-space: nowrap;
  display: block;
}

.nav-dropdown-menu a:hover {
  color: var(--text-primary);
  background: var(--glass-2);
}

.nav-dropdown-menu a.gold {
  color: var(--gold-300);
}
.nav-dropdown-menu a.gold:hover {
  background: var(--gold-dim);
}

/* Mobile Drawer Redesign */
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px;
  border-bottom: 1px solid var(--glass-border-1);
  margin-bottom: 20px;
}

.mobile-nav-links-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-drawer-settings {
  margin-top: 30px;
  padding: 20px;
  background: var(--glass-1);
  border: 1px solid var(--glass-border-1);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.setting-label {
  font-size: var(--text-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wide);
  margin-bottom: 4px;
}

.mobile-currency-wrap {
  position: relative;
}

#currencyDropdownMobile {
  display: none;
}

#currencyDropdownMobile.open {
  display: flex;
  flex-direction: column;
  background: var(--bg-overlay);
  border: 1px solid var(--glass-border-2);
  border-radius: var(--radius-md);
  padding: 8px;
  gap: 4px;
  margin-top: 8px;
}

#currencyDropdownMobile button {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: var(--text-sm);
  padding: 8px;
  border-radius: var(--radius-xs);
  text-align: left;
  cursor: pointer;
  width: 100%;
}

#currencyDropdownMobile button:hover {
  background: var(--glass-2);
  color: var(--text-primary);
}

