/* =========================================================================
   DRAGON OF FOREX — Dark Institutional Luxe Theme
   Palette: obsidian + molten ember + crimson + violet spine + champagne gold
   ========================================================================= */

:root {
  /* Base surfaces */
  --obsidian:       #08080A;
  --bg:             #0A0A0C;
  --surface:        #101116;
  --surface-2:      #16171D;
  --surface-3:      #1D1F27;
  --line:           #26272F;
  --line-soft:      #1B1C23;

  /* Brand accents */
  --ember:          #FF6B1A;
  --ember-bright:   #FF8C32;
  --ember-glow:     #FFB347;
  --crimson:        #C2261B;
  --blood:          #7A1208;
  --violet:         #8A5BFF;
  --violet-soft:    #B79BFF;
  --gold:           #C9A24B;
  --gold-soft:      #E4C982;

  /* Market */
  --bull:           #1FCB6B;
  --bull-soft:      #15a85a;
  --bear:           #FF4D4D;
  --bear-soft:      #d63a3a;

  /* Text */
  --text:           #ECEAE4;
  --text-2:         #A9A8B0;
  --text-3:         #6E6E78;
  --text-faint:     #4A4A53;

  /* Effects */
  --ember-gradient: linear-gradient(135deg, var(--ember-glow) 0%, var(--ember) 45%, var(--crimson) 100%);
  --gold-gradient:  linear-gradient(135deg, var(--gold-soft), var(--gold));
  --glow-ember:     0 0 24px rgba(255,107,26,0.35);
  --shadow-lg:      0 24px 60px -18px rgba(0,0,0,0.85);
  --shadow-card:    0 12px 34px -16px rgba(0,0,0,0.8);

  /* Type */
  --f-display: 'Cinzel', Georgia, 'Times New Roman', serif;
  --f-head:    'Space Grotesk', system-ui, sans-serif;
  --f-body:    'Inter', system-ui, -apple-system, sans-serif;
  --f-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  --maxw: 1340px;
  --radius: 14px;
  --radius-sm: 9px;
}

/* ----------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
input { font-family: inherit; }

/* mamba-scale texture overlay applied to the whole page */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("../assets/scales.svg");
  background-size: 220px;
  mix-blend-mode: soft-light;
}
body > * { position: relative; z-index: 1; }

::selection { background: rgba(255,107,26,0.3); color: #fff; }

/* scrollbar */
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--obsidian); }
::-webkit-scrollbar-thumb { background: var(--surface-3); border-radius: 6px; border: 2px solid var(--obsidian); }
::-webkit-scrollbar-thumb:hover { background: #2c2e38; }

/* --------------------------------------------------------------- layout */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 76px 0; }
.section--tight { padding: 48px 0; }

.eyebrow {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ember);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--ember-gradient); }

.section-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 40px);
  letter-spacing: 0.5px;
  line-height: 1.1;
}
.section-title .accent { color: transparent; background: var(--ember-gradient); -webkit-background-clip: text; background-clip: text; }
.section-sub { color: var(--text-2); max-width: 620px; margin-top: 12px; }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }

/* ----------------------------------------------------------- top ticker */
.ticker-bar {
  background: var(--obsidian);
  border-bottom: 1px solid var(--line-soft);
  height: 46px;
  overflow: hidden;
  max-width: 100vw;
}
/* keep all embedded widgets from forcing the page wider than the viewport */
.tradingview-widget-container,
.tradingview-widget-container__widget { max-width: 100%; overflow: hidden; }
.tradingview-widget-container iframe { max-width: 100% !important; }
html, body { max-width: 100%; overflow-x: hidden; }

/* -------------------------------------------------------------- header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,10,12,0.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
}
.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 74px;
}
.nav__logo svg { height: 42px; width: auto; }

/* circular dragon emblem logo (uses assets/logo-coin.png) */
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 48px; height: 48px; border-radius: 50%; flex: none; position: relative;
  background-image: url("../assets/logo-coin.png");
  background-size: cover; background-position: center;
  box-shadow: 0 0 18px rgba(255,107,26,0.35), 0 2px 8px rgba(0,0,0,0.5);
  transition: box-shadow .3s, transform .3s;
}
.brand:hover .brand__mark { box-shadow: 0 0 24px rgba(255,107,26,0.55), 0 2px 10px rgba(0,0,0,0.6); transform: scale(1.04); }
.brand__text { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.brand__top { font-family: var(--f-display); font-weight: 800; font-size: 18px; letter-spacing: 3.5px; color: var(--text); }
.brand__bot { font-family: var(--f-mono); font-size: 9.5px; letter-spacing: 6px; color: transparent; background: var(--ember-gradient); -webkit-background-clip: text; background-clip: text; }
.brand--lg .brand__mark { width: 58px; height: 58px; }
.brand--lg .brand__top { font-size: 21px; }
.footer-brand .brand { margin-bottom: 4px; }
.nav__links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav__links a {
  font-family: var(--f-head);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--text-2);
  padding: 9px 16px;
  border-radius: 8px;
  transition: color .2s, background .2s;
  position: relative;
}
.nav__links a:hover { color: var(--text); background: var(--surface-2); }
.nav__links a.active { color: var(--text); }
.nav__links a.active::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 2px; height: 2px;
  background: var(--ember-gradient); border-radius: 2px;
}
.nav__spacer { flex: 1; }
.nav__actions { display: flex; align-items: center; gap: 12px; }

.btn {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 11px 22px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: transform .18s, box-shadow .25s, background .2s, border-color .2s;
  white-space: nowrap;
}
.btn--primary { background: var(--ember-gradient); color: #160a02; box-shadow: 0 6px 22px -8px rgba(255,107,26,0.7); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -8px rgba(255,107,26,0.85); }
.btn--ghost { border: 1px solid var(--line); color: var(--text); }
.btn--ghost:hover { border-color: var(--ember); color: #fff; background: rgba(255,107,26,0.06); }
.btn--gold { background: var(--gold-gradient); color: #1a1505; }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(201,162,75,0.6); }
.btn--block { width: 100%; justify-content: center; }
.btn--lg { padding: 15px 30px; font-size: 15.5px; }

.nav__toggle { display: none; font-size: 26px; color: var(--text); padding: 6px; }

/* ----------------------------------------------------------------- hero */
.hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(120% 90% at 70% 30%, rgba(255,107,26,0.10), transparent 55%),
    radial-gradient(80% 100% at 75% 40%, rgba(138,91,255,0.08), transparent 60%),
    url("../assets/dragon-hero.png"),
    radial-gradient(90% 120% at 72% 38%, #1a1014 0%, #0c0c10 55%, var(--obsidian) 100%);
  background-size: cover, cover, cover, cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.05);
}
.hero__bg::before {
  content: ""; position: absolute; inset: 0; opacity: 0.35; pointer-events: none;
  background-image: url("../assets/scales.svg"); background-size: 200px; mix-blend-mode: overlay;
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,6,8,0.82) 0%, rgba(7,6,8,0.55) 38%, rgba(8,7,9,0.15) 66%, rgba(10,6,6,0.45) 100%),
    radial-gradient(70% 80% at 78% 42%, rgba(194,38,27,0.18), transparent 60%),
    linear-gradient(0deg, var(--bg) 2%, transparent 32%);
}
.hero__inner { position: relative; z-index: 2; padding: 90px 0; width: 100%; }

/* ---- animated steam from the dragon's nostril ----
   TWEAK --steam-x / --steam-y to sit the steam on the nostril. */
.hero__steam {
  position: absolute;
  left: var(--steam-x, 49%);
  top:  var(--steam-y, 66%);
  width: 140px; height: 200px;
  transform: translate(-50%, -50%);
  z-index: 1;                 /* above bg(0), below content(2) */
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: screen;
}
.hero__steam span {
  position: absolute;
  left: 50%; bottom: 0;
  width: 38px; height: 38px; margin-left: -19px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,234,242,0.5) 0%, rgba(205,214,232,0.18) 45%, transparent 70%);
  filter: blur(9px);
  opacity: 0;
  animation: steamRise 7s ease-in infinite;
}
.hero__steam span:nth-child(2) { left: 56%; animation-delay: 1.2s; }
.hero__steam span:nth-child(3) { left: 44%; animation-delay: 2.3s; }
.hero__steam span:nth-child(4) { left: 53%; animation-delay: 3.5s; }
.hero__steam span:nth-child(5) { left: 47%; animation-delay: 4.7s; }
.hero__steam span:nth-child(6) { left: 51%; animation-delay: 5.8s; }
@keyframes steamRise {
  0%   { transform: translateY(0) translateX(0) scale(0.5); opacity: 0; }
  15%  { opacity: 0.5; }
  60%  { opacity: 0.3; }
  100% { transform: translateY(-150px) translateX(14px) scale(2.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .hero__steam { display: none; } }
.hero__content { max-width: 680px; }
.hero h1 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0.5px;
  margin: 18px 0 0;
}
.hero h1 .fire { color: transparent; background: var(--ember-gradient); -webkit-background-clip: text; background-clip: text; }
.hero__lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--text-2); margin: 22px 0 32px; max-width: 540px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__stats {
  display: flex; gap: 38px; margin-top: 50px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--line-soft);
}
.hero__stat .v { font-family: var(--f-display); font-size: 30px; font-weight: 700; color: var(--gold-soft); }
.hero__stat .l { font-family: var(--f-mono); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3); margin-top: 4px; }

.badge-live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--bull); border: 1px solid rgba(31,203,107,0.35);
  background: rgba(31,203,107,0.07); padding: 6px 12px; border-radius: 100px;
}
.badge-live .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bull); box-shadow: 0 0 8px var(--bull); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
/* closed state (weekend) */
.badge-live.is-closed { color: var(--text-3); border-color: var(--line); background: rgba(110,110,120,0.08); }
.badge-live.is-closed .dot { background: var(--text-3); box-shadow: none; animation: none; }

/* ------------------------------------------------------------ data grid */
.panel {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.panel__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--line-soft);
}
.panel__title { font-family: var(--f-head); font-weight: 600; font-size: 15px; letter-spacing: .3px; display: flex; align-items: center; gap: 10px; }
.panel__title .ic { color: var(--ember); }
.panel__body { padding: 6px; }
.panel__body--flush { padding: 0; }
.panel__link { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-3); }
.panel__link:hover { color: var(--ember); }

/* world forex sessions */
.sessions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px; }
.session {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  padding: 16px 18px; transition: border-color .25s, transform .2s;
}
.session::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--text-faint); transition: background .25s; }
.session--open::before { background: var(--bull); box-shadow: 0 0 14px var(--bull); }
.session--open { border-color: rgba(31,203,107,0.28); }
.session--open:hover { transform: translateY(-3px); }
.session__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.session__city { font-family: var(--f-head); font-weight: 600; font-size: 14.5px; color: var(--text); }
.session__pill {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 100px; border: 1px solid var(--line); color: var(--text-3);
}
.session--open .session__pill { color: var(--bull); border-color: rgba(31,203,107,0.4); background: rgba(31,203,107,0.08); }
.session__time { font-family: var(--f-mono); font-size: 18px; color: var(--text); margin-top: 10px; letter-spacing: 1px; }
.session__time span { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3); }
.session--closed .session__city, .session--closed .session__time { color: var(--text-2); }

.grid { display: grid; gap: 22px; }
.grid--data { grid-template-columns: 2fr 1fr; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.tv-embed { width: 100%; }
.tv-embed--tall { min-height: 540px; }
.tv-embed--mid  { min-height: 420px; }
.tv-embed iframe { border-radius: 0 !important; }

/* small custom stat strip cards */
.stat-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  padding: 18px 20px; position: relative; overflow: hidden;
}
.stat-card::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background: var(--ember-gradient); }
.stat-card .k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-3); }
.stat-card .v { font-family: var(--f-display); font-size: 26px; font-weight: 700; margin-top: 6px; }
.stat-card .d { font-family: var(--f-mono); font-size: 13px; margin-top: 4px; }
.up { color: var(--bull); } .down { color: var(--bear); }

/* feature row under hero */
.trust-row { display:flex; gap:40px; flex-wrap:wrap; align-items:center; justify-content:center; opacity:.85; }
.trust-row span { font-family: var(--f-mono); font-size:12px; letter-spacing:2px; text-transform:uppercase; color: var(--text-3); display:flex; align-items:center; gap:10px; }
.trust-row span::before { content:""; width:6px; height:6px; background: var(--ember); transform: rotate(45deg); }

/* ----------------------------------------------------- indicator cards */
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ind-card {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 26px; overflow: hidden;
  transition: transform .25s, border-color .25s, box-shadow .3s;
}
.ind-card::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  background: radial-gradient(120% 80% at 50% -10%, rgba(255,107,26,0.12), transparent 60%);
  opacity: 0; transition: opacity .3s; pointer-events: none;
}
.ind-card:hover { transform: translateY(-6px); border-color: rgba(255,107,26,0.4); box-shadow: var(--shadow-lg); }
.ind-card:hover::after { opacity: 1; }
.ind-card__icon {
  width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center;
  background: var(--surface-3); border: 1px solid var(--line); color: var(--ember);
  font-size: 24px; margin-bottom: 18px;
}
.ind-card__cat { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--violet-soft); }
.ind-card__name { font-family: var(--f-head); font-weight: 600; font-size: 19px; margin: 8px 0 10px; }
.ind-card__desc { color: var(--text-2); font-size: 14.5px; flex: 1; }
.ind-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.ind-card__price { font-family: var(--f-mono); font-size: 13px; color: var(--gold-soft); }
.ind-card__cta { font-family: var(--f-head); font-weight: 600; font-size: 13.5px; color: var(--ember); display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.ind-card:hover .ind-card__cta { gap: 11px; }
.ind-card__trial {
  display: flex; align-items: center; gap: 7px;
  margin-top: 12px; padding-top: 11px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .4px; font-weight: 500;
  color: #9C8A5E; text-transform: uppercase;
}
.ind-card__trial::before {
  content: ""; flex: none; width: 5px; height: 5px; border-radius: 50%;
  background: var(--bull); opacity: .8; box-shadow: 0 0 5px rgba(31,203,107,0.5);
}

.tag {
  display:inline-block; font-family: var(--f-mono); font-size:11px; letter-spacing:1px; text-transform:uppercase;
  color: var(--text-2); border:1px solid var(--line); border-radius:100px; padding:4px 11px; background: var(--surface);
}
.tag--ember { color: var(--ember); border-color: rgba(255,107,26,0.35); }

/* ------------------------------------------------- indicator detail page */
.detail-hero {
  border-bottom: 1px solid var(--line-soft);
  background: radial-gradient(100% 120% at 80% 0%, rgba(138,91,255,0.10), transparent 50%), var(--obsidian);
  padding: 56px 0 44px;
}
.crumbs { font-family: var(--f-mono); font-size: 12px; letter-spacing: 1px; color: var(--text-3); margin-bottom: 22px; }
.crumbs a:hover { color: var(--ember); }
.detail-hero h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(30px,4.5vw,52px); line-height: 1.05; margin: 10px 0 14px; }
.detail-hero .lead { color: var(--text-2); font-size: 18px; max-width: 680px; }
.detail-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }

.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.prose h2 { font-family: var(--f-head); font-weight: 600; font-size: 24px; margin: 40px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--text-2); margin-bottom: 16px; }
.prose ul.checks { display: grid; gap: 12px; margin: 8px 0 20px; }
.prose ul.checks li { display: flex; gap: 12px; color: var(--text); align-items: flex-start; }
.prose ul.checks li::before { content: "▴"; color: var(--ember); font-size: 13px; margin-top: 4px; }

.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 8px 0 24px; }
.feature-item { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-sm); padding: 18px; }
.feature-item .fi-ic { color: var(--ember); font-size: 20px; margin-bottom: 10px; }
.feature-item h4 { font-family: var(--f-head); font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.feature-item p { font-size: 13.5px; color: var(--text-2); margin: 0; }

/* rental sidebar */
.rent-card {
  position: sticky; top: 96px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-card);
}
.rent-card__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.rent-card__price .amt { font-family: var(--f-display); font-size: 40px; font-weight: 700; color: var(--gold-soft); }
.rent-card__price .per { font-family: var(--f-mono); font-size: 13px; color: var(--text-3); }
.rent-offer { margin: 14px 0 20px; padding: 14px 16px; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: rgba(255,107,26,0.05); }
.rent-offer__line { font-size: 14.5px; color: var(--text); margin: 0; }
.rent-offer__line strong { color: var(--ember-bright); }
.rent-offer__pill { display: inline-block; font-family: var(--f-mono); font-size: 11px; font-weight: 500; letter-spacing: .5px; text-transform: uppercase; color: var(--bull); border: 1px solid rgba(31,203,107,0.4); border-radius: 100px; padding: 2px 9px; margin-right: 4px; }
.rent-offer__sub { font-size: 12px; color: var(--text-3); margin: 7px 0 0; }
.rent-card__note { font-size: 13px; color: var(--text-3); margin-bottom: 20px; }
.rent-card ul { display: grid; gap: 11px; margin: 18px 0 22px; }
.rent-card ul li { display: flex; gap: 10px; font-size: 14px; color: var(--text-2); }
.rent-card ul li::before { content: "✦"; color: var(--gold); }
.rent-card__divider { height:1px; background: var(--line-soft); margin: 18px 0; }
.rent-card__platform { font-family: var(--f-mono); font-size: 11px; letter-spacing:1px; text-transform:uppercase; color: var(--text-3); text-align:center; margin-top:14px; }

.shot {
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden;
  background: var(--surface); aspect-ratio: 16/9; display: grid; place-items: center;
  color: var(--text-faint); font-family: var(--f-mono); font-size: 13px; text-align:center;
  background-image: url("../assets/scales.svg"); background-size: 160px;
}

/* indicator screenshot frame */
.shot-frame {
  position: relative; border: 1px solid var(--line-soft); border-radius: var(--radius);
  overflow: hidden; background: var(--surface-2);
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}
.shot-img { display: block; width: 100%; height: auto; }
.shot-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 16px 12px;
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--text-2);
  background: linear-gradient(0deg, rgba(7,6,8,0.88) 0%, transparent 100%);
}
.shot-frame--empty {
  aspect-ratio: 16/9; display: grid; place-items: center; min-height: 220px;
  background-image: url("../assets/scales.svg"); background-size: 160px;
}
.shot-frame--empty .shot-cap { position: static; background: none; color: var(--text-faint); }
.shot-frame--empty::before { content: "Preview coming soon"; color: var(--text-faint); font-family: var(--f-mono); font-size: 13px; }

/* indicator FAQ accordion */
.faq { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.faq__item {
  border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  background: var(--surface); padding: 0 18px; transition: border-color .2s;
}
.faq__item[open] { border-color: rgba(255,107,26,0.4); }
.faq__item summary {
  cursor: pointer; list-style: none; padding: 15px 0;
  font-family: var(--f-head); font-weight: 600; font-size: 15px; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--ember); font-size: 20px; font-weight: 400; flex: none; }
.faq__item[open] summary::after { content: "−"; }
.faq__item p { padding: 0 0 16px; margin: 0; color: var(--text-2); font-size: 14.5px; line-height: 1.6; }
.faq__cat { display: inline-block; margin-right: 9px; font-family: var(--f-mono); font-size: 10px; letter-spacing: .5px; text-transform: uppercase; color: var(--ember-bright); border: 1px solid var(--line-soft); border-radius: 100px; padding: 2px 9px; vertical-align: middle; }

/* --------------------------------------------------------- contact */
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-bottom: 40px; }
.contact-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px; transition: transform .25s, border-color .25s, box-shadow .3s;
}
.contact-card:hover { transform: translateY(-3px); border-color: rgba(255,107,26,0.45); box-shadow: 0 18px 44px rgba(0,0,0,0.4); }
.contact-card__ic {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  font-size: 20px; color: var(--ember); background: rgba(255,107,26,0.1);
  border: 1px solid rgba(255,107,26,0.25); margin-bottom: 16px;
}
.contact-card__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-3); }
.contact-card__value { font-family: var(--f-head); font-size: 17px; font-weight: 600; color: var(--text); margin: 4px 0 10px; word-break: break-word; }
.contact-card__note { font-size: 13.5px; color: var(--text-2); line-height: 1.55; margin: 0 0 16px; }
.contact-card__cta { margin-top: auto; font-family: var(--f-head); font-weight: 600; font-size: 14px; color: var(--ember); }
.contact-extra { border-top: 1px solid var(--line-soft); padding-top: 30px; }
.contact-extra h2 { font-family: var(--f-display); font-size: 24px; color: var(--text); margin: 0 0 12px; }
.contact-extra p { color: var(--text-2); font-size: 15px; line-height: 1.65; margin: 0; }

/* --------------------------------------------------------- bundles */
.bundle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bundle-card {
  position: relative; display: flex; flex-direction: column;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 30px 28px;
}
.bundle-card--featured {
  border-color: rgba(255,107,26,0.55);
  box-shadow: 0 0 0 1px rgba(255,107,26,0.25), 0 24px 60px rgba(0,0,0,0.45);
  background: linear-gradient(180deg, rgba(255,107,26,0.06) 0%, var(--surface-2) 60%);
}
.bundle-card__badge {
  position: absolute; top: -12px; right: 24px;
  font-family: var(--f-mono); font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
  color: #160a02; background: var(--ember-gradient); border-radius: 100px; padding: 5px 14px;
}
.bundle-card__name { font-family: var(--f-display); font-size: 26px; font-weight: 700; color: var(--text); margin: 0 0 8px; }
.bundle-card__tagline { font-size: 14.5px; color: var(--text-2); line-height: 1.55; margin: 0 0 18px; }
.bundle-card__price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.bundle-card__price .amt { font-family: var(--f-display); font-size: 44px; font-weight: 700; color: var(--gold-soft); }
.bundle-card__price .per { font-family: var(--f-mono); font-size: 14px; color: var(--text-3); }
.bundle-card__includes { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.bundle-card__includes-title { display: block; font-family: var(--f-mono); font-size: 11px; letter-spacing: .5px; text-transform: uppercase; color: var(--ember-bright); margin-bottom: 12px; }
.bundle-card__includes ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.bundle-card__includes li { position: relative; padding-left: 22px; font-size: 14px; color: var(--text); }
.bundle-card__includes li::before { content: "✓"; position: absolute; left: 0; color: var(--bull); font-weight: 700; }
.bundle-card__future { color: var(--gold-soft) !important; font-weight: 500; }
.bundle-card__future::before { content: "★" !important; color: var(--gold-soft) !important; }
.bundle-card__perks { list-style: none; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line-soft); display: grid; gap: 9px; }
.bundle-card__perks li { position: relative; padding-left: 20px; font-size: 13px; color: var(--text-2); }
.bundle-card__perks li::before { content: "→"; position: absolute; left: 0; color: var(--ember); }

/* --------------------------------------------------------- education */
.edu-search {
  display: flex; align-items: center; gap: 12px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
  padding: 4px 4px 4px 18px; max-width: 560px; margin: 0 auto 14px;
}
.edu-search input { flex: 1; background: none; border: none; color: var(--text); font-size: 15px; padding: 12px 0; outline: none; }
.edu-search input::placeholder { color: var(--text-3); }
.edu-search .ic { color: var(--text-3); }

.edu-filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 18px; }
.chip {
  font-family: var(--f-head); font-size: 13px; font-weight: 500;
  padding: 8px 16px; border-radius: 100px; border: 1px solid var(--line); color: var(--text-2);
  transition: all .2s; cursor: pointer; background: transparent;
}
.chip:hover { border-color: var(--ember); color: var(--text); }
.chip.active { background: var(--ember-gradient); color: #160a02; border-color: transparent; }

/* A–Z letter jump bar */
.edu-letters { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; margin-bottom: 18px; }
.letter {
  font-family: var(--f-mono); font-size: 12px; min-width: 30px; height: 30px; padding: 0 6px;
  border-radius: 7px; border: 1px solid var(--line); background: var(--surface);
  color: var(--text-2); cursor: pointer; transition: all .18s;
}
.letter:hover:not(.is-disabled) { border-color: var(--ember); color: var(--text); }
.letter.active { background: var(--ember-gradient); color: #160a02; border-color: transparent; }
.letter.is-disabled { opacity: .28; cursor: default; }
.edu-count-row { text-align: center; margin-bottom: 26px; }
.edu-count { font-family: var(--f-mono); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-3); }

.term-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.term-card {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-2) 100%);
  border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 24px;
  transition: border-color .2s, transform .2s;
}
.term-card:hover { border-color: rgba(255,107,26,0.35); transform: translateY(-3px); }
.term-card__cat { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--violet-soft); }
.term-card__term { font-family: var(--f-head); font-weight: 600; font-size: 20px; margin: 8px 0 10px; color: var(--text); }
.term-card__def { color: var(--text-2); font-size: 14.5px; }
.term-empty { text-align: center; color: var(--text-3); padding: 60px; font-family: var(--f-mono); grid-column: 1/-1; }

/* --------------------------------------------------------------- legal */
.legal { max-width: 820px; }
.legal__callout {
  background: linear-gradient(180deg, rgba(194,38,27,0.10), rgba(8,8,10,0.2));
  border: 1px solid rgba(255,107,26,0.30); border-left: 3px solid var(--ember);
  border-radius: var(--radius); padding: 24px 26px; margin-bottom: 38px;
  color: var(--text-2); font-size: 15px; line-height: 1.7;
}
.legal__callout strong { color: var(--text); }
.legal h2 {
  font-family: var(--f-head); font-weight: 600; font-size: 19px; color: var(--text);
  margin: 34px 0 12px; padding-top: 6px;
}
.legal p { color: var(--text-2); font-size: 15px; line-height: 1.75; margin-bottom: 14px; }
.legal p strong { color: var(--text); }
.legal__ack {
  margin-top: 40px; padding: 22px 24px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--line-soft);
  font-family: var(--f-mono); font-size: 13px; line-height: 1.7; color: var(--text-3);
}

/* ----------------------------------------------------------------- CTA */
.cta-band {
  position: relative; overflow: hidden;
  border-radius: 20px; padding: 64px; text-align: center;
  background:
    radial-gradient(80% 140% at 50% 0%, rgba(255,107,26,0.18), transparent 60%),
    linear-gradient(180deg, var(--surface-2), var(--obsidian));
  border: 1px solid var(--line);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; opacity: .25; pointer-events: none;
  background-image: url("../assets/scales.svg"); background-size: 200px; mix-blend-mode: overlay;
}
.cta-band h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(28px,4vw,46px); position: relative; }
.cta-band p { color: var(--text-2); max-width: 520px; margin: 16px auto 28px; position: relative; }
.cta-band .hero__cta { justify-content: center; position: relative; }

/* -------------------------------------------------------------- footer */
.site-footer { border-top: 1px solid var(--line-soft); background: var(--obsidian); padding: 60px 0 30px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { color: var(--text-3); font-size: 14px; margin: 18px 0; max-width: 320px; }
.footer-col h4 { font-family: var(--f-head); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.footer-col a { display: block; color: var(--text-3); font-size: 14px; padding: 6px 0; transition: color .2s; }
.footer-col a:hover { color: var(--ember); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 26px; border-top: 1px solid var(--line-soft); flex-wrap: wrap; }
.footer-bottom p { color: var(--text-faint); font-size: 12.5px; }
.footer-social { display: flex; gap: 12px; align-items: center; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  border: 1px solid var(--line-soft); color: var(--text-2);
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.footer-social a:hover { color: var(--ember); border-color: var(--ember); transform: translateY(-2px); }
.footer-social a svg { width: 17px; height: 17px; fill: currentColor; display: block; }
.risk-note { font-size: 11.5px; color: var(--text-faint); line-height: 1.6; margin-top: 18px; max-width: 900px; }

/* ----------------------------------------------------------- reveal anim */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* --------------------------------------------------------- responsive */
@media (max-width: 1080px) {
  .grid--data, .detail-grid { grid-template-columns: 1fr; }
  .ind-grid, .grid--3 { grid-template-columns: repeat(2,1fr); }
  .bundle-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rent-card { position: static; }
}
/* collapse nav to hamburger before links + buttons can overflow */
@media (max-width: 960px) {
  .nav { gap: 18px; }
  .nav__links { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: var(--surface); border-bottom: 1px solid var(--line); padding: 12px; gap: 2px; box-shadow: var(--shadow-lg); }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 14px 16px; border-radius: 8px; }
  .nav__links a.active::after { display: none; }
  .nav__toggle { display: block; }
  .nav__actions .btn--ghost { display: none; }
}
@media (max-width: 760px) {
  .ind-grid, .grid--3, .grid--2, .term-grid, .feature-grid, .stat-strip { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .sessions { grid-template-columns: 1fr 1fr; }
  .section { padding: 54px 0; }
  .hero__stats { gap: 26px; }
  .cta-band { padding: 40px 24px; }
  .wrap { padding: 0 18px; }
}
