/* ============================================================
   Kedia Academy — Commodity Masterclass
   Premium dark financial aesthetic · gold accents
   ============================================================ */

:root {
  /* Canvas */
  --bg: #0a0a0b;
  --bg-alt: #0f0f12;
  --bg-elev: #15151a;
  --surface: #1a1a20;
  --surface-2: #20202a;

  /* Lines */
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 215, 0, 0.22);

  /* Ink */
  --ink: #f4f4f3;
  --ink-muted: #a3a3ad;
  --ink-faint: #6b6b76;

  /* Gold system */
  --gold: #ffd700;
  --gold-2: #ffb300;
  --gold-deep: #b8860b;
  --gold-soft: rgba(255, 215, 0, 0.1);
  --gold-grad: linear-gradient(135deg, #ffe259 0%, #ffd700 35%, #ffa000 100%);
  --gold-grad-soft: linear-gradient(135deg, rgba(255, 226, 89, 0.16), rgba(255, 160, 0, 0.06));

  /* Misc */
  --danger: #ff6b6b;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-xs: 9px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --shadow-gold: 0 18px 50px rgba(255, 179, 0, 0.18);
  --font: "DM Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --maxw: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

strong {
  font-weight: 700;
}

::selection {
  background: var(--gold);
  color: #000;
}

.container {
  width: min(var(--maxw), calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: #000;
  padding: 0.6rem 1rem;
  border-radius: 0 0 8px 0;
  z-index: 300;
  font-weight: 600;
}
.skip-link:focus {
  left: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  white-space: nowrap;
}

.btn-gold {
  background: var(--gold-grad);
  color: #1a1300;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 22px 60px rgba(255, 179, 0, 0.32);
}

.btn-gold:active {
  transform: translateY(0);
}

.btn-sm {
  padding: 0.6rem 1.15rem;
  font-size: 0.86rem;
}

.btn-lg {
  padding: 1rem 1.9rem;
  font-size: 1.02rem;
}

.btn-full {
  width: 100%;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  height: 52px;
  width: auto;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--ink);
}

.brand-accent {
  color: var(--gold);
  margin-left: 0.28em;
}

.nav-links {
  display: flex;
  gap: 1.75rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-muted);
}

.nav-links a {
  position: relative;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--gold-grad);
  transition: width 0.25s ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links a:hover::after {
  width: 100%;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 5.5rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 45% at 78% 8%, rgba(255, 179, 0, 0.12), transparent 55%),
    radial-gradient(40% 35% at 12% 90%, rgba(255, 215, 0, 0.06), transparent 55%);
  z-index: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(65% 55% at 40% 20%, #000, transparent 85%);
  -webkit-mask-image: radial-gradient(65% 55% at 40% 20%, #000, transparent 85%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.hero-glow--left {
  width: 420px;
  height: 420px;
  left: -120px;
  top: 20%;
  background: rgba(255, 215, 0, 0.06);
  animation: heroGlowPulse 8s ease-in-out infinite alternate;
}

.hero-glow--right {
  width: 360px;
  height: 360px;
  right: 5%;
  top: 10%;
  background: rgba(255, 179, 0, 0.08);
  animation: heroGlowPulse 10s ease-in-out infinite alternate-reverse;
}

@keyframes heroGlowPulse {
  0% { opacity: 0.45; transform: scale(1); }
  100% { opacity: 0.85; transform: scale(1.08); }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-intro {
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--gold-grad-soft);
}

.hero-title {
  font-size: clamp(2.6rem, 5.4vw, 4rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.title-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hl {
  color: var(--gold);
}

.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  margin: 0;
  color: var(--ink-muted);
  max-width: 64ch;
  line-height: 1.55;
}

.hero-lead .hl {
  color: var(--ink);
  font-weight: 600;
}

/* Animated pipeline */
.hero-pipeline {
  position: relative;
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.hero-pipeline-track {
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border);
  border-radius: 2px;
  overflow: hidden;
}

.hero-pipeline-fill {
  display: block;
  height: 100%;
  width: 0;
  background: var(--gold-grad);
  border-radius: 2px;
  animation: pipelineFill 2.2s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
}

@keyframes pipelineFill {
  to { width: 100%; }
}

.hero-pipeline-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  position: relative;
}

.hero-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  animation: stepReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) calc(0.5s + var(--step-i) * 0.25s) forwards;
}

@keyframes stepReveal {
  to { opacity: 1; transform: translateY(0); }
}

.hero-step-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bg-elev);
  border: 2px solid var(--border-strong);
  position: relative;
  z-index: 1;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hero-step--accent .hero-step-dot {
  background: var(--gold-grad);
  border-color: transparent;
  box-shadow: 0 0 20px rgba(255, 179, 0, 0.45);
}

.hero-step-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-muted);
  line-height: 1.25;
}

.hero-step--accent .hero-step-label {
  color: var(--gold);
}

.hero-step:hover .hero-step-dot {
  border-color: var(--gold);
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.3);
}

.hero-step--accent:hover .hero-step-dot {
  box-shadow: 0 0 28px rgba(255, 179, 0, 0.55);
}

/* Callout quote */
.hero-callout {
  margin: 0;
  padding: 1.15rem 1.35rem;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.06), transparent 80%);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.24s both;
}

.hero-callout p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

.hero-callout strong {
  color: var(--gold);
  font-weight: 600;
}

/* Feature grid — mirrors mentor-stat pattern */
.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.36s both;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.95rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-feature:hover {
  border-color: var(--border-strong);
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.hero-feature-num {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: var(--gold-grad);
  color: #1a1300;
  line-height: 1.4;
}

.hero-feature-text {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-muted);
  line-height: 1.35;
}

/* Booking panel */
.hero-booking {
  background: linear-gradient(170deg, var(--surface), var(--bg-elev));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 1.5rem 1.65rem;
  box-shadow: var(--shadow-gold);
  animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
  position: relative;
  overflow: hidden;
}

.hero-booking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-grad);
}

.hero-booking-meta {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.hero-meta-item {
  flex: 1;
  min-width: 90px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 1rem;
}

.hero-meta-item:first-child {
  padding-left: 0;
}

.hero-meta-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 600;
}

.hero-meta-item strong {
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 600;
}

.hero-meta-divider {
  width: 1px;
  align-self: stretch;
  background: var(--border);
  margin: 0.15rem 0;
}

.hero-booking-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.hero-price-wrap .price-block {
  margin-bottom: 0.25rem;
}

.hero-price-wrap .price-micro {
  margin: 0;
}

.hero-cta {
  flex-shrink: 0;
}

.hero-fineprint {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
  text-align: center;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero mentor card */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: heroPanelIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  position: sticky;
  top: 120px;
  height: 100%;
}

@keyframes heroPanelIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hero-mentor-card {
  position: relative;
  width: min(380px, 100%);
  border-radius: 24px;
  overflow: hidden;
  background: #111114;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 32px 64px -16px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.03) inset;
}

.hero-mentor-card-glow {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(ellipse at 50% 30%, rgba(255, 215, 0, 0.15), transparent 70%);
  pointer-events: none;
}

.hero-mentor-card-img-wrap {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.hero-mentor-card-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-mentor-card:hover .hero-mentor-card-img {
  transform: scale(1.05);
}

.hero-mentor-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 1.5rem 1.25rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
  pointer-events: none;
}

.hero-mentor-card-name {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hero-mentor-card-role {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  margin-top: 0.1rem;
}

.market-panel {
  position: relative;
  width: min(430px, 100%);
}

.market-panel-glow {
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 38%, rgba(255, 215, 0, 0.24), transparent 72%);
  filter: blur(40px);
  opacity: 0.6;
  pointer-events: none;
  animation: heroGlowPulse 7s ease-in-out infinite alternate;
}

.market-panel-scan {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 22px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.35;
}

.market-panel-scan::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, transparent, rgba(255, 215, 0, 0.06), transparent);
  animation: panelScan 6s ease-in-out infinite;
}

@keyframes panelScan {
  0%, 100% { transform: translateY(0); opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { transform: translateY(320%); opacity: 0; }
}

.market-panel-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(168deg, rgba(22, 22, 28, 0.97), rgba(10, 10, 12, 0.99));
  border: 1px solid rgba(255, 215, 0, 0.14);
  border-radius: 20px;
  padding: 1.1rem 1.15rem 1rem;
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 1px 0 rgba(255, 215, 0, 0.08) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
}

.market-panel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255, 215, 0, 0.55) 50%, transparent 95%);
}

.market-panel-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 55%;
  height: 55%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.04), transparent 70%);
  pointer-events: none;
}

/* Terminal header */
.terminal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.terminal-brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.terminal-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.terminal-pair {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.terminal-venue {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.terminal-session {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  flex-shrink: 0;
}

.terminal-clock {
  font-size: 0.68rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
}

.terminal-status {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3dd68c;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
  background: rgba(61, 214, 140, 0.1);
  border: 1px solid rgba(61, 214, 140, 0.22);
}

.market-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 10px rgba(61, 214, 140, 0.6);
  animation: livePulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

/* Toolbar: timeframe + OHLC */
.terminal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--border);
}

.terminal-tf {
  display: flex;
  gap: 0.2rem;
  padding: 0.15rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.terminal-tf-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--ink-faint);
  font-family: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.45rem;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.terminal-tf-btn:hover {
  color: var(--ink-muted);
  background: rgba(255, 255, 255, 0.04);
}

.terminal-tf-btn.is-active {
  color: #1a1300;
  background: var(--gold-grad);
  box-shadow: 0 2px 8px rgba(255, 179, 0, 0.25);
}

.terminal-ohlc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  justify-content: flex-end;
}

.ohlc-item {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
}

.ohlc-item b {
  color: var(--ink-muted);
  font-weight: 700;
}

.ohlc-item--last b {
  color: var(--gold);
}

/* Ticker grid */
.market-tickers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.market-ticker {
  appearance: none;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.15rem 0.45rem;
  padding: 0.5rem 0.6rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.market-ticker::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 215, 0, 0.06) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.market-ticker:hover::before {
  transform: translateX(120%);
}

.market-ticker:hover {
  border-color: rgba(255, 215, 0, 0.18);
  background: rgba(255, 215, 0, 0.03);
  transform: translateY(-1px);
}

.market-ticker.is-active {
  border-color: rgba(255, 215, 0, 0.32);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.07), rgba(255, 255, 255, 0.02));
  box-shadow: 0 4px 16px rgba(255, 179, 0, 0.1);
}

.ticker-sym {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  grid-row: 1;
}

.market-ticker.is-active .ticker-sym {
  color: var(--gold);
}

.ticker-spark {
  grid-column: 2;
  grid-row: 1;
  width: 48px;
  height: 14px;
  justify-self: end;
  color: #3dd68c;
  opacity: 0.7;
}

.ticker-spark--down {
  color: var(--danger);
}

.ticker-val {
  grid-column: 1;
  grid-row: 2;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  transition: color 0.3s ease;
}

.ticker-val.flash-up { color: var(--gold); }
.ticker-val.flash-down { color: var(--danger); }

.ticker-chg {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  font-size: 0.65rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.ticker-chg.up { color: #3dd68c; }
.ticker-chg.down { color: var(--danger); }

/* Chart area */
.market-chart-wrap {
  position: relative;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid var(--border);
  overflow: hidden;
}

.chart-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.02);
}

.chart-type,
.chart-indicators {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.chart-indicators {
  color: rgba(255, 215, 0, 0.55);
}

.market-chart {
  display: block;
  width: 100%;
  height: auto;
}

.chart-ema,
.chart-trend {
  transition: opacity 0.2s ease;
}

.chart-candles .candle {
  transform-origin: center bottom;
  transform-box: fill-box;
  transform: scaleY(0);
  opacity: 0;
}

.chart-candles .candle.up {
  fill: url(#chartGold);
}

.chart-candles .candle.down {
  fill: rgba(255, 107, 107, 0.82);
}

.chart-candles--animate .candle {
  transform-origin: center bottom;
  transform-box: fill-box;
  transform: scaleY(0);
  opacity: 0;
  animation: candleGrow 0.28s ease forwards;
}

.chart-candles--animate .candle:nth-child(4n+2) { animation-delay: 0.04s; }
.chart-candles--animate .candle:nth-child(4n+4) { animation-delay: 0.08s; }
.chart-candles--animate .candle:nth-child(4n+6) { animation-delay: 0.12s; }
.chart-candles--animate .candle:nth-child(4n+8) { animation-delay: 0.16s; }

@keyframes candleGrow {
  to { transform: scaleY(1); opacity: 1; }
}

.chart-scan {
  animation: chartScan 4s ease-in-out 2.5s infinite;
}

@keyframes chartScan {
  0% { transform: translateX(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(340px); opacity: 0; }
}

.market-chart-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(10, 10, 11, 0.5);
}

.chart-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}

.crumb {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-faint);
  transition: color 0.25s ease;
}

.crumb.is-active {
  color: var(--gold);
}

.crumb-arrow {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.15);
}

.chart-vol-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Stats row */
.market-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.market-stat {
  padding: 0.5rem 0.45rem 0.55rem;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.market-stat:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.market-stat--hot {
  border-color: rgba(255, 215, 0, 0.28);
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.09), var(--surface));
}

.market-stat-key {
  display: block;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 0.15rem;
}

.market-stat-val {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.market-stat-val--bull {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-bull-icon {
  width: 16px;
  height: 11px;
  flex-shrink: 0;
  color: var(--gold);
  -webkit-text-fill-color: initial;
}

.stat-meter {
  display: block;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.stat-meter-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #3dd68c, #089981);
  animation: meterFill 1.4s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards;
}

.stat-meter--gold .stat-meter-fill {
  background: var(--gold-grad);
}

@keyframes meterFill {
  to { width: var(--meter, 50%); }
}

.stat-tags {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.stat-tag {
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  padding: 0.12rem 0.35rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
}

.market-stat--hot .market-stat-val {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.market-panel.is-tf-switch .market-chart {
  animation: chartTfSwitch 0.35s ease;
}

@keyframes chartTfSwitch {
  0% { opacity: 0.45; transform: scale(0.985); }
  100% { opacity: 1; transform: scale(1); }
}

/* Commodity ticker bar */
.ticker-bar {
  position: relative;
  z-index: 90;
  background: rgba(15, 15, 18, 0.95);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  padding: 0.45rem 0;
}

.ticker-bar-track {
  display: flex;
  width: fit-content;
  animation: tickerScroll 35s linear infinite;
}

.ticker-bar-track:hover {
  animation-play-state: paused;
}

@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ticker-bar-content {
  display: flex;
  flex-shrink: 0;
}

.ticker-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 1.75rem;
  font-size: 0.78rem;
  color: var(--ink-muted);
  white-space: nowrap;
  border-right: 1px solid var(--border);
  font-variant-numeric: tabular-nums;
}

.ticker-bar-item strong {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  font-weight: 700;
}

.ticker-bar-item em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.72rem;
}

.ticker-bar-item em.up { color: #3dd68c; }
.ticker-bar-item em.down { color: var(--danger); }

/* Legacy eyebrow alias */
.eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--gold-grad-soft);
}

/* Event meta */
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.meta-chip {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-sm);
  min-width: 110px;
}

.meta-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.meta-chip strong {
  font-size: 1rem;
  color: var(--ink);
}

/* Price */
.price-block {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}

.price-mrp {
  text-decoration: line-through;
  color: var(--ink-faint);
  font-size: 1.2rem;
}

.price-offer {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-gst {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 600;
}

.price-micro {
  margin: 0 0 1.4rem;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.price-micro.light {
  color: var(--ink-muted);
}

.price-micro strong {
  color: var(--gold);
}

/* Why Most Investors Miss section */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.75rem;
  align-items: start;
}

.section-title.left {
  text-align: left;
  margin: 0 0 0.5rem;
}

.section-sub.left {
  text-align: left;
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
}

.miss-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.miss-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.75rem;
  border-bottom: 1px solid var(--border);
  font-weight: 500;
  color: var(--ink-muted);
}

.miss-list li::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--danger);
}

.insight-panel {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-gold);
}

.insight-quote {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-style: italic;
  margin: 0 0 1rem;
  line-height: 1.35;
  color: var(--ink);
}

.insight-quote em {
  color: var(--gold);
}

.insight-panel p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

/* ---------- Sections ---------- */
.section {
  padding: 5rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.75rem;
}

.section-kicker {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  margin: 0 0 0.6rem;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.12;
}

.section-sub {
  color: var(--ink-muted);
  margin: 0;
  font-size: 1rem;
}

/* ---------- Takeaway cards ---------- */
.takeaway-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.takeaway-card {
  position: relative;
  background: linear-gradient(170deg, var(--surface), var(--bg-elev));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem 1.75rem;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.takeaway-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.06), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}

.takeaway-card:hover::after {
  left: 120%;
}

.takeaway-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140% 60% at 30% 0%, var(--gold-soft), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.takeaway-card:hover::before {
  opacity: 1;
}

.takeaway-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.takeaway-marker {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 4px;
  background: var(--marker-clr, var(--gold));
  margin-bottom: 1rem;
  box-shadow: 0 0 14px color-mix(in srgb, var(--marker-clr, var(--gold)) 40%, transparent);
}

.takeaway-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  position: relative;
  z-index: 1;
}

.takeaway-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .takeaway-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .takeaway-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Benefits grid ---------- */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.benefit-card {
  position: relative;
  background: linear-gradient(180deg, var(--surface), var(--bg-elev));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 1.6rem;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.benefit-card:hover::before {
  transform: scaleX(1);
}

.benefit-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 2rem;
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 0.85rem;
  opacity: 0.45;
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.benefit-card:hover .benefit-num {
  opacity: 0.95;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.2));
}

.benefit-title {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  color: var(--ink);
}

.benefit-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-muted);
}

/* ---------- Why now ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  padding: 1rem 1.2rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  color: var(--ink);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.why-item:hover {
  transform: translateX(5px);
  border-left-color: var(--gold-2);
}

.why-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-grad);
  flex-shrink: 0;
}

.why-closing {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  color: var(--ink-muted);
  font-size: 1.02rem;
}

/* ---------- Accordion (modules) ---------- */
.accordion {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.acc-item {
  position: relative;
  background: linear-gradient(170deg, var(--surface), var(--bg-elev));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.acc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gold-grad);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
  border-radius: 0 3px 3px 0;
}

.acc-item.open {
  border-color: var(--border-strong);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.acc-item.open::before {
  transform: scaleY(1);
}

.acc-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
  transition: background 0.25s ease;
}

.acc-header:hover {
  background: rgba(255, 215, 0, 0.03);
}

.acc-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid var(--border-strong);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gold);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.acc-item.open .acc-num {
  background: var(--gold-grad);
  color: #1a1300;
  border-color: transparent;
}

.acc-title {
  flex: 1;
  font-weight: 600;
  font-size: 1.05rem;
}

.acc-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 300;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.acc-item.open .acc-icon {
  transform: rotate(45deg);
  background: var(--gold-grad);
  color: #1a1300;
  border-color: transparent;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.acc-item.open .acc-body {
  max-height: 600px;
}

.acc-body-inner {
  padding: 0 1.5rem 1.4rem 4.4rem;
}

.acc-body-inner p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.acc-body-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.acc-body-inner li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  color: var(--ink-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

/* ---------- Mentor bullets ---------- */
/* ---------- Mentor split layout ---------- */
.mentor-container {
  max-width: 960px;
}

.mentor-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.mentor-card-col {
  display: flex;
  justify-content: center;
}

.mentor-card {
  position: relative;
  width: min(340px, 100%);
  border-radius: 16px;
  border: 1px solid var(--border-strong);
  overflow: hidden;
  background: var(--bg-elev);
}

.mentor-card-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 215, 0, 0.2), transparent 70%);
  filter: blur(30px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.mentor-card-photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.mentor-details-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mentor-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: var(--gold-grad-soft);
  align-self: flex-start;
}

.mentor-name {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.mentor-role {
  margin: 0;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 500;
}

.mentor-stats-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.mentor-stat {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.mentor-stat:hover {
  border-color: var(--border-strong);
  transform: translateX(4px);
}

.stat-token {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.15rem 0.55rem;
  border-radius: 6px;
  background: var(--gold-grad);
  color: #1a1300;
  line-height: 1.5;
}

.stat-desc {
  font-size: 0.92rem;
  color: var(--ink-muted);
  line-height: 1.4;
}

/* ---------- Media marquee ---------- */
.media-marquee {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  overflow: hidden;
}

.media-marquee-label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 1.25rem;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: marqueeScroll 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-content {
  display: flex;
  gap: 0;
  flex-shrink: 0;
}

.marquee-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 2rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.marquee-brand img {
  max-height: 48px;
  width: auto;
  opacity: 0.9;
  transition: all 0.3s ease;
  display: block;
  border-radius: 2px;
  filter: brightness(1.2);
}

.marquee-brand-name {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--ink-faint);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.marquee-brand:hover {
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.marquee-brand:hover img {
  opacity: 1;
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.25));
}

.marquee-brand:hover .marquee-brand-name {
  color: rgba(255, 215, 0, 0.7);
}

@media (max-width: 620px) {
  .mentor-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .mentor-card {
    max-width: 260px;
  }
  .marquee-brand {
    font-size: 0.78rem;
    padding: 0.4rem 1.2rem;
  }
}

/* ---------- Audience ---------- */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.audience-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}

.audience-card h3 {
  margin: 0 0 0.5rem;
  color: var(--ink);
  font-size: 1.08rem;
}

.audience-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-muted);
}

/* ---------- Registration ---------- */
.section-register {
  background:
    radial-gradient(60% 80% at 80% 0%, rgba(255, 179, 0, 0.1), transparent 60%),
    linear-gradient(160deg, #0d0d11 0%, #15151c 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.register-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.register-title {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  margin: 0.3rem 0 0.6rem;
  color: var(--ink);
  letter-spacing: -0.015em;
}

.register-sub {
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
}

.price-block-light .price-mrp {
  color: var(--ink-faint);
}

.register-perks {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
}

.register-perks li {
  padding: 0.45rem 0 0.45rem 1.6rem;
  position: relative;
  color: var(--ink-muted);
  font-size: 0.94rem;
}

.register-perks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.register-form {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.register-form h3 {
  margin: 0 0 1.3rem;
  color: var(--ink);
  font-size: 1.25rem;
}

.register-form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.register-form input {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.8rem 0.95rem;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.register-form input::placeholder {
  color: var(--ink-faint);
}

.register-form input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.register-form select {
  display: block;
  width: 100%;
  margin-top: 0.4rem;
  padding: 0.8rem 0.95rem;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  padding-right: 2.5rem;
}

.register-form select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

.register-form select option {
  background: var(--surface);
  color: var(--ink);
}

.form-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-muted);
  text-align: center;
}

.form-error {
  margin: 0.85rem 0 0;
  color: var(--danger);
  font-size: 0.85rem;
  text-align: center;
}

#pay-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

/* ---------- FAQ ---------- */
.faq-container {
  max-width: 820px;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-item.open {
  border-color: var(--border-strong);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  background: none;
  border: none;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
  font-size: 1rem;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--gold-grad);
  color: #1a1300;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

.faq-answer-inner {
  padding: 0 1.4rem 1.2rem;
  color: var(--ink-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.faq-answer-inner p {
  margin: 0;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #060607;
  color: rgba(255, 255, 255, 0.7);
  padding: 3rem 0 6.5rem;
  font-size: 0.85rem;
  line-height: 1.7;
  border-top: 1px solid var(--border);
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.footer-logo {
  height: 48px;
  width: auto;
  opacity: 0.9;
}

.footer-brand-name {
  font-size: 1.25rem;
}

.site-footer a {
  color: var(--gold);
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
}

.footer-company {
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-company-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
  color: #fff;
}

.footer-addr,
.footer-contact,
.footer-reg {
  margin: 0.2rem 0;
  opacity: 0.9;
}

.footer-compliance {
  text-align: center;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  margin-bottom: 1.25rem;
}

.footer-compliance p {
  margin: 0.2rem 0;
}

.footer-compliance strong {
  color: #fff;
}

.footer-copy {
  text-align: center;
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
}

.footer-copy p {
  margin: 0;
  opacity: 0.75;
  font-size: 0.8rem;
}

/* ---------- Sticky conversion strip ---------- */
.sticky-strip {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(10, 10, 11, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-top: 1px solid var(--border-strong);
  transform: translateY(110%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5);
}

.sticky-strip.is-visible {
  transform: translateY(0);
}

.sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
}

.sticky-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--gold-grad-soft);
  border: 1px solid var(--border-strong);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.6);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(255, 215, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}

/* ---------- Modal ---------- */
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 5, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 2.25rem;
  max-width: 440px;
  width: 100%;
  text-align: center;
  box-shadow: var(--shadow);
}

.modal-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #1a1300;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 auto 1.1rem;
}

.modal-card h3 {
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.modal-card p {
  color: var(--ink-muted);
  font-size: 0.94rem;
}

.modal-card .btn {
  margin-top: 1.4rem;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-intro,
  .hero-pipeline,
  .hero-callout,
  .hero-features,
  .hero-booking,
  .hero-visual,
  .hero-step {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .hero-pipeline-fill {
    width: 100%;
  }
  .chart-trend {
    stroke-dashoffset: 0;
  }
  .chart-area {
    opacity: 1;
  }
  .chart-candles .candle,
  .chart-candles--animate .candle {
    transform: scaleY(1);
    opacity: 1;
  }
  .chart-scan {
    animation: none;
  }
  .stat-meter-fill {
    width: var(--meter, 50%);
  }
  .market-panel-scan::after {
    animation: none;
  }
  .ticker-bar-track {
    animation: none;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .split-section,
  .register-wrap {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    position: static;
  }

  .hero-mentor-card {
    max-width: 360px;
    margin-inline: auto;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 620px) {
  .section {
    padding: 3.5rem 0;
  }

  .hero {
    padding: 2.5rem 0 3.5rem;
  }

  .brand-name {
    display: none;
  }

  .header-cta {
    padding: 0.55rem 0.95rem;
    font-size: 0.8rem;
  }

  .benefit-grid,
  .why-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 1.65rem;
  }

  .hero-pipeline-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.5rem;
  }

  .hero-pipeline-track {
    display: none;
  }

  .hero-step {
    flex-direction: row;
    text-align: left;
    gap: 0.75rem;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-booking-action {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta {
    width: 100%;
  }

  .hero-meta-divider {
    display: none;
  }

  .hero-meta-item {
    padding: 0;
    min-width: calc(50% - 0.5rem);
  }

  .event-meta .meta-chip {
    flex: 1 1 auto;
  }

  .acc-body-inner {
    padding-left: 1.5rem;
  }

  .sticky-badge {
    font-size: 0.72rem;
  }

  .sticky-inner .btn {
    font-size: 0.78rem;
    padding: 0.55rem 0.9rem;
  }
}
