/*
Theme Name: FAPALGO
Theme URI: https://fapalgo.businessgfxarrow.chatgpt.site
Author: FAPALGO
Description: A custom high-conversion WordPress landing theme for FAPALGO indicators, memberships, and partner access.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: fapalgo
*/

:root {
  --ink: #050912;
  --ink-soft: #09111f;
  --panel: #0d1727;
  --panel-light: #111e31;
  --line: rgba(158, 182, 217, 0.15);
  --muted: #92a3ba;
  --text: #f4f7fb;
  --gold: #e7bd62;
  --gold-bright: #ffe59b;
  --blue: #38bdf8;
  --cyan: #64e6ff;
  --green: #1bd4a6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  border-radius: 6px;
  background: var(--gold-bright);
  color: var(--ink);
  font-weight: 800;
}

.wpContent { min-height: 72vh; padding: 130px 0 90px; }
.wpContentHeader h1, .wpEntry h1 { font-size: clamp(42px, 7vw, 72px); letter-spacing: -.05em; }
.wpEntry { padding: 28px 0; color: #9aabc1; line-height: 1.8; }
.wpEntry + .wpEntry { border-top: 1px solid var(--line); }
.wpEntry h2 { margin: 0 0 14px; color: var(--text); font-size: 28px; }
.wpEntry a { color: var(--gold-bright); }
.wpEntry img { height: auto; }

.customCursor { display: none; }

@media (pointer: fine) {
  .cursorReady,
  .cursorReady body,
  .cursorReady * { cursor: none !important; }

  .customCursor {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 30px;
    height: 34px;
    display: block;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-80px, -80px, 0);
    transition: opacity .18s ease;
    will-change: transform;
  }

  .customCursor.isVisible { opacity: 1; }
  .customCursor svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: translate(-3px, -2px);
    transform-origin: 4px 4px;
    filter: drop-shadow(0 0 5px rgba(63, 211, 255, .78)) drop-shadow(0 3px 4px rgba(0, 0, 0, .65));
    transition: transform .16s ease, filter .16s ease;
  }
  .customCursor path { fill: #07101a; stroke: #f8e2a2; stroke-width: 1.5; stroke-linejoin: round; }
  .customCursor circle { fill: #55eaff; stroke: #07101a; stroke-width: 1; }
  .customCursor.isInteractive svg {
    transform: translate(-3px, -2px) scale(1.16);
    filter: drop-shadow(0 0 8px rgba(63, 211, 255, .95)) drop-shadow(0 0 4px rgba(231, 189, 98, .75));
  }
}

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; overflow: hidden; }

.announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background: linear-gradient(90deg, #a67a24, #e7bd62 45%, #b48328);
  color: #0a0d13;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .02em;
}
.announcement a { margin-left: 8px; border-bottom: 1px solid rgba(0,0,0,.35); }
.liveDot {
  width: 7px; height: 7px; border-radius: 50%; background: #0b5f43;
  box-shadow: 0 0 0 4px rgba(11,95,67,.12);
}

.siteHeader {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(152, 174, 205, .12);
  background: rgba(5, 9, 18, .72);
  backdrop-filter: blur(18px);
}
.navShell {
  width: min(1240px, calc(100% - 40px));
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { width: 252px; height: 60px; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; filter: drop-shadow(0 5px 14px rgba(0,0,0,.35)); }
.navLinks { display: flex; align-items: center; gap: 34px; color: #aebbd0; font-size: 13px; }
.navLinks a { transition: .2s ease; }
.navLinks a:hover { color: white; }
.navCta {
  padding: 12px 18px;
  border: 1px solid rgba(231,189,98,.48);
  border-radius: 8px;
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
  background: rgba(231,189,98,.07);
  transition: .25s ease;
}
.navCta:hover { background: var(--gold); color: #080b10; transform: translateY(-1px); }
.mobileMenu { display: none; position: relative; }

.hero { padding: 185px 0 88px; min-height: 820px; background: #050912; }
.heroGrid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(78,114,160,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(78,114,160,.065) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 0, rgba(0,0,0,.65) 65%, transparent 100%);
}
.heroGlow { position: absolute; border-radius: 999px; filter: blur(110px); opacity: .22; pointer-events: none; }
.heroGlowOne { width: 520px; height: 520px; background: #075dc8; top: 40px; right: -130px; }
.heroGlowTwo { width: 320px; height: 320px; background: #c88c1d; bottom: -180px; left: 8%; opacity: .11; }
.heroLayout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.42fr; align-items: center; gap: 68px; }
.heroCopy { padding: 20px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #9aabc2; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(231,189,98,.42); border-radius: 50%; color: var(--gold); letter-spacing: 0; font-size: 9px; }
.hero h1 { max-width: 600px; margin: 25px 0 24px; font-size: clamp(54px, 6vw, 88px); line-height: .92; letter-spacing: -.06em; font-weight: 750; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(240,246,255,.45); }
.heroCopy > p { max-width: 540px; margin: 0; color: #9aabc1; font-size: 16px; line-height: 1.75; }
.heroActions { margin-top: 34px; display: flex; align-items: center; gap: 24px; }
.primaryButton {
  display: inline-flex; align-items: center; gap: 26px; min-height: 54px; padding: 0 19px 0 22px;
  border-radius: 8px; background: linear-gradient(120deg, #e3b956, #ffe49a 55%, #c99636); color: #070a0f; font-size: 13px; font-weight: 800;
  box-shadow: 0 14px 34px rgba(216,166,61,.16); transition: .25s ease;
}
.primaryButton:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(216,166,61,.25); }
.textButton { display: inline-flex; gap: 10px; color: #bdc9d9; font-size: 13px; font-weight: 650; }
.textButton:hover { color: white; }
.heroMeta { margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.heroMeta div { display: flex; flex-direction: column; gap: 6px; }
.heroMeta strong { font-size: 13px; letter-spacing: .04em; }
.heroMeta span { color: #6f819a; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.heroVisual { position: relative; min-width: 0; border: 1px solid rgba(125,157,201,.22); border-radius: 15px; background: #0a1321; box-shadow: 0 40px 90px rgba(0,0,0,.5), 0 0 0 7px rgba(79,132,201,.025); overflow: hidden; transform: perspective(1200px) rotateY(-2deg); }
.terminalTopbar, .terminalFoot { display: flex; align-items: center; justify-content: space-between; color: #7387a3; text-transform: uppercase; font-size: 8px; letter-spacing: .08em; }
.terminalTopbar { height: 43px; padding: 0 14px; border-bottom: 1px solid rgba(122,153,192,.15); background: #0b1524; }
.terminalDots { display: flex; gap: 5px; }
.terminalDots i { width: 6px; height: 6px; border-radius: 50%; background: #31445e; }
.terminalDots i:first-child { background: var(--gold); }
.terminalPair span { color: #e2e9f2; font-weight: 750; }
.terminalStatus { display: flex; align-items: center; gap: 7px; }
.terminalStatus span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.chartViewport { position: relative; height: 455px; overflow: hidden; background: #f7f8fa; }
.chartViewport > img { width: 1290px; max-width: none; height: 455px; object-fit: cover; object-position: 52% center; filter: saturate(.88) contrast(1.04); }
.chartFade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,12,21,.12), transparent 15%, transparent 80%, rgba(6,12,21,.08)); pointer-events: none; }
.signalCard { position: absolute; right: 15px; bottom: 15px; width: 220px; padding: 14px; border: 1px solid rgba(99,225,255,.25); border-radius: 9px; background: rgba(6,15,27,.9); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.signalCard div { display: flex; align-items: center; gap: 7px; color: #8ea1ba; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.signalPulse { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.signalCard strong { display: block; margin-top: 7px; color: var(--cyan); font-size: 11px; letter-spacing: .05em; }
.signalCard p { margin: 7px 0 0; color: #b5c0cf; font-size: 9px; line-height: 1.5; }
.terminalFoot { height: 34px; padding: 0 14px; border-top: 1px solid rgba(122,153,192,.15); background: #0b1524; }
.terminalFoot .accent { color: var(--gold); }

.conceptBar { border-block: 1px solid rgba(141,168,204,.14); background: #07101c; overflow: hidden; }
.conceptTrack { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #8292a8; font-size: 9px; font-weight: 750; letter-spacing: .17em; white-space: nowrap; }
.conceptTrack i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 7px var(--gold); }

.signalSection { padding: 122px 0; background: radial-gradient(circle at 75% 25%, rgba(25,98,166,.1), transparent 35%), #070c15; }
.sectionHeading { margin-bottom: 52px; }
.splitHeading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.sectionHeading h2 { margin: 23px 0 0; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.045em; line-height: 1; }
.sectionHeading > p { max-width: 520px; margin: 0; color: #899bb3; font-size: 14px; line-height: 1.8; }
.principleGrid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.principleGrid article { position: relative; min-height: 286px; padding: 30px; border-right: 1px solid var(--line); background: rgba(12,22,37,.65); }
.principleGrid article:last-child { border-right: 0; }
.principleGrid article::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--gold), var(--cyan)); transition: .35s ease; }
.principleGrid article:hover::after { transform: scaleX(1); }
.featuredPrinciple { background: linear-gradient(145deg, rgba(20,44,72,.88), rgba(11,22,37,.7)) !important; }
.cardIndex { position: absolute; top: 24px; right: 24px; color: #51627a; font: 10px ui-monospace, monospace; }
.conceptIcon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(231,189,98,.3); border-radius: 9px; color: var(--gold); font: 700 12px ui-monospace, monospace; background: rgba(231,189,98,.05); }
.principleGrid h3 { margin: 42px 0 12px; font-size: 18px; letter-spacing: -.02em; }
.principleGrid p { margin: 0; color: #8496ae; font-size: 13px; line-height: 1.75; }

.productSection { padding: 128px 0; background: #050912; }
.productAura { position: absolute; width: 600px; height: 600px; right: -240px; top: 240px; border-radius: 50%; background: rgba(19,100,177,.12); filter: blur(110px); }
.productIntro { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 58px; }
.productIntro h2 { margin: 24px 0 0; font-size: clamp(54px, 7vw, 88px); line-height: .9; letter-spacing: -.06em; }
.availabilityStamp { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.availabilityStamp > span { color: #52647c; font-size: 9px; letter-spacing: .18em; }
.availabilityStamp strong { display: flex; align-items: center; gap: 9px; color: var(--green); font: 10px ui-monospace, monospace; letter-spacing: .1em; }
.availabilityStamp i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.productStage { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: #091321; }
.productNarrative { padding: 46px 42px; border-right: 1px solid var(--line); }
.productNarrative .lead { margin: 0 0 20px; color: #e6edf7; font-size: 21px; line-height: 1.55; letter-spacing: -.02em; }
.productNarrative > p:not(.lead) { margin: 0; color: #8496ad; font-size: 13px; line-height: 1.8; }
.miniSpecs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 32px 0; background: var(--line); border: 1px solid var(--line); }
.miniSpecs div { display: flex; flex-direction: column; gap: 7px; padding: 15px; background: #0b1625; }
.miniSpecs span { color: #5f728c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.miniSpecs strong { color: #d6dfec; font: 10px ui-monospace, monospace; }
.inlineLink { display: inline-flex; align-items: center; gap: 14px; color: var(--gold); font-size: 12px; font-weight: 700; }
.inlineLink span { transition: transform .2s ease; }
.inlineLink:hover span { transform: translate(2px, -2px); }
.productChart { position: relative; min-width: 0; min-height: 430px; overflow: hidden; background: white; }
.productChart > img { width: 1040px; max-width: none; height: 100%; object-fit: cover; object-position: 52% center; }
.chartLabel { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 11px; border-radius: 5px; background: rgba(7,15,27,.9); color: #93a5ba; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.chartLabel span { margin-right: 8px; color: var(--gold); font-weight: 800; }
.productChartOverlay { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; justify-content: space-between; gap: 10px; padding: 12px 14px; border: 1px solid rgba(124,160,201,.22); border-radius: 7px; background: rgba(5,13,24,.9); backdrop-filter: blur(8px); }
.productChartOverlay span { color: #a3b1c5; font: 8px ui-monospace, monospace; letter-spacing: .11em; }
.productChartOverlay span:nth-child(2), .productChartOverlay span:nth-child(4) { color: var(--green); }
.productChartOverlay span:nth-child(3) { color: #ff6d7a; }
.featureGrid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featureGrid article { position: relative; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(145deg, rgba(13,24,41,.92), rgba(8,15,26,.9)); overflow: hidden; }
.featureGrid article::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(82,120,170,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(82,120,170,.1) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 68%); }
.featureGrid .largeFeature { grid-column: span 2; }
.featureGrid article:last-child { grid-column: span 3; min-height: 235px; display: grid; grid-template-columns: .7fr 1.3fr; grid-template-rows: auto auto 1fr; align-items: center; column-gap: 54px; }
.featureGrid article:last-child .featureTag { grid-column: 1; grid-row: 1; }
.featureGrid article:last-child .dashboardGraphic { grid-column: 2; grid-row: 1 / 4; width: 100%; max-width: 560px; justify-self: end; }
.featureGrid article:last-child h3 { grid-column: 1; grid-row: 2; }
.featureGrid article:last-child p { grid-column: 1; grid-row: 3; }
.featureTag { position: relative; z-index: 2; color: #60728a; font: 8px ui-monospace, monospace; letter-spacing: .14em; }
.featureGrid h3 { position: relative; z-index: 2; margin: 28px 0 10px; font-size: 20px; letter-spacing: -.03em; }
.featureGrid p { position: relative; z-index: 2; max-width: 440px; margin: 0; color: #7e90a8; font-size: 12px; line-height: 1.7; }
.zoneGraphic { position: relative; height: 135px; max-width: 460px; margin: 25px auto 0; }
.zoneGraphic::before { content: ""; position: absolute; left: 0; right: 0; top: 65px; height: 1px; background: rgba(196,211,231,.45); }
.zoneGraphic::after { content: ""; position: absolute; left: 33%; right: 18%; top: 29px; height: 72px; border-left: 1px solid var(--gold); border-right: 1px solid var(--green); background: linear-gradient(to bottom, rgba(27,212,166,.14) 50%, rgba(245,88,103,.12) 50%); }
.zoneGraphic i { position: absolute; z-index: 2; padding: 5px 8px; border-radius: 4px; font: 7px ui-monospace, monospace; font-style: normal; }
.zoneStop { left: 34%; top: 91px; color: #ff8791; background: rgba(245,88,103,.14); }
.zoneEntry { left: 47%; top: 56px; color: var(--gold-bright); background: rgba(231,189,98,.13); }
.zoneTarget { right: 19%; top: 18px; color: #55e5bd; background: rgba(27,212,166,.13); }
.filterGraphic { height: 134px; display: flex; align-items: flex-end; gap: 9px; padding: 24px 10px 10px; }
.filterGraphic i { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(to top, rgba(56,189,248,.05), rgba(56,189,248,.35)); border-top: 1px solid rgba(100,230,255,.55); }
.filterGraphic i:nth-child(1) { height: 30%; }.filterGraphic i:nth-child(2) { height: 55%; }.filterGraphic i:nth-child(3) { height: 82%; }.filterGraphic i:nth-child(4) { height: 48%; }.filterGraphic i:nth-child(5) { height: 68%; }
.riskGraphic { height: 134px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.riskGraphic span, .riskGraphic strong { padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; color: #71849e; font: 9px ui-monospace, monospace; }
.riskGraphic strong { color: #090d14; background: var(--gold); border-color: var(--gold); box-shadow: 0 0 25px rgba(231,189,98,.22); }
.alertGraphic { height: 134px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--cyan); font-size: 32px; }
.alertGraphic span { padding: 11px 14px; border: 1px solid rgba(100,230,255,.2); border-radius: 6px; color: #b6c6d8; background: rgba(12,30,48,.75); font: 9px ui-monospace, monospace; }
.alertGraphic i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.breakevenGraphic { position: relative; height: 134px; display: grid; place-items: center; }
.breakevenGraphic::before { content: ""; position: absolute; left: 18px; right: 18px; top: 66px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), var(--green), transparent); }
.breakevenGraphic i { width: 11px; height: 11px; border: 2px solid var(--green); border-radius: 50%; background: #0a1421; box-shadow: 0 0 15px var(--green); }
.breakevenGraphic span { position: absolute; top: 40px; padding: 5px 8px; border-radius: 4px; color: var(--green); background: rgba(27,212,166,.11); font: 7px ui-monospace, monospace; }
.dashboardGraphic { height: 134px; margin: 18px 25px 0; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(113,147,191,.2); border-radius: 7px; background: rgba(8,17,30,.8); }
.dashboardGraphic span { display: flex; justify-content: space-between; padding: 9px 12px; border-bottom: 1px solid rgba(113,147,191,.12); color: #73869e; font: 7px ui-monospace, monospace; }
.dashboardGraphic span:last-child { border-bottom: 0; }
.dashboardGraphic b { color: #d2dce8; }.dashboardGraphic span:nth-child(2) b { color: #ff7181; }.dashboardGraphic span:nth-child(3) b { color: var(--green); }

.workflowSection { padding: 128px 0; background: radial-gradient(circle at 50% 15%, rgba(12,87,158,.12), transparent 37%), #070d17; }
.centeredHeading { text-align: center; }
.centeredHeading .eyebrow { justify-content: center; }
.centeredHeading > p { margin: 18px auto 0; }
.workflowLine { position: relative; margin-top: 72px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.workflowLine::before { content: ""; position: absolute; left: 8%; right: 8%; top: 14px; height: 1px; background: linear-gradient(90deg, transparent, rgba(231,189,98,.45), rgba(74,191,236,.45), transparent); }
.workflowLine article { position: relative; padding-top: 46px; }
.workflowLine article > span { position: absolute; z-index: 2; top: 0; left: 0; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(231,189,98,.35); border-radius: 50%; color: var(--gold); background: #07101b; font: 8px ui-monospace, monospace; }
.workflowLine article > i { position: absolute; top: 13px; left: 29px; right: -18px; height: 2px; background: linear-gradient(90deg, rgba(231,189,98,.32), transparent); }
.workflowLine h3 { margin: 0 0 10px; font-size: 15px; }
.workflowLine p { margin: 0; color: #7487a0; font-size: 11px; line-height: 1.65; }
.usagePanel { margin-top: 84px; display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: rgba(11,21,36,.7); }
.usageMain { padding: 42px; }
.usageMain h3 { margin: 20px 0 12px; font-size: 30px; letter-spacing: -.04em; }
.usageMain p { max-width: 600px; margin: 0; color: #8092aa; font-size: 13px; line-height: 1.8; }
.toggleList { padding: 26px; border-left: 1px solid var(--line); background: rgba(8,16,28,.7); display: flex; flex-direction: column; justify-content: center; }
.toggleList > div { min-height: 51px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(140,164,197,.1); color: #a5b3c5; font-size: 11px; }
.toggleList > div:last-child { border-bottom: 0; }
.toggle { width: 33px; height: 18px; padding: 2px; border-radius: 999px; background: #273548; display: flex; font-style: normal; }
.toggle b { width: 14px; height: 14px; border-radius: 50%; background: #77879b; }
.toggle.on { justify-content: flex-end; background: rgba(27,212,166,.25); }
.toggle.on b { background: var(--green); box-shadow: 0 0 8px rgba(27,212,166,.6); }

.suiteSection { padding: 128px 0; background: #050912; }
.suiteGrid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.suiteCopy h2 { margin: 24px 0 24px; font-size: clamp(43px, 5vw, 64px); line-height: 1; letter-spacing: -.055em; }
.suiteCopy h2 span { color: #677a92; }
.suiteCopy > p { max-width: 460px; margin: 0 0 28px; color: #8496ad; font-size: 14px; line-height: 1.8; }
.suiteStack { position: relative; min-height: 430px; }
.suiteStack::before, .suiteStack::after { content: ""; position: absolute; width: 78%; height: 285px; right: 0; border: 1px solid rgba(121,151,190,.13); border-radius: 15px; background: #09121f; transform: rotate(3deg) translateY(12px); }
.suiteStack::after { right: 6%; transform: rotate(-3deg) translateY(22px); opacity: .65; }
.suiteStack article { position: absolute; z-index: 2; width: 78%; min-height: 245px; padding: 32px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #101e31, #09121f); box-shadow: 0 32px 60px rgba(0,0,0,.3); }
.suiteStack article > div:first-child { display: flex; justify-content: space-between; color: #64758c; font: 8px ui-monospace, monospace; letter-spacing: .12em; }
.suiteStack article > div:first-child b { color: var(--green); }
.suiteStack h3 { margin: 62px 0 10px; font-size: 26px; letter-spacing: -.04em; }
.suiteStack p { margin: 0; color: #7c8ea5; font-size: 12px; }
.suiteStack article > i { position: absolute; right: 28px; bottom: 28px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(231,189,98,.3); border-radius: 50%; color: var(--gold); font-style: normal; }
.suiteLive { top: 0; left: 0; }
.suiteFuture { right: 0; bottom: 0; z-index: 3 !important; background: linear-gradient(145deg, #0a1525, #07101b) !important; }
.suiteFuture > div:first-child b { color: var(--gold) !important; }
.roadmapDots { position: absolute; right: 30px; bottom: 29px; display: flex; gap: 7px; }
.roadmapDots i { width: 8px; height: 8px; border-radius: 50%; border: 1px solid #496079; }
.roadmapDots i:first-child { border-color: var(--gold); background: rgba(231,189,98,.2); }

.accessSection { padding: 128px 0; background: #07101a; }
.accessGlow { position: absolute; left: 50%; top: 20px; width: 650px; height: 420px; transform: translateX(-50%); border-radius: 50%; background: rgba(19,101,184,.1); filter: blur(110px); }
.pricingGrid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1000px; margin: 70px auto 0; align-items: stretch; }
.priceCard { position: relative; padding: 36px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, #101a2a, #09111d); display: flex; flex-direction: column; }
.partnerCard { border-color: rgba(45,212,191,.3); border-radius: 2px; background: linear-gradient(145deg, #0c1d28, #09131f 72%); box-shadow: 0 25px 60px rgba(0,0,0,.22), 0 0 60px rgba(45,212,191,.035); }
.priceTop { display: flex; justify-content: space-between; color: #8393a8; font: 9px ui-monospace, monospace; letter-spacing: .1em; }
.priceTop i { padding: 5px 7px; border: 1px solid var(--line); border-radius: 4px; color: var(--gold); font-style: normal; font-size: 7px; }
.price { margin: 28px 0 16px; font-size: 68px; line-height: 1; font-weight: 750; letter-spacing: -.06em; }
.price sup { color: var(--gold); font-size: 19px; vertical-align: top; position: relative; top: 9px; margin-right: 5px; }
.price small { color: #73849a; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.priceCard > p { min-height: 44px; margin: 0; color: #8192a9; font-size: 12px; line-height: 1.7; }
.priceCard ul { list-style: none; padding: 0; margin: 30px 0 34px; }
.priceCard ul li { display: flex; align-items: center; gap: 10px; min-height: 42px; border-bottom: 1px solid rgba(132,157,191,.1); color: #b0bed0; font-size: 11px; }
.priceCard ul li i { color: var(--green); font-style: normal; }
.secondaryButton { min-height: 54px; margin-top: auto; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(152,178,213,.25); border-radius: 8px; color: #dce5f0; font-size: 12px; font-weight: 700; background: rgba(107,143,187,.05); transition: .25s ease; }
.secondaryButton:hover { border-color: rgba(231,189,98,.45); color: var(--gold-bright); }
.routeBadge { align-self: flex-start; margin: -36px 0 20px -36px; padding: 11px 24px 10px 13px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); border: 1px solid rgba(45,212,191,.35); background: rgba(45,212,191,.08); color: #6fe1d4; font: 8px ui-monospace, monospace; font-weight: 700; letter-spacing: .16em; }
.freePrice { display: flex; align-items: baseline; gap: 10px; margin: 0 0 10px; }
.freePrice strong { color: #2dd4bf; font-size: 43px; line-height: 1; letter-spacing: -.05em; }
.freePrice span { color: #60738b; font: 9px ui-monospace, monospace; }
.partnerCard > .freeIntro { min-height: 0; margin: 0 0 23px; color: #8496ad; font-size: 11px; line-height: 1.75; }
.partnerSteps { list-style: none; padding: 0; margin: 0; }
.partnerSteps > li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px dashed rgba(121,151,190,.23); }
.partnerSteps > li > b { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(45,212,191,.3); color: #2dd4bf; background: rgba(45,212,191,.06); font: 8px ui-monospace, monospace; font-weight: 500; }
.partnerSteps h3 { margin: 1px 0 7px; color: #d6dfeb; font-size: 12px; letter-spacing: -.01em; }
.partnerSteps p { margin: 0; color: #8193ab; font-size: 10px; line-height: 1.65; }
.partnerSteps a { color: var(--gold-bright); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(231,189,98,.55); text-underline-offset: 3px; transition: color .2s ease; }
.partnerSteps a:hover { color: white; }
.ticketTags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.ticketTags span { padding: 6px 8px; border: 1px solid rgba(135,164,202,.25); color: #8598b1; background: rgba(112,146,190,.045); font: 7px ui-monospace, monospace; }
.accessNotice { margin: 22px 0 0; padding: 13px 14px; border: 1px solid rgba(45,212,191,.22); color: #78ded4; background: rgba(45,212,191,.05); font: 8px ui-monospace, monospace; letter-spacing: .08em; line-height: 1.5; }
.wideButton { display: flex; justify-content: space-between; width: 100%; margin-top: 22px; }

.faqSection { padding: 128px 0; background: #050912; }
.faqGrid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faqGrid > div:first-child { position: sticky; top: 30px; }
.faqGrid h2 { margin: 23px 0 16px; font-size: clamp(43px, 5vw, 64px); letter-spacing: -.05em; line-height: 1; }
.faqGrid > div:first-child > p { max-width: 310px; margin: 0; color: #788ba3; font-size: 13px; line-height: 1.7; }
.faqList { border-top: 1px solid var(--line); }
.faqList details { border-bottom: 1px solid var(--line); }
.faqList summary { list-style: none; min-height: 77px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #dce5ef; font-size: 15px; cursor: pointer; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--gold); font-size: 20px; font-weight: 300; transition: .2s ease; }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList details p { margin: -5px 45px 28px 0; color: #7f91a9; font-size: 12px; line-height: 1.8; }

.finalCta { padding: 120px 0; text-align: center; background: radial-gradient(circle at 50% 50%, rgba(24,100,175,.2), transparent 40%), #07101b; }
.finalGrid { position: absolute; inset: 0; background-image: linear-gradient(rgba(87,126,177,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(87,126,177,.07) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle, black, transparent 72%); }
.finalCta .shell { position: relative; z-index: 2; }
.footerMark { color: #d7e1ed; font-size: 13px; font-weight: 850; letter-spacing: .17em; }
.footerMark span { color: var(--gold); }
.finalCta h2 { margin: 28px 0 34px; font-size: clamp(52px, 7vw, 90px); line-height: .92; letter-spacing: -.06em; }
.finalCta .shell > div:last-child { display: flex; justify-content: center; align-items: center; gap: 25px; }

.siteFooter { border-top: 1px solid var(--line); background: #050912; }
.footerLogo { display: block; width: 280px; }
.footerLogo img { width: 100%; height: auto; filter: drop-shadow(0 7px 18px rgba(0,0,0,.4)); }
.footerTop { padding: 70px 0 45px; display: flex; justify-content: space-between; gap: 50px; }
.footerTop > div:first-child > p { margin: 12px 0 0; color: #65758a; font-size: 11px; }
.footerLinks { display: flex; gap: 80px; }
.footerLinks > div { min-width: 115px; display: flex; flex-direction: column; gap: 12px; }
.footerLinks span { margin-bottom: 5px; color: #526278; font: 8px ui-monospace, monospace; letter-spacing: .14em; }
.footerLinks a { color: #9cabbf; font-size: 11px; }
.footerLinks a:hover { color: white; }
.footerLegal { padding: 24px 0 32px; border-top: 1px solid rgba(139,163,195,.1); display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; }
.footerLegal p { max-width: 760px; margin: 0; color: #4f6076; font-size: 9px; line-height: 1.7; }
.footerLegal span { color: #4f6076; font-size: 9px; white-space: nowrap; }

@media (max-width: 1020px) {
  .navLinks { display: none; }
  .hero { padding-top: 165px; }
  .heroLayout { grid-template-columns: 1fr; gap: 46px; }
  .heroCopy { text-align: center; }
  .heroCopy .eyebrow, .heroActions { justify-content: center; }
  .heroCopy > p, .hero h1 { margin-inline: auto; }
  .heroMeta { max-width: 620px; margin-inline: auto; }
  .heroVisual { transform: none; }
  .chartViewport { height: 420px; }
  .chartViewport > img { height: 420px; }
  .productStage { grid-template-columns: 1fr; }
  .productNarrative { border-right: 0; border-bottom: 1px solid var(--line); }
  .featureGrid { grid-template-columns: 1fr 1fr; }
  .featureGrid .largeFeature { grid-column: span 2; }
  .featureGrid article:last-child { grid-column: span 2; }
  .workflowLine { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .workflowLine::before { display: none; }
  .suiteGrid { grid-template-columns: 1fr; gap: 60px; }
  .suiteCopy { text-align: center; }
  .suiteCopy .eyebrow { justify-content: center; }
  .suiteCopy > p { margin-inline: auto; }
  .suiteStack { max-width: 700px; width: 100%; margin-inline: auto; }
  .faqGrid { grid-template-columns: 1fr; gap: 50px; }
  .faqGrid > div:first-child { position: static; text-align: center; }
  .faqGrid .eyebrow { justify-content: center; }
  .faqGrid > div:first-child > p { margin-inline: auto; }
}

@media (max-width: 740px) {
  .shell, .navShell { width: min(100% - 28px, 1180px); }
  .announcement { font-size: 10px; }
  .announcement a { display: none; }
  .siteHeader { top: 36px; }
  .navShell { height: 68px; }
  .brand { width: 198px; }
  .navCta { display: none; }
  .mobileMenu { display: block; }
  .mobileMenu summary { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 8px; list-style: none; display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu summary span { display: block; width: 16px; height: 1px; background: #e5edf7; }
  .mobileMenu > div { position: absolute; right: 0; top: 48px; width: 210px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: #0b1422; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .mobileMenu a { display: block; padding: 12px; color: #bbc7d7; font-size: 13px; }
  .hero { min-height: auto; padding: 145px 0 62px; }
  .hero h1 { font-size: clamp(48px, 15vw, 67px); }
  .heroCopy > p { font-size: 14px; }
  .heroActions { flex-direction: column; gap: 18px; }
  .primaryButton { width: 100%; justify-content: space-between; }
  .heroMeta { gap: 10px; }
  .heroMeta strong { font-size: 11px; }
  .heroMeta span { font-size: 8px; }
  .terminalTopbar { height: 38px; }
  .terminalPair { display: none; }
  .chartViewport { height: 330px; }
  .chartViewport > img { width: 935px; height: 330px; object-position: 61% center; }
  .signalCard { width: 178px; }
  .terminalFoot .accent { display: none; }
  .conceptTrack { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .conceptTrack::-webkit-scrollbar { display: none; }
  .signalSection { padding: 84px 0; }
  .splitHeading { grid-template-columns: 1fr; gap: 26px; }
  .sectionHeading { margin-bottom: 34px; }
  .principleGrid { grid-template-columns: 1fr; }
  .principleGrid article { min-height: 235px; border-right: 0; border-bottom: 1px solid var(--line); }
  .principleGrid article:last-child { border-bottom: 0; }
  .productSection, .workflowSection, .suiteSection, .accessSection, .faqSection { padding: 84px 0; }
  .productIntro { align-items: flex-start; flex-direction: column; gap: 24px; }
  .availabilityStamp { align-items: flex-start; }
  .productNarrative { padding: 30px 24px; }
  .productNarrative .lead { font-size: 18px; }
  .productChart { min-height: 330px; }
  .productChart > img { width: 880px; }
  .featureGrid { grid-template-columns: 1fr; }
  .featureGrid .largeFeature { grid-column: auto; }
  .featureGrid article:last-child { grid-column: auto; display: block; }
  .featureGrid article { min-height: 285px; }
  .workflowLine { grid-template-columns: 1fr 1fr; }
  .workflowLine article > i { display: none; }
  .usagePanel { grid-template-columns: 1fr; }
  .usageMain { padding: 28px; }
  .toggleList { border-left: 0; border-top: 1px solid var(--line); }
  .suiteStack { min-height: 480px; }
  .suiteStack article, .suiteStack::before, .suiteStack::after { width: 88%; }
  .suiteStack article { min-height: 235px; }
  .suiteStack h3 { margin-top: 50px; }
  .pricingGrid { grid-template-columns: 1fr; gap: 30px; }
  .priceCard { padding: 30px 23px; }
  .routeBadge { margin: -30px 0 20px -23px; }
  .partnerSteps > li { grid-template-columns: 27px 1fr; gap: 10px; }
  .verificationPanel { grid-template-columns: 1fr; gap: 25px; padding: 26px 22px; }
  .documentList { grid-template-columns: 1fr; }
  .faqList summary { min-height: 70px; font-size: 13px; }
  .finalCta { padding: 88px 0; }
  .finalCta .shell > div:last-child { flex-direction: column; }
  .footerTop { flex-direction: column; padding-top: 45px; }
  .footerLinks { gap: 40px; }
  .footerLegal { flex-direction: column; align-items: flex-start; gap: 18px; }
}

@media (max-width: 470px) {
  .freePrice { align-items: flex-start; flex-direction: column; gap: 7px; }
  .freePrice strong { font-size: 39px; }
  .ticketTags { display: grid; grid-template-columns: 1fr 1fr; }
  .workflowLine { grid-template-columns: 1fr; }
  .suiteStack { min-height: 500px; }
  .suiteStack article, .suiteStack::before, .suiteStack::after { width: 94%; }
  .suiteFuture { bottom: 0; }
  .footerLinks { width: 100%; justify-content: space-between; gap: 20px; }
}
