/* ================================================================
   BuildersAlpha — "PRIVATE CAPITAL" THEME  (theme.css)
   New layout design system. Loads AFTER Bootstrap.
   Midnight navy + champagne gold · Playfair Display + Inter + mono.
   Also re-skins legacy inner-page classes via CSS variables so the
   whole site shares one new identity.
   ================================================================ */

/* ---------------- Tokens (also re-skins legacy styles.css) ------- */
:root {
  /* legacy variable names redefined => inner pages re-skin instantly */
  --black: #070b14;
  --surface: #0d1322;
  --surface-2: #121a2c;
  --surface-3: #182238;
  --border: rgba(18, 110, 88, 0.22);
  --border-med: rgba(18, 110, 88, 0.40);
  --white: #eef1f8;
  --white-60: rgba(238, 241, 248, 0.62);
  --white-40: rgba(238, 241, 248, 0.42);
  --white-20: rgba(238, 241, 248, 0.2);
  --white-08: rgba(238, 241, 248, 0.08);
  --accent: #17c3a0;               /* champagne gold */
  --accent-soft: rgba(23, 195, 160, 0.14);
  --accent-glow: rgba(23, 195, 160, 0.09);
  --green: #34d399;
  --green-soft: rgba(52, 211, 153, 0.12);
  --amber: #f4c76b;
  --red: #f87171;
  --font-sans: 'Inter', -apple-system, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 3px rgba(0,0,0,.5), 0 10px 30px rgba(0,0,0,.35);
  --shadow-lg: 0 6px 10px rgba(0,0,0,.5), 0 30px 80px rgba(0,0,0,.55);

  /* new-system names */
  --bg: var(--black);
  --gold: var(--accent);
  --gold-2: #0e8f75;
  --ink: var(--white);
  --muted: #93a0b8;
  --line: rgba(238,241,248,0.08);
  --line-gold: rgba(23,195,160,0.22);
  --mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --ease: cubic-bezier(.22,1,.36,1);
  --glow-gold: 0 12px 44px -14px rgba(23,195,160,.55);
}

/* ---------------- Base ------------------------------------------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(1100px 640px at 85% -10%, rgba(23,195,160,.07), transparent 60%),
    radial-gradient(900px 560px at 0% 0%, rgba(52,86,180,.10), transparent 55%),
    var(--bg);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.006em;
  overflow-x: hidden;
}
::selection { background: rgba(23,195,160,.35); color: #fff; }
* { scrollbar-width: thin; scrollbar-color: rgba(23,195,160,.35) transparent; }
*::-webkit-scrollbar { width: 10px; }
*::-webkit-scrollbar-thumb { background: linear-gradient(var(--gold), var(--gold-2)); border-radius: 20px; border: 2px solid transparent; background-clip: content-box; }

h1,h2,h3,.display-font { font-family: var(--font-serif); letter-spacing: -.015em; }
h1 em, h2 em, .gold-em {
  font-style: italic; color: var(--gold);
  background: linear-gradient(100deg, var(--gold) 20%, #7ff0d8 50%, var(--gold) 80%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  background-size: 200% auto; animation: shine 8s linear infinite;
}
@keyframes shine { to { background-position: 200% center; } }

.mono, .kpi, .eyebrow { font-family: var(--mono); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }

.section-pad { padding: 110px 0; position: relative; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-title { font-size: clamp(30px, 4.4vw, 48px); line-height: 1.12; margin: 16px 0 18px; }
.section-lead { color: var(--muted); font-size: 17px; line-height: 1.75; }
.hairline { height: 1px; background: linear-gradient(90deg, transparent, var(--line-gold), transparent); border: 0; opacity: 1; margin: 0; }

/* ---------------- Buttons ---------------------------------------- */
.btn-gold, .btn-hero-primary, .btn-primary, .cx-submit, .btn-full.primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 12px; border: none; cursor: pointer;
  font: 600 14.5px/1 var(--font-sans); letter-spacing: .01em; color: #ffffff !important;
  background: linear-gradient(135deg, #4be3c3, var(--gold) 45%, var(--gold-2));
  box-shadow: var(--glow-gold), inset 0 1px 0 rgba(255,255,255,.5);
  position: relative; overflow: hidden; text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .3s var(--ease), filter .2s var(--ease);
}
.btn-gold::after, .btn-hero-primary::after, .btn-primary::after, .cx-submit::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg); transition: left .6s var(--ease);
}
.btn-gold:hover, .btn-hero-primary:hover, .btn-primary:hover, .cx-submit:hover {
  transform: translateY(-2px); filter: brightness(1.04); color:#ffffff !important;
  box-shadow: 0 18px 54px -14px rgba(23,195,160,.7), inset 0 1px 0 rgba(255,255,255,.5);
}
.btn-gold:hover::after, .btn-hero-primary:hover::after, .btn-primary:hover::after, .cx-submit:hover::after { left: 140%; }

.btn-line, .btn-hero-secondary, .btn-ghost, .btn-full.ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 24px; border-radius: 12px; cursor: pointer; text-decoration: none;
  font: 500 14.5px/1 var(--font-sans); color: var(--ink) !important;
  background: rgba(238,241,248,.02); border: 1px solid var(--line-gold);
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .2s var(--ease);
}
.btn-line:hover, .btn-hero-secondary:hover, .btn-ghost:hover, .btn-full.ghost:hover {
  border-color: var(--gold); background: var(--accent-soft); transform: translateY(-2px); color: var(--ink) !important;
}

/* ---------------- Navbar (new, Bootstrap-based) ------------------- */
.ba-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(7,11,20,.55);
  -webkit-backdrop-filter: saturate(160%) blur(18px); backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease);
}
.ba-nav.scrolled { background: rgba(7,11,20,.85); border-bottom-color: var(--line-gold); }
.ba-nav .navbar-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 15.5px; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
  background: linear-gradient(135deg, #4be3c3, var(--gold) 50%, var(--gold-2));
  box-shadow: var(--glow-gold), inset 0 1px 0 rgba(255,255,255,.45);
  transition: transform .35s var(--ease);
}
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.07); }
.brand-mark svg { width: 15px; height: 15px; }
.nav-menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-menu a { font-size: 14px; color: var(--white-60); text-decoration: none; position: relative; transition: color .25s; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1.5px; background: linear-gradient(90deg, var(--gold), transparent); transition: right .3s var(--ease); }
.nav-menu a:hover { color: var(--ink); }
.nav-menu a:hover::after { right: 0; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn-gold { padding: 10px 20px; }
.nav-cta .signin { font-size: 14px; color: var(--white-60); text-decoration: none; transition: color .25s; }
.nav-cta .signin:hover { color: var(--ink); }
.ba-burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-gold); background: rgba(238,241,248,.03); align-items: center; justify-content: center; cursor: pointer; }
.ba-burger span { width: 18px; height: 2px; background: var(--gold); border-radius: 2px; transition: .3s var(--ease); }
.ba-burger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.ba-burger.open span:nth-child(2){ opacity: 0; }
.ba-burger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 991.98px) {
  .nav-menu { display: none; }
  .ba-burger { display: inline-flex; }
  .ba-nav.menu-open .nav-menu {
    display: flex; flex-direction: column; align-items: flex-start; gap: 20px;
    position: fixed; top: 68px; left: 0; right: 0; padding: 26px 24px 34px;
    background: rgba(7,11,20,.97); border-bottom: 1px solid var(--line-gold);
    animation: rise .4s var(--ease) both;
  }
  .nav-cta .signin { display: none; }
}

/* ---------------- Hero -------------------------------------------- */
.hero-x {
  min-height: 100vh; display: flex; align-items: center;
  padding: 150px 0 90px; position: relative; overflow: hidden;
}
.hero-x::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(238,241,248,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238,241,248,.028) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(75% 65% at 50% 20%, #000 30%, transparent 100%);
  mask-image: radial-gradient(75% 65% at 50% 20%, #000 30%, transparent 100%);
}
.hero-x::after {
  content: ""; position: absolute; inset: -10% -5% auto; height: 70vh; pointer-events: none;
  background:
    radial-gradient(560px 320px at 22% 22%, rgba(23,195,160,.13), transparent 70%),
    radial-gradient(520px 300px at 78% 12%, rgba(72,104,200,.14), transparent 70%);
  filter: blur(24px); animation: aurora 16s var(--ease) infinite alternate;
}
@keyframes aurora {
  0% { transform: translate3d(0,0,0) scale(1); } 100% { transform: translate3d(-2%,2%,0) scale(1.06); }
}
.hero-x .container { position: relative; z-index: 2; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 100px;
  border: 1px solid var(--line-gold); background: linear-gradient(180deg, rgba(23,195,160,.08), transparent);
  font: 500 12px/1 var(--mono); letter-spacing: .14em; color: var(--gold); text-transform: uppercase;
}
.hero-badge .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(52,211,153,0); } 100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); } }
.hero-title { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.06; margin: 26px 0 22px; }
.hero-sub-x { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta { display: flex; gap: 34px; margin-top: 44px; }
.hero-meta .m { border-left: 1px solid var(--line-gold); padding-left: 16px; }
.hero-meta .m b { display: block; font: 600 22px/1.2 var(--mono); color: var(--ink); }
.hero-meta .m span { font-size: 12.5px; color: var(--muted); }

/* Report card (hero visual) */
.report-card {
  background: linear-gradient(180deg, rgba(238,241,248,.045), rgba(238,241,248,.015));
  border: 1px solid var(--line-gold); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg), 0 0 90px -40px rgba(23,195,160,.5);
  overflow: hidden; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  will-change: transform;
}
.rc-top { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.rc-title { font: 500 12px/1 var(--mono); color: var(--muted); letter-spacing: .06em; }
.rc-live { display: inline-flex; align-items: center; gap: 7px; font: 600 10.5px/1 var(--mono); letter-spacing: .12em; color: var(--green); text-transform: uppercase; }
.rc-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }
.rc-body { padding: 20px; }
.rc-person { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.rc-avatar { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font: 700 14px/1 var(--mono); color: #ffffff; background: linear-gradient(135deg, #4be3c3, var(--gold)); }
.rc-person b { display: block; font-size: 15px; }
.rc-person span { font-size: 12.5px; color: var(--muted); }
.rc-score-row { display: flex; align-items: flex-end; justify-content: space-between; padding: 16px; border: 1px solid var(--line-gold); border-radius: 14px; background: rgba(23,195,160,.05); margin-bottom: 16px; }
.rc-score b { font: 700 44px/1 var(--mono); color: var(--gold); }
.rc-score i { font-style: normal; color: var(--muted); font-size: 13px; }
.rc-score-row .tag { font: 600 11px/1 var(--mono); letter-spacing: .1em; color: var(--green); border: 1px solid rgba(52,211,153,.4); background: var(--green-soft); padding: 7px 12px; border-radius: 100px; text-transform: uppercase; }
.rc-dims { display: grid; gap: 11px; }
.rc-dim { display: grid; grid-template-columns: 150px 1fr 34px; align-items: center; gap: 12px; font-size: 12.5px; color: var(--white-60); }
.rc-dim .bar { height: 5px; border-radius: 5px; background: rgba(238,241,248,.07); overflow: hidden; }
.rc-dim .bar i { display: block; height: 100%; border-radius: 5px; width: 0; background: linear-gradient(90deg, var(--gold-2), var(--gold)); box-shadow: 0 0 14px rgba(23,195,160,.5); transition: width 1.2s var(--ease); }
.rc-dim.hi .bar i { background: linear-gradient(90deg, #10b981, var(--green)); box-shadow: 0 0 14px rgba(52,211,153,.45); }
.rc-dim b { font: 600 12px/1 var(--mono); color: var(--ink); text-align: right; }
.rc-foot { display: flex; justify-content: space-between; padding: 14px 18px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }
.rc-foot b { color: var(--green); font-weight: 600; }

/* logo strip */
.logo-strip { padding: 34px 0 8px; }
.logo-strip p { font: 500 11.5px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--white-40); text-align: center; margin-bottom: 22px; }
.logo-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px; }
.logo-row span { font: 600 15px/1 var(--font-serif); color: var(--white-40); transition: color .3s; letter-spacing: .02em; }
.logo-row span:hover { color: var(--gold); }

/* ---------------- Compare (problem) ------------------------------- */
.cmp-col {
  height: 100%; border-radius: var(--radius-lg); padding: 30px;
  border: 1px solid var(--line); background: rgba(238,241,248,.02);
  transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.cmp-col.now { border-color: var(--line-gold); background: linear-gradient(180deg, rgba(23,195,160,.06), rgba(23,195,160,.01)); }
.cmp-col:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cmp-col .lab { font: 600 11px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.cmp-col.now .lab { color: var(--gold); }
.cmp-col h3 { font-size: 22px; margin: 10px 0 20px; }
.cmp-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.cmp-col li { display: flex; gap: 12px; font-size: 14.5px; color: var(--white-60); line-height: 1.55; }
.cmp-col li i { font-style: normal; flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; margin-top: 1px; }
.cmp-col.before li i { color: var(--red); background: rgba(248,113,113,.1); }
.cmp-col.now li i { color: var(--green); background: var(--green-soft); }
.cmp-note { text-align: center; margin-top: 44px; font-family: var(--font-serif); font-size: 21px; color: var(--white-60); }
.cmp-note b { color: var(--gold); font-weight: 600; }

/* ---------------- Terminal / environment -------------------------- */
.term {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-gold);
  background: #0a0f1c; box-shadow: var(--shadow-lg), 0 0 80px -40px rgba(23,195,160,.4);
  font-family: var(--mono); font-size: 13px;
}
.term-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: rgba(238,241,248,.02); }
.term-bar i { width: 11px; height: 11px; border-radius: 50%; }
.term-bar i:nth-child(1){ background:#f87171; } .term-bar i:nth-child(2){ background:#f4c76b; } .term-bar i:nth-child(3){ background:#34d399; }
.term-bar span { margin-left: 8px; color: var(--white-40); font-size: 11.5px; letter-spacing: .04em; }
.term-body { padding: 20px; line-height: 1.9; color: var(--white-60); }
.term-body .p { color: var(--gold); } .term-body .ok { color: var(--green); } .term-body .dim { color: var(--white-40); }
.term-caption { margin-top: 14px; font-size: 12.5px; color: var(--white-40); display: flex; gap: 8px; align-items: center; }
.term-caption i { color: var(--green); }
.tool-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.tool-chips span {
  font: 500 12.5px/1 var(--mono); color: var(--white-60); padding: 9px 15px; border-radius: 100px;
  border: 1px solid var(--line); background: rgba(238,241,248,.02); transition: .3s var(--ease);
}
.tool-chips span:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------------- Dimensions grid --------------------------------- */
.dim-x {
  height: 100%; padding: 26px; border-radius: var(--radius);
  border: 1px solid var(--line); background: rgba(238,241,248,.02);
  transition: transform .4s var(--ease), border-color .4s var(--ease), background .4s var(--ease), box-shadow .4s var(--ease);
  position: relative; overflow: hidden;
}
.dim-x::before { content: ""; position: absolute; top:0; left:0; right:0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); opacity: 0; transition: opacity .4s; }
.dim-x:hover { transform: translateY(-5px); border-color: var(--line-gold); background: rgba(23,195,160,.04); box-shadow: var(--shadow-lg); }
.dim-x:hover::before { opacity: 1; }
.dim-x .no { font: 600 12px/1 var(--mono); color: var(--gold); letter-spacing: .1em; }
.dim-x h3 { font-size: 18px; margin: 12px 0 10px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -.01em; }
.dim-x p { font-size: 14px; color: var(--muted); line-height: 1.65; margin: 0; }

/* ---------------- Steps ------------------------------------------- */
.step-x { position: relative; padding-left: 66px; padding-bottom: 46px; }
.step-x:last-child { padding-bottom: 0; }
.step-x::before { content: ""; position: absolute; left: 21px; top: 46px; bottom: 0; width: 1px; background: linear-gradient(180deg, var(--line-gold), transparent); }
.step-x:last-child::before { display: none; }
.step-x .n {
  position: absolute; left: 0; top: 0; width: 43px; height: 43px; border-radius: 12px;
  display: grid; place-items: center; font: 700 15px/1 var(--mono); color: var(--gold);
  border: 1px solid var(--line-gold); background: linear-gradient(180deg, rgba(23,195,160,.1), transparent);
}
.step-x h3 { font-size: 20px; margin-bottom: 8px; }
.step-x p { color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 640px; }

/* ---------------- HEDGE FUNDS & ASSET MANAGEMENT ------------------ */
.fin-x { position: relative; overflow: hidden; background: linear-gradient(180deg, transparent, rgba(23,195,160,.03) 20%, rgba(23,195,160,.03) 80%, transparent); }
.fin-x .grid-lines { position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(23,195,160,.05) 1px, transparent 1px);
  background-size: 100% 64px; }
.ticker-wrap { overflow: hidden; border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); background: rgba(7,11,20,.6); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ticker { display: flex; gap: 54px; width: max-content; padding: 13px 0; animation: ticker 34s linear infinite; }
.ticker-wrap:hover .ticker { animation-play-state: paused; }
.ticker span { font: 500 12.5px/1 var(--mono); letter-spacing: .1em; color: var(--white-60); white-space: nowrap; text-transform: uppercase; }
.ticker b { color: var(--gold); font-weight: 600; }
.ticker .up { color: var(--green); }
@keyframes ticker { to { transform: translateX(-50%); } }
.fin-card {
  height: 100%; padding: 28px; border-radius: var(--radius-lg);
  border: 1px solid var(--line-gold); background: linear-gradient(180deg, rgba(238,241,248,.035), rgba(238,241,248,.01));
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease);
  display: flex; flex-direction: column;
}
.fin-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg), 0 0 60px -30px rgba(23,195,160,.5); background: linear-gradient(180deg, rgba(23,195,160,.07), rgba(238,241,248,.01)); }
.fin-card .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 19px; color: var(--gold); border: 1px solid var(--line-gold); background: rgba(23,195,160,.08); margin-bottom: 18px; }
.fin-card h3 { font-size: 19px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -.01em; margin-bottom: 10px; }
.fin-card p { font-size: 14px; color: var(--muted); line-height: 1.7; flex: 1; }
.fin-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font: 600 13px/1 var(--font-sans); color: var(--gold); text-decoration: none; transition: gap .3s var(--ease); }
.fin-card a:hover { gap: 13px; }
.fin-stat { text-align: center; padding: 26px 14px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(238,241,248,.02); transition: .4s var(--ease); }
.fin-stat:hover { border-color: var(--line-gold); transform: translateY(-4px); }
.fin-stat b { display: block; font: 700 34px/1.1 var(--mono); color: var(--gold); }
.fin-stat span { font-size: 13px; color: var(--muted); }

/* ---------------- Why cards --------------------------------------- */
.why-x { height: 100%; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(238,241,248,.02); transition: .4s var(--ease); }
.why-x:hover { transform: translateY(-5px); border-color: var(--line-gold); background: rgba(23,195,160,.04); box-shadow: var(--shadow-lg); }
.why-x .ic { font-size: 24px; margin-bottom: 16px; display: block; }
.why-x h3 { font-size: 18px; font-family: var(--font-sans); font-weight: 600; letter-spacing: -.01em; margin-bottom: 10px; }
.why-x p { font-size: 14px; color: var(--muted); line-height: 1.68; margin: 0; }

/* ---------------- Enterprise chips -------------------------------- */
.chip-x {
  display: flex; align-items: center; gap: 13px; padding: 17px 19px; border-radius: var(--radius);
  border: 1px solid var(--line); background: rgba(238,241,248,.02); font-size: 14px; font-weight: 500;
  transition: .35s var(--ease); height: 100%;
}
.chip-x:hover { border-color: var(--gold); background: rgba(23,195,160,.05); transform: translateY(-3px); }
.chip-x i, .chip-x .e { color: var(--gold); font-size: 17px; font-style: normal; }

/* ---------------- CTA band + form --------------------------------- */
.band-x {
  border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold);
  background:
    radial-gradient(640px 280px at 50% 0%, rgba(23,195,160,.1), transparent 70%),
    rgba(238,241,248,.015);
  text-align: center; padding: 96px 0;
}
.band-x h2 { font-size: clamp(28px, 4vw, 44px); max-width: 760px; margin: 0 auto 18px; }
.band-x p { color: var(--muted); max-width: 560px; margin: 0 auto 32px; font-size: 16.5px; line-height: 1.7; }

.form-x { border: 1px solid var(--line-gold); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(238,241,248,.035), rgba(238,241,248,.01)); padding: 36px; box-shadow: var(--shadow-lg); }
.form-x label { font-size: 13px; font-weight: 500; color: var(--white-60); margin-bottom: 7px; display: block; }
.form-x .req { color: var(--gold); }
.form-x input, .form-x select, .form-x textarea,
input, select, textarea {
  width: 100%; padding: 12.5px 15px; border-radius: 11px; color: var(--ink);
  background: rgba(7,11,20,.6) !important; border: 1px solid var(--line) !important;
  font: 400 14.5px/1.4 var(--font-sans); outline: none;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease) !important;
}
.form-x input:focus, .form-x select:focus, .form-x textarea:focus,
input:focus, select:focus, textarea:focus {
  border-color: var(--gold) !important; box-shadow: 0 0 0 4px rgba(23,195,160,.13) !important;
}
input[type="checkbox"] { width: auto; accent-color: var(--gold); }
.form-result { display: none; margin-top: 16px; padding: 13px 16px; border-radius: 11px; font-size: 14px; }
.form-result.show { display: block; }
.form-result.ok { background: var(--green-soft); color: var(--green); border: 1px solid rgba(52,211,153,.35); }
.form-result.err { background: rgba(248,113,113,.1); color: var(--red); border: 1px solid rgba(248,113,113,.35); }

/* ---------------- Footer ------------------------------------------ */
.ba-footer { border-top: 1px solid var(--line-gold); background: linear-gradient(180deg, transparent, rgba(0,0,0,.45)); padding: 74px 0 34px; }
.ba-footer .fdesc { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 300px; margin-top: 16px; }
.ba-footer h4 { font: 600 12px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.ba-footer .fcol a { display: block; color: var(--white-60); text-decoration: none; font-size: 14px; padding: 5.5px 0; transition: color .25s, padding-left .25s; }
.ba-footer .fcol a:hover { color: var(--gold); padding-left: 5px; }
.fsocial { display: flex; gap: 12px; margin-top: 22px; }
.fsocial a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); text-decoration: none; border: 1px solid var(--line-gold); background: rgba(238,241,248,.02); transition: .3s var(--ease); }
.fsocial a:hover { background: linear-gradient(135deg, #4be3c3, var(--gold-2)); color: #ffffff; transform: translateY(-3px); box-shadow: var(--glow-gold); }
.fbottom { border-top: 1px solid var(--line); margin-top: 54px; padding-top: 26px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; color: var(--white-40); font-size: 13px; }
.fbadges { display: flex; gap: 9px; }
.fbadges span { font: 600 10.5px/1 var(--mono); letter-spacing: .1em; padding: 7px 12px; border-radius: 7px; border: 1px solid var(--line-gold); color: var(--gold); }

/* ---------------- Legacy inner-page re-skin ----------------------- */
.page-hero { padding: 170px 0 80px !important; }
.page-hero-bg { background: radial-gradient(700px 340px at 50% 0%, rgba(23,195,160,.1), transparent 70%) !important; }
.page-h1 { font-family: var(--font-serif) !important; }
.breadcrumb, .page-eyebrow { font-family: var(--mono); letter-spacing: .1em; }
.page-eyebrow { color: var(--gold) !important; }
.prose h2 { font-family: var(--font-serif); }
.prose h2::before { content: ""; display: block; width: 44px; height: 2px; margin-bottom: 14px; background: linear-gradient(90deg, var(--gold), transparent); }
.prose a { color: var(--gold); }
.prose ul li::marker { color: var(--gold); }
.prose blockquote { border-left: 2px solid var(--gold); padding-left: 20px; font-style: italic; color: var(--white-60); }
.stat .num { font-family: var(--mono) !important; color: var(--gold) !important; }
.cta-band { border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold);
  background: radial-gradient(640px 280px at 50% 0%, rgba(23,195,160,.1), transparent 70%), rgba(238,241,248,.015) !important; }
.soc-badge { border-color: var(--line-gold) !important; color: var(--gold) !important; font-family: var(--mono); }
.auth-tab.active { color: var(--gold) !important; border-color: var(--gold) !important; }

/* ---------------- Reveal animations ------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-stagger].is-visible > * { opacity: 1; transform: none; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.rise-1 { animation: rise .8s var(--ease) both .05s; }
.rise-2 { animation: rise .8s var(--ease) both .14s; }
.rise-3 { animation: rise .8s var(--ease) both .23s; }
.rise-4 { animation: rise .8s var(--ease) both .32s; }

#ba-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 2000; background: linear-gradient(90deg, var(--gold-2), var(--gold), #7ff0d8); box-shadow: 0 0 12px rgba(23,195,160,.6); }
#ba-top { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-gold); background: linear-gradient(135deg, #4be3c3, var(--gold-2)); color: #ffffff; cursor: pointer; display: grid; place-items: center; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .3s var(--ease); box-shadow: var(--glow-gold); }
#ba-top.show { opacity: 1; pointer-events: auto; transform: none; }
#ba-top:hover { transform: translateY(-2px) scale(1.05); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; }
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
