:root {
  color-scheme: dark;
  --ink: #f8faff;
  --muted: #93a4be;
  --muted-strong: #bec9da;
  --bg: #07111f;
  --bg-deep: #040b15;
  --surface: #0c192b;
  --surface-2: #11213a;
  --surface-3: #172945;
  --line: rgba(153, 181, 219, .15);
  --line-strong: rgba(153, 181, 219, .28);
  --brand: #42d990;
  --brand-warm: #a3e36f;
  --brand-soft: rgba(66, 217, 144, .12);
  --brand-contrast: #062116;
  --cyan: #56d6e7;
  --cyan-soft: rgba(86, 214, 231, .1);
  --green: #5ee6a8;
  --yellow: #f9c86b;
  --max-width: 1220px;
  --header-height: 78px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 22px); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 9px 13px; border-radius: 9px; background: var(--brand); color: var(--brand-contrast); transform: translateY(-150%); transition: transform .18s; }
.skip-link:focus { transform: translateY(0); }
.page-shell { width: min(calc(100% - 48px), var(--max-width)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .2s, border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 17, 31, .88); box-shadow: 0 12px 40px rgba(0, 0, 0, .18); backdrop-filter: blur(18px); }
.header-inner { width: min(calc(100% - 48px), var(--max-width)); height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 810; letter-spacing: -.035em; }
.brand img { filter: drop-shadow(0 9px 18px rgba(66, 217, 144, .2)); }
.brand-tag { margin-left: 3px; padding-left: 14px; border-left: 1px solid var(--line-strong); color: var(--muted); font-size: 16px; font-weight: 650; letter-spacing: .02em; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 29px); }
.primary-nav > a { color: var(--muted-strong); font-size: 16px; font-weight: 650; transition: color .15s; }
.primary-nav > a:hover { color: var(--ink); }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 15px; border: 1px solid rgba(66, 217, 144, .48); border-radius: 9px; background: var(--brand-soft); color: #7ae8b4; }
.primary-nav .nav-cta:hover { border-color: var(--brand); color: white; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 88px; background: radial-gradient(circle at 78% 20%, rgba(86, 214, 231, .07), transparent 28%), radial-gradient(circle at 5% 78%, rgba(66, 217, 144, .08), transparent 30%), var(--bg-deep); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 65% 45%, black, transparent 74%); pointer-events: none; }
.hero::before { content: ""; position: absolute; width: 1px; height: 70%; left: calc(50% - 610px); top: 16%; background: linear-gradient(transparent, rgba(86, 214, 231, .25), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -220px; top: 10%; border: 1px solid rgba(86, 214, 231, .14); box-shadow: 0 0 120px rgba(86, 214, 231, .05) inset; }
.hero-glow-two { width: 640px; height: 260px; left: -300px; bottom: -130px; border: 1px solid rgba(66, 217, 144, .14); transform: rotate(-10deg); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { width: 100%; max-width: none; padding-top: 10px; text-align: center; }
.eyebrow, .section-label { margin: 0; color: var(--cyan); font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: 18px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: none; margin: 0; font-size: clamp(54px, 5.5vw, 82px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em, .final-cta h2 em { color: transparent; background: linear-gradient(92deg, var(--brand) 4%, var(--brand-warm) 51%, var(--cyan)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lede { max-width: 840px; margin: 27px auto 0; color: var(--muted-strong); font-size: 18px; line-height: 1.7; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero .hero-actions { justify-content: center; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid var(--line); border-radius: 10px; font-size: 16px; font-weight: 750; transition: transform .16s, border-color .16s, background .16s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .primary-nav a:focus-visible, .brand:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.button-primary { border-color: var(--brand); background: var(--brand); color: var(--brand-contrast); box-shadow: 0 16px 32px rgba(66, 217, 144, .18); }
.button-primary:hover { background: #57e2a0; }
.button-secondary { background: rgba(13, 25, 43, .72); color: var(--muted-strong); }
.button-secondary:hover { border-color: var(--line-strong); color: white; }
.hero-proof { display: flex; justify-content: center; gap: clamp(20px, 3vw, 34px); margin: 42px 0 0; }
.hero-proof div { min-width: 0; padding-left: 14px; border-left: 1px solid var(--line-strong); }
.hero-proof dt { color: var(--ink); font-size: 16px; font-weight: 780; }
.hero-proof dd { margin: 3px 0 0; color: var(--muted-strong); font-family: "SFMono-Regular", Consolas, monospace; font-size: 16px; letter-spacing: .03em; line-height: 1.5; }

.partner-highlights { position: relative; overflow: hidden; padding: 112px 0 120px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #081523 0%, var(--bg) 100%); }
.partner-highlights::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(var(--line-strong) .8px, transparent .8px); background-size: 24px 24px; mask-image: linear-gradient(90deg, black, transparent 48%); pointer-events: none; }
.partner-highlights .page-shell { position: relative; z-index: 1; }
.partner-highlights-intro { display: grid; grid-template-columns: .58fr 1.42fr; align-items: start; gap: 56px; margin-bottom: 55px; }
.partner-highlights-intro .section-label { padding-top: 10px; }
.partner-highlights-intro h2 { max-width: 880px; margin: 0; font-size: clamp(39px, 4.4vw, 61px); line-height: 1.07; letter-spacing: -.052em; }
.partner-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.partner-highlight-card { --highlight: var(--cyan); min-height: 440px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line-strong); border-radius: 16px; background: radial-gradient(circle at 100% 0, color-mix(in srgb, var(--highlight) 12%, transparent), transparent 36%), var(--surface); box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 18px 45px rgba(0, 0, 0, .12); transition: transform .2s, border-color .2s; }
.partner-highlight-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.partner-highlight-card-team { --highlight: var(--brand); }
.partner-highlight-card-tools { --highlight: var(--yellow); }
.partner-highlight-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.partner-highlight-icon { width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid color-mix(in srgb, var(--highlight) 33%, transparent); border-radius: 12px; background: color-mix(in srgb, var(--highlight) 9%, transparent); color: var(--highlight); }
.partner-highlight-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.partner-highlight-index { color: var(--muted-strong); font-family: "SFMono-Regular", Consolas, monospace; font-size: 16px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.partner-highlight-card h3 { max-width: 320px; margin: 48px 0 0; font-size: 25px; line-height: 1.22; letter-spacing: -.032em; }
.partner-highlight-card > p { margin: 18px 0 30px; color: var(--muted-strong); font-size: 16px; line-height: 1.7; }
.partner-highlight-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.partner-highlight-meta span { padding: 6px 9px; border-radius: 999px; background: color-mix(in srgb, var(--highlight) 12%, transparent); color: color-mix(in srgb, var(--highlight) 72%, white); font-family: "SFMono-Regular", Consolas, monospace; font-size: 16px; font-weight: 750; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }

.partner-site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--line-strong); background: radial-gradient(circle at 0 0, rgba(66, 217, 144, .055), transparent 30%), #040a13; }
.partner-site-footer::before { content: ""; position: absolute; width: 420px; height: 420px; right: -240px; bottom: -250px; border: 1px solid rgba(86, 214, 231, .09); border-radius: 50%; pointer-events: none; }
.partner-site-footer .page-shell { position: relative; z-index: 1; }
.partner-footer-main { display: grid; grid-template-columns: .78fr 1.52fr; gap: clamp(65px, 8vw, 120px); padding: 82px 0 72px; }
.partner-footer-intro { max-width: 360px; }
.partner-footer-brand { width: fit-content; }
.partner-footer-intro > p { margin: 25px 0 0; color: var(--muted-strong); font-size: 16px; line-height: 1.75; }
.partner-footer-contact { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--cyan); font-size: 16px; font-weight: 700; transition: color .16s; }
.partner-footer-contact:hover { color: white; }
.partner-footer-groups { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr; gap: clamp(30px, 4vw, 56px); }
.partner-footer-group h2 { margin: 0 0 22px; color: var(--muted-strong); font-family: "SFMono-Regular", Consolas, monospace; font-size: 16px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.partner-footer-group ul { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0; list-style: none; }
.partner-footer-group li { min-width: 0; }
.partner-footer-group a { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 13px; border-bottom: 1px solid rgba(153, 181, 219, .09); color: var(--muted-strong); font-size: 16px; line-height: 1.35; }
.partner-footer-group a { transition: color .16s, border-color .16s, transform .16s; }
.partner-footer-group a > span { color: var(--cyan); font-size: 16px; transition: transform .16s; }
.partner-footer-group a:hover { border-color: var(--line-strong); color: white; transform: translateX(2px); }
.partner-footer-group a:hover > span { transform: translateX(2px); }
.partner-footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 16px; letter-spacing: .02em; }
.partner-footer-bottom p { margin: 0; }

.economics-window { position: relative; overflow: hidden; border: 1px solid rgba(112, 167, 255, .23); border-radius: 18px; background: rgba(8, 19, 34, .92); box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .03); transform: perspective(1200px) rotateY(-2.2deg) rotateX(1deg); }
.economics-window::before { content: ""; position: absolute; width: 250px; height: 250px; right: -130px; top: 65px; border-radius: 50%; background: rgba(86, 214, 231, .07); filter: blur(30px); pointer-events: none; }
.window-topbar, .code-topbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid var(--line); color: #8292aa; font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; letter-spacing: .03em; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #31415a; }
.window-dots i:first-child { background: var(--brand); }
.live-label, .code-status { justify-self: end; color: var(--green); }
.live-label i { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 9px currentColor; }
.window-body { position: relative; padding: 29px 31px 30px; }
.volume-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.volume-row div { display: flex; flex-direction: column; }
.volume-row span, .partner-total span { color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.volume-row strong { margin-top: 4px; font-size: 30px; letter-spacing: -.04em; }
.volume-row .trend { padding: 4px 7px; border-radius: 999px; background: rgba(94, 230, 168, .1); color: var(--green); font-size: 9px; }
.revenue-stack { height: 114px; display: flex; overflow: hidden; margin: 27px 0; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.stack-segment { min-width: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px 13px; }
.stack-segment span { overflow: hidden; font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.stack-segment strong { margin-top: 2px; font-size: 11px; }
.stack-app { width: 32%; background: linear-gradient(145deg, rgba(66, 217, 144, .5), rgba(66, 217, 144, .18)); color: #ddffed; }
.stack-share { width: 19%; border-inline: 1px solid rgba(255, 255, 255, .12); background: linear-gradient(145deg, rgba(86, 214, 231, .48), rgba(86, 214, 231, .15)); color: #d8faff; }
.stack-cost { flex: 1; color: var(--muted); background: repeating-linear-gradient(-45deg, rgba(150, 177, 216, .05), rgba(150, 177, 216, .05) 6px, transparent 6px, transparent 13px); }
.window-rule { height: 1px; background: var(--line); }
.revenue-lines { padding: 15px 0 8px; }
.revenue-lines > div, .result-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px 0; color: var(--muted-strong); font-size: 11px; }
.revenue-lines span, .result-line span { display: flex; align-items: center; gap: 9px; }
.revenue-lines i, .result-line i { width: 7px; height: 7px; border-radius: 2px; }
.legend-app { background: var(--brand); box-shadow: 0 0 10px rgba(66, 217, 144, .4); }
.legend-share { background: var(--cyan); box-shadow: 0 0 10px rgba(86, 214, 231, .35); }
.revenue-lines strong { color: var(--ink); font-family: "SFMono-Regular", Consolas, monospace; font-size: 12px; }
.partner-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 9px; padding: 17px 18px; border: 1px solid rgba(94, 230, 168, .2); border-radius: 10px; background: rgba(94, 230, 168, .06); }
.partner-total div { display: flex; flex-direction: column; }
.partner-total small { color: var(--muted); font-size: 9px; }
.partner-total strong { color: var(--green); font-size: 20px; }
.window-note { margin: 0; padding: 12px 24px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .015); color: #6f809a; font-size: 9px; text-align: center; }

.pathfinder-window { position: relative; overflow: hidden; border: 1px solid rgba(112, 167, 255, .23); border-radius: 18px; background: rgba(8, 19, 34, .94); box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .03); transform: perspective(1200px) rotateY(-2.2deg) rotateX(1deg); }
.pathfinder-window::before { content: ""; position: absolute; width: 260px; height: 260px; right: -145px; top: 28px; border-radius: 50%; background: rgba(86, 214, 231, .08); filter: blur(30px); pointer-events: none; }
.pathfinder-body { position: relative; display: grid; gap: 10px; padding: 22px; }
.pathfinder-row { min-height: 102px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: rgba(17, 33, 58, .62); }
a.pathfinder-row { transition: transform .18s, border-color .18s, background .18s; }
a.pathfinder-row:hover { transform: translateX(4px); border-color: var(--line-strong); background: var(--surface-2); }
.pathfinder-row:focus-visible, .audience-card:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.pathfinder-code { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(86, 214, 231, .25); border-radius: 11px; background: var(--cyan-soft); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.pathfinder-row:nth-child(2) .pathfinder-code { border-color: rgba(66, 217, 144, .3); background: var(--brand-soft); color: #7ae8b4; }
.pathfinder-row:nth-child(3) .pathfinder-code { border-color: rgba(249, 200, 107, .3); background: rgba(249, 200, 107, .09); color: var(--yellow); }
.pathfinder-row > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.pathfinder-row strong { font-size: 13px; letter-spacing: -.01em; }
.pathfinder-row small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.pathfinder-row > i { color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; font-style: normal; letter-spacing: .08em; }
a.pathfinder-row:hover > i { color: var(--cyan); }

.signal-strip { border-block: 1px solid var(--line); background: var(--surface); }
.signal-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.signal-inner i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--brand); box-shadow: 0 0 9px var(--brand); }

.section { position: relative; padding: 120px 0; }
.section-label { margin-bottom: 18px; }
.section-intro h2, .processor-copy h2, .calculator-copy h2, .faq-heading h2 { margin: 0; font-size: clamp(40px, 4.7vw, 64px); line-height: 1.08; letter-spacing: -.05em; }
.section-intro p:not(.section-label), .processor-copy > p:not(.section-label), .calculator-copy > p:not(.section-label), .faq-heading > p:not(.section-label) { color: var(--muted-strong); font-size: 17px; }
.split-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; align-items: start; margin-bottom: 60px; }
.split-intro .section-label { padding-top: 10px; }
.split-intro h2 { max-width: 940px; }
.split-intro div > p { max-width: 750px; margin: 23px 0 0; }
.centered-intro { max-width: 830px; margin: 0 auto 60px; text-align: center; }
.centered-intro p:not(.section-label) { max-width: 700px; margin: 22px auto 0; }

.audience-section { background: linear-gradient(180deg, #081523, var(--bg)); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audience-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: inset 0 1px rgba(255, 255, 255, .025); transition: transform .2s, border-color .2s; }
.audience-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; top: -100px; border-radius: 50%; background: var(--card-glow, rgba(86, 214, 231, .1)); filter: blur(12px); }
.audience-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.audience-card-partners { --card-glow: rgba(86, 214, 231, .16); }
.audience-card-clubs { --card-glow: rgba(66, 217, 144, .17); }
.audience-card-community { --card-glow: rgba(249, 200, 107, .16); }
.audience-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 39px 0 24px; border: 1px solid rgba(86, 214, 231, .27); border-radius: 12px; background: var(--cyan-soft); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; font-weight: 800; }
.audience-card-clubs .audience-icon { border-color: rgba(66, 217, 144, .3); background: var(--brand-soft); color: #7ae8b4; }
.audience-card-community .audience-icon { border-color: rgba(249, 200, 107, .3); background: rgba(249, 200, 107, .09); color: var(--yellow); }
.audience-card h3 { max-width: 315px; margin: 0; font-size: 23px; line-height: 1.22; letter-spacing: -.03em; }
.audience-card > p { margin: 16px 0 27px; color: var(--muted); font-size: 13px; }
.audience-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted-strong); font-size: 10px; font-weight: 750; }
.audience-link i { color: var(--cyan); font-size: 13px; font-style: normal; transition: transform .18s; }
.audience-card:hover .audience-link i { transform: translate(2px, -2px); }

.club-pathway { scroll-margin-top: calc(var(--header-height) + 22px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(40px, 6vw, 82px); margin-top: 24px; padding: clamp(34px, 4.5vw, 54px); border: 1px solid rgba(66, 217, 144, .28); border-radius: 18px; background: radial-gradient(circle at 0 100%, rgba(66, 217, 144, .1), transparent 38%), radial-gradient(circle at 100% 0, rgba(86, 214, 231, .08), transparent 34%), var(--surface); box-shadow: inset 0 1px rgba(255, 255, 255, .03); }
.club-pathway .section-label { color: var(--brand); }
.club-pathway h3 { max-width: 490px; margin: 0; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.08; letter-spacing: -.045em; }
.club-pathway-details > p { max-width: 660px; margin: 0; color: var(--muted-strong); font-size: 15px; }
.club-pathway-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.club-pathway-actions .button { min-height: 45px; }

.thesis-section { background: linear-gradient(180deg, var(--bg) 0, #081523 100%); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { min-height: 410px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: inset 0 1px rgba(255, 255, 255, .025); transition: transform .2s, border-color .2s; }
.value-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.value-card-featured { background: radial-gradient(circle at 90% 0, rgba(66, 217, 144, .12), transparent 35%), var(--surface); }
.card-index { color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; letter-spacing: .12em; }
.value-icon { width: 44px; height: 44px; display: grid; place-items: center; margin: 38px 0 25px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface-2); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 17px; box-shadow: inset 0 1px rgba(255, 255, 255, .04); }
.value-card-featured .value-icon { border-color: rgba(66, 217, 144, .3); background: var(--brand-soft); color: var(--brand); }
.value-card h3 { max-width: 280px; margin: 0; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.value-card > p { margin: 15px 0 28px; color: var(--muted); font-size: 13px; }
.mini-metric { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.mini-metric span { color: var(--muted); font-size: 9px; }
.mini-metric strong { color: var(--green); font-family: "SFMono-Regular", Consolas, monospace; font-size: 10px; }

.processor-section { overflow: hidden; border-top: 1px solid var(--line); background: var(--bg-deep); }
.processor-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(var(--line-strong) .8px, transparent .8px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, black 65%, transparent); }
.processor-section .centered-intro { position: relative; z-index: 1; }
.essentials-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.essential-card { min-height: 265px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: rgba(12, 25, 43, .88); box-shadow: inset 0 1px rgba(255, 255, 255, .025); }
.essential-card > span { color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.essential-card h3 { margin: 55px 0 0; font-size: 23px; line-height: 1.2; letter-spacing: -.03em; }
.essential-card p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.processor-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 7vw, 100px); }
.processor-copy > p:not(.section-label) { margin: 24px 0 0; }
.check-list { display: flex; flex-direction: column; gap: 0; margin: 33px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid var(--line); }
.check-list li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--cyan-soft); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; }
.check-list strong { font-size: 13px; }
.check-list p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.routing-diagram { position: relative; min-height: 590px; padding: 56px 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9, 22, 39, .75); box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, .03); }
.route-node { position: relative; z-index: 3; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 16px 35px rgba(0, 0, 0, .22); }
.platform-node { width: 230px; margin: 0 auto; padding: 18px 20px; text-align: center; }
.route-node > span { display: block; color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; font-weight: 750; letter-spacing: .12em; }
.route-node > strong { display: block; margin-top: 3px; font-size: 13px; }
.route-node > small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.sportamingo-node { width: 285px; margin: 74px auto 0; padding: 20px; border-color: rgba(66, 217, 144, .25); background: radial-gradient(circle at 100% 0, rgba(66, 217, 144, .12), transparent 40%), var(--surface); }
.route-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-size: 15px; letter-spacing: -.03em; }
.sportamingo-node ul { display: flex; gap: 6px; margin: 15px 0 0; padding: 0; list-style: none; }
.sportamingo-node li { flex: 1; padding: 7px 5px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 7px; text-align: center; }
.processor-nodes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 78px; }
.processor-node { min-height: 72px; padding: 15px 12px 12px; text-align: center; }
.processor-node.is-active { border-color: rgba(94, 230, 168, .32); background: rgba(94, 230, 168, .07); }
.processor-status { position: absolute; right: 9px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #53647c; }
.processor-node.is-active .processor-status { background: var(--green); box-shadow: 0 0 9px var(--green); }
.processor-node > strong { font-size: 10px; }
.route-connector { position: absolute; z-index: 1; left: 50%; width: 1px; background: var(--line-strong); }
.connector-in { height: 76px; top: 120px; }
.connector-in::before, .connector-out::before { content: ""; position: absolute; left: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); animation: route-pulse 2.4s infinite; }
.connector-out { top: 332px; height: 94px; transform-origin: top; }
.connector-out-one { transform: rotate(40deg); }
.connector-out-two { transform: rotate(0); }
.connector-out-three { transform: rotate(-40deg); }
.connector-out::before { bottom: 0; background: var(--green); box-shadow: 0 0 10px var(--green); animation-delay: .65s; }
.route-badge { width: fit-content; margin: 28px auto 0; padding: 7px 11px; border-radius: 999px; background: var(--brand-soft); color: #80eab8; font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; }
@keyframes route-pulse { 0%, 100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.3); } }

.compare-section { background: linear-gradient(180deg, #081523, var(--bg)); }
.compare-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.compare-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { min-width: 0; padding: 23px 26px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.compare-table th { width: 28.57%; font-weight: inherit; }
.compare-table th + th, .compare-table th + td, .compare-table td + td { border-left: 1px solid var(--line); }
.compare-table tbody tr:last-child > * { border-bottom: 0; }
.compare-head th { padding-block: 16px; background: rgba(255, 255, 255, .015); color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.compare-head .sportamingo-column > span { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.sportamingo-column { background: rgba(66, 217, 144, .035); }
.compare-table strong { display: block; font-size: 13px; }
.compare-table small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.table-status { display: inline-flex; padding: 3px 7px; border-radius: 999px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.status-yes { background: rgba(112, 167, 255, .1); color: #86b5ff; }
.status-variable { background: rgba(249, 200, 107, .1); color: var(--yellow); }
.status-share { background: rgba(94, 230, 168, .1); color: var(--green); }
.status-one { background: rgba(150, 177, 216, .1); color: var(--muted-strong); }
.comparison-note { max-width: 940px; margin: 19px auto 0; color: #71829b; font-size: 9px; text-align: center; }
.comparison-note a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }

.sports-use-section { background: linear-gradient(180deg, #081523, var(--bg)); }
.sports-use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sports-use-grid article { position: relative; min-height: 220px; display: flex; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); transition: transform .18s, border-color .18s; }
.sports-use-grid article:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.sports-use-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; right: -75px; bottom: -75px; border: 1px solid rgba(86, 214, 231, .11); border-radius: 50%; }
.sports-use-grid article > span { width: fit-content; padding: 3px 7px; border-radius: 999px; background: var(--cyan-soft); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.sports-use-grid article > div { margin-top: auto; padding-top: 40px; }
.sports-use-grid strong { display: block; font-size: 16px; }
.sports-use-grid p { max-width: 300px; margin: 6px 0 0; color: var(--muted); font-size: 10px; }
.sports-use-grid article > i { position: absolute; right: 20px; top: 18px; color: #243750; font-family: "SFMono-Regular", Consolas, monospace; font-size: 26px; font-style: normal; font-weight: 800; }

.calculator-section { overflow: hidden; background: radial-gradient(circle at 15% 50%, rgba(66, 217, 144, .08), transparent 30%), var(--bg-deep); }
.calculator-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 7vw, 100px); }
.calculator-copy > p:not(.section-label) { margin: 23px 0 0; }
.calculator-note { display: flex; gap: 12px; margin-top: 30px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .015); }
.calculator-note > span { width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--cyan); font-family: serif; font-size: 11px; }
.calculator-note p { margin: 0; color: var(--muted); font-size: 10px; }
.calculator-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.calculator-inputs { display: flex; flex-direction: column; gap: 34px; padding: 36px; }
.range-field > span { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.range-field label { font-size: 11px; font-weight: 700; }
.range-field output { color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 11px; }
.range-field input { width: 100%; height: 4px; margin: 0; border-radius: 999px; outline: none; background: linear-gradient(90deg, var(--brand) var(--range-progress, 50%), var(--surface-3) var(--range-progress, 50%)); cursor: pointer; appearance: none; }
.range-field input::-webkit-slider-thumb { width: 17px; height: 17px; border: 4px solid var(--brand); border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(66, 217, 144, .11); appearance: none; }
.range-field input::-moz-range-thumb { width: 10px; height: 10px; border: 4px solid var(--brand); border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(66, 217, 144, .11); }
.range-field input:focus-visible { outline: 2px solid var(--cyan); outline-offset: 8px; }
.range-field small { display: flex; justify-content: space-between; margin-top: 7px; color: #65758d; font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; }
.calculator-results { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-left: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(86, 214, 231, .08), transparent 42%), #091626; }
.result-line { padding: 13px 0; border-bottom: 1px solid var(--line); }
.result-line strong { color: var(--ink); font-family: "SFMono-Regular", Consolas, monospace; font-size: 13px; }
.result-total { display: flex; flex-direction: column; margin-top: 26px; }
.result-total span { color: var(--muted); font-size: 9px; }
.result-total strong { margin-top: 4px; color: var(--green); font-size: clamp(27px, 3vw, 39px); letter-spacing: -.04em; }
.result-total small { margin-top: 2px; color: var(--muted-strong); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; }

.integration-section { background: #081523; }
.integration-intro { margin-bottom: 64px; }
.integration-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; }
.code-panel { overflow: hidden; border: 1px solid rgba(112, 167, 255, .22); border-radius: 16px; background: #06111e; box-shadow: var(--shadow); }
.code-topbar { color: #74849c; }
.code-panel pre { min-height: 410px; margin: 0; padding: 39px clamp(25px, 4vw, 48px); color: #d2dcef; font-family: "SFMono-Regular", Consolas, monospace; font-size: clamp(10px, 1vw, 12px); line-height: 2; white-space: pre-wrap; }
.code-key { color: #77b3ff; }
.code-string { color: #86ecc0; }
.code-number { color: var(--green); }
.code-muted { color: #63748d; }
.code-footer { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.code-footer span { display: flex; align-items: center; gap: 7px; }
.code-footer i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.code-footer a { color: var(--cyan); font-weight: 700; }
.integration-features { display: grid; grid-template-rows: repeat(4, 1fr); gap: 12px; }
.integration-features article { display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: start; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); transition: border-color .18s, transform .18s; }
.integration-features article:hover { border-color: var(--line-strong); transform: translateX(3px); }
.integration-features article > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); color: var(--cyan); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; }
.integration-features h3 { margin: 1px 0 4px; font-size: 14px; }
.integration-features p { margin: 0; color: var(--muted); font-size: 10px; }

.launch-section { background: var(--bg); }
.launch-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.launch-steps li { position: relative; padding: 29px 30px 29px 0; border-top: 1px solid var(--line-strong); }
.launch-steps li:not(:last-child)::after { content: ""; position: absolute; width: 7px; height: 7px; right: 0; top: -4px; border-radius: 50%; background: var(--surface-3); border: 1px solid var(--line-strong); }
.launch-steps li + li { padding-left: 30px; }
.launch-steps li > span { color: var(--brand); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; }
.launch-steps strong { display: block; margin-top: 18px; font-size: 14px; }
.launch-steps p { margin: 7px 0 0; color: var(--muted); font-size: 10px; }

.comparison-teaser-section { background: var(--bg-deep); }
.comparison-teaser { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.comparison-teaser-copy h2 { max-width: 620px; margin: 0; font-size: clamp(40px, 4.7vw, 63px); line-height: 1.07; letter-spacing: -.05em; }
.comparison-teaser-copy > p:not(.section-label) { max-width: 600px; margin: 22px 0 0; color: var(--muted-strong); font-size: 16px; }
.comparison-teaser-copy .button { margin-top: 29px; }
.comparison-preview { overflow: hidden; border: 1px solid rgba(112, 167, 255, .24); border-radius: 17px; background: #081422; box-shadow: var(--shadow); }
.preview-head { min-height: 76px; display: flex; flex-direction: column; justify-content: center; padding: 16px 23px; border-bottom: 1px solid var(--line); }
.preview-head span { color: var(--brand); font-family: "SFMono-Regular", Consolas, monospace; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.preview-head strong { margin-top: 3px; font-size: 16px; }
.preview-row { display: grid; grid-template-columns: 1fr .8fr .8fr; align-items: center; gap: 14px; min-height: 70px; padding: 13px 23px; border-bottom: 1px solid var(--line); }
.preview-row span { color: var(--muted-strong); font-size: 10px; }
.preview-row small { color: var(--muted); font-size: 9px; }
.preview-row strong { color: var(--green); font-family: "SFMono-Regular", Consolas, monospace; font-size: 9px; font-weight: 750; }
.preview-footer { min-height: 49px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding: 0 23px; color: var(--muted); font-family: "SFMono-Regular", Consolas, monospace; font-size: 8px; }
.preview-footer i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }

.faq-section { background: #081523; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 8vw, 120px); }
.faq-heading { position: sticky; top: calc(var(--header-height) + 40px); align-self: start; }
.faq-heading h2 { font-size: clamp(36px, 4vw, 54px); }
.faq-heading > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 30px; color: var(--cyan); font-size: 11px; font-weight: 700; }
.faq-list details { border-top: 1px solid var(--line-strong); }
.faq-list details:last-child { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 4px; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 11px; height: 1px; background: var(--cyan); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 680px; margin: -2px 45px 28px 4px; color: var(--muted); font-size: 12px; }

.final-cta { position: relative; overflow: hidden; padding: 130px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 120%, rgba(66, 217, 144, .13), transparent 40%), var(--bg-deep); text-align: center; }
.final-cta::before { content: ""; position: absolute; width: 470px; height: 470px; left: 50%; top: 40%; border: 1px solid rgba(86, 214, 231, .1); border-radius: 50%; transform: translate(-50%, -50%); }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 { margin: 0; font-size: clamp(56px, 7vw, 94px); line-height: .96; letter-spacing: -.065em; }
.final-cta-inner > p:not(.section-label):not(.contact-note) { max-width: 650px; margin: 27px auto 0; color: var(--muted-strong); font-size: 17px; }
.final-actions { justify-content: center; }
.contact-note { margin: 20px 0 0; color: #708099; font-size: 9px; }

.site-footer { border-top: 1px solid var(--line); background: #040a13; }
.footer-inner { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 35px; }
.footer-brand { font-size: 16px; }
.footer-inner > p, .footer-inner > span { color: var(--muted); font-size: 9px; }
.footer-inner nav { display: flex; gap: 21px; color: var(--muted-strong); font-size: 9px; }
.footer-inner a:hover { color: white; }

@media (max-width: 1040px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a { font-size: 16px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(52px, 6vw, 68px); }
  .processor-layout { grid-template-columns: 1fr 1.2fr; gap: 45px; }
  .calculator-card { grid-template-columns: 1fr; }
  .calculator-results { border-top: 1px solid var(--line); border-left: 0; }
  .integration-grid { grid-template-columns: 1fr; }
  .integration-features { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .audience-card { min-height: 410px; padding: 24px; }
  .partner-footer-main { grid-template-columns: 1fr; gap: 48px; }
  .partner-footer-intro { max-width: 600px; }
}

@media (max-width: 820px) {
  :root { --header-height: 70px; }
  .page-shell, .header-inner { width: min(calc(100% - 36px), var(--max-width)); }
  .menu-toggle { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: rgba(13, 25, 43, .8); cursor: pointer; }
  .menu-toggle i { position: absolute; width: 16px; height: 1px; background: var(--muted-strong); transition: transform .2s, top .2s; }
  .menu-toggle i:first-of-type { transform: translateY(-3px); }
  .menu-toggle i:last-of-type { transform: translateY(3px); }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(var(--header-height) - 1px); left: 18px; right: 18px; display: none; align-items: stretch; padding: 15px; border: 1px solid var(--line-strong); border-radius: 14px; background: rgba(8, 19, 34, .98); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; flex-direction: column; }
  .primary-nav > a, .primary-nav > a:nth-child(3) { display: flex; min-height: 43px; align-items: center; padding: 0 9px; font-size: 16px; }
  .primary-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { min-height: auto; padding: 125px 0 80px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(52px, 11vw, 76px); }
  .partner-highlights { padding: 90px 0; }
  .partner-highlights-intro { grid-template-columns: 1fr; gap: 8px; }
  .partner-highlights-intro .section-label { padding-top: 0; }
  .partner-highlight-grid { grid-template-columns: 1fr; }
  .partner-highlight-card { min-height: 380px; }
  .partner-footer-main { padding: 70px 0 60px; }
  .partner-footer-groups { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .partner-footer-group:last-child { grid-column: 1 / -1; }
  .partner-footer-group:last-child ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; }
  .economics-window, .pathfinder-window { max-width: 580px; transform: none; }
  .signal-inner { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .signal-inner span { white-space: nowrap; }
  .section { padding: 90px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 6px; }
  .split-intro .section-label { padding: 0; }
  .value-grid, .audience-grid { grid-template-columns: 1fr; }
  .essentials-grid { grid-template-columns: 1fr; }
  .essential-card { min-height: 230px; }
  .club-pathway { grid-template-columns: 1fr; gap: 24px; margin-top: 18px; }
  .sports-use-grid { grid-template-columns: 1fr 1fr; }
  .value-card { min-height: 330px; }
  .audience-card { min-height: 330px; }
  .processor-layout, .calculator-layout, .faq-layout { grid-template-columns: 1fr; }
  .processor-copy { max-width: 650px; }
  .routing-diagram { max-width: 650px; }
  .compare-table-wrap { overflow-x: auto; }
  .compare-table { min-width: 760px; }
  .calculator-card { max-width: 700px; }
  .comparison-teaser { grid-template-columns: 1fr; }
  .comparison-preview { max-width: 700px; }
  .faq-heading { position: static; }
  .launch-steps { grid-template-columns: 1fr 1fr; }
  .launch-steps li:nth-child(2)::after { display: none; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 14px; padding: 26px 0; }
  .footer-inner > p { grid-column: 1 / 2; }
  .footer-inner nav { grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
  .page-shell, .header-inner { width: min(calc(100% - 28px), var(--max-width)); }
  .brand-tag { display: none; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(47px, 14.5vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions, .final-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 34px; }
  .hero-proof div { display: grid; grid-template-columns: minmax(120px, .8fr) 1.2fr; align-items: center; gap: 14px; padding: 10px 0 10px 13px; }
  .hero-proof dt { font-size: 16px; line-height: 1.35; }
  .hero-proof dd { margin: 0; font-size: 16px; line-height: 1.45; }
  .partner-highlights { padding: 78px 0; }
  .partner-highlights-intro { margin-bottom: 38px; }
  .partner-highlights-intro h2 { font-size: clamp(37px, 11vw, 49px); }
  .partner-highlight-card { min-height: 0; padding: 25px 22px; }
  .partner-highlight-card h3 { margin-top: 36px; font-size: 23px; }
  .partner-highlight-card > p { font-size: 16px; line-height: 1.72; }
  .partner-footer-main { padding: 62px 0 48px; }
  .partner-footer-groups { grid-template-columns: 1fr; gap: 44px; }
  .partner-footer-group:last-child { grid-column: auto; }
  .partner-footer-group:last-child ul { display: flex; }
  .partner-footer-group h2 { margin-bottom: 17px; }
  .partner-footer-group a { min-height: 43px; font-size: 16px; }
  .partner-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding: 22px 0; font-size: 16px; }
  .economics-window { margin-top: 5px; }
  .pathfinder-window { margin-top: 5px; }
  .pathfinder-body { padding: 13px; }
  .pathfinder-row { min-height: 94px; grid-template-columns: 48px 1fr auto; gap: 12px; padding: 14px 12px; }
  .pathfinder-code { width: 43px; height: 43px; }
  .window-body { padding: 24px 19px; }
  .revenue-stack { height: 95px; }
  .stack-segment { padding: 10px 8px; }
  .stack-segment span { font-size: 6px; }
  .stack-segment strong { font-size: 8px; }
  .partner-total strong { font-size: 16px; }
  .section-intro h2, .processor-copy h2, .calculator-copy h2, .faq-heading h2 { font-size: clamp(38px, 11vw, 50px); }
  .value-card { padding: 23px; }
  .audience-card { padding: 23px; }
  .essential-card { min-height: 0; padding: 25px 23px; }
  .essential-card h3 { margin-top: 38px; }
  .club-pathway { padding: 27px 23px; }
  .club-pathway-actions { align-items: stretch; flex-direction: column; }
  .sports-use-grid { grid-template-columns: 1fr; }
  .routing-diagram { min-height: 535px; padding: 40px 13px; }
  .platform-node { width: 205px; }
  .sportamingo-node { width: 260px; margin-top: 68px; }
  .processor-nodes { gap: 6px; margin-top: 70px; }
  .processor-node { padding-inline: 5px; }
  .connector-in { top: 102px; }
  .connector-out { top: 306px; height: 83px; }
  .route-badge { max-width: 95%; font-size: 6px; text-align: center; }
  .calculator-inputs, .calculator-results { padding: 28px 21px; }
  .integration-features { grid-template-columns: 1fr; }
  .code-panel pre { min-height: 360px; padding: 29px 19px; font-size: 9px; }
  .code-footer { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .launch-steps { grid-template-columns: 1fr; }
  .launch-steps li { padding: 24px 0; }
  .launch-steps li + li { padding-left: 0; }
  .launch-steps li::after { display: none; }
  .final-cta { padding: 100px 0; }
  .final-cta h2 { font-size: clamp(50px, 14vw, 70px); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav, .footer-inner > p { grid-column: auto; grid-row: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
