/* ==========================================================================
   CINEMATIC LUXURY DARK & CHAMPAGNE GOLD DESIGN SYSTEM - SKILLBUNDLE ACADEMY
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,600;1,700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap');

:root {
  /* Canvas & Obsidian Dark Surfaces */
  --bg-deep: #08090c;
  --bg-card: #101218;
  --bg-card-elevated: #161922;
  --bg-card-glass: rgba(18, 21, 29, 0.9);
  --bg-card-light: #181c26;
  
  /* Text Colors */
  --text-pure: #ffffff;
  --text-body: #cbd5e1;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  /* Metallic Champagne Gold Palette */
  --gold-glow: rgba(230, 202, 133, 0.25);
  --gold-light: #fef08a;
  --gold-champagne: #f5d77f;
  --gold-primary: #e6ca85;
  --gold-rich: #d4af37;
  --gold-dark: #b8860b;
  --gold-amber: #f59e0b;
  
  --gold-gradient: linear-gradient(135deg, #fff3d1 0%, #f5d77f 30%, #d4af37 60%, #b8860b 100%);
  --gold-btn-gradient: linear-gradient(135deg, #fbe6b3 0%, #e6ca85 35%, #d4af37 70%, #b8860b 100%);
  --gold-btn-hover: linear-gradient(135deg, #ffffff 0%, #fbe6b3 40%, #e6ca85 80%, #c4962c 100%);
  --gold-border-subtle: rgba(230, 202, 133, 0.25);
  --gold-border-bright: rgba(230, 202, 133, 0.7);

  /* Module Specific Brand Accents */
  --c-pin: #e60023;
  --c-pin-glow: rgba(230, 0, 35, 0.3);
  --c-pin-bg: rgba(230, 0, 35, 0.12);
  --c-pin-gradient: linear-gradient(135deg, #ff416c 0%, #e60023 100%);

  --c-blog: #10b981;
  --c-blog-glow: rgba(16, 185, 129, 0.3);
  --c-blog-bg: rgba(16, 185, 129, 0.12);
  --c-blog-gradient: linear-gradient(135deg, #10b981 0%, #047857 100%);

  --c-flodesk: #38bdf8;
  --c-flodesk-glow: rgba(56, 189, 248, 0.3);
  --c-flodesk-bg: rgba(56, 189, 248, 0.12);
  --c-flodesk-gradient: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);

  /* Shadows & Depth */
  --shadow-card: 0 16px 36px -8px rgba(0, 0, 0, 0.7), 0 0 0 1px var(--gold-border-subtle);
  --shadow-hover: 0 24px 48px -10px rgba(0, 0, 0, 0.8), 0 0 0 1px var(--gold-border-bright);
  --shadow-gold: 0 10px 28px -4px rgba(212, 175, 55, 0.35);

  /* Fonts */
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-script: 'Caveat', cursive;
  --font-sans: 'Outfit', 'Plus Jakarta Sans', sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 9999px;
  --max-width: 1140px;
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-deep);
  color: var(--text-body);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 95px; /* Clearance for sticky bottom bar */
}

h1, h2, h3, h4, h5 {
  color: var(--text-pure);
  line-height: 1.2;
}

p {
  color: var(--text-body);
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
  background: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* Gold Text Gradients */
.gold-text-glow {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.script-signature-accent {
  font-family: var(--font-script);
  font-size: 2.3rem;
  color: #f5d77f;
  font-weight: 700;
  display: inline-block;
  transform: rotate(-3deg);
  line-height: 1;
}

/* Ambient Radial Glows */
.ambient-glow-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(circle, rgba(230, 202, 133, 0.15) 0%, rgba(8, 9, 12, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* ==========================================================================
   TOP NOTIFICATION URGENCY BAR
   ========================================================================== */
.top-notice-bar {
  background: linear-gradient(90deg, #0f1117 0%, #1e2433 50%, #0f1117 100%);
  color: #ffffff;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-notice-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.badge-pulse-fire {
  background: #e60023;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.8px;
}

.timer-digits-highlight {
  background: rgba(230, 202, 133, 0.15);
  color: #fef08a;
  border: 1px solid rgba(230, 202, 133, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-weight: 900;
  font-size: 0.95rem;
}

.btn-top-claim {
  background: var(--gold-btn-gradient);
  color: #0b0c10;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-top-claim:hover {
  background: var(--gold-btn-hover);
  transform: translateX(2px);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.site-navbar {
  background: rgba(8, 9, 12, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 41px;
  z-index: 90;
}

.site-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.brand-medallion-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-crown-medallion {
  width: 42px;
  height: 42px;
  background: var(--gold-btn-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #08090c;
  font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-name-pure {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.brand-name-pure span {
  color: #e6ca85;
}

.brand-sub-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  text-transform: uppercase;
}

.nav-links-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links-menu a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-body);
}

.nav-links-menu a:hover {
  color: #e6ca85;
}

.btn-nav-action-gold {
  background: var(--gold-btn-gradient);
  color: #08090c;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  font-weight: 900;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-gold);
}

.btn-nav-action-gold:hover {
  background: var(--gold-btn-hover);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION (Cinematic Poster Match)
   ========================================================================== */
.hero-cinema {
  position: relative;
  padding: 48px 0 64px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-pill-tag {
  display: inline-flex;
  align-items: center;
  background: rgba(22, 25, 34, 0.85);
  border: 1px solid var(--gold-border-subtle);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  gap: 8px;
  margin-bottom: 20px;
}

.play-dot-circle {
  width: 22px;
  height: 22px;
  background: var(--gold-btn-gradient);
  color: #08090c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}

.hero-pill-tag span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #e6ca85;
}

.hero-cinema-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.5vw, 4.3rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.12;
}

.hero-cinema-sub {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--text-body);
  max-width: 840px;
  margin: 0 auto 24px;
  font-weight: 500;
}

.hero-cinema-sub strong {
  color: #ffffff;
  font-weight: 800;
}

.courses-badge-label {
  display: inline-flex;
  align-items: center;
  background: rgba(230, 202, 133, 0.15);
  color: #e6ca85;
  border: 1px solid var(--gold-border-subtle);
  padding: 4px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

/* 3 COURSE SHOWCASE CARDS */
.hero-courses-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
  text-align: left;
}

.hero-course-glass-card {
  background: var(--bg-card-glass);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.hero-course-glass-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-border-bright);
  box-shadow: var(--shadow-hover);
}

.card-top-preview {
  padding: 20px 18px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pin-theme { background: linear-gradient(180deg, rgba(230, 0, 35, 0.15) 0%, transparent 100%); }
.blog-theme { background: linear-gradient(180deg, rgba(16, 185, 129, 0.15) 0%, transparent 100%); }
.flodesk-theme { background: linear-gradient(180deg, rgba(56, 189, 248, 0.15) 0%, transparent 100%); }

.card-brand-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #ffffff;
}

.icon-pin-red { background: var(--c-pin-gradient); box-shadow: 0 4px 14px var(--c-pin-glow); }
.icon-blog-green { background: var(--c-blog-gradient); box-shadow: 0 4px 14px var(--c-blog-glow); }
.icon-flodesk-blue { background: var(--c-flodesk-gradient); font-family: serif; font-weight: bold; box-shadow: 0 4px 14px var(--c-flodesk-glow); }

.card-time-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 800;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.device-screen-box {
  margin: 12px 16px 0;
  border-radius: 8px;
  padding: 12px;
  background: #0b0d13;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.mockup-line {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
}
.mockup-line.w-75 { width: 75%; }
.mockup-line.w-50 { width: 50%; }
.mockup-line.glow-red { background: rgba(230, 0, 35, 0.5); }
.mockup-line.glow-green { background: rgba(16, 185, 129, 0.5); }
.mockup-line.glow-blue { background: rgba(56, 189, 248, 0.5); }

.card-info-body {
  padding: 16px 18px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-info-body h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.card-sub-category {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.cat-color-pin { color: #ff4d6d; }
.cat-color-blog { color: #34d399; }
.cat-color-flodesk { color: #38bdf8; }

.card-info-body p {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 16px;
  line-height: 1.5;
}

.card-bottom-row {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-view-syl-gold {
  font-size: 0.85rem;
  font-weight: 800;
  color: #e6ca85;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-view-syl-gold:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* OUTCOME & PRICE RIBBON */
.outcome-price-ribbon-dark {
  background: var(--bg-card);
  border: 2px solid var(--gold-border-subtle);
  border-radius: var(--radius-xl);
  padding: 24px 32px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 20px;
}

.outcome-left-box {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.outcome-gift-box {
  width: 52px;
  height: 52px;
  background: rgba(230, 202, 133, 0.15);
  border: 1px solid var(--gold-border-subtle);
  color: #e6ca85;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.outcome-titles strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  color: #e6ca85;
  letter-spacing: 0.5px;
}

.outcome-titles span {
  font-size: 0.9rem;
  color: var(--text-body);
  font-weight: 600;
}

.outcome-right-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.price-unit-col {
  text-align: right;
}

.price-unit-label {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #e6ca85;
}

.price-digits-flex {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-curr-sign {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
}

.price-huge-num {
  font-family: var(--font-sans);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
}

.actual-strike-col {
  text-align: left;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.actual-strike-col del {
  color: #ef4444;
  font-weight: 800;
  font-size: 1.15rem;
}

.gold-seal-badge {
  background: rgba(230, 202, 133, 0.15);
  border: 1px dashed #e6ca85;
  padding: 8px 14px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
  color: #fef08a;
}

/* GIANT GOLD CTA BUTTON */
.cta-button-container {
  max-width: 680px;
  margin: 0 auto 36px;
}

.btn-giant-gold-cta {
  width: 100%;
  background: var(--gold-btn-gradient);
  color: #08090c;
  padding: 18px 32px;
  border-radius: var(--radius-xl);
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: var(--shadow-gold);
  position: relative;
  overflow: hidden;
}

.btn-giant-gold-cta:hover {
  background: var(--gold-btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.5);
}

.cta-titles-stack {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cta-main-head {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.cta-sub-perks {
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0.95;
  letter-spacing: 0.8px;
}

/* 4 BOTTOM PILLARS GRID */
.pillars-bar-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  text-align: left;
}

.pillar-item-box {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
}

.pillar-item-box i {
  color: #e6ca85;
  font-size: 1.25rem;
}

/* ==========================================================================
   LIVE ENROLLMENT TICKER
   ========================================================================== */
.live-sales-bar {
  background: #0d0f14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 11px 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.live-sales-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.pulse-green-dot {
  width: 9px;
  height: 9px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

/* ==========================================================================
   WHY THESE 3 SKILLS SECTION
   ========================================================================== */
section {
  padding: 80px 0;
  position: relative;
}

.section-head-center {
  text-align: center;
  margin-bottom: 48px;
}

.section-gold-badge {
  background: rgba(230, 202, 133, 0.15);
  color: #fef08a;
  border: 1px solid var(--gold-border-subtle);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-pure {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.section-desc-pure {
  font-size: 1.08rem;
  color: var(--text-body);
  max-width: 720px;
  margin: 0 auto;
}

.why-cards-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.why-skill-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-skill-card-dark:hover {
  transform: translateY(-5px);
  border-color: var(--gold-border-bright);
  box-shadow: var(--shadow-hover);
}

.why-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.why-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.why-status-chip {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.chip-red-dark { background: var(--c-pin-bg); color: #ff6b81; border: 1px solid var(--c-pin-glow); }
.chip-green-dark { background: var(--c-blog-bg); color: #34d399; border: 1px solid var(--c-blog-glow); }
.chip-blue-dark { background: var(--c-flodesk-bg); color: #38bdf8; border: 1px solid var(--c-flodesk-glow); }

.why-skill-card-dark h3 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  margin-bottom: 6px;
}

.why-skill-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 18px;
}

.why-bullet-points {
  list-style: none;
  margin-bottom: 24px;
}

.why-bullet-points li {
  font-size: 0.92rem;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.why-bullet-points li i {
  color: #22c55e;
  margin-top: 4px;
  flex-shrink: 0;
}

.why-retainer-banner-dark {
  background: var(--bg-card-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
}
.why-retainer-banner-dark strong {
  color: #e6ca85;
  font-size: 1.05rem;
}

/* ==========================================================================
   INCOME CALCULATOR
   ========================================================================== */
.calculator-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}

.slider-group-dark {
  margin-bottom: 28px;
}

.slider-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.slider-header-flex label {
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
}

.slider-value-pill {
  background: rgba(230, 202, 133, 0.15);
  color: #fef08a;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--gold-border-subtle);
}

input[type="range"] {
  width: 100%;
  height: 8px;
  background: #232836;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e6ca85;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
}

.calc-display-dark {
  background: linear-gradient(135deg, #181c26 0%, #12141c 100%);
  border: 2px solid var(--gold-border-subtle);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
}

.calc-display-digits-pure {
  font-family: var(--font-sans);
  font-size: 3.6rem;
  font-weight: 900;
  color: #fef08a;
  line-height: 1;
  margin: 10px 0 8px;
}

.btn-calc-enroll-gold {
  background: var(--gold-btn-gradient);
  color: #08090c;
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-pill);
  font-weight: 900;
  font-size: 1.05rem;
  box-shadow: var(--shadow-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ==========================================================================
   FREE BONUSES (4x)
   ========================================================================== */
.bonuses-outer-box-dark {
  background: var(--bg-card);
  border: 2px solid var(--gold-border-subtle);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  box-shadow: var(--shadow-card);
}

.bonuses-4-grid-dark {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.bonus-card-item-dark {
  background: var(--bg-card-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.bonus-card-item-dark:hover {
  transform: translateY(-4px);
  border-color: var(--gold-border-bright);
  box-shadow: var(--shadow-hover);
}

.bonus-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.bonus-num-chip {
  background: rgba(230, 202, 133, 0.15);
  border: 1px solid var(--gold-border-subtle);
  font-size: 0.7rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 4px;
  color: #fef08a;
}

.bonus-green-worth {
  font-size: 0.75rem;
  font-weight: 800;
  color: #34d399;
}

.bonus-icon-glow {
  font-size: 1.6rem;
  color: #e6ca85;
  margin-bottom: 12px;
}

.bonus-card-item-dark h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.bonus-card-item-dark p {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.5;
}

/* ==========================================================================
   STUDENT REVIEWS
   ========================================================================== */
.reviews-grid-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.review-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-author-flex {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.author-circle-dark {
  width: 46px;
  height: 46px;
  background: rgba(230, 202, 133, 0.15);
  color: #fef08a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  border: 1px solid var(--gold-border-subtle);
}

.author-meta-titles h4 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 2px;
}

.author-meta-titles span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.review-stars-gold {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.review-quote-para {
  font-size: 0.95rem;
  color: var(--text-body);
  margin-bottom: 18px;
  line-height: 1.6;
}

.verified-tag-green {
  font-size: 0.75rem;
  font-weight: 800;
  color: #34d399;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   MEGA VALUE STACK PRICING
   ========================================================================== */
.pricing-stack-card-dark {
  background: var(--bg-card);
  border: 2px solid var(--gold-border-bright);
  border-radius: var(--radius-xl);
  padding: 56px 44px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: var(--shadow-hover);
  position: relative;
}

.discount-pill-floating {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-btn-gradient);
  color: #08090c;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 20px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.8px;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.val-items-list-dark {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.val-row-dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-card-light);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.val-row-dark.bonus-highlight {
  background: rgba(230, 202, 133, 0.12);
  color: #fef08a;
  border: 1px solid var(--gold-border-subtle);
}

.val-row-dark i {
  color: #22c55e;
  margin-right: 8px;
}

.val-row-dark.bonus-highlight i {
  color: #e6ca85;
}

.total-strike-row-dark {
  display: flex;
  justify-content: space-between;
  padding: 16px 14px;
  border-top: 2px dashed rgba(255, 255, 255, 0.15);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-muted);
}
.total-strike-row-dark del {
  color: #ef4444;
  font-size: 1.35rem;
}

.today-deal-card-dark {
  background: rgba(230, 202, 133, 0.15);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.today-price-huge {
  font-family: var(--font-sans);
  font-size: 3.6rem;
  font-weight: 900;
  color: #fef08a;
  line-height: 1;
}

.timer-numerals-pure {
  font-family: monospace;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fef08a;
}

.guarantee-box-dark {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  text-align: left;
}

.guarantee-box-dark i {
  font-size: 2rem;
  color: #22c55e;
}

.guarantee-box-dark strong {
  display: block;
  color: #4ade80;
  font-size: 0.95rem;
}

.guarantee-box-dark p {
  font-size: 0.85rem;
  color: #86efac;
  margin: 0;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-accordion-dark-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-card-dark {
  background: var(--bg-card);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-btn-dark {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  gap: 14px;
}

.faq-btn-dark:hover {
  background: var(--bg-card-light);
}

.faq-arrow-gold {
  color: #e6ca85;
  transition: transform 0.3s ease;
}

.faq-card-dark.active .faq-arrow-gold {
  transform: rotate(180deg);
}

.faq-body-drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background: var(--bg-card);
}

.faq-card-dark.active .faq-body-drawer {
  max-height: 300px;
  padding: 0 24px 22px;
}

.faq-body-drawer p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer-dark {
  background: #050608;
  color: #94a3b8;
  padding: 56px 0 28px;
  text-align: center;
  font-size: 0.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-nav-links-dark {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer-nav-links-dark button, .footer-nav-links-dark a {
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
}
.footer-nav-links-dark button:hover, .footer-nav-links-dark a:hover {
  color: #fef08a;
}

/* ==========================================================================
   STICKY BOTTOM CONVERSION BAR
   ========================================================================== */
.sticky-conversion-bar-dark {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background: rgba(14, 17, 23, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid var(--gold-border-bright);
  padding: 10px 0;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.9), 0 0 20px rgba(212, 175, 55, 0.25);
  z-index: 9999;
  transform: translateY(120%);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sticky-conversion-bar-dark.active {
  transform: translateY(0);
}

.sticky-bar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.sticky-price-col-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.sticky-bundle-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #e6ca85;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 2px;
}

.sticky-price-display-dark {
  font-family: var(--font-sans);
  font-size: 1.55rem;
  font-weight: 900;
  color: #fef08a;
  line-height: 1;
}

.sticky-price-display-dark del {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: normal;
  margin-left: 6px;
}

.btn-sticky-claim-gold {
  background: var(--gold-btn-gradient);
  color: #08090c;
  padding: 11px 26px;
  border-radius: var(--radius-pill);
  font-weight: 900;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-gold);
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-sticky-claim-gold:hover {
  background: var(--gold-btn-hover);
  transform: translateY(-2px);
}

/* ==========================================================================
   CHECKOUT & MODALS
   ========================================================================== */
.modal-dark-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(5, 6, 8, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.modal-dark-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-dark-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border-subtle);
  border-radius: var(--radius-xl);
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px 32px;
  position: relative;
  box-shadow: var(--shadow-hover);
  transform: scale(0.96);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-dark-backdrop.is-active .modal-dark-card {
  transform: scale(1);
}

.modal-dark-wide {
  max-width: 780px;
}

.modal-close-x-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-card-light);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.form-field-dark {
  margin-bottom: 14px;
  text-align: left;
}

.form-field-dark label {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.form-field-dark input {
  width: 100%;
  padding: 12px 16px;
  background: #0a0c10;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  font-size: 16px; /* Prevents auto-zoom on iOS */
  color: #ffffff;
  font-family: inherit;
  transition: border-color 0.2s;
}

.form-field-dark input:focus {
  outline: none;
  border-color: #e6ca85;
}

.btn-modal-checkout-gold {
  width: 100%;
  background: var(--gold-btn-gradient);
  color: #08090c;
  padding: 16px;
  border-radius: var(--radius-pill);
  font-weight: 900;
  font-size: 1.1rem;
  box-shadow: var(--shadow-gold);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Floating WhatsApp */
.whatsapp-floating-circle {
  position: fixed;
  bottom: 84px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: #22c55e;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
  z-index: 75;
  transition: transform 0.3s ease;
}
.whatsapp-floating-circle:hover {
  transform: scale(1.1);
}

/* ==========================================================================
   ADVANCED MOBILE RESPONSIVE OPTIMIZATIONS (META ADS MOBILE-FIRST)
   ========================================================================== */

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .site-navbar-inner {
    height: 58px;
  }

  .brand-crown-medallion {
    width: 36px;
    height: 36px;
    font-size: 1.05rem;
    border-radius: 10px;
  }

  .brand-name-pure {
    font-size: 1.15rem;
  }

  .nav-links-menu {
    display: none;
  }

  .btn-nav-action-gold {
    padding: 7px 14px;
    font-size: 0.8rem;
  }

  .hero-cinema {
    padding: 28px 0 40px;
  }

  .hero-pill-tag {
    padding: 4px 12px;
    font-size: 0.7rem;
    margin-bottom: 14px;
  }

  .hero-cinema-title {
    font-size: 2.1rem;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .hero-cinema-sub {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }

  .script-signature-accent {
    font-size: 1.85rem;
  }

  .hero-courses-3-grid, 
  .why-cards-3-grid, 
  .reviews-grid-dark, 
  .bonuses-4-grid-dark {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-course-glass-card {
    border-radius: var(--radius-md);
  }

  .card-top-preview {
    padding: 14px 14px 10px;
  }

  .card-brand-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 10px;
  }

  .device-screen-box {
    margin: 10px 14px 0;
    padding: 10px 12px;
  }

  .card-info-body {
    padding: 14px 14px 16px;
  }

  .card-info-body h3 {
    font-size: 1.28rem;
    line-height: 1.2;
    margin-bottom: 3px;
  }

  .outcome-price-ribbon-dark {
    flex-direction: column;
    text-align: center;
    padding: 18px 14px;
    gap: 14px;
  }

  .outcome-left-box, .outcome-right-box {
    flex-direction: column;
    text-align: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
  }

  .price-unit-col {
    text-align: center;
  }

  .price-digits-flex {
    justify-content: center;
  }

  .price-huge-num {
    font-size: 3rem;
  }

  .cta-button-container {
    margin-bottom: 24px;
  }

  .btn-giant-gold-cta {
    padding: 15px 18px;
    min-height: 52px;
    border-radius: var(--radius-lg);
    gap: 10px;
  }

  .cta-main-head {
    font-size: 1.05rem;
  }

  .cta-sub-perks {
    font-size: 0.68rem;
  }

  .pillars-bar-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .pillar-item-box {
    padding: 10px;
    font-size: 0.7rem;
    gap: 8px;
  }

  .pillar-item-box i {
    font-size: 1rem;
  }

  .live-sales-inner {
    flex-direction: column;
    text-align: center;
    gap: 5px;
    font-size: 0.78rem;
  }

  section {
    padding: 48px 0;
  }

  .section-title-pure {
    font-size: 1.75rem;
  }

  .calculator-card-dark {
    grid-template-columns: 1fr;
    padding: 24px 16px;
    gap: 24px;
  }

  .calc-display-digits-pure {
    font-size: 2.8rem;
  }

  .bonuses-outer-box-dark {
    padding: 28px 16px;
  }

  .pricing-stack-card-dark {
    padding: 36px 16px 24px;
  }

  .today-price-huge {
    font-size: 2.8rem;
  }

  .today-deal-card-dark {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 16px 14px;
  }

  .today-deal-card-dark div:last-child {
    text-align: center !important;
  }

  .faq-btn-dark {
    padding: 14px 16px;
    font-size: 0.92rem;
  }

  .modal-dark-card {
    padding: 22px 16px;
    border-radius: var(--radius-lg);
    max-height: 85vh;
  }

  .whatsapp-floating-circle {
    bottom: 82px;
    right: 14px;
    width: 46px;
    height: 46px;
    font-size: 1.45rem;
  }

  /* Sticky Bottom Bar on Mobile - Perfectly Fitted 2-Column Flex */
  .sticky-conversion-bar-dark {
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .sticky-bar-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .sticky-price-col-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-shrink: 0 !important;
    line-height: 1.1 !important;
  }

  .sticky-bundle-label {
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    color: #e6ca85 !important;
    letter-spacing: 0.5px !important;
  }

  .sticky-price-display-dark {
    font-size: 1.35rem !important;
    font-weight: 900 !important;
    color: #fef08a !important;
  }

  .sticky-price-display-dark del {
    font-size: 0.8rem !important;
    color: var(--text-muted) !important;
    font-weight: normal !important;
    margin-left: 4px !important;
  }

  .btn-sticky-claim-gold {
    flex-shrink: 0 !important;
    padding: 10px 16px !important;
    font-size: 0.85rem !important;
    white-space: nowrap !important;
    border-radius: var(--radius-pill) !important;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
}

@media (max-width: 380px) {
  .hero-cinema-title {
    font-size: 1.85rem;
  }

  .pillars-bar-row {
    grid-template-columns: 1fr;
  }

  .val-row-dark {
    font-size: 0.82rem;
    padding: 9px 11px;
  }

  .btn-sticky-claim-gold {
    padding: 9px 12px !important;
    font-size: 0.78rem !important;
  }

  .sticky-price-display-dark {
    font-size: 1.2rem !important;
  }
}
