:root {
  --navy-950: #050712;
  --navy-900: #080b1b;
  --navy-850: #0d1328;
  --navy-800: #111a35;
  --navy-700: #1c2a4d;
  --line: rgba(145, 167, 211, 0.2);
  --text: #f7f8fc;
  --muted: #9ca8bf;
  --blue: #12a4ff;
  --pink: #ff5ccc;
  --green: #23d17b;
  --paper: #f2f0e9;
  --ink: #10172d;
  --ink-muted: #59637a;
  --shell: 1240px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--navy-950); color: var(--text); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.04; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: #fff; color: #000; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.site-header.is-scrolled { background: rgba(5, 7, 18, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-weight: 800; letter-spacing: .12em; font-size: 15px; }
.brand img { object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .utility-link { color: #b8c2d4; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .utility-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px 10px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { background: rgba(8, 11, 27, .98); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mobile-nav__inner { display: grid; padding-block: 20px 28px; }
.mobile-nav a:not(.button) { padding: 11px 0; font-weight: 650; }
.mobile-nav__utilities { display: flex; gap: 22px; border-top: 1px solid var(--line); margin: 10px 0 20px; padding-top: 10px; color: var(--muted); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; border: 1px solid transparent; padding: 0 24px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(18, 164, 255, .5); outline-offset: 3px; }
.button--small { min-height: 42px; padding-inline: 19px; font-size: 13px; }
.button--primary { background: var(--blue); color: #03101b; box-shadow: 0 12px 36px rgba(18, 164, 255, .22); }
.button--primary:hover { box-shadow: 0 16px 42px rgba(18, 164, 255, .35); }
.button--ghost { border-color: var(--line); background: rgba(255, 255, 255, .035); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--ink { background: var(--ink); color: #fff; }
.button--light { background: #fff; color: var(--ink); }
.button-row, .hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; color: #dbe3f2; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--ink { color: var(--ink); }

.eyebrow { display: flex; align-items: center; gap: 11px; color: #c6d0df; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--pink)); }
.eyebrow--blue { color: var(--blue); }
.eyebrow--ink { color: #34405c; }
.large-copy { font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.large-copy--muted { color: var(--muted); }
.fine-print { max-width: 540px; margin-top: 24px; color: #727c8d; font-size: 12px; }

.hero { position: relative; overflow: hidden; min-height: 830px; display: grid; align-items: center; padding: 148px 0 88px; background: radial-gradient(circle at 72% 35%, #12234a 0, #080b1b 38%, #050712 70%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(18,164,255,.45), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .2; pointer-events: none; }
.hero-glow--one { width: 340px; height: 340px; background: var(--pink); top: -140px; right: 9%; }
.hero-glow--two { width: 400px; height: 400px; background: var(--blue); bottom: -250px; left: 22%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); gap: 66px; align-items: center; position: relative; z-index: 1; }
.hero-copy h1 { max-width: 760px; margin: 24px 0 27px; font-size: clamp(52px, 5.7vw, 78px); font-weight: 780; }
.hero-copy h1 em { display: block; color: transparent; background: linear-gradient(90deg, #fff 0%, #9ddaff 38%, #ff9bdd 88%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lede { max-width: 680px; color: #b2bdd0; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { margin: 35px 0 20px; }
.origin-line { display: flex; align-items: center; gap: 9px; margin-top: 42px; color: #8e9bb1; font-size: 12px; font-weight: 600; letter-spacing: .035em; }
.origin-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,209,123,.1); }
.hero-media { position: relative; min-height: 570px; }
.hero-photo { position: absolute; inset: 0 15% 12% 0; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,7,18,.72)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; z-index: 1; bottom: 18px; left: 20px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero-screen-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: 62%; overflow: hidden; border: 1px solid rgba(154,178,225,.28); border-radius: 18px; background: var(--navy-850); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.screen-card__bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #afbad0; }
.hero-screen-card img { aspect-ratio: 1.52; object-fit: cover; object-position: top; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; color: #7be7ad; font-weight: 750; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(35,209,123,.12); }
.hero-proof-card { position: absolute; z-index: 3; top: 25px; right: -10px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(8,11,27,.83); backdrop-filter: blur(15px); box-shadow: 0 14px 35px rgba(0,0,0,.28); }
.hero-proof-card strong { font-size: 28px; color: #fff; line-height: 1; }
.hero-proof-card span { color: #aeb8ca; font-size: 10px; line-height: 1.45; }

.proof-strip { padding: 42px 0; background: #0a1023; border-bottom: 1px solid var(--line); }
.proof-strip__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
.kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.proof-intro h2 { margin: 9px 0 0; font-size: clamp(22px, 2.5vw, 31px); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.metric-grid div { padding-left: 25px; border-left: 1px solid var(--line); }
.metric-grid dt { font-size: clamp(28px, 3vw, 40px); font-weight: 780; line-height: 1; }
.metric-grid dd { margin: 7px 0 0; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .venue-copy h2, .player-copy h2, .events-copy h2, .asean-grid h2, .contact-copy h2, .faq-grid h2 { margin: 20px 0 0; font-size: clamp(39px, 5vw, 64px); }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; }
.section-heading--compact { margin-bottom: 35px; }
.section-heading--compact h2 { font-size: clamp(34px, 4vw, 50px); }
.section--system { background: #090d1e; }
.workflow { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow li { position: relative; padding: 26px 22px 0 0; }
.workflow li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(18,164,255,.12); }
.workflow span { display: block; margin-bottom: 27px; color: #61708e; font-size: 10px; font-weight: 800; }
.workflow strong { display: block; margin-bottom: 9px; font-size: 17px; }
.workflow small { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }

.section--light { background: var(--paper); color: var(--ink); }
.venue-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.venue-copy h2 { margin-bottom: 28px; }
.venue-copy .large-copy { color: var(--ink-muted); }
.check-list { display: grid; gap: 13px; margin: 30px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; font-weight: 650; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .37em; width: 15px; height: 8px; border: solid var(--blue); border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.dashboard-stage { position: relative; padding: 28px 0 58px 28px; }
.dashboard-stage::before { content: ""; position: absolute; inset: 0 35px 20px 0; border-radius: 28px; background: #dce7ee; }
.dashboard-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid #26375e; border-radius: 20px; background: var(--navy-900); box-shadow: 0 28px 60px rgba(38,47,67,.25); transform: rotate(1deg); }
.dashboard-window__top { min-height: 45px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 15px; color: #b4bfd2; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.dashboard-window__top > span { display: flex; gap: 5px; }
.dashboard-window__top i { width: 7px; height: 7px; border-radius: 50%; background: #344360; }
.dashboard-window__top strong { text-align: center; }
.dashboard-window__top small { justify-self: end; color: var(--green); }
.dashboard-window img { width: 100%; max-height: 500px; object-fit: cover; object-position: top; }
.callout { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(17,23,45,.15); color: #313b51; font-size: 10px; font-weight: 750; }
.callout span { color: var(--blue); }
.callout--tables { top: 85px; left: -10px; }
.callout--flow { right: -13px; top: 48%; }
.callout--control { bottom: 20px; left: 35%; }

.section--players { position: relative; overflow: hidden; background: #060916; }
.player-orbit { position: absolute; width: 680px; height: 680px; left: -250px; top: 40px; border: 1px solid rgba(18,164,255,.14); border-radius: 50%; box-shadow: 0 0 120px rgba(18,164,255,.12) inset; }
.player-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.phone-stage { position: relative; min-height: 670px; }
.phone { position: absolute; margin: 0; overflow: hidden; border: 8px solid #151d36; border-radius: 39px; background: #080b1b; box-shadow: var(--shadow); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 8px; left: 50%; width: 31%; height: 18px; border-radius: 999px; background: #090c17; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone--front { width: 53%; height: 610px; left: 7%; top: 12px; transform: rotate(-3deg); z-index: 2; }
.phone--back { width: 49%; height: 570px; right: 4%; top: 74px; transform: rotate(5deg); opacity: .78; }
.player-stat-card { position: absolute; z-index: 4; right: 6%; bottom: 20px; padding: 15px 19px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(14,21,44,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.player-stat-card small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.player-stat-card strong { display: block; margin-top: 4px; }
.player-copy h2 { margin-bottom: 28px; }
.player-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 35px 0; }
.player-features article { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.player-features article > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #122442; color: var(--blue); font-size: 12px; font-weight: 800; }
.player-features h3 { margin: 1px 0 5px; font-size: 15px; }
.player-features p { margin: 0; color: var(--muted); font-size: 11px; }
.availability-note { color: var(--muted); font-size: 11px; }

.section--events { background: #0a0f22; }
.events-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.events-copy h2 { margin-bottom: 28px; }
.live-board { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #0d152d; box-shadow: var(--shadow); }
.live-board__header { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--line); }
.live-board__header > div { display: flex; align-items: center; gap: 19px; }
.live-board__header > span { color: var(--muted); font-size: 10px; }
.live-board__lanes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
.live-board__lanes article { padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: #111c38; }
.live-board__lanes small { display: block; margin-bottom: 15px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.match-row { display: flex; justify-content: space-between; padding: 7px 0; font-weight: 700; }
.match-row strong { font-size: 21px; }
.match-progress { height: 3px; margin-top: 13px; overflow: hidden; border-radius: 999px; background: #263453; }
.match-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--pink)); }
.match-progress__fill { width: 66%; }
.live-board__lanes p { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.live-board__footer { display: grid; grid-template-columns: repeat(3, 1fr); padding: 17px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.live-board__footer strong { display: block; color: #fff; font-size: 16px; letter-spacing: 0; }

.case-study { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; }
.case-study__media, .case-study__overlay { position: absolute; inset: 0; }
.case-study__media img { width: 100%; height: 100%; object-fit: cover; }
.case-study__overlay { background: linear-gradient(90deg, rgba(4,6,15,.96) 0%, rgba(5,7,18,.79) 42%, rgba(5,7,18,.16) 78%), linear-gradient(0deg, rgba(5,7,18,.8), transparent 45%); }
.case-study__inner { position: relative; z-index: 1; padding-bottom: 84px; }
.case-study__inner h2 { max-width: 760px; margin: 22px 0 27px; font-size: clamp(48px, 6vw, 76px); }
.case-study__inner p { max-width: 660px; color: #c3ccda; font-size: 16px; }
.case-study__inner .button { margin-top: 16px; }

.pricing-section { background: #0b1528; }
.pricing-heading { align-items: end; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 480px; padding: 32px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.035); }
.price-card--featured { border-color: rgba(16,170,255,.58); background: linear-gradient(180deg, rgba(16,170,255,.13), rgba(255,255,255,.04)); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.price-flag { position: absolute; top: 18px; right: 18px; padding: 6px 10px; border-radius: 999px; background: var(--blue); color: #031120; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-label { display: block; margin-bottom: 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { display: flex; align-items: baseline; gap: 8px; margin: 0 0 18px; color: var(--white); }
.price-card h3 strong { font-size: clamp(30px, 3vw, 46px); line-height: 1; letter-spacing: -.04em; }
.price-card h3 small { color: var(--muted); font-size: 13px; font-weight: 600; }
.price-card p { min-height: 76px; color: var(--muted); }
.price-card ul { display: grid; gap: 13px; margin: 26px 0 30px; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.price-card li { position: relative; padding-left: 22px; color: rgba(255,255,255,.78); font-size: 14px; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 5px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }
.price-card .button { justify-content: center; width: 100%; margin-top: auto; }
.pricing-note { display: grid; grid-template-columns: .8fr 2fr; gap: 24px; margin-top: 18px; padding: 22px 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(0,0,0,.14); }
.pricing-note strong { color: var(--white); font-size: 14px; }
.pricing-note span { color: var(--muted); font-size: 13px; line-height: 1.65; }

.pricing-page-hero { position: relative; overflow: hidden; padding: 150px 0 96px; background: radial-gradient(circle at 75% 20%, rgba(18,164,255,.16), transparent 34%), #070d1b; }
.pricing-page-hero__inner { position: relative; z-index: 1; max-width: 930px; }
.pricing-page-hero h1 { max-width: 900px; margin: 24px 0; font-size: clamp(50px, 7vw, 88px); line-height: .98; letter-spacing: -.055em; }
.pricing-page-hero p:not(.eyebrow) { max-width: 700px; color: #bcc7d8; font-size: clamp(16px, 2vw, 20px); }
.pricing-principles { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a1122; }
.pricing-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pricing-principles p { min-height: 150px; margin: 0; padding: 34px 28px; border-left: 1px solid var(--line); }
.pricing-principles p:last-child { border-right: 1px solid var(--line); }
.pricing-principles strong, .pricing-principles span { display: block; }
.pricing-principles strong { margin-bottom: 10px; font-size: 14px; }
.pricing-principles span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.pricing-section--page { padding-top: 105px; }
.pricing-controls { display: flex; justify-content: space-between; gap: 18px; margin: 36px 0 4px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.03); }
.pricing-control { display: flex; align-items: center; gap: 6px; }
.pricing-control > span { margin: 0 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pricing-control button { min-height: 42px; padding: 10px 14px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: var(--muted); font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.pricing-control button small { display: inline-block; margin-left: 6px; color: inherit; font-size: 9px; opacity: .78; }
.pricing-control button[aria-pressed="true"] { border-color: rgba(18,164,255,.52); background: rgba(18,164,255,.14); color: var(--white); }
.annual-price-note { display: block; margin-top: -7px; color: #7ed8ff; font-size: 11px; font-weight: 700; }
.price-flag--muted { background: #25334e; color: #d8dfeb; }
.pricing-tax-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.plan-comparison { display: grid; grid-template-columns: .7fr 2fr; gap: 34px; margin-top: 72px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.11); }
.plan-comparison__heading > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.plan-comparison__heading h3 { margin: 14px 0 0; font-size: clamp(24px, 3vw, 36px); line-height: 1.15; }
.plan-comparison__scroll { overflow-x: auto; }
.plan-comparison table { width: 100%; min-width: 650px; border-collapse: collapse; }
.plan-comparison th, .plan-comparison td { padding: 17px 14px; border-bottom: 1px solid rgba(255,255,255,.1); text-align: left; font-size: 12px; }
.plan-comparison thead th { color: var(--white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.plan-comparison tbody th { color: var(--muted); font-weight: 600; }
.plan-comparison tbody td { color: rgba(255,255,255,.82); }
.coming-soon-label { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: rgba(18,164,255,.12); color: #7ed8ff; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.player-pricing-section { background: #090f20; }
.player-plan-status { display: flex; align-items: center; gap: 18px; margin: 35px 0 4px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.025); }
.player-plan-status p { margin: 0; color: var(--muted); font-size: 12px; }
.price-card--player { min-height: 540px; }
.pricing-faq { background: #0c1426; }
.pricing-contact { padding: 80px 0; }
.pricing-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pricing-contact__inner h2 { max-width: 760px; margin: 18px 0 12px; font-size: clamp(38px, 5vw, 62px); }
.pricing-contact__inner p:not(.eyebrow) { max-width: 720px; margin: 0; color: #283650; }
.pricing-contact__inner .button { flex: 0 0 auto; }

.field-notes { padding: 88px 0; background: #0b1023; }
.field-evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-evidence-card { padding: 32px; border: 1px solid rgba(156,168,191,.28); border-radius: 22px; background: rgba(255,255,255,.025); }
.field-evidence-card > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.field-evidence-card h3 { margin: 20px 0 12px; font-size: clamp(20px, 2.5vw, 28px); line-height: 1.3; letter-spacing: -.025em; }
.field-evidence-card p { margin: 0; color: var(--muted); font-size: 13px; }
.home-field-report { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; margin-bottom: 18px; padding: 31px; border: 1px solid rgba(18,164,255,.38); border-radius: 22px; background: linear-gradient(120deg, rgba(18,164,255,.09), rgba(255,92,204,.04)); }
.home-field-report > div > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.home-field-report h3 { margin: 15px 0 12px; font-size: clamp(25px, 3vw, 37px); }
.home-field-report p { margin: 0; color: var(--muted); font-size: 13px; }
.home-field-report dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.home-field-report dl div { padding-left: 15px; border-left: 1px solid var(--line); }
.home-field-report dt { font-size: 24px; font-weight: 800; line-height: 1.1; }
.home-field-report dd { margin: 5px 0 0; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.home-field-report > a { grid-column: 1 / -1; }

.section--asean { background: #080b19; }
.asean-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.region-mark { min-height: 320px; display: flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle, #142548, #0b1125 70%); }
.region-mark span { font-size: clamp(38px, 6vw, 76px); font-weight: 800; letter-spacing: -.06em; }
.region-mark span:last-child { color: transparent; -webkit-text-stroke: 1px #6c7892; }
.region-mark i { width: 80px; height: 1px; background: linear-gradient(90deg, var(--blue), var(--pink)); position: relative; }
.region-mark i::after { content: ""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-top: 1px solid var(--pink); border-right: 1px solid var(--pink); transform: rotate(45deg); }
.asean-grid h2 { margin-bottom: 28px; }
.asean-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }
.asean-grid .text-link { margin-top: 16px; }

.section--contact { background: var(--paper); color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--ink-muted); font-size: 17px; }
.contact-points { display: grid; gap: 17px; margin-top: 40px; }
.contact-points span { display: flex; gap: 13px; font-weight: 650; }
.contact-points strong { color: var(--blue); font-size: 10px; padding-top: 5px; }
.demo-form { display: grid; gap: 17px; padding: 31px; border: 1px solid #d7dce5; border-radius: 24px; background: #fff; box-shadow: 0 20px 50px rgba(42,50,68,.08); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.demo-form label { display: grid; gap: 7px; color: #434c60; font-size: 11px; font-weight: 750; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #d9dee8; border-radius: 11px; background: #f8f9fb; color: var(--ink); padding: 12px 13px; outline: none; font: inherit; }
.demo-form select { min-height: 43px; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(18,164,255,.12); }
.demo-form .button { justify-self: start; margin-top: 4px; }
.form-note, .form-success { margin: 0; color: #7b8495; font-size: 10px; }
.form-note a { color: #315db3; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.form-success { padding: 11px 13px; border-radius: 10px; background: #e4f7ec; color: #17693e; }

/* Venue detail page */
.desktop-nav [aria-current="page"] { color: #fff; }
.venue-page-hero { position: relative; overflow: hidden; min-height: 820px; display: grid; align-items: center; padding: 142px 0 88px; background: radial-gradient(circle at 76% 34%, #14274d 0, #090d20 42%, #050712 72%); }
.venue-page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.venue-page-hero__copy h1 { max-width: 740px; margin: 24px 0 28px; font-size: clamp(54px, 6.2vw, 84px); }
.venue-page-hero__copy > p:not(.eyebrow) { max-width: 650px; color: #b2bdd0; font-size: clamp(17px, 1.7vw, 20px); }
.venue-hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.venue-hero-facts span { display: flex; align-items: baseline; gap: 7px; }
.venue-hero-facts strong { color: #fff; font-size: 22px; letter-spacing: -.03em; }
.venue-page-hero__media { position: relative; padding: 28px 0 56px 20px; }
.venue-page-hero__media::before { content: ""; position: absolute; inset: 0 22px 20px 0; border: 1px solid rgba(18,164,255,.2); border-radius: 32px; background: rgba(17,31,61,.46); }
.venue-page-dashboard { transform: rotate(1deg); }
.venue-page-dashboard img { width: 100%; min-height: 430px; object-fit: cover; object-position: top left; }
.venue-hero-status { position: absolute; z-index: 2; right: -8px; bottom: 4px; display: flex; align-items: center; gap: 12px; max-width: 310px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(8,11,27,.92); box-shadow: var(--shadow); color: var(--muted); font-size: 11px; }
.venue-hero-status i { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,209,123,.12); }
.venue-hero-status strong { color: #fff; }
.venue-problem-strip { border-block: 1px solid var(--line); background: #0a1023; }
.venue-problem-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.venue-problem-strip p { margin: 0; padding: 28px 24px; border-left: 1px solid var(--line); color: var(--muted); text-align: center; font-size: 13px; }
.venue-problem-strip p:last-child { border-right: 1px solid var(--line); }
.venue-problem-strip strong { display: block; color: #fff; font-size: 16px; }
.venue-capability-heading > p { color: var(--ink-muted); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card { min-height: 320px; display: flex; flex-direction: column; padding: 29px; border: 1px solid #d9dde3; border-radius: 21px; background: rgba(255,255,255,.62); }
.capability-card > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.capability-card h3 { margin: 35px 0 16px; font-size: 27px; }
.capability-card p { color: var(--ink-muted); font-size: 14px; }
.capability-card small { margin-top: auto; padding-top: 25px; border-top: 1px solid #dce0e6; color: #778096; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.venue-day { background: #080c1c; }
.venue-day__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.venue-day__copy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.venue-day__copy > p:not(.eyebrow) { color: var(--muted); }
.venue-detail-list { display: grid; gap: 0; margin: 32px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.venue-detail-list li { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.venue-detail-list strong { color: #fff; font-size: 13px; }
.venue-detail-list span { color: var(--muted); font-size: 12px; }
.venue-day__figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #0d152d; box-shadow: var(--shadow); }
.venue-day__figure img { width: 100%; min-height: 500px; object-fit: cover; object-position: top left; }
.venue-day__figure figcaption { padding: 13px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.venue-case-study .case-study__inner { padding-top: 150px; }
.venue-onboarding { background: var(--paper); color: var(--ink); }
.venue-onboarding .section-heading > p { color: var(--ink-muted); }
.onboarding-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #cfd4dd; list-style: none; }
.onboarding-steps li { display: flex; gap: 17px; padding: 28px 24px 0 0; }
.onboarding-steps > li > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.onboarding-steps h3 { margin: 0 0 10px; font-size: 21px; }
.onboarding-steps p { color: var(--ink-muted); font-size: 13px; }
.venue-roadmap { background: #070a17; }
.venue-roadmap__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.venue-roadmap h2 { margin-top: 20px; font-size: clamp(38px, 5vw, 60px); }
.roadmap-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.roadmap-columns article { min-height: 300px; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.025); }
.roadmap-columns h3 { margin: 34px 0 15px; font-size: 25px; }
.roadmap-columns p { color: var(--muted); font-size: 13px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.06); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #7b879c; }
.status-pill--live { color: #7be7ad; background: rgba(35,209,123,.09); }
.status-pill--live i { background: var(--green); }

/* Player app page */
.player-page-hero { position: relative; overflow: hidden; min-height: 860px; display: grid; align-items: center; padding: 140px 0 80px; background: radial-gradient(circle at 73% 38%, #172753 0, #080b1b 42%, #050712 72%); }
.player-page-hero .player-orbit { left: auto; right: -240px; top: 45px; }
.player-page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; }
.player-page-hero__copy h1 { max-width: 760px; margin: 24px 0 28px; font-size: clamp(52px, 5.9vw, 80px); }
.player-page-hero__copy > p:not(.eyebrow, .player-beta-note) { max-width: 630px; color: #b2bdd0; font-size: clamp(17px, 1.7vw, 20px); }
.player-beta-note { display: flex; align-items: center; gap: 10px; margin-top: 32px; color: var(--muted); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.player-beta-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,209,123,.1); }
.player-hero-phones { position: relative; min-height: 650px; }
.player-hero-phone { position: absolute; top: 45px; width: 38%; height: 560px; margin: 0; overflow: hidden; border: 8px solid #18213d; border-radius: 38px; background: #070a16; box-shadow: var(--shadow); }
.player-hero-phone::before { content: ""; position: absolute; z-index: 2; top: 8px; left: 50%; width: 31%; height: 17px; border-radius: 999px; background: #090c17; transform: translateX(-50%); }
.player-hero-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.player-hero-phone--left { left: 0; transform: rotate(-7deg) scale(.9); opacity: .7; }
.player-hero-phone--center { z-index: 2; left: 31%; top: 10px; transform: rotate(-1deg); }
.player-hero-phone--right { right: 0; transform: rotate(7deg) scale(.9); opacity: .7; }
.player-hero-card { position: absolute; z-index: 4; right: 4%; bottom: 10px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(10,15,34,.92); box-shadow: var(--shadow); }
.player-hero-card small { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.player-hero-card strong { display: block; margin-top: 4px; }
.player-context-strip { border-block: 1px solid var(--line); background: #0a1023; }
.player-context-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.player-context-strip p { display: grid; gap: 4px; margin: 0; padding: 28px 25px; border-left: 1px solid var(--line); text-align: center; }
.player-context-strip p:last-child { border-right: 1px solid var(--line); }
.player-context-strip strong { color: #fff; font-size: 15px; }
.player-context-strip span { color: var(--muted); font-size: 11px; }
.player-event-day { background: #080c1d; }
.player-event-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.player-event-flow li { display: flex; gap: 16px; padding: 29px 24px 0 0; }
.player-event-flow > li > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.player-event-flow h3 { margin: 0 0 11px; font-size: 20px; }
.player-event-flow p { color: var(--muted); font-size: 12px; }
.player-app-map { background: var(--paper); color: var(--ink); }
.player-app-map__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.player-app-map__copy h2 { margin: 20px 0 26px; font-size: clamp(40px, 5vw, 64px); }
.player-app-map__copy > p:not(.eyebrow) { color: var(--ink-muted); }
.player-tab-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.player-tab-list article { display: flex; gap: 16px; min-height: 145px; padding: 22px; border: 1px solid #d6dbe4; border-radius: 18px; background: rgba(255,255,255,.65); }
.player-tab-list article:last-child { grid-column: 1 / -1; }
.player-tab-list > article > span { flex: 0 0 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: var(--blue); font-size: 9px; font-weight: 800; }
.player-tab-list h3 { margin: 2px 0 8px; font-size: 19px; }
.player-tab-list p { margin: 0; color: var(--ink-muted); font-size: 12px; }
.player-results-section { overflow: hidden; background: #060916; }
.player-results-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.player-results-visual { position: relative; min-height: 680px; }
.player-results-phone, .player-profile-phone { position: absolute; margin: 0; overflow: hidden; border: 8px solid #18213d; border-radius: 40px; background: #070a16; box-shadow: var(--shadow); }
.player-results-phone img, .player-profile-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.player-results-phone { z-index: 2; left: 2%; top: 0; width: 53%; height: 625px; transform: rotate(-3deg); }
.player-profile-phone { right: 2%; top: 70px; width: 49%; height: 570px; transform: rotate(5deg); opacity: .74; }
.player-results-copy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.player-results-copy > p:not(.eyebrow) { color: var(--muted); }
.player-value-list { display: grid; margin: 35px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.player-value-list li { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.player-value-list strong { font-size: 13px; }
.player-value-list span { color: var(--muted); font-size: 12px; }
.player-public-section { background: #0a1023; }
.player-public-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.player-public-copy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.player-public-copy > p:not(.eyebrow) { color: var(--muted); }
.player-public-copy .button-row { margin-top: 30px; }
.player-public-comparison { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.player-public-comparison article { min-height: 350px; padding: 29px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.player-public-comparison__app { border-color: rgba(18,164,255,.45) !important; background: linear-gradient(180deg, rgba(18,164,255,.1), rgba(255,255,255,.025)) !important; }
.player-public-comparison article > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.player-public-comparison h3 { margin: 34px 0 23px; font-size: 25px; }
.player-public-comparison ul { display: grid; gap: 13px; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; list-style: none; }
.player-public-comparison li::before { content: "•"; margin-right: 9px; color: var(--blue); }
.player-testing { background: linear-gradient(120deg, #0b1730, #111d3e 58%, #1b1233); }
.player-testing__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.player-testing__copy h2 { margin: 20px 0 27px; max-width: 760px; font-size: clamp(40px, 5vw, 64px); }
.player-testing__copy > p:not(.eyebrow) { max-width: 700px; color: #b6c0d2; }
.player-testing__copy .button-row { margin-top: 31px; }
.player-test-proof { display: grid; gap: 5px; margin: 26px 0 0; padding: 16px 18px; border-left: 2px solid var(--blue); background: rgba(5,7,18,.25); }
.player-test-proof strong { font-size: 13px; }
.player-test-proof span { color: #aeb8ca; font-size: 11px; }
.player-testing__notes { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(5,7,18,.35); }
.player-testing__notes > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.player-testing__notes ul { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; }
.player-testing__notes li { padding: 0 0 15px 23px; border-bottom: 1px solid var(--line); color: #d6ddeb; font-size: 13px; }
.player-testing__notes li::before { content: "?"; display: inline-block; width: 23px; margin-left: -23px; color: var(--blue); font-weight: 800; }
.player-faq { background: #080b1b; }

/* Events page */
.events-page-hero { position: relative; overflow: hidden; min-height: 820px; display: grid; align-items: center; padding: 138px 0 82px; background: radial-gradient(circle at 75% 35%, #162950 0, #090d20 41%, #050712 72%); }
.events-page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.events-page-hero__copy h1 { margin: 24px 0 28px; font-size: clamp(52px, 5.9vw, 80px); }
.events-page-hero__copy > p:not(.eyebrow, .events-open-note) { max-width: 650px; color: #b2bdd0; font-size: clamp(17px, 1.7vw, 20px); }
.events-open-note { display: flex; align-items: center; gap: 10px; margin-top: 32px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.events-open-note i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(35,209,123,.1); }
.event-page-preview { overflow: hidden; border: 1px solid rgba(151,174,222,.25); border-radius: 27px; background: #0d152d; box-shadow: var(--shadow); transform: rotate(1deg); }
.event-page-preview__top { display: flex; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid var(--line); }
.event-page-preview__top small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.event-page-preview__title { display: flex; justify-content: space-between; align-items: end; padding: 27px 23px 21px; }
.event-page-preview__title span { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.event-page-preview__title h2 { margin: 7px 0 0; font-size: 31px; }
.event-page-preview__title > strong { color: var(--muted); font-size: 12px; }
.event-page-preview__tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin-inline: 15px; border: 1px solid var(--line); border-radius: 12px; background: #111c38; }
.event-page-preview__tabs span { padding: 10px 6px; color: var(--muted); text-align: center; font-size: 9px; }
.event-page-preview__tabs span:first-child { border-radius: 10px; background: rgba(18,164,255,.13); color: #fff; }
.event-page-preview__matches { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 15px; }
.event-page-preview__matches article { padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #111c38; }
.event-page-preview__matches small { display: block; margin-bottom: 14px; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.event-page-preview__matches article > div { display: flex; justify-content: space-between; padding: 7px 0; font-weight: 700; }
.event-page-preview__matches strong { font-size: 20px; }
.event-page-preview__footer { display: grid; grid-template-columns: repeat(3, 1fr); padding: 17px 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.event-state-strip { border-block: 1px solid var(--line); background: #0a1023; }
.event-state-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.event-state-strip p { display: grid; gap: 4px; margin: 0; padding: 27px 25px; border-left: 1px solid var(--line); text-align: center; }
.event-state-strip p:last-child { border-right: 1px solid var(--line); }
.event-state-strip span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.event-state-strip strong { font-size: 14px; }
.events-purpose { background: #080c1c; }
.events-purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.events-purpose-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.025); }
.events-purpose-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.events-purpose-grid h3 { margin: 38px 0 17px; font-size: 27px; }
.events-purpose-grid p { color: var(--muted); font-size: 13px; }
.events-purpose-grid small { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: #748099; font-size: 10px; }
.events-audiences { background: var(--paper); color: var(--ink); }
.events-audiences__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.events-audiences__copy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.events-audiences__copy > p:not(.eyebrow) { color: var(--ink-muted); }
.audience-answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-answer-grid article { min-height: 230px; padding: 25px; border: 1px solid #d6dbe4; border-radius: 19px; background: rgba(255,255,255,.65); }
.audience-answer-grid span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.audience-answer-grid h3 { margin: 32px 0 13px; font-size: 22px; }
.audience-answer-grid p { color: var(--ink-muted); font-size: 12px; }
.events-web-app { background: #070a17; }
.events-web-app__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 85px; align-items: center; }
.events-web-app__visual figure { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.events-web-app__visual img { width: 100%; min-height: 590px; object-fit: cover; }
.events-web-app__visual figcaption { padding: 13px 18px; background: #10182e; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.events-web-app__copy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.events-web-app__copy > p:not(.eyebrow) { color: var(--muted); }
.events-channel-list { display: grid; margin-top: 33px; border-top: 1px solid var(--line); }
.events-channel-list article { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.events-channel-list strong { font-size: 13px; }
.events-channel-list span { color: var(--muted); font-size: 12px; }
.events-proof-bridge { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; }
.events-proof-bridge__image, .events-proof-bridge__overlay { position: absolute; inset: 0; }
.events-proof-bridge__image img { width: 100%; height: 100%; object-fit: cover; }
.events-proof-bridge__overlay { background: linear-gradient(90deg, rgba(4,6,15,.95), rgba(5,7,18,.38)), linear-gradient(0deg, rgba(5,7,18,.8), transparent); }
.events-proof-bridge__content { position: relative; z-index: 1; padding-bottom: 82px; }
.events-proof-bridge__content h2 { max-width: 800px; margin: 22px 0 26px; font-size: clamp(48px, 6vw, 76px); }
.events-proof-bridge__content > p:not(.eyebrow) { max-width: 650px; color: #c3ccda; }
.events-proof-bridge__content .button { margin-top: 15px; }
.events-cta { background: #0b1528; }
.events-cta__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.events-cta h2 { margin: 20px 0 0; font-size: clamp(40px, 5vw, 64px); }
.events-cta__actions { display: flex; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }

/* Case studies page */
.case-page-hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; padding-top: 130px; }
.case-page-hero__image, .case-page-hero__overlay { position: absolute; inset: 0; }
.case-page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.case-page-hero__overlay { background: linear-gradient(90deg, rgba(4,6,15,.97), rgba(5,7,18,.65) 52%, rgba(5,7,18,.16)), linear-gradient(0deg, rgba(5,7,18,.8), transparent 50%); }
.case-page-hero__content { position: relative; z-index: 1; padding-bottom: 82px; }
.case-page-hero__content h1 { max-width: 970px; margin: 24px 0 28px; font-size: clamp(54px, 7vw, 91px); }
.case-page-hero__content > p:not(.eyebrow) { max-width: 670px; color: #c3ccda; font-size: 18px; }
.case-metrics { border-block: 1px solid var(--line); background: #0a1023; }
.case-metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.case-metrics__grid div { padding: 31px 25px; border-left: 1px solid var(--line); text-align: center; }
.case-metrics__grid div:last-child { border-right: 1px solid var(--line); }
.case-metrics strong { display: block; font-size: 39px; line-height: 1; }
.case-metrics span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.pattaya-case { background: var(--paper); color: var(--ink); }
.pattaya-case__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.pattaya-case__copy h2 { margin: 20px 0 27px; font-size: clamp(42px, 5.3vw, 68px); }
.pattaya-case__copy > p:not(.eyebrow) { color: var(--ink-muted); }
.pattaya-case__copy .text-link { margin-top: 18px; }
.pattaya-case__figure { margin: 0; overflow: hidden; border-radius: 25px; background: #10172d; box-shadow: 0 25px 65px rgba(25,34,53,.18); }
.pattaya-case__figure img { width: 100%; min-height: 520px; object-fit: cover; }
.pattaya-case__figure figcaption { padding: 13px 17px; color: #9ca8bf; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.case-questions { background: #080c1c; }
.case-question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-question-grid article { min-height: 320px; padding: 29px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.025); }
.case-question-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.case-question-grid h3 { margin: 39px 0 17px; font-size: 28px; }
.case-question-grid p { color: var(--muted); font-size: 13px; }
.case-findings { background: #060916; }
.case-findings__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.case-findings__visual figure { margin: 0; overflow: hidden; border-radius: 26px; background: #10182e; box-shadow: var(--shadow); }
.case-findings__visual img { width: 100%; min-height: 650px; object-fit: cover; }
.case-findings__visual figcaption { padding: 13px 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.case-findings__copy h2 { margin: 20px 0 28px; font-size: clamp(40px, 5vw, 64px); }
.case-findings__copy ul { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.case-findings__copy li { display: grid; grid-template-columns: 125px 1fr; gap: 17px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.case-findings__copy strong { font-size: 13px; }
.case-findings__copy span { color: var(--muted); font-size: 12px; }
.case-gallery { display: grid; grid-template-columns: 1.2fr .8fr 1fr; min-height: 420px; background: #050712; }
.case-gallery figure { margin: 0; overflow: hidden; }
.case-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .5s ease, filter .5s ease; }
.case-gallery figure:hover img { transform: scale(1.02); filter: saturate(1); }
.evidence-policy { background: var(--paper); color: var(--ink); }
.evidence-policy__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.evidence-policy h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.evidence-policy__grid > div:first-child > p:not(.eyebrow) { color: var(--ink-muted); }
.evidence-levels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.evidence-levels article { min-height: 225px; padding: 24px; border: 1px solid #d6dbe4; border-radius: 19px; background: rgba(255,255,255,.64); }
.evidence-levels span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.evidence-levels h3 { margin: 31px 0 12px; font-size: 22px; }
.evidence-levels p { color: var(--ink-muted); font-size: 12px; }
.upcoming-evidence { background: #080c1d; }
.upcoming-evidence__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.upcoming-evidence h2 { margin: 20px 0 27px; font-size: clamp(40px, 5vw, 64px); }
.upcoming-evidence__grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.upcoming-evidence__slot { min-height: 330px; padding: 30px; border: 1px dashed rgba(156,168,191,.45); border-radius: 22px; background: rgba(255,255,255,.025); }
.upcoming-evidence__slot > span { color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.upcoming-evidence__slot h3 { margin: 46px 0 17px; font-size: 30px; }
.upcoming-evidence__slot p { color: var(--muted); font-size: 13px; }
.upcoming-evidence__slot small { display: block; margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--line); color: #738098; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.pilot-facts { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.pilot-facts span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 10px; }
.pilot-facts strong { color: #fff; }
.pilot-scope-list { display: grid; gap: 11px; margin: 24px 0; padding: 0; color: #d8deea; font-size: 12px; list-style: none; }
.pilot-scope-list li { position: relative; padding-left: 21px; }
.pilot-scope-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 5px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }
.evidence-next { padding: 13px 15px; border-radius: 12px; background: rgba(18,164,255,.08); color: #aebdd2 !important; font-size: 10px !important; }
.evidence-next strong { color: #dceafb; }
.case-cta { padding: 100px 0; background: linear-gradient(120deg, #0b1730, #111d3e 58%, #1b1233); }
.case-cta__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.case-cta h2 { margin: 20px 0 0; font-size: clamp(40px, 5vw, 64px); }
.case-cta__actions { display: flex; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }

.faq-section { background: #0a0f21; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 24px 0; border: 0; background: transparent; text-align: left; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq-item button span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 18px; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer p { margin: -5px 45px 24px 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--line); background: #050711; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 45px; }
.footer-brand-block p { max-width: 270px; margin: 22px 0 15px; color: var(--muted); font-size: 13px; }
.footer-brand-block > a:last-child { color: var(--blue); font-size: 12px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-grid h2 { margin-bottom: 8px; color: #7e8aa0; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(:first-child) a { color: #c3ccda; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: #68748a; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 1; transform: none; }
.has-js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.has-js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .header-actions { gap: 12px; }
  .utility-link { display: none; }
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 38px; }
  .hero-copy h1 { font-size: clamp(48px, 6vw, 67px); }
  .venue-grid, .player-grid, .events-grid { gap: 55px; }
  .callout--flow { right: -5px; }
  .venue-page-hero__grid { gap: 42px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .player-page-hero__grid { gap: 42px; }
  .events-page-hero__grid { gap: 42px; }
  .case-findings__grid { gap: 50px; }
}

@media (max-width: 900px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .header-inner { min-height: 68px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid, .proof-strip__inner, .venue-grid, .player-grid, .events-grid, .pricing-grid, .asean-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .pricing-principles__grid { grid-template-columns: 1fr; }
  .pricing-principles p { min-height: auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .pricing-principles p:last-child { border-bottom: 0; }
  .plan-comparison { grid-template-columns: 1fr; }
  .pricing-contact__inner { align-items: flex-start; flex-direction: column; }
  .price-card { min-height: 0; }
  .price-card p { min-height: 0; }
  .hero-grid { gap: 55px; }
  .hero-copy h1 { max-width: 760px; }
  .hero-media { min-height: 560px; width: min(100%, 670px); }
  .proof-strip__inner { gap: 25px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .workflow { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .venue-grid { gap: 70px; }
  .dashboard-stage { margin-left: 10px; }
  .player-grid { gap: 60px; }
  .phone-stage { width: min(100%, 620px); }
  .player-copy { max-width: 700px; }
  .events-grid { gap: 50px; }
  .case-study__overlay { background: linear-gradient(90deg, rgba(4,6,15,.95), rgba(5,7,18,.55)), linear-gradient(0deg, rgba(5,7,18,.8), transparent); }
  .case-study__inner { padding-bottom: 65px; }
  .asean-grid, .contact-grid, .faq-grid { gap: 55px; }
  .region-mark { min-height: 250px; }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); row-gap: 45px; }
  .venue-page-hero { min-height: auto; padding-top: 120px; }
  .venue-page-hero__grid, .venue-day__grid, .venue-roadmap__grid { grid-template-columns: 1fr; }
  .venue-page-hero__grid, .venue-day__grid, .venue-roadmap__grid { gap: 55px; }
  .venue-page-hero__media { width: min(100%, 720px); }
  .onboarding-steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .player-page-hero { min-height: auto; padding-top: 120px; }
  .player-page-hero__grid, .player-app-map__grid, .player-results-grid, .player-public-grid, .player-testing__grid { grid-template-columns: 1fr; gap: 55px; }
  .player-hero-phones { width: min(100%, 720px); }
  .player-event-flow { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .player-results-visual { width: min(100%, 620px); }
  .events-page-hero { min-height: auto; padding-top: 120px; }
  .events-page-hero__grid, .events-audiences__grid, .events-web-app__grid, .events-cta__grid, .pattaya-case__grid, .case-findings__grid, .evidence-policy__grid, .upcoming-evidence__grid, .case-cta__grid { grid-template-columns: 1fr; gap: 55px; }
  .event-page-preview { width: min(100%, 720px); }
  .events-cta__actions, .case-cta__actions { justify-content: flex-start; }
  .pattaya-case__figure { width: min(100%, 760px); }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 82px 0; }
  .hero { padding: 108px 0 67px; }
  .hero-copy h1 { margin-top: 19px; font-size: clamp(43px, 12.4vw, 58px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .origin-line { align-items: flex-start; }
  .hero-media { min-height: 440px; }
  .hero-photo { inset: 0 8% 13% 0; border-radius: 22px; }
  .hero-screen-card { width: 68%; }
  .hero-proof-card { top: 15px; right: 0; padding: 12px 14px; }
  .hero-proof-card strong { font-size: 23px; }
  .proof-strip { padding: 34px 0; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .metric-grid div { padding-left: 16px; }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow li { padding-right: 13px; }
  .dashboard-stage { padding: 18px 0 48px 8px; margin: 0; }
  .dashboard-window img { min-height: 315px; object-fit: cover; object-position: top left; }
  .callout { font-size: 8px; padding: 8px 10px; }
  .callout--tables { left: -5px; top: 56px; }
  .callout--flow { top: 48%; right: -5px; }
  .callout--control { left: 20%; }
  .phone-stage { min-height: 545px; }
  .phone--front { width: 59%; height: 500px; left: 2%; }
  .phone--back { width: 53%; height: 455px; right: 1%; }
  .player-stat-card { right: 1%; bottom: 0; }
  .player-features { grid-template-columns: 1fr; }
  .button-row { align-items: stretch; }
  .button-row .button { width: 100%; }
  .availability-note { text-align: center; width: 100%; }
  .live-board__lanes { grid-template-columns: 1fr; }
  .live-board__footer { padding-inline: 15px; }
  .case-study { min-height: 720px; }
  .case-study__media img { object-position: 62% center; }
  .case-study__inner h2 { font-size: 49px; }
  .field-evidence-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .pricing-note { grid-template-columns: 1fr; gap: 8px; }
  .pricing-page-hero { padding: 122px 0 76px; }
  .pricing-page-hero h1 { font-size: clamp(44px, 14vw, 64px); }
  .pricing-controls { align-items: stretch; flex-direction: column; }
  .pricing-control { display: grid; grid-template-columns: repeat(2, 1fr); }
  .pricing-control > span { grid-column: 1 / -1; margin: 2px 4px 4px; }
  .pricing-control button small { display: block; margin: 2px 0 0; }
  .player-plan-status { align-items: flex-start; flex-direction: column; }
  .demo-form { padding: 22px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 7px; }
  .venue-page-hero { padding: 108px 0 70px; }
  .venue-page-hero__copy h1 { font-size: clamp(43px, 12vw, 58px); }
  .venue-hero-facts { gap: 14px; }
  .venue-page-hero__media { padding-left: 7px; }
  .venue-page-dashboard img { min-height: 315px; }
  .venue-hero-status { right: 0; max-width: 260px; }
  .venue-problem-strip__grid { grid-template-columns: 1fr; }
  .venue-problem-strip p, .venue-problem-strip p:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .capability-grid, .onboarding-steps, .roadmap-columns { grid-template-columns: 1fr; }
  .capability-card { min-height: 285px; }
  .venue-detail-list li { grid-template-columns: 100px 1fr; }
  .venue-day__figure img { min-height: 360px; }
  .player-page-hero { padding: 108px 0 68px; }
  .player-page-hero__copy h1 { font-size: clamp(43px, 12vw, 58px); }
  .player-hero-phones { min-height: 500px; }
  .player-hero-phone { width: 45%; height: 440px; border-width: 6px; border-radius: 31px; }
  .player-hero-phone--left { left: -6%; }
  .player-hero-phone--center { left: 27.5%; }
  .player-hero-phone--right { right: -6%; }
  .player-hero-card { right: 0; bottom: 0; }
  .player-context-strip__grid, .player-event-flow, .player-tab-list, .player-public-comparison { grid-template-columns: 1fr; }
  .player-context-strip p, .player-context-strip p:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .player-tab-list article:last-child { grid-column: auto; }
  .player-results-visual { min-height: 555px; }
  .player-results-phone { width: 58%; height: 520px; left: 0; }
  .player-profile-phone { width: 54%; height: 470px; right: 0; }
  .player-public-comparison article { min-height: 300px; }
  .home-field-report { grid-template-columns: 1fr; }
  .home-field-report > a { grid-column: auto; }
  .events-page-hero { padding: 108px 0 68px; }
  .events-page-hero__copy h1, .case-page-hero__content h1 { font-size: clamp(43px, 12vw, 58px); }
  .event-page-preview__matches, .events-purpose-grid, .audience-answer-grid, .case-question-grid, .evidence-levels { grid-template-columns: 1fr; }
  .event-page-preview__tabs { grid-template-columns: repeat(2, 1fr); }
  .event-state-strip__grid, .case-metrics__grid { grid-template-columns: repeat(2, 1fr); }
  .event-state-strip p, .event-state-strip p:last-child, .case-metrics__grid div, .case-metrics__grid div:last-child { border: 0; border-bottom: 1px solid var(--line); }
  .events-channel-list article, .case-findings__copy li { grid-template-columns: 105px 1fr; }
  .events-web-app__visual img, .pattaya-case__figure img, .case-findings__visual img { min-height: 420px; }
  .events-proof-bridge, .case-page-hero { min-height: 720px; }
  .events-proof-bridge__content h2 { font-size: 49px; }
  .case-page-hero__content { padding-bottom: 65px; }
  .case-gallery { grid-template-columns: 1fr; }
  .case-gallery figure { min-height: 310px; }
  .case-cta { padding: 82px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .has-js .reveal { opacity: 1; transform: none; }
}
