:root {
  --red: #e3061b;
  --red-dark: #a60012;
  --ink: #0b0b0d;
  --paper: #f5f3ef;
  --muted: #a6a3a0;
  --line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; height: 84px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; gap: 48px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, height .25s; }
.site-header.scrolled { height: 68px; background: rgba(8, 8, 10, .94); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 42px; height: 42px; display: block; object-fit: cover; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; box-shadow: 0 8px 22px rgba(227, 6, 27, .3); }
.brand-copy { display: grid; line-height: .82; }
.brand-copy strong { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 23px; letter-spacing: 0; }
.brand-copy small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 3px; margin-top: 6px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #d9d6d3; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover { color: #fff; }
.header-download { border: 1px solid rgba(255,255,255,.45); height: 42px; padding: 0 18px; display: inline-flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.header-download span { color: var(--red); font-size: 17px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 720px; height: calc(100svh - 46px); max-height: 950px; position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden; background: #060607 url('/assets/stadium-hero.webp') center/cover no-repeat; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,5,7,.96) 0%, rgba(5,5,7,.68) 40%, rgba(5,5,7,.08) 70%), linear-gradient(0deg, #08080a 0%, transparent 30%); }
.hero-grid { position: absolute; inset: 0; z-index: -1; 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: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-content { width: min(660px, 50vw); margin-left: clamp(22px, 8vw, 124px); padding-top: 54px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: #dad7d4; font-size: 10px; font-weight: 900; letter-spacing: 2.6px; }
.eyebrow span { width: 32px; height: 2px; background: var(--red); }
.eyebrow.red { color: var(--red); }
.hero h1, h2 { margin: 18px 0 24px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; letter-spacing: 0; line-height: .82; font-weight: 900; }
.hero h1 { font-size: clamp(88px, 10vw, 158px); text-shadow: 0 8px 30px rgba(0,0,0,.3); }
.hero h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 530px; color: #d4d1ce; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.store-row { display: flex; gap: 10px; margin-top: 32px; }
.store-button { min-width: 168px; height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; background: #fff; color: #08080a; border: 1px solid #fff; transition: transform .2s, background .2s; }
.store-button:hover { transform: translateY(-3px); }
.store-button-light { background: transparent; color: #fff; }
.store-button span:last-child { display: grid; line-height: 1; }
.store-button small { font-size: 8px; margin-bottom: 5px; letter-spacing: .5px; }
.store-button strong { font-size: 18px; letter-spacing: 0; }
.apple-icon { width: 23px; height: 25px; display: grid; place-items: center; font-size: 26px; line-height: 1; }
.play-icon { width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 22px solid currentColor; transform: scaleX(.82); }
.availability { color: #aaa6a2; font-size: 11px; font-weight: 700; margin-top: 18px; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #29d46f; box-shadow: 0 0 0 5px rgba(41,212,111,.12); }

.hero-phone { position: absolute; z-index: 2; width: clamp(230px, 20vw, 285px); right: clamp(48px, 10vw, 170px); top: 50%; transform: translateY(-43%) rotate(3deg); filter: drop-shadow(0 35px 50px rgba(0,0,0,.6)); }
.phone-shell, .showcase-phone { padding: 10px; border-radius: 42px; background: linear-gradient(145deg, #777, #171719 20%, #050506 80%, #777); border: 1px solid #858585; }
.phone-shell::before, .showcase-phone::before { content: ''; position: absolute; width: 32%; height: 22px; top: 16px; left: 34%; z-index: 4; background: #050506; border-radius: 0 0 15px 15px; }
.phone-shell.real-device::before, .showcase-phone.real-device::before { display: none; }
.phone-screen { position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; border: 2px solid #050506; border-radius: 34px; background: #210304; color: #111; }
.app-screenshot { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: top center; border-radius: 30px; background: #210304; }
.phone-status { height: 33px; padding: 10px 20px 0; display: flex; justify-content: space-between; font-size: 8px; font-weight: 900; }
.app-top { padding: 12px 17px; display: flex; align-items: center; gap: 9px; }
.mini-mark { width: 28px; height: 31px; color: #fff; background: var(--red); display: grid; place-items: center; font-family: Impact, sans-serif; clip-path: polygon(50% 0,100% 20%,88% 80%,50% 100%,12% 80%,0 20%); }
.app-top div { display: grid; }
.app-top small { color: #8a8784; font-size: 6px; letter-spacing: 1px; }
.app-top strong { font-size: 10px; margin-top: 2px; }
.app-top button { width: 26px; height: 26px; margin-left: auto; border-radius: 50%; color: var(--red); background: #fff; border: 1px solid #ddd; font-size: 6px; }
.match-card { margin: 2px 12px 15px; padding: 13px; color: #fff; background: #141416; position: relative; overflow: hidden; }
.match-card::after { content: 'M'; position: absolute; right: -12px; bottom: -34px; color: rgba(227,6,27,.2); font: 100px Impact, sans-serif; transform: rotate(-10deg); }
.match-meta { display: flex; justify-content: space-between; color: #b7b4b1; font-size: 5px; font-weight: 800; letter-spacing: .7px; }
.match-meta span:first-child { color: #ff3c4f; }
.teams { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; text-align: center; margin: 12px 0; position: relative; z-index: 1; }
.teams > div { display: grid; justify-items: center; gap: 4px; }
.team-crest { width: 34px; height: 38px; display: grid; place-items: center; clip-path: polygon(50% 0,100% 18%,90% 78%,50% 100%,10% 78%,0 18%); font: 18px Impact, sans-serif; font-style: normal; }
.team-crest.red { color: #fff; background: var(--red); }
.team-crest.white { color: #111; background: #e8e6e2; }
.team-crest.blue { color: #fff; background: #18599b; }
.teams strong { font-size: 6px; }
.kickoff small { color: #ff4051; font-size: 5px; }
.kickoff b { font-size: 21px; }
.kickoff span { font-size: 5px; color: #aaa; }
.match-card > button { position: relative; z-index: 1; width: 100%; padding: 9px; border: 0; background: var(--red); color: #fff; font-size: 7px; font-weight: 800; }
.app-section-title { padding: 0 14px 9px; display: flex; justify-content: space-between; align-items: center; }
.app-section-title strong { font-size: 12px; }
.app-section-title span { color: var(--red); font-size: 6px; font-weight: 700; }
.featured-story { margin: 0 13px; display: grid; }
.story-photo { height: 116px; position: relative; background: linear-gradient(155deg, transparent 45%, rgba(0,0,0,.75)), url('/assets/stadium-hero.webp') 70% 70%/220% auto; }
.story-photo span { position: absolute; bottom: 7px; left: 7px; padding: 4px 6px; background: var(--red); color: #fff; font-size: 5px; font-weight: 900; }
.featured-story strong { margin-top: 7px; font-size: 10px; line-height: 1.3; }
.featured-story small { margin-top: 4px; color: #999; font-size: 6px; }
.mini-stories { display: flex; gap: 8px; margin: 10px 13px; }
.mini-stories > div { width: 56px; height: 38px; background: #cac6bf; }
.mini-stories span { display: grid; align-content: center; gap: 4px; }
.mini-stories b { font-size: 7px; }
.mini-stories small { color: #999; font-size: 5px; }
.app-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 52px; border-top: 1px solid #ddd; background: #fff; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.app-nav span { display: grid; justify-items: center; gap: 3px; color: #888; font-size: 10px; }
.app-nav span.active { color: var(--red); }
.app-nav small { font-size: 5px; }
.feature-pill { position: absolute; top: 108px; right: -58px; transform: rotate(-3deg); padding: 12px 15px; background: rgba(10,10,12,.84); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); font-size: 9px; white-space: nowrap; }
.feature-pill span { display: inline-grid; width: 14px; height: 14px; place-items: center; margin-right: 6px; border-radius: 50%; background: var(--red); color: #fff; font-size: 8px; font-weight: 900; }
.feature-pill b { color: var(--red); margin-right: 5px; }
.scroll-cue { position: absolute; bottom: 38px; left: clamp(22px, 8vw, 124px); display: flex; align-items: center; gap: 16px; color: #aaa; font-size: 8px; letter-spacing: 1.8px; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue i { width: 50px; height: 1px; background: #777; }

.feature-band { background: var(--paper); color: var(--ink); padding: 115px clamp(22px, 8vw, 124px) 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8vw; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .showcase-copy h2, .prediction-copy h2, .cta-copy h2 { font-size: clamp(54px, 6.2vw, 92px); }
.section-heading > p:last-child { color: #6d6965; max-width: 460px; font-size: 16px; line-height: 1.65; padding-bottom: 12px; }
.feature-list { border-top: 1px solid #ccc7c1; margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-list article { min-height: 310px; padding: 24px 28px 30px 0; border-right: 1px solid #ccc7c1; position: relative; }
.feature-list article:not(:first-child) { padding-left: 28px; }
.feature-list article:last-child { border-right: 0; }
.feature-no { color: #9d9994; font-size: 10px; font-weight: 800; }
.feature-icon { width: 48px; height: 48px; margin: 46px 0 34px; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 20px; }
.feature-list article:hover .feature-icon { background: var(--red); }
.feature-list h3 { margin: 0 0 13px; font-family: Impact, 'Arial Narrow Bold', sans-serif; text-transform: uppercase; font-size: 25px; }
.feature-list p { margin: 0; color: #76716c; font-size: 13px; line-height: 1.6; }

.app-showcase { min-height: 860px; padding: 105px clamp(22px, 8vw, 124px); display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; align-items: center; background: #111114; position: relative; overflow: hidden; }
.app-showcase::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: repeating-linear-gradient(120deg, transparent 0 30px, rgba(255,255,255,.04) 31px 32px); }
.showcase-copy { position: relative; z-index: 2; }
.screen-tabs { display: flex; border-bottom: 1px solid var(--line); margin: 46px 0 26px; }
.screen-tabs button { flex: 1; padding: 15px 3px; border: 0; border-bottom: 2px solid transparent; color: #777; background: transparent; text-align: left; font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.screen-tabs button.active { color: #fff; border-color: var(--red); }
.tab-copy { min-height: 104px; transition: opacity .14s, transform .14s; }
.tab-copy.changing { opacity: 0; transform: translateY(5px); }
.tab-copy strong { display: block; font-size: 18px; margin-bottom: 10px; }
.tab-copy p { color: #999; line-height: 1.6; max-width: 480px; font-size: 14px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--line); }
.stat-row div { display: grid; gap: 8px; padding: 18px 10px 0 0; }
.stat-row b { color: var(--red); font-size: 10px; }
.stat-row span { font-size: 10px; color: #aaa; }
.screen-stage { min-height: 670px; position: relative; display: grid; place-items: center; }
.screen-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: var(--red); opacity: .13; filter: blur(80px); }
.showcase-phone { position: absolute; width: 285px; padding: 9px; border-radius: 40px; box-shadow: 0 40px 70px rgba(0,0,0,.55); }
.phone-front { z-index: 3; transform: translate(80px, 12px) rotate(3deg); }
.phone-back { z-index: 2; transform: translate(-105px, -10px) rotate(-7deg); opacity: .85; }
.mock-screen { width: 100%; aspect-ratio: 9 / 16; border-radius: 32px; overflow: hidden; background: #f5f4f1; color: #111; padding: 38px 14px 16px; }
.mock-screen.real-screen { position: relative; padding: 0; border: 2px solid #050506; background: #210304; }
.mock-header { display: flex; justify-content: space-between; align-items: center; height: 34px; font-size: 10px; }
.league-label { padding: 14px 0; color: #999; font-size: 6px; text-align: center; letter-spacing: .8px; }
.mock-score { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; text-align: center; padding: 6px 0 14px; }
.mock-score > div { display: grid; justify-items: center; gap: 7px; font-size: 7px; }
.mock-score strong { font-size: 25px; }
.mock-score strong small { color: var(--red); font-size: 6px; }
.scorers { display: flex; justify-content: center; gap: 12px; padding-bottom: 16px; color: #777; font-size: 6px; }
.mock-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #ddd; text-align: center; font-size: 7px; }
.mock-tabs > * { padding: 10px 0; }
.mock-tabs b { color: var(--red); border-bottom: 2px solid var(--red); }
.momentum { padding: 18px 4px; border-bottom: 1px solid #ddd; }
.momentum small { font-size: 6px; font-weight: 900; }
.bars { height: 70px; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 3px; }
.bars i { width: 9px; background: var(--red); height: 30%; }
.bars i:nth-child(2), .bars i:nth-child(10) { height: 45%; }.bars i:nth-child(3), .bars i:nth-child(9) { height: 63%; }.bars i:nth-child(4), .bars i:nth-child(8) { height: 78%; }.bars i:nth-child(5), .bars i:nth-child(7) { height: 52%; }.bars i:nth-child(6) { height: 92%; }
.compare { display: grid; margin-top: 10px; }
.compare > span { display: grid; grid-template-columns: 1fr 1.5fr 1fr; padding: 9px 2px; border-bottom: 1px solid #ddd; align-items: center; font-size: 9px; }
.compare b:last-child { text-align: right; }
.compare small { color: #888; font-size: 6px; text-align: center; }
.news-view { padding-left: 17px; padding-right: 17px; }
.news-view .mock-header b { font-size: 15px; }
.mock-hero-img { height: 155px; margin-top: 12px; background: url('/assets/stadium-hero.webp') 65% 60%/270% auto; }
.news-view h4 { font-size: 15px; line-height: 1.2; margin: 12px 0; }
.mock-line { width: 60%; height: 5px; margin: 6px 0; background: #d0ceca; }.mock-line.wide { width: 90%; }
.mock-news-row { display: grid; grid-template-columns: 65px 1fr; gap: 10px; margin-top: 22px; }.mock-news-row i { height: 52px; background: #d1ceca; }.mock-news-row span { height: 34px; background: repeating-linear-gradient(#bab7b3 0 4px, transparent 4px 10px); }
.phone-front[data-active-screen="stats"] .bars i { background: #171719; }
.phone-front[data-active-screen="stats"] .mock-score { transform: scale(.96); }
.phone-front[data-active-screen="news"] .mock-screen { background: #fff; }

.prediction-band { padding: 115px clamp(22px, 8vw, 124px); background: var(--red); color: #fff; position: relative; overflow: hidden; }
.prediction-band::before { content: 'MMUTD'; position: absolute; right: -3vw; bottom: -8vw; color: rgba(255,255,255,.055); font: 26vw Impact, sans-serif; line-height: 1; }
.prediction-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; position: relative; z-index: 2; }
.prediction-copy h2 em { color: #111; }
.prediction-copy > p:not(.eyebrow) { max-width: 510px; line-height: 1.65; color: rgba(255,255,255,.82); }
.prediction-copy > a { display: inline-flex; align-items: center; gap: 35px; margin-top: 22px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.5); text-transform: uppercase; font-size: 11px; font-weight: 900; }
.prediction-card { max-width: 520px; padding: clamp(24px, 3vw, 42px); background: rgba(10,10,12,.94); box-shadow: 0 30px 60px rgba(80,0,10,.36); }
.prediction-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.prediction-top b { color: var(--red); background: #fff; padding: 5px 8px; }
.prediction-card > p { color: #888; font-size: 9px; text-align: center; margin: 28px 0 18px; }
.prediction-teams { display: grid; grid-template-columns: 1fr 1.7fr 1fr; align-items: center; }
.prediction-teams > div:not(.score-pick) { display: grid; justify-items: center; gap: 9px; text-transform: uppercase; font-size: 8px; }
.score-pick { display: grid; grid-template-columns: 28px 1fr 12px 1fr 28px; align-items: center; text-align: center; }
.score-pick button { width: 28px; height: 28px; background: #242427; border: 1px solid #444; cursor: pointer; }
.score-pick strong { font: 43px Impact, sans-serif; }
.score-pick span { color: #777; }
.lock-pick { width: 100%; height: 50px; margin: 30px 0 12px; display: flex; justify-content: center; align-items: center; gap: 26px; background: var(--red); border: 0; text-transform: uppercase; font-size: 10px; font-weight: 900; cursor: pointer; }
.lock-pick.locked { background: #fff; color: #111; }
.prediction-card > small { display: block; color: #777; text-align: center; font-size: 8px; }

.download-cta { min-height: 660px; padding: 100px clamp(22px, 8vw, 124px); display: flex; align-items: center; position: relative; overflow: hidden; background: #0b0b0d; }
.download-cta::before { content: ''; position: absolute; inset: 0; opacity: .32; background: url('/assets/stadium-hero.webp') center 62%/cover; filter: grayscale(1); }
.download-cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #09090b 5%, rgba(9,9,11,.93) 48%, rgba(9,9,11,.3)); }
.cta-pattern { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px; }
.cta-copy { position: relative; z-index: 2; max-width: 760px; }
.cta-copy > p:not(.eyebrow) { color: #b7b3af; line-height: 1.6; }
.cta-mark { position: absolute; z-index: 2; right: 7vw; color: rgba(227,6,27,.55); font: 320px Impact, sans-serif; transform: rotate(-8deg); text-shadow: 20px 20px 0 rgba(255,255,255,.04); }
footer { min-height: 160px; padding: 40px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1.5fr 1fr auto; align-items: center; gap: 35px; border-top: 1px solid var(--line); background: #070708; color: #888; font-size: 11px; }
.footer-brand { color: #fff; }
footer > div { display: flex; gap: 24px; } footer > div a:hover { color: #fff; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-download { margin-left: auto; }
  .hero-phone { right: 5vw; width: clamp(215px, 27vw, 260px); }
  .hero-content { width: 55vw; margin-left: 6vw; }
  .feature-list { grid-template-columns: repeat(2, 1fr); }
  .feature-list article:nth-child(2) { border-right: 0; }
  .feature-list article:nth-child(n+3) { border-top: 1px solid #ccc7c1; }
  .app-showcase { gap: 2vw; padding-left: 6vw; padding-right: 6vw; }
  .showcase-phone { width: 250px; }
  .phone-front { transform: translate(60px, 12px) rotate(3deg); }.phone-back { transform: translate(-75px,-10px) rotate(-7deg); }
  .prediction-inner { gap: 5vw; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; }.brand-copy strong { font-size: 20px; }
  .header-download { display: none; }
  .menu-toggle { margin-left: auto; width: 40px; height: 40px; display: grid; place-content: center; gap: 6px; background: transparent; border: 1px solid rgba(255,255,255,.3); }
  .menu-toggle span { width: 18px; height: 2px; background: #fff; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 20px; display: grid; gap: 0; background: #09090b; border-top: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .25s; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font: 22px Impact, sans-serif; text-transform: uppercase; }
  .hero { height: calc(100svh - 36px); min-height: 630px; max-height: 808px; align-items: start; background-position: 62% center; }
  .hero::before { background: linear-gradient(180deg, rgba(5,5,7,.78), rgba(5,5,7,.82) 53%, #08080a 90%); }
  .hero-content { width: auto; margin: 0 20px; padding-top: 126px; }
  .hero h1 { font-size: clamp(72px, 24vw, 104px); margin: 15px 0 18px; }
  .hero-lead { font-size: 15px; max-width: 420px; }
  .store-row { gap: 8px; }.store-button { min-width: 0; flex: 1; height: 53px; }.store-button strong { font-size: 15px; }
  .hero-phone { width: clamp(150px, 43vw, 175px); top: min(61vh, 505px); left: 50%; right: auto; transform: translateX(-50%) rotate(2deg); }
  .feature-pill { top: 88px; right: -55px; }
  .scroll-cue { display: none; }
  .feature-band, .prediction-band { padding: 78px 20px; }
  .section-heading { grid-template-columns: 1fr; }.section-heading h2, .showcase-copy h2, .prediction-copy h2, .cta-copy h2 { font-size: clamp(48px, 15vw, 70px); }.section-heading > p:last-child { font-size: 14px; }
  .feature-list { margin-top: 40px; grid-template-columns: 1fr; }.feature-list article, .feature-list article:not(:first-child) { min-height: 210px; padding: 20px 0; border-right: 0; border-top: 1px solid #ccc7c1; display: grid; grid-template-columns: 42px 54px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 12px; }.feature-no { grid-row: 1 / 3; }.feature-icon { margin: 0; width: 42px; height: 42px; grid-row: 1 / 3; }.feature-list h3 { margin: 0; }.feature-list p { grid-column: 3; }
  .app-showcase { min-height: 1120px; padding: 78px 20px; display: block; }
  .screen-tabs { margin-top: 30px; }.screen-tabs button { font-size: 9px; }
  .stat-row { margin-top: 24px; }
  .screen-stage { min-height: 590px; margin-top: 30px; }
  .showcase-phone { width: 220px; }.phone-front { transform: translate(50px,20px) rotate(3deg); }.phone-back { transform: translate(-68px,-15px) rotate(-7deg); }
  .prediction-inner { grid-template-columns: 1fr; gap: 50px; }.prediction-card { padding: 24px 18px; }.score-pick strong { font-size: 34px; }
  .download-cta { min-height: 700px; padding: 78px 20px; align-items: flex-start; }.cta-copy { margin-top: 20px; }.cta-mark { font-size: 210px; right: -20px; bottom: 20px; opacity: .7; }
  footer { grid-template-columns: 1fr; gap: 20px; padding: 42px 20px; } footer > div { order: 2; }
}

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