:root {
  --orange: #f07b00;
  --orange-deep: #d96300;
  --orange-soft: #fff3e7;
  --ink: #101820;
  --navy: #111827;
  --navy-2: #0a1019;
  --text: #2d3640;
  --muted: #69727d;
  --line: #e7e9ec;
  --surface: #ffffff;
  --surface-alt: #f6f7f9;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 23, 42, .14);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
section[id] { scroll-margin-top: 92px; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-dark { color: #fff; background: var(--navy); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 14px; background: #fff; color: #111; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,24,32,.08); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 205px; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.main-menu { display: flex; align-items: center; justify-content: center; gap: 4px; }
.main-menu a, .portal-link { text-decoration: none; font-size: .89rem; font-weight: 650; color: #303944; padding: 10px 9px; border-radius: 8px; white-space: nowrap; }
.main-menu a:hover, .portal-link:hover { color: var(--orange-deep); background: var(--orange-soft); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; border-radius: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 24px; border: 1px solid var(--orange); border-radius: 12px; color: #fff; background: var(--orange); text-decoration: none; font-weight: 800; line-height: 1; box-shadow: 0 10px 24px rgba(240,123,0,.25); transition: transform .18s, background .18s, border-color .18s, box-shadow .18s; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--orange-deep); border-color: var(--orange-deep); box-shadow: 0 14px 28px rgba(240,123,0,.32); }
.button-small { min-height: 42px; padding: 0 16px; font-size: .86rem; }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.38); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.7); }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); box-shadow: none; }
.button-dark:hover { background: #000; border-color: #000; }
.button-light { color: var(--orange-deep); background: #fff; border-color: #fff; box-shadow: 0 12px 30px rgba(99,44,0,.18); }
.button-light:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--orange-deep); text-decoration: none; font-weight: 800; }
.text-link span { transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { margin: 0 0 16px; color: #ffb366; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-orange { color: var(--orange-deep); }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.12; letter-spacing: -.03em; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
h1 { font-size: clamp(3rem, 5.4vw, 5.6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.65rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 18px; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }

.hero { position: relative; overflow: hidden; min-height: 730px; display: flex; align-items: center; background: radial-gradient(circle at 84% 30%, rgba(240,123,0,.19), transparent 34%), linear-gradient(135deg, #0c121b 0%, #111827 62%, #1d2531 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; right: 5%; top: 8%; background: rgba(240,123,0,.18); }
.hero-glow-two { width: 300px; height: 300px; left: -100px; bottom: -80px; background: rgba(240,123,0,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; padding-top: 82px; padding-bottom: 90px; }
.hero h1 span { color: #ff9326; }
.hero-lead { max-width: 680px; margin-top: 28px; font-size: 1.26rem; color: rgba(255,255,255,.86); line-height: 1.65; }
.hero-support { max-width: 680px; color: rgba(255,255,255,.66); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.platform-line { margin-top: 24px; color: rgba(255,255,255,.53); font-size: .88rem; }
.hero-visual { position: relative; min-height: 490px; }
.app-window { position: absolute; inset: 20px 0 auto 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: #fff; box-shadow: 0 36px 100px rgba(0,0,0,.48); transform: rotate(1deg); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f2f3f5; color: #5d6570; font-size: .72rem; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #d8dbe0; }
.window-bar b { margin-left: 6px; font-weight: 700; }
.app-window img { width: 100%; }
.portal-float { position: absolute; width: 58%; right: -28px; bottom: -18px; overflow: hidden; border: 8px solid #fff; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.45); transform: rotate(-2deg); }
.mini-label { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 5px 8px; border-radius: 6px; background: rgba(16,24,32,.88); color: #fff; font-size: .66rem; font-weight: 800; }
.hero-stat { position: absolute; left: -24px; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(17,24,39,.86); box-shadow: 0 16px 36px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-stat strong { color: #ff9326; font-size: 2rem; line-height: 1; }
.hero-stat span { color: rgba(255,255,255,.78); font-size: .75rem; line-height: 1.3; font-weight: 750; }

.product-paths { background: #fff; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-card { position: relative; overflow: hidden; min-height: 520px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(15,23,42,.08); }
.consumer-card { background: linear-gradient(145deg, #fff 0%, #fff8f0 100%); }
.consumer-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; bottom: -110px; border-radius: 50%; background: rgba(240,123,0,.13); }
.tournament-card { color: rgba(255,255,255,.75); background: linear-gradient(145deg, #111827, #05080d); border-color: #262e39; }
.tournament-card h3 { color: #fff; }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; color: #858d96; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.status { display: inline-flex; padding: 7px 10px; border-radius: 999px; font-size: .66rem; }
.status-now { color: #8a3b00; background: #ffe6cb; }
.status-soon { color: #fff; background: rgba(240,123,0,.35); }
.product-card h3 { margin-bottom: 10px; font-size: 2rem; }
.card-audience { color: var(--orange-deep); font-weight: 800; }
.tournament-card .card-audience { color: #ffae5a; }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; }
.check-list li { position: relative; padding: 7px 0 7px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 7px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--orange); font-size: .72rem; font-weight: 900; }
.check-list-light li { color: rgba(255,255,255,.76); }

.benefits-section { background: var(--surface-alt); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit-card { min-height: 315px; padding: 30px; border: 1px solid #eceef0; border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(15,23,42,.055); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 13px; color: #fff; background: var(--orange); font-weight: 900; }
.benefit-card h3 { margin-bottom: 14px; }
.benefit-card p { color: var(--muted); font-size: .94rem; }
.results-showcase { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; margin-top: 54px; }
.result-shot { overflow: hidden; margin: 0; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.result-shot img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.result-shot figcaption { padding: 15px 18px; color: #47505a; font-size: .84rem; font-weight: 800; border-top: 1px solid #eceef0; }

.how-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(15,23,42,.06); }
.step-number { position: absolute; z-index: 2; top: 14px; right: 14px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-weight: 900; box-shadow: 0 8px 18px rgba(240,123,0,.28); }
.step-copy { min-height: 245px; padding: 30px 24px 22px; }
.step-copy h3 { margin: 0 42px 13px 0; font-size: 1.25rem; }
.step-copy p { color: var(--muted); font-size: .89rem; }
.step img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; border-top: 1px solid var(--line); }

.portal-section { background: radial-gradient(circle at 82% 32%, rgba(240,123,0,.19), transparent 33%), linear-gradient(135deg, #0b1018, #111827); }
.portal-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.portal-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.portal-copy h2 { margin-bottom: 24px; }
.portal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.portal-gallery { position: relative; }
.portal-main, .portal-thumbs figure { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.34); }
.portal-main { padding: 8px; }
.portal-main img, .portal-thumbs img { width: 100%; }
.portal-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.portal-thumbs figure { padding: 5px; border-radius: 10px; }

.stats-section { background: #fff; }
.stats-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.stats-copy h2 { margin-bottom: 22px; }
.stats-copy p { color: var(--muted); }
.stat-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-category { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #fff, #fafafa); }
.stat-category h3 { margin-bottom: 9px; font-size: 1.05rem; }
.stat-category p { margin: 0; color: var(--muted); font-size: .88rem; }

.audience-section { background: var(--surface-alt); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.audience-card { min-height: 285px; padding: 30px; border: 1px solid #e5e7ea; border-radius: 18px; background: #fff; }
.audience-card > span { display: inline-flex; margin-bottom: 24px; padding: 7px 10px; border-radius: 999px; color: #934000; background: var(--orange-soft); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.audience-card h3 { margin-bottom: 13px; }
.audience-card p { color: var(--muted); font-size: .92rem; }
.audience-card-dark { color: rgba(255,255,255,.72); background: var(--ink); border-color: var(--ink); }
.audience-card-dark h3 { color: #fff; }
.audience-card-dark p { color: rgba(255,255,255,.64); }
.audience-card-dark > span { color: #fff; background: rgba(240,123,0,.35); }

.tournament-preview { position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; color: #fff; background: var(--orange); }
.tournament-preview::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(185,77,0,.98) 0%, rgba(225,96,0,.92) 32%, rgba(240,123,0,.77) 60%, rgba(240,123,0,.55) 100%); }
.tournament-art { position: absolute; opacity: .2; mix-blend-mode: screen; }
.art-left { width: 420px; left: -100px; bottom: -90px; transform: rotate(-8deg); }
.art-right { width: 450px; right: -65px; top: -55px; transform: rotate(8deg); }
.tournament-content { position: relative; z-index: 2; max-width: 780px; text-align: center; }
.tournament-content .eyebrow { color: #fff0e2; }
.tournament-content h2 { color: #fff; margin-bottom: 24px; }
.tournament-content p { color: rgba(255,255,255,.86); font-size: 1.06rem; }
.tournament-content .button { margin-top: 14px; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { min-height: 465px; padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(15,23,42,.065); }
.price-card.featured { border: 2px solid var(--orange); box-shadow: 0 18px 55px rgba(240,123,0,.16); }
.price-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; color: #fff; background: var(--ink); font-size: .75rem; font-weight: 900; }
.featured .price-icon { background: var(--orange); font-size: 1.6rem; }
.price-label { margin-bottom: 8px; color: var(--orange-deep); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 18px; }
.price-card > p:not(.price-label):not(.price-note) { color: var(--muted); }
.price-note { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: #7b838c; font-size: .82rem; }

.faq-section { background: var(--surface-alt); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 72px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro p { color: var(--muted); }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid #e2e5e8; border-radius: 14px; background: #fff; }
summary { position: relative; padding: 21px 54px 21px 22px; list-style: none; cursor: pointer; color: var(--ink); font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--orange-deep); font-size: 1.5rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 22px 22px; margin: 0; color: var(--muted); }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.about-mark { display: grid; place-items: center; min-height: 370px; padding: 42px; border-radius: 24px; background: var(--ink); overflow: hidden; }
.about-mark img { width: 100%; }
.about-copy h2 { margin-bottom: 22px; }
.about-copy p { color: var(--muted); }

.contact-section { padding: 104px 0; background: radial-gradient(circle at 15% 70%, rgba(240,123,0,.18), transparent 28%), linear-gradient(135deg, #0a0f16, #111827); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 1.04rem; }
.contact-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.contact-points span { padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: .82rem; }
.contact-form { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: rgba(255,255,255,.78); font-size: .79rem; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 12px 13px; color: #fff; background: rgba(0,0,0,.24); outline: none; }
.contact-form option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240,123,0,.18); }
.contact-form ::placeholder { color: rgba(255,255,255,.38); }
.contact-form .button:disabled { cursor: wait; opacity: .72; transform: none; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-status { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-size: .84rem; font-weight: 750; line-height: 1.5; }
.form-status[hidden] { display: none; }
.form-status-success { color: #d1fae5; border: 1px solid rgba(52,211,153,.48); background: rgba(6,95,70,.42); }
.form-status-error { color: #fee2e2; border: 1px solid rgba(248,113,113,.5); background: rgba(127,29,29,.42); }
.form-status-error a { color: #fff; font-weight: 850; }
.form-note { margin: 12px 0 0; color: rgba(255,255,255,.43); font-size: .73rem; }

.site-footer { padding: 62px 0 24px; color: #aab1ba; background: #070a0e; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, .8fr); gap: 48px; }
.footer-brand img { width: 235px; margin-bottom: 16px; }
.footer-brand p { max-width: 310px; color: #737c86; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; color: #929ba5; text-decoration: none; font-size: .87rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid #1b2027; color: #606973; font-size: .78rem; }
.footer-bottom span:last-child { display: flex; gap: 18px; }
.footer-bottom a { display: inline; margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .nav-wrap { grid-template-columns: 190px 1fr auto; gap: 12px; }
  .main-menu a { padding-inline: 6px; font-size: .82rem; }
  .portal-link { display: none; }
  .benefit-grid, .audience-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:last-child { grid-column: 1 / -1; }
  .step-copy { min-height: 190px; }
}

@media (max-width: 920px) {
  .section { padding: 82px 0; }
  .nav-wrap { grid-template-columns: 1fr auto auto; min-height: 74px; }
  .brand { width: 190px; }
  .brand img { height: 54px; }
  .menu-toggle { display: block; grid-column: 3; }
  .nav-actions { grid-column: 2; grid-row: 1; }
  .nav-actions .button { display: none; }
  .main-menu { position: absolute; left: 0; right: 0; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 38px rgba(15,23,42,.14); }
  .main-menu.open { display: flex; }
  .main-menu a { padding: 13px 10px; font-size: .95rem; border-bottom: 1px solid #f0f1f2; }
  .portal-link { display: inline-flex; }
  .hero { min-height: auto; }
  .hero-grid, .portal-grid, .stats-grid, .faq-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; padding-top: 72px; padding-bottom: 100px; }
  .hero-visual { min-height: 540px; }
  .product-grid, .pricing-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .portal-grid, .stats-grid, .faq-grid, .about-grid, .contact-grid { gap: 46px; }
  .about-mark { min-height: 280px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 66px 0; }
  .brand { width: 164px; }
  .portal-link { font-size: .78rem; padding-inline: 4px; }
  h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-grid { padding-top: 54px; padding-bottom: 76px; }
  .hero-lead { font-size: 1.08rem; }
  .hero-visual { min-height: 360px; }
  .app-window { inset: 10px 0 auto 0; }
  .portal-float { width: 66%; right: -7px; bottom: -4px; border-width: 5px; }
  .hero-stat { left: 8px; bottom: 0; padding: 9px 12px; }
  .product-card { padding: 28px; }
  .benefit-grid, .results-showcase, .audience-grid, .stat-categories, .steps, .form-row, .contact-points { grid-template-columns: 1fr; }
  .step:last-child { grid-column: auto; }
  .step-copy { min-height: auto; }
  .result-shot img { min-height: 0; }
  .portal-thumbs { grid-template-columns: 1fr; }
  .portal-thumbs figure:nth-child(n+2) { display: none; }
  .tournament-preview { min-height: 620px; }
  .tournament-content { text-align: left; }
  .art-left { width: 300px; left: -130px; }
  .art-right { width: 330px; right: -150px; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* Contact form delivery states */
.form-status { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-size: .86rem; line-height: 1.5; }
.form-status[hidden] { display: none; }
.form-status-success { color: #d1fae5; background: rgba(16,185,129,.16); border: 1px solid rgba(110,231,183,.45); }
.form-status-error { color: #ffe4e6; background: rgba(225,29,72,.15); border: 1px solid rgba(253,164,175,.45); }
.form-status-error a { color: inherit; font-weight: 800; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
#contact-submit { gap: 10px; }
#contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.submit-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: contact-spin .75s linear infinite; }
#contact-submit.is-sending .submit-spinner { display: inline-block; }
@keyframes contact-spin { to { transform: rotate(360deg); } }
