@font-face { font-family: "Big Shoulders Display"; font-weight: 700; font-display: block;
    src: url("../fonts/BigShouldersDisplay700.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 300; font-display: swap;
    src: url("../fonts/Poppins300Latin.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap;
    src: url("../fonts/Poppins400Latin.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-display: swap;
    src: url("../fonts/Poppins500Latin.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap;
    src: url("../fonts/Poppins600Latin.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap;
    src: url("../fonts/Poppins700Latin.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-weight: 100 900; font-display: swap;
    src: url("../fonts/ArchivoVariable.woff2") format("woff2"); }
@font-face { font-family: "Bebas Neue"; font-weight: 300; font-display: swap;
    src: url("../fonts/BebasNeueLight.woff2") format("woff2"); }
@font-face { font-family: "Bebas Neue"; font-weight: 400; font-display: swap;
    src: url("../fonts/BebasNeueBook.woff2") format("woff2"); }
@font-face { font-family: "Bebas Neue"; font-weight: 700; font-display: swap;
    src: url("../fonts/BebasNeue400.woff2") format("woff2"); }

:root {
    --font-text: "Archivo", sans-serif;
    --font-display: "Bebas Neue", sans-serif;
    --void: #0a0714;
    --purple: #7c4dea;
    --purple-bright: #9a73f0;
    --purple-deep: #4c2f9e;
    --violet: #b18cff;
    --gold: #f5a524;
    --hairline: rgba(124, 77, 234, 0.16);
    --surface: #151021;
    --surface-2: #1c152b;
    --surface-3: #241b36;
    --surface-deep: #0f0b18;
    --edge: rgba(255, 255, 255, 0.08);
    --text: #f7f6fa;
    --text-2: #cdccd6;
    --text-3: #a09eae;
    --up: #35c48d;
    --down: #e05563;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 104px; }
body {
    margin: 0; background: var(--void); color: var(--text);
    font-family: var(--font-text); font-weight: 400; line-height: 1.6;
    font-synthesis: none;
    text-transform: uppercase;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font-family: inherit; color: inherit; }
::selection { background: rgba(124, 77, 234, 0.45); color: #ffffff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb { background: #241c40; border-radius: 5px; }
:focus-visible { outline: 2px solid var(--purple); outline-offset: 3px; }

.display {
    font-family: var(--font-display); font-weight: 400;
    text-transform: uppercase; line-height: 0.9; letter-spacing: 0.005em;
    color: #ffffff;
}
/* Optical sizing: large display settings take the Regular cut, small settings the Book cut */
.inline-section-title, .section-title, .section-title2, .page-hero h1, .faq h2, .stage-title,
.plan .plan-name, .legal-page h2, .capability-group h3, .exchanges-strip .strip-label,
.exchanges-strip .strip-mark {
    font-weight: 700;
}

/* ---------- page ground: atmosphere + full-page reactive field ---------- */

.atmosphere {
    position: fixed; inset: 0; z-index: -3; pointer-events: none;
    background:
        radial-gradient(1000px 640px at 82% -12%, rgba(124, 77, 234, 0.14), transparent 62%),
        radial-gradient(1100px 800px at 50% 118%, rgba(76, 47, 158, 0.16), transparent 60%),
        var(--void);
}
#field { position: fixed; inset: 0; z-index: -1; pointer-events: none; }

/* ---------- header ---------- */

.header {
    position: sticky; top: 0; z-index: 30;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 44px; height: 84px;
    background: rgba(10, 7, 20, 0.7); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--edge);
}
.wordmark { font-family: "Big Shoulders Display", sans-serif; font-weight: 700; font-size: 34px; letter-spacing: 0.02em; text-transform: uppercase; color: #ffffff; }
.nav { display: flex; gap: 32px; align-items: center; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-toggle {
    display: none; align-items: center; justify-content: center;
    width: 44px; height: 44px; padding: 0;
    background: none; border: none; color: #ffffff; cursor: pointer;
}
.nav-toggle .icon-close { display: none; }
.header.menu-open .nav-toggle .icon-open { display: none; }
.header.menu-open .nav-toggle .icon-close { display: block; }
.nav a {
    font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--text-2); transition: color 0.15s ease;
}
.nav a:hover { color: #ffffff; }
.nav .cta {
    color: #0a0714; background: #ffffff; padding: 10px 22px; border-radius: 999px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.nav .cta:hover { box-shadow: 0 0 30px rgba(255, 255, 255, 0.35); transform: translateY(-1px); }

/* Full-screen mobile menu — built at runtime by cloning the nav links (single source of truth);
   slides in from the right above the trial bar (25) and under the header row (30) */
.mobile-menu {
    position: fixed; inset: 0; z-index: 28;
    display: flex; flex-direction: column; justify-content: center; gap: 44px;
    padding: 100px 40px 60px 40px;
    background: var(--void);
    transform: translateX(100%); visibility: hidden;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s;
}
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 20px; }
.mobile-menu-links a {
    font-family: var(--font-display); font-weight: 700; font-size: 46px;
    letter-spacing: 0.01em; line-height: 1; color: #ffffff; text-transform: uppercase;
}
.mobile-menu .mobile-menu-cta { align-self: flex-start; }
@media (min-width: 981px) { .mobile-menu { display: none; } }

/* ---------- hero ---------- */

.hero {
    position: relative; min-height: calc(100vh - 84px);
    /* Small-viewport height: stable when the mobile browser toolbar collapses (100vh includes the
       toolbar region there, so the hero — and the cue anchored to its bottom — would jump on the
       first scroll). */
    min-height: calc(100svh - 84px);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 40px 24px 110px 24px;
}

.pill {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
    color: #ffffff; padding: 6px 18px 6px 6px; border-radius: 999px;
    border: 1px solid rgba(124, 77, 234, 0.4);
    background: rgba(124, 77, 234, 0.1);
    margin-bottom: 36px;
}
.pill .tag {
    color: #ffffff; padding: 6px 14px; border-radius: 999px;
    background: linear-gradient(120deg, var(--purple-deep), var(--purple));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.hero h1 { font-size: clamp(88px, 15vw, 230px); margin: 0 0 30px 0; font-weight: 700; /* hero uses the Regular cut; sections use Book */ }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.hero h1 .line span { display: inline-block; }
/* The glow and stroke scale with the type so the effect holds from the 230px desktop
   setting down to phone sizes (0.3em = the original 70px at 230px; 1.5px at 230px = 0.0065em,
   floored so the stroke never goes sub-pixel). */
.hero h1 .outline {
    color: var(--surface-2); -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85);
    -webkit-text-stroke-width: max(1px, 0.0065em);
    text-shadow: 0 0 0.3em rgba(124, 77, 234, 0.4);
}
.hero-lead { font-size: 24px; font-weight: 300; color: var(--text-2); max-width: 980px; margin: 0 auto 38px auto; text-wrap: balance; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 14px; margin-bottom: 26px; }

.button {
    display: inline-block; font-weight: 700; cursor: pointer;
    font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
    padding: 17px 36px; border-radius: 999px; border: none; transition: all 0.2s ease;
}
.button.white { color: #0a0714; background: #ffffff; }
.button.white:hover { box-shadow: 0 0 40px rgba(255, 255, 255, 0.35); transform: translateY(-2px); }
.button.glass {
    color: #ffffff; background: var(--surface-2);
    border: 1px solid rgba(124, 77, 234, 0.6);
}
.button.glass:hover {
    background: var(--surface-3); border-color: var(--violet);
    box-shadow: 0 0 26px rgba(124, 77, 234, 0.35);
}

.platform-chips { display: flex; justify-content: center; gap: 10px; }
.stage-title { text-align: center; font-size: 62px; letter-spacing: 0.03em; margin-bottom: 32px; }
.nameplate-row {
    display: flex; justify-content: center; align-items: center; gap: 14px;
    margin-bottom: 40px;
}
.nameplate-caption {
    font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--text-3);
}
.chip {
    font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--text-2); padding: 8px 18px; border-radius: 999px;
    background: var(--surface-2);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
/* ---------- monitor-framed shot ---------- */

.stage { position: relative; max-width: 1720px; margin: 110px auto 0 auto; padding: 0 24px; }
.monitor {
    position: relative; border-radius: 20px; padding: 14px;
    background: linear-gradient(180deg, #16121f, #0c0917);
    border: 1px solid var(--edge);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 90px 180px -50px rgba(0, 0, 0, 0.9),
        0 0 130px -30px rgba(124, 77, 234, 0.4);
}
.monitor .screen { border-radius: 10px; overflow: hidden; background: #0d0b14; }
.stage-floor {
    height: 130px; margin-top: -6px;
    background: radial-gradient(48% 90px at 50% 0%, rgba(124, 77, 234, 0.22), transparent 70%);
    -webkit-mask-image: linear-gradient(to bottom, black, transparent);
    mask-image: linear-gradient(to bottom, black, transparent);
}

/* ---------- exchanges ---------- */

.venues { margin: 40px auto 0 auto; padding: 0 24px 10px 24px; text-align: center; }
.venues .caption {
    font-family: var(--font-display); font-weight: 400;
    font-size: 38px; letter-spacing: 0.02em; text-transform: uppercase;
    color: #ffffff; margin-bottom: 26px;
}
.venues .row { display: flex; justify-content: center; align-items: center; gap: 54px; flex-wrap: wrap; }
/* Exchange LOGOS pending (brand asset files); bright typographic marks stand in. */
.venues .venue {
    font-family: var(--font-display); font-weight: 400;
    font-size: 26px; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; opacity: 0.8;
    transition: opacity 0.2s ease, text-shadow 0.2s ease;
}
.venues .venue:hover { opacity: 1; text-shadow: 0 0 26px rgba(124, 77, 234, 0.7); }

/* ---------- feature carousel ---------- */

.carousel { max-width: 1480px; margin: 0 auto; padding: 150px 24px 0 24px; }
.carousel .section-title { font-size: clamp(58px, 8vw, 118px); text-align: center; margin: 0 0 16px 0; }
.carousel .section-lead {
    font-size: 17px; font-weight: 300; color: var(--text-2);
    text-align: center; max-width: 660px; margin: 0 auto 48px auto;
}
.progress { display: flex; gap: 10px; margin-bottom: 26px; }
.segment {
    flex: 1; height: 4px; border-radius: 2px; cursor: pointer; border: none; padding: 0;
    background: rgba(124, 77, 234, 0.22); overflow: hidden;
}
.segment span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--purple), var(--violet)); }
.segment.active span { animation: fill var(--advance, 8s) linear forwards; }
.segment.done span { width: 100%; animation: none; }
@keyframes fill { from { width: 0; } to { width: 100%; } }

.panel {
    position: relative; border: 1px solid var(--edge); border-radius: 22px;
    background: var(--surface);
    padding: 36px 40px; overflow: hidden;
}
.panel-grid { display: grid; grid-template-columns: 4fr 9fr; gap: 44px; align-items: center; }
.panel-copy .kicker {
    display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--violet);
    border: 1px solid rgba(177, 140, 255, 0.4); border-radius: 999px;
    padding: 6px 16px; margin-bottom: 22px;
}
.panel-copy h3 { font-size: clamp(38px, 4.5vw, 60px); margin: 0 0 16px 0; }
.panel-copy p { font-size: 17px; font-weight: 300; color: var(--text-2); margin: 0; max-width: 400px; }
.panel-copy .spot-points { margin-top: 22px; max-width: 400px; }
.panel-copy .spot-points li { font-size: 12px; padding: 10px 0; }
.panel-slide { display: none; }
.panel .panel-grid { opacity: 1; transition: opacity 0.3s ease; }
.panel.switching .panel-grid { opacity: 0; }
.panel-slide.active { display: contents; }
.panel .monitor { padding: 12px; border-radius: 18px; }
.panel .monitor .screen { border-radius: 9px; aspect-ratio: 16 / 9.2; }
.panel .monitor .screen img,
.panel .monitor .screen video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }

.carousel-controls { display: flex; gap: 12px; margin-top: 28px; }
.circle-button {
    width: 52px; height: 52px; border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    background: var(--surface-2); border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff; transition: all 0.2s ease;
}
.circle-button svg { display: block; }
.circle-button:hover, .circle-button.primary {
    background: linear-gradient(120deg, var(--purple-deep), var(--purple));
    border-color: transparent; box-shadow: 0 0 24px rgba(124, 77, 234, 0.5);
}

/* ---------- cards ---------- */

.section { max-width: 1280px; margin: 0 auto; padding: 150px 24px 0 24px; }
.section-title2 { font-size: clamp(54px, 7.5vw, 108px); text-align: center; margin: 0 0 60px 0; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
    position: relative; padding: 34px; border-radius: 18px; overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--edge);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.card::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(124, 77, 234, 0.2), transparent 60%);
    opacity: 0; transition: opacity 0.25s ease;
}
.card:hover { transform: translateY(-4px); background: var(--surface-2); border-color: rgba(177, 140, 255, 0.45); box-shadow: 0 26px 60px -28px rgba(124, 77, 234, 0.6); }
.card:hover::before { opacity: 1; }
.card .index { font-size: 12px; font-weight: 600; letter-spacing: 0.4em; color: var(--violet); margin-bottom: 18px; }
.card h3 { font-size: 27px; letter-spacing: 0.03em; margin: 0 0 12px 0; }
.card p { font-size: 15px; font-weight: 300; color: var(--text-2); margin: 0; }

/* ---------- stats ---------- */

.statband { margin-top: 150px; border-top: 1px solid var(--edge); border-bottom: 1px solid var(--edge); background: var(--surface-deep); }
.statband-inner {
    max-width: 1280px; margin: 0 auto; padding: 76px 24px;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.bigstat .value {
    font-family: var(--font-display); font-weight: 700;
    font-size: 112px; line-height: 1; font-variant-numeric: tabular-nums;
    background: linear-gradient(120deg, var(--violet), var(--purple));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.bigstat .label { font-size: 13px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--text-2); margin-top: 12px; }

/* ---------- trust ---------- */

.trustline { max-width: 1020px; margin: 0 auto; padding: 130px 24px 0 24px; text-align: center; }
.trustline p { font-size: 21px; font-weight: 300; color: var(--text-2); line-height: 1.9; margin: 0; }
.trustline b { color: #ffffff; font-weight: 600; }

/* ---------- closing ---------- */

.closing { position: relative; text-align: center; padding: 180px 24px 60px 24px; }
.closing::before {
    content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(640px 420px at 50% 58%, rgba(124, 77, 234, 0.16), transparent 68%);
}
.gold-pill {
    display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
    text-transform: uppercase; color: #0a0714;
    background: var(--gold); border-radius: 6px; padding: 7px 14px; margin-bottom: 28px;
}
.closing h2 { font-size: clamp(66px, 10vw, 150px); margin: 0 0 26px 0; }
.closing h2 .accent {
    background: linear-gradient(120deg, var(--violet), var(--purple));
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.closing p { font-size: 17px; font-weight: 300; color: var(--text-2); max-width: 580px; margin: 0 auto 40px auto; }
.closing p b { color: #ffffff; font-weight: 600; }

/* ---------- footer ---------- */

.footer { padding: 140px 44px 120px 44px; }
.footer-inner {
    max-width: 1280px; margin: 0 auto;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px;
}
.footer .wordmark { font-size: 36px; }
.footer h5 {
    font-family: var(--font-display); font-weight: 400;
    font-size: 25px; letter-spacing: 0.03em; text-transform: uppercase;
    color: #ffffff; margin: 0 0 18px 0;
}
.footer-col a {
    display: block; font-size: 15px; font-weight: 400; letter-spacing: 0.05em;
    text-transform: uppercase; color: var(--text-2); padding: 5px 0; transition: color 0.15s ease;
}
.footer-col a:hover { color: #ffffff; }
.legal { max-width: 1080px; margin: 0 auto; text-align: center; text-transform: uppercase; }
.legal .copyright { font-size: 12px; font-weight: 500; letter-spacing: 0.04em; line-height: 1.6; color: var(--text-2); margin-bottom: 10px; }
.legal .disclaimer { font-size: 12px; font-weight: 400; letter-spacing: 0.03em; line-height: 1.55; color: var(--text-3); }

/* ---------- sticky trial bar (uppercase) ---------- */

.trial-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 16px 44px;
    background: rgba(8, 6, 16, 0.92); backdrop-filter: blur(14px);
    border-top: 1px solid var(--edge);
    transform: translateY(110%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.trial-bar.on { transform: none; }
.trial-bar .offer h4 {
    font-family: var(--font-display); font-weight: 700;
    font-size: 24px; letter-spacing: 0.03em; text-transform: uppercase; margin: 0; color: #ffffff;
}
.trial-bar .offer p { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); margin: 3px 0 0 0; }
.trial-bar .commerce { display: flex; align-items: center; gap: 22px; }
.toggle { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); }
.toggle .label.active { color: #ffffff; }
.switch {
    width: 46px; height: 26px; border-radius: 999px; cursor: pointer; border: none;
    background: linear-gradient(120deg, var(--purple-deep), var(--purple));
    position: relative; transition: background 0.2s ease;
}
.switch::after {
    content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px;
    border-radius: 50%; background: #ffffff; transition: transform 0.25s ease;
}
.switch.yearly::after { transform: translateX(20px); }
.trial-bar .price { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-3); min-width: 172px; text-align: right; }
.trial-bar .price b { display: block; font-size: 15px; letter-spacing: 0.06em; color: #ffffff; font-weight: 700; }
.trial-bar .button { padding: 13px 28px; }

/* ---------- motion ---------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.on { opacity: 1; transform: none; }
.cards .card { transition-delay: calc(var(--i, 0) * 90ms); }

.pill, .hero-lead, .hero-actions { opacity: 0; animation: rise 0.9s ease forwards; }
.pill { animation-delay: 0.08s; }
.hero h1 .line span { transform: translateY(112%); animation: line-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.hero h1 .line:nth-child(1) span { animation-delay: 0.18s; }
.hero h1 .line:nth-child(2) span { animation-delay: 0.32s; }
.hero-lead { animation-delay: 0.58s; }
.hero-actions { animation-delay: 0.7s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes line-up { to { transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .header { padding: 0 20px; } .nav { gap: 14px; }
    .nav-toggle { display: flex; }
    .nav-links { display: none; }
    .venues .row { gap: 24px; } .venues .venue { font-size: 22px; }
    .carousel { padding: 90px 20px 0 20px; }
    .panel { padding: 24px; }
    .panel-grid { grid-template-columns: 1fr; gap: 24px; }
    .cards { grid-template-columns: 1fr 1fr; }
    .statband-inner { grid-template-columns: repeat(2, 1fr); }
    .bigstat .value { font-size: 84px; }
    .footer-inner { grid-template-columns: 1fr; gap: 28px; }
    .trial-bar { flex-direction: column; gap: 12px; padding: 14px 20px; }
    .footer { padding-bottom: 210px; }
}
@media (max-width: 620px), (max-height: 520px) {
    .cards { grid-template-columns: 1fr; }
    .hero h1 { font-size: clamp(54px, 17vw, 88px); }
    /* The hero and the sticky trial bar both carry Start Free Trial — the header does not need it on phones */
    .nav .cta { display: none; }
    /* Only the wordmark and the menu toggle remain — center the wordmark, toggle stays right */
    .wordmark { position: absolute; left: 50%; transform: translateX(-50%); }
    .header { justify-content: flex-end; }
    .pill { font-size: 10px; letter-spacing: 0.12em; gap: 9px; padding: 5px 14px 5px 5px; }
    .pill .tag { padding: 5px 11px; }
    .hero-lead { font-size: 18px; }
    .hero-actions { flex-wrap: wrap; }
    .button { padding: 14px 22px; font-size: 12px; }
    .trial-bar { padding: 12px 16px; gap: 8px; }
    .trial-bar .offer { text-align: center; }
    .trial-bar .offer h4 { font-size: 19px; }
    .trial-bar .offer p { display: none; }
    .trial-bar .commerce { flex-wrap: wrap; justify-content: center; gap: 12px; width: 100%; }
    .trial-bar .price { min-width: 0; text-align: center; }
    .trial-bar .price b { display: inline; margin-right: 6px; }
    .trial-bar .button { padding: 12px 26px; white-space: nowrap; }
    .footer { padding-bottom: 250px; }
}

/* ============================================================================
   Page set: shared subpage chrome and page-specific components
   ========================================================================== */

/* ---------- compact page hero (subpages) ---------- */

.page-hero { text-align: center; padding: 110px 24px 70px 24px; }
.page-hero h1 { font-size: clamp(64px, 9vw, 140px); margin: 0 0 20px 0; }
.page-hero p { font-size: 18px; font-weight: 300; color: var(--text-2); max-width: 640px; margin: 0 auto; }

.page-main { max-width: 1280px; margin: 0 auto; padding: 0 24px 140px 24px; }

/* ---------- pricing ---------- */

.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1040px; margin: 0 auto; }
.plan {
    position: relative; border-radius: 22px; padding: 44px;
    display: flex; flex-direction: column;
    background: var(--surface); border: 1px solid var(--edge);
}
.plan.featured { border-color: rgba(124, 77, 234, 0.5); box-shadow: 0 0 90px -40px rgba(124, 77, 234, 0.7); }
.plan .plan-name { font-size: 34px; margin: 0 0 6px 0; }
.plan .plan-tagline { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; color: var(--text-3); margin: 0 0 26px 0; }
.plan .plan-price { font-family: var(--font-display); font-weight: 700; font-size: 74px; line-height: 1; color: #ffffff; }
.plan .plan-price small { font-size: 22px; color: var(--text-2); }
.plan .plan-alt { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; color: var(--text-3); margin: 8px 0 28px 0; }
.plan ul { list-style: none; margin: 0 0 34px 0; padding: 0; }
.plan .button { margin-top: auto; align-self: flex-start; }
.plan li {
    display: flex; gap: 12px; align-items: baseline;
    font-size: 14px; font-weight: 400; letter-spacing: 0.05em; color: var(--text-2);
    padding: 9px 0;
}
.plan li::before {
    content: "\203A"; flex-shrink: 0;
    width: 18px; height: 18px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(140deg, var(--purple-deep), var(--purple));
    border: none;
    color: #ffffff; font-size: 13px; font-weight: 600; line-height: 1;
}
.plan .soon-tag {
    position: absolute; top: 24px; right: 24px;
    font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
    color: #0a0714; background: var(--gold); border-radius: 6px; padding: 5px 12px;
}
.pricing-note { text-align: center; font-size: 14px; font-weight: 300; color: var(--text-3); max-width: 620px; margin: 40px auto 0 auto; }

/* ---------- FAQ ---------- */

.faq { max-width: 860px; margin: 110px auto 0 auto; }
.faq h2 { font-size: clamp(44px, 6vw, 84px); text-align: center; margin: 0 0 44px 0; }
.faq details { border-top: 1px solid var(--edge); }
.faq details:last-child { border-bottom: 1px solid var(--edge); }
.faq summary {
    cursor: pointer; list-style: none; position: relative;
    font-size: 17px; font-weight: 600; letter-spacing: 0.04em; color: #ffffff;
    padding: 24px 56px 24px 0;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
    font-family: var(--font-display); font-size: 30px; color: var(--violet);
    transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .answer { font-size: 15px; font-weight: 300; color: var(--text-2); padding: 0 0 24px 0; max-width: 720px; }

/* ---------- download ---------- */

.platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1040px; margin: 0 auto; }
.platform {
    border-radius: 22px; padding: 44px; text-align: center;
    background: var(--surface); border: 1px solid var(--edge);
}
.platform h2 { font-size: 40px; margin: 0 0 8px 0; }
.platform .arch { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--text-3); margin-bottom: 28px; }
.platform .requirements { font-size: 13px; font-weight: 300; color: var(--text-3); margin-top: 22px; }

/* ---------- contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.contact-card {
    border-radius: 22px; padding: 44px; text-align: center;
    background: var(--surface); border: 1px solid var(--edge);
}
.contact-card h2 { font-size: 30px; margin: 0 0 14px 0; font-weight: 700; }
.contact-card p { font-size: 15px; font-weight: 300; color: var(--text-2); margin: 0 0 24px 0; line-height: 1.9; }

/* ---------- legal ---------- */

.legal-page { max-width: 900px; margin: 0 auto; }
.legal-page section { margin-bottom: 70px; }
.legal-page h2 { font-size: clamp(36px, 4.5vw, 60px); margin: 0 0 18px 0; }
.legal-page p { font-size: 14px; font-weight: 400; letter-spacing: 0.03em; line-height: 2; color: var(--text-2); margin: 0 0 14px 0; }
.legal-page .pending {
    display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
    color: #0a0714; background: var(--gold); border-radius: 6px; padding: 5px 12px; margin-bottom: 16px;
}

/* ---------- releases ---------- */

.releases { max-width: 860px; margin: 0 auto; }
.entry { border-left: 2px solid rgba(124, 77, 234, 0.4); padding: 4px 0 4px 30px; margin-bottom: 44px; }
.entry .version { font-size: 30px; margin: 0 0 4px 0; }
.entry .date { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; color: var(--text-3); margin-bottom: 12px; }
.entry p { font-size: 15px; font-weight: 300; color: var(--text-2); margin: 0; }

/* ---------- shared page CTA ---------- */

.page-cta { text-align: center; padding: 110px 24px 0 24px; }
.page-cta .gold-pill { margin-bottom: 24px; }
.page-cta h2 { font-size: clamp(54px, 8vw, 120px); margin: 0 0 22px 0; }
.page-cta p { font-size: 16px; font-weight: 300; color: var(--text-2); max-width: 560px; margin: 0 auto 36px auto; }

@media (max-width: 980px) {
    .plans, .platforms, .contact-grid { grid-template-columns: 1fr; }
    .page-hero { padding: 70px 20px 50px 20px; }
    .page-main { padding-bottom: 190px; }
}

/* ---------- newsletter capture ---------- */

.newsletter { text-align: center; padding: 150px 24px 0 24px; }
.newsletter-form {
    display: flex; justify-content: center; gap: 12px;
    max-width: 580px; margin: 0 auto;
}
.newsletter-form input {
    flex: 1; min-width: 0;
    font-family: var(--font-text); font-weight: 500; font-size: 13px;
    letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff;
    background: var(--surface-2);
    border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px;
    padding: 16px 26px; outline: none; transition: border-color 0.2s ease;
}
.newsletter-form input::placeholder { color: var(--text-3); }
.newsletter-form input:focus { border-color: var(--purple); }
.newsletter-note {
    font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: var(--up);
    margin: 20px 0 0 0; opacity: 0; transition: opacity 0.4s ease;
}
.newsletter-note.on { opacity: 1; }
@media (max-width: 620px), (max-height: 520px) {
    .newsletter-form { flex-direction: column; }
    .newsletter-form .button { width: 100%; }
}

/* ---------- exchanges section ---------- */

.venues-grid {
    display: grid; grid-template-columns: 6fr 6fr; gap: 56px; align-items: center;
    max-width: 1140px; margin: 0 auto;
}
.venue-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.venue-tile {
    display: flex; align-items: center; justify-content: center;
    padding: 42px 20px; border-radius: 18px;
    background: var(--surface); border: 1px solid var(--edge);
    font-family: var(--font-display); font-weight: 400;
    font-size: 30px; letter-spacing: 0.06em; text-transform: uppercase; color: #ffffff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.venue-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(177, 140, 255, 0.5);
    box-shadow: 0 26px 60px -28px rgba(124, 77, 234, 0.6);
}
@media (max-width: 980px) {
    .venues-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- feature point lists ---------- */

.spot-points { margin: 0; padding: 0; list-style: none; }
.spot-points li {
    display: flex; align-items: center; gap: 14px;
    font-size: 14px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--text-2); padding: 13px 0;
}
.spot-points li::before {
    content: "\203A"; flex-shrink: 0;
    width: 18px; height: 18px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: linear-gradient(140deg, var(--purple-deep), var(--purple));
    border: none;
    color: #ffffff; font-size: 13px; font-weight: 600; line-height: 1;
}

/* ---------- capability matrix ---------- */

.capability-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-group {
    background: var(--surface); border: 1px solid var(--edge);
    border-radius: 18px; padding: 34px;
}
.capability-group h3 { font-size: 27px; letter-spacing: 0.03em; margin: 0 0 18px 0; }
.capability-group .spot-points li { font-size: 13px; padding: 8px 0; min-height: 62px; }
.venue-tiles-row {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 18px;
}
.venue-tiles-row .venue-tile { padding: 30px 16px; font-size: 26px; }
@media (max-width: 980px) {
    .capability-groups { grid-template-columns: 1fr; }
    .venue-tiles-row { grid-template-columns: 1fr 1fr; }
}

/* ---------- centered section pill ---------- */
.pill-center { text-align: center; margin-bottom: 26px; }

/* ---------- footer newsletter ---------- */

.footer-newsletter { margin-top: 22px; max-width: 320px; }
.footer-newsletter p {
    font-size: 12px; font-weight: 400; letter-spacing: 0.05em; text-transform: uppercase;
    color: var(--text-3); margin: 0 0 14px 0; line-height: 1.8;
}
.footer-newsletter .newsletter-form { position: relative; max-width: none; margin: 0; }
.footer-newsletter .newsletter-form input { width: 100%; padding: 12px 54px 12px 20px; font-size: 11px; }
.footer-newsletter .submit-circle {
    position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
    width: 34px; height: 34px; border-radius: 50%; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    background: #ffffff; color: #0a0714; transition: box-shadow 0.2s ease;
}
.footer-newsletter .submit-circle:hover { box-shadow: 0 0 18px rgba(255, 255, 255, 0.4); }
.footer-newsletter .newsletter-note { text-align: left; font-size: 12px; margin-top: 14px; }
@media (max-width: 980px) { .footer-newsletter { max-width: 100%; } }


/* ---------- exchanges strip ---------- */

.exchanges-strip {
    margin-top: 18px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr);
    background: var(--surface); border: 1px solid var(--edge); border-radius: 18px;
    overflow: hidden;
}
.exchanges-strip .strip-label {
    display: flex; align-items: center; padding: 30px 34px;
    font-size: 27px; letter-spacing: 0.03em;
}
.exchanges-strip .strip-mark {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px;
    padding: 26px 0;
    font-family: var(--font-display); font-weight: 400;
    font-size: 28px; letter-spacing: 0.06em; text-transform: uppercase; color: #ffffff;
    border-left: 1px solid rgba(124, 77, 234, 0.14);
}
.exchanges-strip .strip-mark small {
    font-family: var(--font-text); font-size: 11px; font-weight: 500;
    letter-spacing: 0.14em; color: var(--violet);
    background: linear-gradient(140deg, var(--violet), var(--purple));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 980px) {
    .exchanges-strip { grid-template-columns: 1fr 1fr; }
    .exchanges-strip .strip-label { grid-column: 1 / -1; padding: 22px 26px 6px 26px; }
    .exchanges-strip .strip-mark { border-left: none; padding: 14px 0; }
    .exchanges-strip .strip-mark:nth-child(odd) { border-left: 1px solid rgba(124, 77, 234, 0.14); }
}

/* ---------- short-height viewports (landscape phones): slim the chrome, scale the set pieces ---------- */
@media (max-height: 520px) {
    .header { height: 64px; }
    .mobile-menu { padding-top: 80px; justify-content: flex-start; gap: 28px; }
    .mobile-menu-links { gap: 12px; }
    .mobile-menu-links a { font-size: 32px; }
    .hero { min-height: calc(100vh - 64px); min-height: calc(100svh - 64px); }
    .stage { margin-top: 70px; }
    .stage-title { font-size: 48px; margin-bottom: 24px; }
    .carousel .section-title { font-size: clamp(48px, 6vw, 88px); }
    .section-title2 { font-size: clamp(44px, 6vw, 80px); margin-bottom: 40px; }
    .bigstat .value { font-size: 64px; }
    .statband-inner { padding: 48px 24px; }
    /* A landscape phone is wide — restore the multi-column layouts the narrow-width rules stack */
    .capability-groups { grid-template-columns: repeat(3, 1fr); }
    .panel-grid { grid-template-columns: 4fr 9fr; gap: 28px; }
    .plans { grid-template-columns: 1fr 1fr; }
    .cards { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
    .footer-newsletter { max-width: 320px; }
    .footer { padding-bottom: 140px; }
    .capability-group { padding: 24px; }
    .capability-group h3 { font-size: 21px; }
    .capability-group .spot-points li { min-height: 44px; font-size: 12px; }
    .exchanges-strip .strip-label { font-size: 21px; padding: 20px 24px; }
    .exchanges-strip .strip-mark { font-size: 21px; padding: 18px 0; }
    .trustline { padding-top: 80px; }
    .trustline p { font-size: 16px; }
    .plan { padding: 28px; }
    .plan .plan-name { font-size: 26px; }
    .plan .plan-price { font-size: 54px; }
    .plan .plan-price small { font-size: 16px; }
    .newsletter { padding-top: 90px; }
    /* The trial bar rides a short viewport as one compact row (the stacked phone form is a
       third of a landscape screen) */
    .trial-bar { flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 20px; }
    .trial-bar .offer { text-align: left; }
    .trial-bar .offer h4 { font-size: 16px; }
    .trial-bar .commerce { width: auto; flex-wrap: nowrap; }
    .trial-bar .button { padding: 10px 20px; font-size: 11px; }
}
