@font-face {
  font-family: "TT Norms";
  src: url("/megamozgo/assets/fonts/TTNormsProVariable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Inter Case";
  src: url("/megamozgo/assets/fonts/InterVariable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

:root {
  --orange: #ff5a36;
  --orange-dark: #e94727;
  --green: #07835f;
  --lime: #e7f23b;
  --ink: #22282b;
  --paper: #f3f2ee;
  --white: #fff;
  --line: rgba(34, 40, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter Case", Inter, "Segoe UI", sans-serif; }
body { font-synthesis: none; text-rendering: geometricPrecision; }
html.case-loading, html.case-loading body { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
img { display: block; max-width: 100%; }
.case-page { overflow: clip; }
.case-page h1, .case-page h2, .case-page h3, .case-page p { margin: 0; }
.case-page h1, .case-page h2, .case-page h3,
.case-nav, .section-label, .hero-kicker, .hero-tags,
.hero-product-bar, .hero-product-note, .hero-product-index,
.module-grid article > span, .challenge-ui button,
.host-sidebar, .host-stage > span, .host-controls,
.dash-metrics span, .return-list > span,
.after-column p, .lottery-phone > strong, .dash-metrics b,
.outcome-section > a, .case-footer {
  font-family: "TT Norms", Arial, sans-serif;
}
.section-label { display: block; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brand-blob { position: absolute; pointer-events: none; user-select: none; }

.case-loader {
  position: fixed;
  inset: 0;
  z-index: 300000;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  background: var(--paper);
  opacity: 1;
  visibility: visible;
  transition: opacity .38s ease, visibility .38s ease;
}
.case-loader--exit { opacity: 0; visibility: hidden; pointer-events: none; }
.case-loader__mark {
  display: block;
  width: min(112px, 30vw);
  height: auto;
  animation: case-loader-spin .95s linear infinite;
}
.case-loader__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes case-loader-spin { to { transform: rotate(360deg); } }

.case-nav {
  position: fixed; z-index: 200; top: 16px; left: 50%;
  width: min(1440px, calc(100% - 32px)); height: 64px; margin: 0;
  padding: 0 18px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px;
  border: 1px solid rgba(34,40,43,.15); border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(34,40,43,.12);
  transform: translateX(-50%);
}
.case-logo img { width: 142px; }
.case-nav nav { display: flex; gap: 8px; font-size: 14px; font-weight: 800; }
.case-nav nav a { padding: 10px 14px; border-radius: 11px; transition: color .18s ease, background .18s ease; }
.case-nav nav a:hover { background: var(--orange); color: var(--ink); }
.case-nav > span { justify-self: end; padding: 10px 13px; border-radius: 11px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.case-hero {
  position: relative;
  min-height: 100dvh;
  padding: 132px max(40px, calc((100vw - 1500px) / 2)) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper);
  isolation: isolate;
}
.hero-blob { z-index: -1; width: 340px; left: -120px; bottom: 3%; opacity: .16; transform: rotate(18deg); }
.hero-layout { width: 100%; display: grid; grid-template-columns: minmax(0, .84fr) minmax(560px, 1.16fr); gap: clamp(45px, 6vw, 100px); align-items: center; }
.hero-copy { min-width: 0; padding: 50px 0 70px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border: 1px solid rgba(34,40,43,.3); border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,54,.16); }
.case-hero h1 { width: 100%; min-width: 0; margin-top: 34px; text-transform: uppercase; letter-spacing: -.04em; }
.case-hero h1 span { display: block; max-width: 680px; font-size: clamp(62px, 6.8vw, 112px); font-weight: 900; line-height: .9; }
.case-hero h1 strong { display: block; max-width: 760px; margin-top: 22px; color: var(--orange); font-size: clamp(52px, 6.2vw, 102px); font-weight: 900; line-height: .9; }
.hero-lead { max-width: 620px; margin-top: 34px !important; color: rgba(34,40,43,.68); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.48; }
.hero-tags { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-tags span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-product { position: relative; min-width: 0; padding: 18px; border-radius: 26px; background: var(--ink); color: white; box-shadow: 0 34px 65px rgba(34,40,43,.22); }
.hero-product-bar { height: 44px; padding: 0 4px 14px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.hero-product-bar span { color: var(--orange); }
.hero-product-screen { height: min(57dvh, 650px); min-height: 460px; overflow: hidden; border-radius: 15px; background: white; }
.hero-product-screen img { width: 126%; max-width: none; height: 100%; object-fit: cover; object-position: 48% top; }
.hero-product-note { position: absolute; z-index: 2; left: -34px; bottom: 45px; max-width: 330px; padding: 20px 23px; display: grid; gap: 5px; border-radius: 16px; background: var(--orange); color: var(--ink); box-shadow: 0 18px 35px rgba(34,40,43,.24); }
.hero-product-note span { font-size: 11px; font-weight: 750; }
.hero-product-note strong { font-size: 24px; line-height: 1; letter-spacing: -.025em; }
.hero-product-index { position: absolute; z-index: 3; right: -28px; top: 78px; width: 150px; height: 150px; padding: 22px; display: flex; align-items: flex-end; gap: 10px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.hero-product-index b { font-size: 68px; line-height: .72; letter-spacing: -.08em; }
.hero-product-index span { font-size: 10px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.hero-footer { width: 100%; min-height: 90px; margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.hero-footer span { color: rgba(34,40,43,.55); font-size: 13px; }
.hero-footer strong { font-size: 15px; }
.hero-footer a { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 20px; font-weight: 900; transition: transform .2s ease; }
.hero-footer a:hover { transform: translateY(4px); }

.case-manifesto { width: min(1320px, calc(100% - 64px)); margin: 0 auto; padding: 160px 0; display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.manifesto-side { padding-top: 10px; }
.manifesto-side span { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-side p { margin-top: 24px; color: rgba(34,40,43,.62); line-height: 1.55; }
.manifesto-main h2 { max-width: 1000px; font-size: clamp(46px, 6vw, 86px); font-weight: 900; line-height: .94; letter-spacing: -.035em; }
.manifesto-main h2 em { color: var(--orange); font-style: normal; }
.manifesto-main p { max-width: 710px; margin-top: 34px; font-size: 20px; line-height: 1.5; }

.before-after { display: grid; grid-template-columns: 1fr 1fr; }
.before-column, .after-column { min-height: 720px; padding: 84px max(42px, calc((100vw - 1320px) / 2)); }
.before-column { padding-right: clamp(40px, 6vw, 110px); background: var(--ink); color: var(--white); }
.before-column h2, .after-column p { margin-top: 26px; font-size: clamp(46px, 5.5vw, 78px); font-weight: 900; line-height: .9; letter-spacing: -.05em; }
.before-column ol { margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.before-column li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.before-column li b { color: var(--orange); }
.before-column li span { color: rgba(255,255,255,.7); line-height: 1.48; }
.after-column { position: relative; padding-left: clamp(40px, 6vw, 110px); overflow: hidden; background: var(--green); color: var(--white); }
.after-column > strong { display: block; margin-top: 36px; font: 900 clamp(150px, 20vw, 290px)/.7 "TT Norms", Arial, sans-serif; letter-spacing: -.07em; }
.after-column p { max-width: 700px; color: white; }
.after-flow { margin-top: 60px; display: flex; align-items: center; gap: 12px; }
.after-flow span { padding: 13px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 11px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.after-flow i { width: 32px; height: 1px; background: white; }

.screen-story { padding: 160px 0; background: var(--orange); }
.screen-story-heading { width: min(1320px, calc(100% - 64px)); margin: 0 auto 64px; display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: end; }
.screen-story-heading .section-label { grid-column: 1 / -1; }
.screen-story-heading h2, .modules-heading h2, .challenge-copy h2, .ai-heading h2, .live-copy h2, .lottery-copy h2, .analytics-heading h2, .role-section h2 { font-size: clamp(48px, 6.2vw, 92px); font-weight: 900; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.screen-story-heading p, .modules-heading p { max-width: 540px; font-size: 19px; line-height: 1.5; }
.browser-frame { width: min(1500px, calc(100% - 64px)); margin: 0 auto; overflow: hidden; border: 9px solid var(--ink); border-radius: 25px; background: var(--ink); box-shadow: 0 34px 70px rgba(34,40,43,.27); }
.browser-bar { height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 18px; color: white; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.browser-bar i:nth-child(2) { background: var(--lime); }
.browser-bar i:nth-child(3) { background: var(--green); }
.browser-bar span { margin-left: 16px; color: rgba(255,255,255,.5); font-size: 12px; }
.schedule-live { position: relative; height: clamp(650px, 74dvh, 900px); overflow: hidden; background: #ebeae6; }
.schedule-live__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: var(--paper); }
.schedule-live__link { min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: flex-end; border-top: 1px solid rgba(255,255,255,.14); background: var(--ink); color: white; font: 800 13px/1 "TT Norms", Arial, sans-serif; }

.modules-section { position: relative; padding: 160px max(32px, calc((100vw - 1320px) / 2)); background: var(--paper); isolation: isolate; }
.modules-blob { z-index: -1; width: 340px; right: -120px; top: 130px; opacity: .22; }
.modules-heading { max-width: 1050px; }
.modules-heading h2 { margin-top: 25px; }
.module-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-grid article { min-height: 330px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.module-grid article:nth-child(2), .module-grid article:nth-child(6) { background: var(--orange); }
.module-grid article:nth-child(4) { background: var(--green); color: white; }
.module-grid article > span { font-size: 13px; font-weight: 800; }
.module-grid h3 { max-width: 300px; margin-top: auto; font-size: 32px; font-weight: 900; line-height: .95; letter-spacing: -.035em; }
.module-grid p { margin-top: 18px; color: rgba(34,40,43,.66); line-height: 1.5; }
.module-grid article:nth-child(4) p { color: rgba(255,255,255,.72); }

.challenge-section { padding: 150px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; background: var(--ink); color: white; }
.challenge-copy h2 { margin-top: 24px; }
.challenge-copy > p { max-width: 600px; margin-top: 30px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.55; }
.challenge-copy ul { margin: 42px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.challenge-copy li { padding-left: 25px; position: relative; font-weight: 700; }
.challenge-copy li::before { content: ""; position: absolute; left: 0; top: .45em; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.challenge-ui { max-width: 650px; padding: 36px; border-radius: 28px; background: white; color: var(--ink); box-shadow: 24px 28px 0 var(--orange); }
.challenge-top { display: flex; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); font-size: 12px; }
.challenge-top span { color: var(--orange); font-weight: 850; letter-spacing: .12em; }
.team-row { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 22px 0; }
.team-avatar { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; background: var(--orange); font-weight: 900; }
.team-avatar.green { background: var(--green); color: white; }
.team-row strong { font-size: 20px; }
.team-row > span { color: rgba(34,40,43,.5); font-size: 13px; }
.versus { display: flex; align-items: center; gap: 16px; color: var(--orange); font-weight: 900; }
.versus i { flex: 1; height: 1px; background: var(--line); }
.stake { margin-top: 8px; padding: 18px; display: grid; gap: 7px; border-radius: 15px; background: #f2f2ef; }
.stake span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.challenge-ui button { width: 100%; min-height: 55px; margin-top: 14px; border: 0; border-radius: 15px; background: var(--orange); color: var(--ink); font-weight: 850; cursor: pointer; }

.ai-section { padding: 160px max(32px, calc((100vw - 1500px) / 2)); background: var(--orange); }
.ai-heading { width: min(1320px, 100%); }
.ai-heading h2 { margin-top: 24px; }
.ai-heading > p { max-width: 650px; margin-top: 30px; font-size: 19px; line-height: 1.5; }
.ai-covers { margin-top: 75px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ai-covers img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 30px rgba(34,40,43,.18); }
.ai-covers img:nth-child(odd) { transform: translateY(26px) rotate(-1deg); }
.ai-covers img:nth-child(even) { transform: rotate(1deg); }
.ai-use-grid { width: min(1320px, 100%); margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); }
.ai-use-grid article { min-height: 330px; padding: 30px; border: 1px solid rgba(34,40,43,.28); }
.ai-use-grid article + article { border-left: 0; }
.ai-use-grid article > span { font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ai-use-grid h3 { margin-top: 90px; font-size: 34px; font-weight: 900; line-height: .95; letter-spacing: -.04em; }
.ai-use-grid p { margin-top: 17px; line-height: 1.5; }

.live-section { padding: 150px max(32px, calc((100vw - 1320px) / 2)); background: var(--green); color: white; }
.live-copy { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.live-copy .section-label { grid-column: 1 / -1; }
.live-copy p { color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.5; }
.host-ui { height: 650px; margin-top: 70px; display: grid; grid-template-columns: 250px 1fr; overflow: hidden; border: 10px solid var(--ink); border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 34px 0 rgba(34,40,43,.2); }
.host-sidebar { padding: 32px; display: flex; flex-direction: column; gap: 20px; border-right: 1px solid var(--line); background: white; }
.host-sidebar img { width: 48px; }
.host-sidebar span { margin-top: auto; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.host-sidebar b { font-size: 24px; }
.host-sidebar button, .host-answer-mobile { min-height: 50px; border: 0; border-radius: 13px; background: var(--orange); color: var(--ink); font-weight: 800; cursor: pointer; }
.host-stage { position: relative; padding: 70px; display: grid; align-content: center; justify-items: center; text-align: center; overflow: hidden; }
.host-stage::before { content: "?"; position: absolute; right: -40px; top: -110px; color: rgba(255,90,54,.09); font: 900 520px/1 "TT Norms", Arial, sans-serif; }
.host-clock { position: absolute; top: 32px; right: 38px; color: var(--orange); font: 900 40px/1 "TT Norms", Arial, sans-serif; }
.host-clock.is-urgent { color: #d92d20; }
.host-timer-line { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 7px; background: var(--orange); transform: scaleX(var(--timer-scale, 1)); transform-origin: left center; transition: transform .95s linear, background .2s ease; }
.host-timer-line.is-urgent { background: #d92d20; }
.host-question-type { position: relative; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.host-question { position: relative; width: min(820px, 100%); min-height: 290px; display: grid; align-content: center; justify-items: center; }
.host-question h3 { max-width: 780px; margin-top: 24px; font-size: clamp(38px, 4.5vw, 68px); font-weight: 900; line-height: .96; letter-spacing: -.045em; }
.host-question-media { width: 118px; height: 118px; margin-bottom: 8px; object-fit: contain; }
.host-options { width: min(720px, 100%); margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.host-options[hidden], .host-question-media[hidden], .host-answer[hidden] { display: none; }
.host-options span { min-height: 54px; padding: 0 14px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: white; font-weight: 800; }
.host-options span.is-correct { border-color: var(--green); background: rgba(7,131,95,.12); color: var(--green); }
.host-answer { min-width: min(480px, 100%); margin-top: 26px; padding: 18px 22px; display: grid; gap: 6px; border-radius: 16px; background: var(--lime); box-shadow: 0 16px 28px rgba(34,40,43,.14); }
.host-answer span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.host-answer strong { font-size: 27px; }
.host-answer-mobile { display: none; position: relative; margin-top: 14px; padding: 0 18px; }
.host-stage.format-image::before { content: ""; width: 430px; height: 430px; right: -100px; top: -110px; border-radius: 50%; background: rgba(231,242,59,.28); }
.host-stage.format-choice::before { content: "ABC"; right: -50px; top: -20px; font-size: 240px; color: rgba(7,131,95,.07); }
.host-controls { position: absolute; left: 40px; right: 40px; bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
.host-controls button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 20px; cursor: pointer; }
.host-controls strong { padding: 10px 16px; border-radius: 999px; background: rgba(7,131,95,.12); color: var(--green); font-size: 11px; letter-spacing: .08em; }

@media (prefers-reduced-motion: no-preference) {
  .host-question.is-leaving { opacity: 0; transform: translateY(-14px) scale(.985); transition: opacity .16s ease, transform .16s ease; }
  .host-question.is-entering { animation: host-question-enter .38s cubic-bezier(.16,1,.3,1) both; }
  @keyframes host-question-enter {
    from { opacity: 0; transform: translateY(18px) scale(.985); }
    to { opacity: 1; transform: none; }
  }
}

.lottery-section { padding: 150px max(32px, calc((100vw - 1200px) / 2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; align-items: center; }
.lottery-phone { width: min(390px, 100%); min-height: 700px; padding: 50px 34px 34px; border: 10px solid var(--ink); border-radius: 56px; display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--orange); box-shadow: 18px 24px 0 var(--ink); }
.phone-speaker { width: 90px; height: 8px; margin-bottom: 65px; border-radius: 99px; background: var(--ink); }
.lottery-phone img { width: 58px; }
.lottery-phone > span { margin-top: 50px; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.lottery-phone > strong { font-size: 100px; line-height: 1; letter-spacing: -.08em; }
.lottery-phone p { margin-top: 20px; line-height: 1.45; }
.lottery-phone > div:last-child { width: 100%; margin-top: auto; padding: 17px; border-radius: 13px; background: rgba(255,255,255,.35); font-weight: 700; }
.lottery-copy h2 { margin-top: 25px; }
.lottery-copy > p { max-width: 720px; margin-top: 32px; color: rgba(34,40,43,.68); font-size: 19px; line-height: 1.52; }
.lottery-win { max-width: 680px; margin-top: 48px; padding: 26px; border-left: 8px solid var(--orange); background: white; display: grid; gap: 10px; }
.lottery-win span { color: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.lottery-win strong { font-size: 21px; line-height: 1.25; }

.analytics-section { padding: 160px max(32px, calc((100vw - 1320px) / 2)); background: var(--ink); color: white; }
.analytics-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.analytics-heading .section-label { grid-column: 1 / -1; color: var(--orange); }
.analytics-heading p { color: rgba(255,255,255,.67); font-size: 19px; line-height: 1.5; }
.dashboard-ui { margin-top: 70px; padding: 34px; border-radius: 24px; background: var(--paper); color: var(--ink); }
.dash-top { display: flex; justify-content: space-between; align-items: center; }
.dash-top strong { font-size: 26px; }
.dash-top span { padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; }
.dash-metrics { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); }
.dash-metrics article { padding: 24px; border: 1px solid var(--line); }
.dash-metrics article + article { border-left: 0; }
.dash-metrics span, .return-list > span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.dash-metrics b { display: block; margin-top: 18px; font-size: 62px; line-height: 1; letter-spacing: -.05em; }
.dash-metrics small { display: block; margin-top: 8px; color: var(--green); font-weight: 700; }
.dash-bottom { margin-top: 16px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 16px; }
.chart, .return-list { min-height: 300px; padding: 25px; border: 1px solid var(--line); }
.chart > span { font-weight: 800; }
.chart svg { width: 100%; margin-top: 45px; color: var(--orange); }
.return-list { display: grid; align-content: start; }
.return-list > span { margin-bottom: 25px; color: var(--orange); }
.return-list b { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.return-list i { color: rgba(34,40,43,.5); font-size: 12px; font-style: normal; font-weight: 500; }

.role-section { padding: 150px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.role-section h2 { margin-top: 24px; }
.role-list { border-top: 1px solid var(--line); }
.role-list span { display: block; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 750; }

.outcome-section { position: relative; min-height: 800px; padding: 140px max(32px, calc((100vw - 1320px) / 2)); display: flex; flex-direction: column; justify-content: center; background: var(--orange); isolation: isolate; }
.outcome-blob { z-index: -1; width: 430px; right: -80px; bottom: -50px; opacity: .26; }
.outcome-section h2 { max-width: 1250px; margin-top: 25px; font-size: clamp(58px, 7.5vw, 116px); font-weight: 900; line-height: .87; letter-spacing: -.04em; text-transform: uppercase; }
.outcome-section p { max-width: 720px; margin-top: 38px; font-size: 20px; line-height: 1.5; }
.outcome-section > a { align-self: flex-start; min-height: 58px; margin-top: 34px; padding: 0 25px; display: inline-flex; align-items: center; border-radius: 15px; background: var(--ink); color: white; font-weight: 800; transition: transform .2s ease; }
.outcome-section > a:hover { transform: translateY(-4px); }
.case-footer { min-height: 180px; padding: 0 max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--orange); border-top: 1px solid rgba(34,40,43,.24); }
.case-footer img { width: 160px; filter: brightness(0) invert(1); }
.case-footer span { font-size: 12px; font-weight: 700; }
.case-footer a { justify-self: end; font-weight: 800; }

.is-motion-ready [data-reveal].is-visible { animation: none; }

@keyframes module-tile-flip {
  0% {
    opacity: 0;
    transform: perspective(1100px) rotateX(-78deg) translateY(34px) scale(.96);
  }
  58% {
    opacity: 1;
    transform: perspective(1100px) rotateX(7deg) translateY(-4px) scale(1);
  }
  100% {
    opacity: 1;
    transform: perspective(1100px) rotateX(0) translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .is-motion-ready .module-grid > article {
    opacity: 0;
    transform: perspective(1100px) rotateX(-78deg) translateY(34px) scale(.96);
    transform-origin: 50% 100%;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  .is-motion-ready .module-grid.module-grid--flipped > article {
    animation: module-tile-flip .78s cubic-bezier(.2,.82,.24,1) both;
    animation-delay: calc(var(--flip-index) * 105ms);
  }
  .is-motion-ready .module-grid.module-grid--flipped > article.flip-complete {
    opacity: 1;
    transform: none;
    animation: none;
    backface-visibility: visible;
    will-change: auto;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .case-logo img {
    transition: opacity .2s ease, transform .25s cubic-bezier(.16,1,.3,1);
  }
  .case-logo:hover img { opacity: .72; transform: scale(.98); }

  .case-nav nav a {
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
  }
  .case-nav nav a:hover {
    background: var(--orange);
    box-shadow: inset 0 0 0 1px rgba(34,40,43,.08), 0 5px 14px rgba(255,90,54,.2);
  }

  .hero-product-screen img {
    transition: transform .65s cubic-bezier(.16,1,.3,1), filter .35s ease;
  }
  .hero-product-note {
    transition: background .25s ease, box-shadow .3s ease;
  }
  .hero-product:hover .hero-product-screen img {
    transform: scale(1.025);
    filter: saturate(1.06);
  }
  .hero-product:hover .hero-product-note {
    background: var(--lime);
    box-shadow: 0 24px 42px rgba(34,40,43,.28);
  }

  .hero-footer a,
  .outcome-section > a,
  .challenge-ui button,
  .host-answer-button,
  .host-answer-mobile,
  .host-controls button {
    transition: transform .22s cubic-bezier(.16,1,.3,1), box-shadow .22s ease, background .22s ease;
  }
  .hero-footer a:hover {
    transform: translateY(4px);
    box-shadow: 0 10px 22px rgba(255,90,54,.28);
  }
  .challenge-ui button:hover {
    background: var(--lime);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(34,40,43,.18);
  }
  .host-answer-button:hover, .host-answer-mobile:hover { background: var(--lime); transform: translateY(-2px); }
  .host-controls button:hover { background: var(--orange); transform: scale(1.06); }
  .outcome-section > a:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 28px rgba(34,40,43,.26);
  }
  .hero-footer a:active,
  .outcome-section > a:active,
  .challenge-ui button:active,
  .host-answer-button:active,
  .host-answer-mobile:active,
  .host-controls button:active {
    transform: translateY(1px) scale(.98);
  }

  .schedule-live__link { transition: color .2s ease, background .2s ease; }
  .schedule-live__link:hover { background: var(--orange); color: var(--ink); }

  .ai-covers img {
    transition: transform .32s cubic-bezier(.16,1,.3,1), box-shadow .32s ease, filter .25s ease;
  }
  .ai-covers img:nth-child(odd):hover {
    transform: translateY(18px) rotate(-.4deg) scale(1.018);
  }
  .ai-covers img:nth-child(even):hover {
    transform: translateY(-8px) rotate(.4deg) scale(1.018);
  }
  .ai-covers img:hover {
    z-index: 2;
    filter: saturate(1.08);
    box-shadow: 0 26px 44px rgba(34,40,43,.24);
  }

  .case-footer a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .28s cubic-bezier(.16,1,.3,1);
  }
  .case-footer a:hover { background-size: 100% 2px; }
}

@media (max-width: 1000px) {
  .case-nav { grid-template-columns: 1fr auto; }
  .case-nav nav { display: none; }
  .case-hero { padding-top: 116px; }
  .hero-layout { grid-template-columns: 1fr; gap: 15px; }
  .hero-copy { padding: 45px 0 40px; }
  .hero-product { width: calc(100% - 24px); margin: 0 auto; transform: none; }
  .hero-product-screen { height: 560px; }
  .hero-footer { margin-top: 70px; }
  .case-manifesto, .screen-story-heading, .live-copy, .analytics-heading, .role-section { grid-template-columns: 1fr; }
  .screen-story-heading .section-label, .live-copy .section-label, .analytics-heading .section-label { grid-column: auto; }
  .before-after { grid-template-columns: 1fr; }
  .before-column, .after-column { min-height: auto; padding: 80px 48px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .challenge-section, .lottery-section { grid-template-columns: 1fr; }
  .challenge-ui { margin: 0 auto; }
  .ai-covers { grid-template-columns: repeat(2, 1fr); }
  .host-ui { grid-template-columns: 190px 1fr; }
  .lottery-phone { margin: 0 auto; }
}

@media (max-width: 700px) {
  .case-nav { top: 10px; width: calc(100% - 20px); height: 58px; padding: 0 12px; border-radius: 15px; }
  .case-logo img { width: 116px; }
  .case-nav > span { padding: 8px 9px; font-size: 8px; }
  .case-hero { min-height: auto; padding: 94px 20px 0; }
  .hero-copy { padding: 38px 0 28px; }
  .hero-kicker { padding: 8px 11px; font-size: 9px; }
  .case-hero h1 { margin-top: 26px; }
  .case-hero h1 span { font-size: clamp(46px, 14.5vw, 62px); }
  .case-hero h1 strong { margin-top: 17px; font-size: clamp(43px, 13.5vw, 58px); }
  .hero-lead { max-width: 340px; margin-top: 26px !important; }
  .hero-tags { margin-top: 24px; }
  .hero-product { width: 100%; padding: 10px; border-radius: 18px; }
  .hero-product-bar { height: 38px; padding-bottom: 10px; font-size: 8px; }
  .hero-product-screen { height: 430px; min-height: 0; border-radius: 11px; }
  .hero-product-screen img { width: 170%; object-position: 42% top; }
  .hero-product-note { left: 8px; bottom: 18px; max-width: 250px; padding: 15px 17px; border-radius: 12px; transform: none; }
  .hero-product-note strong { font-size: 19px; }
  .hero-product-index { right: -8px; top: 56px; width: 105px; height: 105px; padding: 15px; }
  .hero-product-index b { font-size: 48px; }
  .hero-product-index span { font-size: 7px; }
  .hero-footer { min-height: 120px; margin-top: 45px; grid-template-columns: 1fr auto; gap: 14px; }
  .hero-footer span { display: none; }
  .hero-footer strong { font-size: 13px; }
  .case-manifesto { width: calc(100% - 40px); padding: 100px 0; grid-template-columns: 1fr; gap: 45px; }
  .manifesto-main h2, .screen-story-heading h2, .modules-heading h2, .challenge-copy h2, .ai-heading h2, .live-copy h2, .lottery-copy h2, .analytics-heading h2, .role-section h2 { font-size: clamp(42px, 13vw, 62px); }
  .before-column, .after-column { padding: 70px 24px; }
  .before-column h2, .after-column p { font-size: 48px; }
  .after-flow { overflow-x: auto; }
  .screen-story { padding: 100px 0; }
  .screen-story-heading, .browser-frame { width: calc(100% - 32px); }
  .browser-frame { border-width: 5px; border-radius: 16px; }
  .schedule-live { height: 720px; }
  .schedule-live__link { justify-content: flex-start; font-size: 12px; }
  .modules-section, .challenge-section, .ai-section, .live-section, .lottery-section, .analytics-section, .role-section { padding: 100px 20px; }
  .module-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .module-grid article { min-height: 280px; }
  .challenge-ui { padding: 23px; box-shadow: 10px 14px 0 var(--orange); transform: none; }
  .team-row { grid-template-columns: 52px 1fr; }
  .team-avatar { width: 52px; height: 52px; }
  .team-row > span { display: none; }
  .ai-covers { grid-template-columns: 1fr; margin-top: 50px; }
  .ai-covers img:nth-child(n) { transform: none; }
  .ai-use-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .ai-use-grid article + article { border-left: 1px solid rgba(34,40,43,.28); border-top: 0; }
  .ai-use-grid h3 { margin-top: 50px; }
  .host-ui { height: 660px; grid-template-columns: 1fr; border-width: 6px; }
  .host-sidebar { display: none; }
  .host-stage { padding: 62px 20px 95px; }
  .host-clock { top: 25px; right: 24px; }
  .host-question { min-height: 330px; }
  .host-question h3 { margin-top: 18px; font-size: clamp(34px, 10.5vw, 48px); }
  .host-question-media { width: 92px; height: 92px; }
  .host-options { margin-top: 24px; grid-template-columns: 1fr; gap: 7px; }
  .host-options span { min-height: 42px; }
  .host-answer { margin-top: 18px; padding: 14px 16px; }
  .host-answer strong { font-size: 22px; }
  .host-answer-mobile { display: block; min-height: 44px; }
  .host-controls { left: 20px; right: 20px; }
  .host-controls strong { font-size: 8px; }
  .lottery-phone { min-height: 640px; }
  .dash-metrics, .dash-bottom { grid-template-columns: 1fr; }
  .dash-metrics article + article { border-left: 1px solid var(--line); border-top: 0; }
  .dashboard-ui { padding: 17px; }
  .dash-top span { display: none; }
  .role-section { gap: 50px; }
  .outcome-section { min-height: 780px; padding: 100px 20px; }
  .outcome-section h2 { font-size: clamp(50px, 15vw, 76px); }
  .case-footer { min-height: 220px; padding: 50px 20px; grid-template-columns: 1fr; align-content: center; gap: 20px; }
  .case-footer span { display: none; }
  .case-footer a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .case-loader__mark { animation: none; }
  .is-motion-ready [data-reveal].is-visible { animation: none; }
  .case-nav nav a,
  .hero-footer a,
  .outcome-section > a,
  .challenge-ui button,
  .host-answer-button,
  .host-answer-mobile,
  .host-controls button { transition: none; }
  .module-grid > article { opacity: 1; transform: none; animation: none; }
  .host-question { animation: none; transition: none; }
  .host-timer-line { transition: none; }
}
