:root {
  color-scheme: dark;
  --ink: #071322;
  --midnight: #0b1c31;
  --panel: #102943;
  --line: rgba(203, 231, 247, 0.14);
  --soft-line: rgba(203, 231, 247, 0.08);
  --cloud: #eff8fc;
  --mist: #b8cad8;
  --mint: #8ef0cf;
  --aqua: #54c8d6;
  --violet: #a99cff;
  --coral: #ffb78e;
}

* { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--cloud); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

.site-shell { min-height: 100vh; background: radial-gradient(circle at 92% 4%, rgba(84, 200, 214, 0.13), transparent 29rem), radial-gradient(circle at 8% 36%, rgba(169, 156, 255, 0.10), transparent 27rem), var(--ink); }
.nav-wrap { position: fixed; z-index: 20; top: 0; right: 0; left: 0; padding: 0.85rem; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; max-width: 76rem; margin: 0 auto; padding: 0.7rem 0.8rem 0.7rem 1rem; border: 1px solid rgba(196, 232, 248, 0.15); border-radius: 1.25rem; background: rgba(8, 25, 44, 0.78); box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; min-width: 0; gap: 0.65rem; }
.brand-mark { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; border: 1px solid rgba(142, 240, 207, 0.43); border-radius: 0.7rem; color: #062331; background: linear-gradient(135deg, var(--mint), var(--aqua)); box-shadow: 0 0.6rem 1.5rem rgba(84, 200, 214, 0.2); font-size: 1.12rem; font-weight: 900; }
.brand-name { overflow: hidden; color: var(--cloud); font-size: 0.86rem; font-weight: 850; letter-spacing: -0.02em; text-overflow: ellipsis; white-space: nowrap; }
.brand-name span { color: var(--mint); }
.nav-links { display: flex; flex: 0 0 auto; align-items: center; gap: 0.15rem; color: var(--mist); font-size: 0.71rem; font-weight: 750; }
.nav-links a { padding: 0.55rem 0.66rem; border-radius: 999px; transition: color 180ms ease, background 180ms ease; }
.nav-links a:hover, .nav-links .is-current { color: #062331; background: var(--mint); }

.hero { position: relative; display: grid; min-height: 100svh; padding: 7.5rem 1.25rem 4rem; overflow: hidden; isolation: isolate; align-items: center; }
.hero::before, .hero::after { position: absolute; z-index: -1; width: 29rem; height: 29rem; border: 1px solid rgba(142, 240, 207, 0.17); border-radius: 50%; content: ""; }
.hero::before { top: 8%; right: -12rem; box-shadow: 0 0 0 4rem rgba(142, 240, 207, 0.025), 0 0 0 10rem rgba(84, 200, 214, 0.025); }
.hero::after { bottom: -21rem; left: -13rem; border-color: rgba(169, 156, 255, 0.22); box-shadow: 0 0 0 5rem rgba(169, 156, 255, 0.025); }
.hero-grid, .content-grid { display: grid; width: 100%; max-width: 76rem; margin: 0 auto; gap: 2.8rem; }
.hero-grid { align-items: center; }
.eyebrow { margin: 0; color: var(--mint); font-size: 0.67rem; font-weight: 850; letter-spacing: 0.2em; text-transform: uppercase; }
.display-title { max-width: 43rem; margin: 1rem 0 0; color: #f6fcff; font-size: clamp(3rem, 9vw, 6.7rem); font-weight: 900; letter-spacing: -0.072em; line-height: 0.91; }
.display-title .highlight { color: transparent; background: linear-gradient(100deg, var(--mint), var(--aqua) 54%, var(--violet)); background-clip: text; -webkit-background-clip: text; }
.hero-copy { max-width: 34rem; margin: 1.6rem 0 0; color: var(--mist); font-size: 1.02rem; line-height: 1.9; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.button-primary, .button-secondary { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: 0.75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: 0.78rem; font-weight: 850; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.button-primary { color: #062331; background: linear-gradient(135deg, var(--mint), var(--aqua)); box-shadow: 0 0.8rem 2rem rgba(84, 200, 214, 0.19); }
.button-secondary { border-color: rgba(196, 232, 248, 0.2); color: var(--cloud); background: rgba(255, 255, 255, 0.04); }
.button-primary:hover, .button-secondary:hover { transform: translateY(-2px); }
.button-secondary:hover { border-color: rgba(142, 240, 207, 0.55); background: rgba(142, 240, 207, 0.08); }
.hero-note { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.45rem; color: #87a2b6; font-size: 0.75rem; }
.hero-note i { display: block; width: 0.48rem; height: 0.48rem; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 0.32rem rgba(142, 240, 207, 0.11); }

.quiz-orbit { position: relative; width: min(100%, 29rem); min-height: 29rem; margin: 0 auto; }
.quiz-orbit::before { position: absolute; inset: 2rem; border: 1px solid rgba(142, 240, 207, 0.18); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(84, 200, 214, 0.035), 0 0 0 5rem rgba(169, 156, 255, 0.025); content: ""; }
.quiz-dot { position: absolute; width: 0.72rem; height: 0.72rem; border-radius: 50%; background: var(--coral); box-shadow: 0 0 1rem var(--coral); }
.quiz-dot.one { top: 4.5rem; right: 2.75rem; }
.quiz-dot.two { bottom: 5rem; left: 1rem; width: 0.5rem; height: 0.5rem; background: var(--violet); box-shadow: 0 0 1rem var(--violet); }
.phone { position: absolute; top: 50%; left: 50%; width: min(18.6rem, 76vw); padding: 0.68rem; border: 1px solid rgba(208, 240, 248, 0.35); border-radius: 2.15rem; background: linear-gradient(145deg, rgba(26, 55, 82, 0.95), rgba(10, 27, 47, 0.94)); box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.37), inset 0 1px 0 rgba(255, 255, 255, 0.14); transform: translate(-50%, -50%) rotate(5deg); }
.phone-screen { min-height: 23rem; padding: 1.15rem; overflow: hidden; border-radius: 1.55rem; background: linear-gradient(160deg, #0d344d, #122347 52%, #1e2044); }
.phone-top { display: flex; align-items: center; justify-content: space-between; color: #bfd6df; font-size: 0.67rem; font-weight: 750; }
.phone-progress { width: 5rem; height: 0.28rem; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, 0.12); }
.phone-progress b { display: block; width: 62%; height: 100%; border-radius: inherit; background: var(--mint); }
.quiz-chip { display: inline-flex; margin-top: 2.8rem; padding: 0.38rem 0.62rem; border: 1px solid rgba(142, 240, 207, 0.25); border-radius: 999px; color: var(--mint); background: rgba(142, 240, 207, 0.09); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.quiz-question { margin: 1rem 0 1.45rem; color: #f4fbff; font-size: 1.45rem; font-weight: 850; letter-spacing: -0.05em; line-height: 1.12; }
.answer { display: flex; align-items: center; gap: 0.65rem; margin-top: 0.65rem; padding: 0.76rem; border: 1px solid rgba(220, 244, 250, 0.12); border-radius: 0.85rem; color: #d7e7ee; background: rgba(255, 255, 255, 0.055); font-size: 0.76rem; font-weight: 700; }
.answer b { display: grid; width: 1.35rem; height: 1.35rem; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #0e3044; background: #d6eef2; font-size: 0.67rem; }
.answer.is-picked { border-color: rgba(142, 240, 207, 0.7); color: #062b35; background: var(--mint); box-shadow: 0 0.75rem 1.75rem rgba(142, 240, 207, 0.16); }
.quiz-credit { margin: 1.3rem 0 0; color: #93b7c2; font-size: 0.62rem; text-align: center; }

.ticker { overflow: hidden; border-top: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); color: #b9d6df; background: rgba(255, 255, 255, 0.025); }
.ticker-track { display: flex; width: max-content; gap: 1.75rem; padding: 0.9rem 0; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; animation: slide 24s linear infinite; }
.ticker-track span { display: flex; align-items: center; gap: 1.75rem; }
.ticker-track i { width: 0.32rem; height: 0.32rem; border-radius: 50%; background: var(--mint); }
@keyframes slide { to { transform: translateX(-50%); } }

.section { position: relative; padding: 5.25rem 1.25rem; border-bottom: 1px solid var(--soft-line); }
.section.alt { background: rgba(255, 255, 255, 0.02); }
.section-heading { max-width: 42rem; }
.section-title { margin: 0.85rem 0 0; color: #f5fbff; font-size: clamp(2rem, 5vw, 3.7rem); font-weight: 900; letter-spacing: -0.057em; line-height: 0.98; }
.section-copy { max-width: 42rem; margin: 1.2rem 0 0; color: var(--mist); font-size: 0.98rem; line-height: 1.82; }
.cards { display: grid; gap: 0.9rem; margin-top: 2.25rem; }
.feature-card, .step-card, .support-card, .policy-card { position: relative; overflow: hidden; padding: 1.45rem; border: 1px solid var(--line); border-radius: 1.3rem; background: linear-gradient(135deg, rgba(27, 61, 86, 0.55), rgba(14, 29, 54, 0.76)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); }
.feature-card::after { position: absolute; top: -2rem; right: -2rem; width: 7rem; height: 7rem; border-radius: 50%; background: rgba(142, 240, 207, 0.055); content: ""; }
.card-index { display: block; color: var(--aqua); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.14em; }
.card-title { margin: 1rem 0 0; color: #f4fbff; font-size: 1.2rem; font-weight: 850; letter-spacing: -0.035em; }
.card-copy { margin: 0.65rem 0 0; color: var(--mist); font-size: 0.84rem; line-height: 1.72; }
.split-section { display: grid; align-items: center; gap: 2.4rem; }
.quote-panel { position: relative; padding: 1.3rem; border: 1px solid rgba(142, 240, 207, 0.18); border-radius: 1.65rem; background: radial-gradient(circle at 85% 14%, rgba(142, 240, 207, 0.12), transparent 11rem), #0a2239; }
.quote-panel::before { display: block; color: var(--mint); content: "“"; font-size: 5.5rem; font-family: Georgia, serif; line-height: 0.6; }
.quote-text { margin: 1.1rem 0 0; color: #f1fbff; font-size: 1.3rem; font-weight: 760; letter-spacing: -0.04em; line-height: 1.3; }
.quote-meta { margin: 1.2rem 0 0; color: #9bb7c4; font-size: 0.75rem; }
.steps { display: grid; gap: 0.8rem; margin-top: 2rem; }
.step-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: 1.05rem; }
.step-number { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(142, 240, 207, 0.38); border-radius: 50%; color: var(--mint); font-size: 0.68rem; font-weight: 850; }
.step-card h3 { margin: 0.12rem 0 0; color: #f5fbff; font-size: 1rem; }
.step-card p { margin: 0.42rem 0 0; color: var(--mist); font-size: 0.82rem; line-height: 1.65; }

.game-frame { position: relative; padding: 1rem; border: 1px solid rgba(196, 232, 248, 0.17); border-radius: 1.65rem; background: linear-gradient(145deg, rgba(37, 63, 99, 0.82), rgba(12, 25, 51, 0.95)); box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.23); }
.game-board { min-height: 25rem; padding: 1.15rem; overflow: hidden; border-radius: 1.08rem; background: radial-gradient(circle at 18% 25%, rgba(169, 156, 255, 0.22), transparent 10rem), radial-gradient(circle at 82% 78%, rgba(84, 200, 214, 0.2), transparent 13rem), #0c2947; }
.board-head { display: flex; justify-content: space-between; color: #bdd8e4; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.board-label { margin: 2.15rem 0 0; color: var(--mint); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.board-question { max-width: 21rem; margin: 0.7rem 0 1.4rem; color: #fbfdff; font-size: clamp(1.65rem, 6vw, 2.35rem); font-weight: 880; letter-spacing: -0.06em; line-height: 1.06; }
.board-answer-grid { display: grid; gap: 0.55rem; }
.board-answer { padding: 0.8rem; border: 1px solid rgba(232, 247, 255, 0.12); border-radius: 0.78rem; color: #e1f1f6; background: rgba(255, 255, 255, 0.06); font-size: 0.8rem; font-weight: 700; }
.board-answer.is-active { color: #082739; background: var(--mint); }
.board-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 2.4rem; padding-top: 1rem; border-top: 1px solid rgba(232, 247, 255, 0.13); color: #b9d5df; font-size: 0.7rem; }
.safety-strip { display: grid; gap: 1rem; padding: 1.35rem; border: 1px solid rgba(142, 240, 207, 0.2); border-radius: 1.25rem; background: linear-gradient(100deg, rgba(22, 74, 82, 0.44), rgba(19, 32, 63, 0.65)); }
.safety-strip h3 { margin: 0; color: #f5fbff; font-size: 1rem; }
.safety-strip p { margin: 0.45rem 0 0; color: #bad0db; font-size: 0.82rem; line-height: 1.65; }
.contact-banner { max-width: 76rem; margin: 0 auto; padding: 2rem; overflow: hidden; border: 1px solid rgba(142, 240, 207, 0.23); border-radius: 1.6rem; background: radial-gradient(circle at 88% 20%, rgba(84, 200, 214, 0.25), transparent 16rem), linear-gradient(135deg, #0d3551, #17224b); }
.contact-banner h2 { max-width: 37rem; margin: 0.8rem 0 0; color: #f7fdff; font-size: clamp(2rem, 5vw, 3.35rem); font-weight: 900; letter-spacing: -0.06em; line-height: 1; }
.contact-banner p { max-width: 34rem; margin: 1rem 0 0; color: #c2d7df; line-height: 1.75; }
.site-footer { padding: 2.1rem 1.25rem; color: #839aaa; font-size: 0.75rem; }
.footer-inner { display: flex; max-width: 76rem; margin: 0 auto; gap: 1rem; align-items: center; justify-content: space-between; }
.footer-inner p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; color: #b4ced9; font-weight: 700; }
.footer-legal a:hover { color: var(--mint); }

.inner-hero { min-height: 35rem; padding-bottom: 3.5rem; }
.inner-title { max-width: 44rem; font-size: clamp(2.85rem, 8vw, 5.7rem); }
.inner-visual { width: min(100%, 31rem); margin: 0 auto; }
.inner-visual .game-board { min-height: 19rem; }
.showcase-grid { display: grid; gap: 0.8rem; margin-top: 2rem; }
.showcase-card { min-height: 12rem; padding: 1rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1.2rem; background: linear-gradient(145deg, #12304f, #141e45); }
.showcase-card.warm { background: radial-gradient(circle at 70% 25%, rgba(255, 183, 142, 0.36), transparent 8rem), linear-gradient(145deg, #3b2652, #18234e); }
.showcase-card.mint { background: radial-gradient(circle at 76% 32%, rgba(142, 240, 207, 0.28), transparent 8rem), linear-gradient(145deg, #103a4b, #1b244e); }
.showcase-card h3 { margin: 0; color: #f5fcff; font-size: 1.15rem; letter-spacing: -0.04em; }
.showcase-card p { max-width: 15rem; margin: 0.5rem 0 0; color: #c0d7e2; font-size: 0.78rem; line-height: 1.6; }
.showcase-chip { display: inline-block; margin-top: 1.5rem; padding: 0.42rem 0.62rem; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; color: #e7f8fa; font-size: 0.65rem; font-weight: 800; }

.contact-page { min-height: 100svh; padding: 8.1rem 1.25rem 4rem; }
.contact-layout { display: grid; max-width: 76rem; margin: 0 auto; gap: 1.5rem; }
.contact-intro { padding: 1.75rem 0; }
.contact-intro h1 { max-width: 38rem; margin: 0.8rem 0 0; color: #f4fbff; font-size: clamp(2.7rem, 7vw, 5.4rem); font-weight: 900; letter-spacing: -0.07em; line-height: 0.94; }
.contact-intro p { max-width: 33rem; margin: 1.4rem 0 0; color: var(--mist); line-height: 1.8; }
.details-list { display: grid; gap: 0.75rem; margin-top: 1.8rem; }
.detail-row { padding: 0.9rem 0; border-bottom: 1px solid var(--soft-line); }
.detail-row span { display: block; color: var(--aqua); font-size: 0.65rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.detail-row strong { display: block; margin-top: 0.28rem; color: #e5f4f8; font-size: 0.9rem; font-weight: 730; overflow-wrap: break-word; word-break: break-all; }
.contact-form { padding: 1.2rem; border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(150deg, rgba(23, 57, 82, 0.75), rgba(12, 26, 52, 0.86)); }
.form-title { margin: 0; color: #f5fbff; font-size: 1.35rem; font-weight: 850; letter-spacing: -0.04em; }
.form-copy { margin: 0.5rem 0 1.45rem; color: var(--mist); font-size: 0.84rem; line-height: 1.65; }
.form-grid { display: grid; gap: 0.9rem; }
.field { display: block; color: #cce0e8; font-size: 0.75rem; font-weight: 750; }
.field input, .field textarea { display: block; width: 100%; margin-top: 0.48rem; padding: 0.78rem 0.82rem; border: 1px solid rgba(205, 235, 247, 0.14); border-radius: 0.7rem; color: #f5fcff; background: rgba(4, 18, 35, 0.48); outline: none; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #809aa9; }
.field input:focus, .field textarea:focus { border-color: var(--mint); }
.form-submit { width: 100%; margin-top: 1.15rem; border: 0; cursor: pointer; }

.legal-page { min-height: 100svh; padding: 2rem 1rem; background: radial-gradient(circle at 90% 4%, rgba(84, 200, 214, 0.1), transparent 24rem), var(--ink); }
.legal-doc { max-width: 52rem; margin: 0 auto; padding: clamp(1.45rem, 6vw, 4.5rem); border: 1px solid var(--line); border-radius: 1.5rem; color: #bfd1dc; background: rgba(10, 29, 49, 0.79); box-shadow: 0 1.5rem 5rem rgba(0,0,0,0.2); }
.legal-doc, .legal-doc a, .legal-doc p, .legal-doc li { overflow-wrap: break-word; word-break: break-all; }
.legal-doc header { padding-bottom: 1.75rem; border-bottom: 1px solid var(--line); }
.legal-doc h1 { margin: 0.65rem 0 0; color: #f4fbff; font-size: clamp(2rem, 6vw, 3.5rem); letter-spacing: -0.06em; line-height: 1; }
.legal-doc .date { margin: 0.7rem 0 0; color: #8ca7b6; font-size: 0.8rem; }
.legal-doc h2 { margin: 2.5rem 0 0.75rem; color: #edf9fc; font-size: 1.2rem; letter-spacing: -0.03em; }
.legal-doc p, .legal-doc li { color: #b8cad5; font-size: 0.92rem; line-height: 1.82; }
.legal-doc ul { padding-left: 1.2rem; }
.legal-doc strong { color: #e9f6f8; }

@media (min-width: 640px) {
  .nav-wrap { padding: 1.15rem; }
  .nav { padding: 0.8rem 1rem 0.8rem 1.25rem; }
  .nav-links { gap: 0.25rem; font-size: 0.78rem; }
  .nav-links a { padding: 0.58rem 0.9rem; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .brand-name { font-size: 0.98rem; }
  .hero, .section, .contact-page { padding-right: 2rem; padding-left: 2rem; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .split-section { grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); }
  .safety-strip { grid-template-columns: 0.9fr 1.1fr; align-items: center; padding: 1.65rem; }
  .showcase-grid { grid-template-columns: 1.25fr 0.75fr; }
  .showcase-card:first-child { grid-row: span 2; min-height: 25rem; }
  .contact-layout { grid-template-columns: 0.85fr 1.15fr; gap: 4rem; }
  .contact-form { padding: 1.8rem; }
  .form-grid.two { grid-template-columns: repeat(2, 1fr); }
  .contact-banner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 3rem; }
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); gap: 3.5rem; }
  .quiz-orbit { margin-right: 0; }
  .section { padding-top: 7rem; padding-bottom: 7rem; }
  .inner-hero { min-height: 41rem; }
}
@media (max-width: 359px) {
  .brand-name { display: none; }
  .nav-links a { padding-right: 0.48rem; padding-left: 0.48rem; }
}

/* Editorial visual system */
:root {
  color-scheme: light;
  --ink: #172727;
  --midnight: #172727;
  --panel: #f3eee4;
  --line: rgba(23, 39, 39, 0.2);
  --soft-line: rgba(23, 39, 39, 0.12);
  --cloud: #172727;
  --mist: #506260;
  --mint: #caff44;
  --aqua: #71c4ad;
  --violet: #ff8a70;
  --coral: #f8bc5b;
}

body { color: var(--ink); background: #f3eee4; }
.site-shell { background: radial-gradient(circle at 88% 8%, rgba(202, 255, 68, 0.58), transparent 25rem), radial-gradient(circle at 12% 41%, rgba(255, 138, 112, 0.16), transparent 23rem), #f3eee4; }
.nav-wrap { mix-blend-mode: normal; }
.nav { border-color: rgba(23, 39, 39, 0.16); border-radius: 0.5rem; background: rgba(243, 238, 228, 0.86); box-shadow: 0 0.8rem 2rem rgba(23, 39, 39, 0.09); }
.brand-mark { border-radius: 50%; color: #f3eee4; background: #172727; box-shadow: none; }
.brand-name { color: #172727; font-family: Georgia, "Times New Roman", serif; font-weight: 800; letter-spacing: -0.04em; }
.brand-name span { color: #ed654e; }
.nav-links { color: #3f5654; }
.nav-links a { border-radius: 0.2rem; }
.nav-links a:hover, .nav-links .is-current { color: #172727; background: var(--mint); }

.hero { min-height: 48rem; padding-top: 8.6rem; padding-bottom: 5.5rem; }
.hero::before, .hero::after { border-radius: 0; border-color: rgba(23, 39, 39, 0.17); }
.hero::before { top: -10rem; right: -16rem; width: 38rem; height: 38rem; box-shadow: 0 0 0 2.2rem rgba(255,255,255,0.35), 0 0 0 7rem rgba(255, 138, 112, 0.09); transform: rotate(18deg); animation: orbit-sway 16s ease-in-out infinite alternate; }
.hero::after { bottom: -14rem; left: -15rem; width: 30rem; height: 30rem; border-radius: 50%; border-color: rgba(23, 39, 39, 0.14); box-shadow: 0 0 0 4rem rgba(202, 255, 68, 0.13); }
.hero-grid { grid-template-areas: "copy" "visual"; gap: 2rem; }
.eyebrow { color: #de513f; letter-spacing: 0.17em; }
.display-title { color: #172727; max-width: 47rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 10.5vw, 8.1rem); font-weight: 700; letter-spacing: -0.085em; line-height: 0.84; }
.display-title .highlight { color: #ed654e; background: none; -webkit-text-fill-color: #ed654e; }
.hero-copy { color: #3f5654; max-width: 31rem; font-size: 1rem; line-height: 1.8; }
.button-primary, .button-secondary { border-radius: 0.25rem; }
.button-primary { color: #172727; background: var(--mint); box-shadow: 0.35rem 0.35rem 0 #172727; }
.button-primary:hover { box-shadow: 0.15rem 0.15rem 0 #172727; transform: translate(0.2rem, 0.2rem); }
.button-secondary { border-color: #172727; color: #172727; background: transparent; }
.button-secondary:hover { border-color: #172727; color: #f3eee4; background: #172727; }
.hero-note { color: #526664; }
.hero-note i { background: #ed654e; box-shadow: 0 0 0 0.3rem rgba(237, 101, 78, 0.16); animation: glow-pulse 2.8s ease-in-out infinite; }

.quiz-orbit { grid-area: visual; min-height: 26rem; width: min(100%, 32rem); }
.quiz-orbit::before { inset: 1.4rem; border-radius: 0; border-color: rgba(23, 39, 39, 0.22); box-shadow: 0 0 0 1.2rem rgba(202, 255, 68, 0.18), 0 0 0 3.5rem rgba(23, 39, 39, 0.06); transform: rotate(-8deg); animation: frame-turn 20s linear infinite; }
.quiz-dot { z-index: 2; background: #ed654e; box-shadow: none; animation: dot-bounce 3s ease-in-out infinite; }
.quiz-dot.one { top: 2.5rem; right: 0.8rem; }
.quiz-dot.two { bottom: 2.8rem; left: 0.2rem; background: #172727; box-shadow: none; animation-delay: -1s; }
.orbit-label { position: absolute; z-index: 3; padding: 0.55rem 0.7rem; border: 1px solid #172727; color: #172727; background: #f3eee4; font-size: 0.65rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.orbit-label-top { top: 1rem; left: 0; transform: rotate(-8deg); }
.orbit-label-bottom { right: 0; bottom: 0.9rem; color: #f3eee4; background: #172727; transform: rotate(8deg); }
.phone { display: none; }
.question-stage { position: absolute; top: 50%; left: 50%; width: min(21rem, 82vw); padding: 0.5rem; border: 2px solid #172727; border-radius: 0; background: #172727; box-shadow: 1.05rem 1.05rem 0 rgba(237, 101, 78, 0.72); transform: translate(-50%, -50%) rotate(4deg); animation: stage-bob 7s ease-in-out infinite; }
.phone-screen { min-height: 24rem; border-radius: 0; background: linear-gradient(140deg, #1c3432, #172727 68%); }
.phone-top { color: #b8c8ba; }
.phone-progress { background: rgba(243,238,228,0.2); }
.phone-progress b { width: 0; background: var(--mint); animation: fill-path 2.4s 0.6s ease-out forwards; }
.quiz-chip { border-radius: 0.15rem; border-color: rgba(202,255,68,0.6); color: var(--mint); }
.quiz-question { color: #f7f2e9; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.answer { border-radius: 0.18rem; color: #e2e8dd; }
.answer b { border-radius: 0.15rem; }
.answer.is-picked { color: #172727; background: var(--mint); box-shadow: none; }
.quiz-credit { color: #a3b4a7; }

.ticker { border-color: rgba(23,39,39,0.16); color: #172727; background: var(--mint); }
.ticker-track { animation-duration: 20s; }
.ticker-track i { background: #ed654e; }
.signal-section { padding: 2.2rem 1.25rem 0; }
.signal-panel { display: grid; max-width: 76rem; margin: 0 auto; padding: 1.4rem; border: 2px solid #172727; background: #f7f2e9; box-shadow: 0.65rem 0.65rem 0 #172727; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 1.6rem; }
.signal-grid div { padding-right: 0.6rem; border-right: 1px solid rgba(23,39,39,0.2); }
.signal-grid div:last-child { border-right: 0; }
.signal-grid strong { display: block; color: #172727; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 8vw, 4.8rem); font-weight: 700; letter-spacing: -0.1em; line-height: 0.75; }
.signal-grid span { display: block; margin-top: 0.7rem; color: #506260; font-size: 0.67rem; font-weight: 800; text-transform: uppercase; }
.signal-copy { max-width: 35rem; margin: 1.8rem 0 0; color: #506260; font-size: 0.88rem; line-height: 1.7; }

.section { border-color: rgba(23,39,39,0.13); }
.section.alt { background: rgba(255,255,255,0.36); }
.section-title, .contact-intro h1, .contact-banner h2 { color: #172727; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -0.07em; }
.section-copy { color: #506260; }
.cards { gap: 0; margin-top: 3rem; }
.feature-card, .step-card, .support-card, .policy-card { border-color: #172727; border-radius: 0; background: #f7f2e9; box-shadow: 0.55rem 0.55rem 0 rgba(23,39,39,0.92); transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease; }
.feature-card::after { border-radius: 0; background: var(--mint); }
.feature-card:nth-child(2) { background: #172727; transform: translateX(0.85rem); }
.feature-card:nth-child(2) .card-title, .feature-card:nth-child(2) .card-copy { color: #f7f2e9; }
.feature-card:nth-child(2) .card-index { color: var(--mint); }
.feature-card:nth-child(3) { background: #f4b759; transform: translateX(1.7rem); }
.feature-card:hover { z-index: 2; box-shadow: 0.2rem 0.2rem 0 rgba(23,39,39,0.92); transform: translate(0.35rem, 0.35rem) rotate(-1deg); }
.card-index { color: #de513f; }
.card-title, .step-card h3 { color: #172727; font-family: Georgia, "Times New Roman", serif; }
.card-copy, .step-card p { color: #506260; }
.split-section { gap: 3rem; }
.quote-panel { border: 2px solid #172727; border-radius: 0; background: #ed654e; box-shadow: 0.85rem 0.85rem 0 #172727; transform: rotate(-2deg); }
.quote-panel::before { color: var(--mint); }
.quote-text { color: #172727; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.quote-meta { color: #172727; font-weight: 750; }
.steps { gap: 1.1rem; }
.step-card { box-shadow: none; background: transparent; }
.step-card:hover { background: #f7f2e9; transform: translateX(0.35rem); }
.step-number { border-color: #172727; border-radius: 0; color: #172727; background: var(--mint); }

.game-frame { border: 2px solid #172727; border-radius: 0; background: #172727; box-shadow: 0.85rem 0.85rem 0 #ed654e; transform: rotate(1.5deg); }
.game-board { border-radius: 0; background: radial-gradient(circle at 18% 25%, rgba(202,255,68,0.24), transparent 10rem), #172727; }
.board-label { color: var(--mint); }
.board-answer { border-radius: 0; }
.board-answer.is-active { color: #172727; background: var(--mint); }
.safety-strip { border: 2px solid #172727; border-radius: 0; background: var(--mint); }
.safety-strip h3, .safety-strip p { color: #172727; }
.contact-banner { border: 2px solid #172727; border-radius: 0; background: #172727; box-shadow: 0.85rem 0.85rem 0 var(--mint); }
.contact-banner h2 { color: #f7f2e9; }
.contact-banner p { color: #c8d6ca; }
.site-footer { color: #506260; }

.showcase-card { border-radius: 0; border-color: #172727; background: #f7f2e9; box-shadow: 0.45rem 0.45rem 0 #172727; transition: transform 220ms ease; }
.showcase-card.warm { background: #f4b759; }
.showcase-card.mint { background: var(--mint); }
.showcase-card h3 { color: #172727; font-family: Georgia, "Times New Roman", serif; }
.showcase-card p { color: #435554; }
.showcase-card:hover { transform: translate(-0.25rem, -0.25rem) rotate(-1deg); }
.showcase-chip { border-color: #172727; border-radius: 0; color: #172727; }
.contact-page { background: radial-gradient(circle at 92% 9%, rgba(202,255,68,0.58), transparent 21rem), #f3eee4; }
.contact-intro p, .detail-row strong { color: #506260; }
.detail-row { border-color: rgba(23,39,39,0.16); }
.detail-row span { color: #de513f; }
.contact-form { border: 2px solid #172727; border-radius: 0; background: #172727; box-shadow: 0.85rem 0.85rem 0 #ed654e; }
.form-title { color: #f7f2e9; font-family: Georgia, "Times New Roman", serif; }
.form-copy, .field { color: #c8d6ca; }
.field input, .field textarea { border-radius: 0; border-color: rgba(247,242,233,0.28); color: #172727; background: #f7f2e9; }
.legal-page { background: #f3eee4; }
.legal-doc { border: 2px solid #172727; border-radius: 0; color: #506260; background: #f7f2e9; box-shadow: 0.85rem 0.85rem 0 #172727; }
.legal-doc header { border-color: rgba(23,39,39,0.18); }
.legal-doc h1, .legal-doc h2, .legal-doc strong { color: #172727; font-family: Georgia, "Times New Roman", serif; }
.legal-doc p, .legal-doc li { color: #506260; }
.legal-doc .date { color: #506260; }

html.js-ready .reveal { opacity: 0; transform: translateY(2.2rem); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
html.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes stage-bob { 0%,100% { transform: translate(-50%, -50%) rotate(4deg); } 50% { transform: translate(-50%, calc(-50% - 0.65rem)) rotate(2deg); } }
@keyframes frame-turn { to { transform: rotate(352deg); } }
@keyframes orbit-sway { to { transform: rotate(27deg) translate3d(-1rem, 1rem, 0); } }
@keyframes dot-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-0.9rem); } }
@keyframes glow-pulse { 50% { box-shadow: 0 0 0 0.55rem rgba(237, 101, 78, 0.06); } }
@keyframes fill-path { to { width: 62%; } }
@media (min-width: 640px) {
  .signal-section { padding-right: 2rem; padding-left: 2rem; }
  .signal-panel { grid-template-columns: 0.75fr 1.25fr; column-gap: 3rem; padding: 2.1rem; }
  .signal-panel > .eyebrow { grid-column: 1; grid-row: 1 / span 2; align-self: start; }
  .signal-grid { grid-column: 2; margin-top: 0; }
  .signal-copy { grid-column: 2; margin-top: 1.3rem; }
  .cards { grid-template-columns: repeat(3, 1fr); gap: 0.9rem; padding-right: 1.7rem; }
  .feature-card:nth-child(2) { transform: translateY(2.3rem); }
  .feature-card:nth-child(3) { transform: translateY(4.6rem); }
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.14fr 0.86fr; grid-template-areas: "copy visual"; gap: 2.5rem; }
  .hero-grid > div:first-child { grid-area: copy; }
  .hero { min-height: 51rem; }
  .hero .quiz-orbit { align-self: end; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html.js-ready .reveal { opacity: 1; transform: none; }
}

/* Playful quiz-world theme */
:root {
  color-scheme: light;
  --ink: #2b5c9f;
  --midnight: #235494;
  --panel: #ffffff;
  --line: rgba(51, 114, 185, 0.2);
  --soft-line: rgba(70, 150, 216, 0.18);
  --cloud: #234f8d;
  --mist: #547fab;
  --mint: #83dd3f;
  --aqua: #39bff4;
  --violet: #8d6fe8;
  --coral: #ff8b73;
}

body { color: #285c9e; background: #e8f8ff; font-family: "Arial Rounded MT Bold", "Nunito", "Trebuchet MS", ui-rounded, system-ui, sans-serif; }
.site-shell { background: linear-gradient(180deg, #d7f5ff 0%, #f9fdff 42%, #e9f8ff 100%); }
.nav-wrap { padding-top: 1rem; }
.nav { border: 3px solid #5aa6dd; border-radius: 1.25rem; background: rgba(255,255,255,0.94); box-shadow: 0 0.38rem 0 #4a8fca, 0 0.9rem 1.6rem rgba(71,139,205,0.22); }
.brand-mark { width: 2.25rem; height: 2.25rem; border: 3px solid #427cc5; border-radius: 50%; color: #fff; background: #56c9f3; box-shadow: inset 0 -0.22rem 0 rgba(33,100,171,0.28); font-family: inherit; }
.brand-name { color: #306caf; font-family: inherit; font-size: 1rem; font-weight: 900; letter-spacing: -0.045em; }
.brand-name span { color: #7865c8; }
.nav-links { color: #4e82b6; font-weight: 900; }
.nav-links a { border-radius: 0.7rem; }
.nav-links a:hover, .nav-links .is-current { color: #fff; background: #65beee; box-shadow: inset 0 -0.18rem 0 rgba(44,111,181,0.36); }

.hero { min-height: 43rem; padding-top: 9rem; padding-bottom: 5.2rem; background-image: url("img/bg-01.png"); background-position: 69% center; background-size: cover; background-repeat: no-repeat; }
#home.hero { background-image: url("img/asset-01.png"); }
.hero::before { inset: 0; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(213,246,255,0.99) 0%, rgba(225,249,255,0.92) 34%, rgba(225,249,255,0.32) 63%, rgba(255,255,255,0.02) 100%); box-shadow: none; transform: none; animation: none; }
.hero::after { width: 9rem; height: 9rem; right: 44%; bottom: 2.5rem; left: auto; border: 0; border-radius: 50%; background: radial-gradient(circle, rgba(255,238,111,0.96) 0 19%, transparent 20% 100%); box-shadow: 2.4rem -1.1rem 0 -0.6rem rgba(255,145,123,0.95), -2.1rem -2.4rem 0 -0.8rem rgba(143,113,232,0.92); animation: confetti-bob 5.5s ease-in-out infinite; }
#home .hero-grid { display: block; max-width: 76rem; }
#home .hero-grid > div:first-child { max-width: 36rem; }
.inner-hero .hero-grid { display: block; max-width: 76rem; }
.inner-hero .hero-grid > div:first-child { max-width: 38rem; }
.eyebrow { color: #5c65bd; font-family: inherit; font-size: 0.72rem; letter-spacing: 0.15em; }
.display-title { max-width: 41rem; color: #2e65ad; font-family: inherit; font-size: clamp(3.1rem, 8.5vw, 6.4rem); font-weight: 950; letter-spacing: -0.075em; line-height: 0.9; text-shadow: 0.1rem 0.12rem 0 #fff, 0.18rem 0.22rem 0 rgba(76,144,205,0.22); }
.display-title .highlight { color: #fe836f; -webkit-text-fill-color: #fe836f; text-shadow: 0.1rem 0.12rem 0 #fff, 0.18rem 0.22rem 0 rgba(207,84,78,0.18); }
.hero-copy { color: #4b7faf; font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.76; }
.button-primary, .button-secondary { min-height: 3.2rem; border: 3px solid #4992cf; border-radius: 1rem; font-family: inherit; font-size: 0.82rem; font-weight: 900; }
.button-primary { color: #fff; background: linear-gradient(180deg, #9be65b, #62c936); box-shadow: inset 0 0.2rem 0 rgba(255,255,255,0.45), 0 0.3rem 0 #409b40, 0 0.8rem 1.5rem rgba(83,191,82,0.2); }
.button-primary:hover { box-shadow: inset 0 0.2rem 0 rgba(255,255,255,0.45), 0 0.12rem 0 #409b40, 0 0.55rem 1.1rem rgba(83,191,82,0.2); transform: translateY(0.16rem) scale(1.015); }
.button-secondary { color: #3978bd; border-color: #67b5e7; background: rgba(255,255,255,0.9); box-shadow: inset 0 -0.18rem 0 rgba(76,144,205,0.13); }
.button-secondary:hover { color: #fff; border-color: #67b5e7; background: #65beee; transform: translateY(-0.16rem) rotate(-1deg); }
.hero-note { padding: 0.55rem 0.8rem; width: fit-content; border: 2px solid rgba(90,166,221,0.42); border-radius: 999px; color: #4e83b5; background: rgba(255,255,255,0.7); font-weight: 750; }
.hero-note i { background: #ffcb4e; box-shadow: 0 0 0 0.3rem rgba(255,203,78,0.2); }

.ticker { border-color: #a5def3; color: #fff; background: linear-gradient(90deg, #60c7f0, #72c5ef 50%, #746bd2); box-shadow: inset 0 0.16rem 0 rgba(255,255,255,0.34); }
.ticker-track { animation-duration: 17s; font-family: inherit; }
.ticker-track i { background: #fff06f; }
.signal-section { padding-top: 3rem; padding-bottom: 0.8rem; }
.signal-panel { border: 3px solid #7ec7ec; border-radius: 1.6rem; background: linear-gradient(135deg, #ffffff, #effbff); box-shadow: 0 0.45rem 0 #a2d5ed, 0 1.2rem 2.5rem rgba(83,170,218,0.14); }
.signal-grid strong { color: #6f5fd0; font-family: inherit; font-weight: 950; text-shadow: 0.08rem 0.1rem 0 rgba(133,108,220,0.14); }
.signal-grid span { color: #6391bd; font-family: inherit; }
.signal-copy { color: #5c8bb6; font-family: inherit; font-weight: 650; }

.section { border-color: #c8eafa; }
.section.alt { background: linear-gradient(135deg, #eefbff, #fefeff); }
.section-title, .contact-intro h1, .contact-banner h2 { color: #326dae; font-family: inherit; font-weight: 950; letter-spacing: -0.055em; text-shadow: 0.08rem 0.1rem 0 #fff; }
.section-copy { color: #5d88b1; font-family: inherit; font-weight: 650; }
.cards { gap: 1.25rem; margin-top: 2.3rem; padding-right: 0; }
.feature-card, .step-card, .support-card, .policy-card { border: 3px solid #7ac1ea; border-radius: 1.45rem; background: #fff; box-shadow: 0 0.36rem 0 #9fd3ef, 0 1rem 2rem rgba(68,152,210,0.12); }
.feature-card::after { border-radius: 50%; background: rgba(112,202,248,0.16); }
.feature-card:nth-child(2) { background: linear-gradient(150deg, #f7f0ff, #fff); transform: none; }
.feature-card:nth-child(2) .card-title { color: #725cc3; }
.feature-card:nth-child(2) .card-copy { color: #637fa8; }
.feature-card:nth-child(2) .card-index { color: #a57be7; }
.feature-card:nth-child(3) { background: linear-gradient(150deg, #fffced, #fff); transform: none; }
.feature-card:nth-child(3) .card-title { color: #d8784f; }
.feature-card:hover { box-shadow: 0 0.15rem 0 #9fd3ef, 0 0.75rem 1.45rem rgba(68,152,210,0.16); transform: translateY(0.22rem) rotate(-0.6deg); }
.card-index { color: #5f7fd5; font-family: inherit; }
.card-title, .step-card h3 { color: #3978bd; font-family: inherit; font-weight: 900; }
.card-copy, .step-card p { color: #618ab0; font-family: inherit; font-weight: 650; }

.quote-panel { border: 3px solid #936ee5; border-radius: 1.6rem; background: linear-gradient(145deg, #ab8dee, #7767d2); box-shadow: 0 0.45rem 0 #654db4, 0 1.25rem 2.1rem rgba(105,79,187,0.2); transform: rotate(-1deg); }
.quote-panel::before { color: #fff06f; }
.quote-text { color: #fff; font-family: inherit; font-weight: 850; }
.quote-meta { color: #ede9ff; font-family: inherit; font-weight: 700; }
.steps { gap: 0.9rem; }
.step-card { border-color: #a6dff5; border-radius: 1.15rem; background: rgba(255,255,255,0.78); box-shadow: none; }
.step-card:hover { background: #fff; transform: translateX(0.38rem); }
.step-number { border: 0; border-radius: 50%; color: #fff; background: #65c5f0; box-shadow: inset 0 -0.18rem 0 rgba(46,116,182,0.32); }

.game-frame { border: 3px solid #68bde9; border-radius: 1.55rem; background: #fff; box-shadow: 0 0.44rem 0 #8bd1ef, 0 1.4rem 2.4rem rgba(61,150,210,0.16); transform: rotate(1deg); animation: game-float 6s ease-in-out infinite; }
.game-board { border-radius: 1.05rem; background: linear-gradient(160deg, #6bd2f3, #a3ddf5 48%, #d7f5ff); }
.board-head { color: #2c6dac; }
.board-label { color: #7164d2; }
.board-question { color: #2864aa; font-family: inherit; font-weight: 950; }
.board-answer { border: 2px solid #96d5f0; border-radius: 0.78rem; color: #4b7faa; background: rgba(255,255,255,0.88); }
.board-answer.is-active { color: #fff; background: #76cf41; border-color: #63b733; box-shadow: inset 0 -0.18rem 0 rgba(51,126,45,0.28); }
.board-footer { border-color: rgba(61,142,202,0.25); color: #4e82b0; }
.safety-strip { border: 3px solid #a0d9ef; border-radius: 1.35rem; background: linear-gradient(135deg, #edfbff, #fff); box-shadow: 0 0.38rem 0 #b8e7f7; }
.safety-strip h3 { color: #427fc2; font-family: inherit; }
.safety-strip p { color: #628bb0; }
#home .studio-panel { position: relative; display: flex; min-height: 23rem; flex-direction: column; justify-content: flex-end; padding: 1.7rem; overflow: hidden; border: 3px solid #78c1ea; border-radius: 1.65rem; color: #fff; background: linear-gradient(180deg, rgba(41, 113, 174, 0.04) 0%, rgba(38, 99, 158, 0.88) 100%), url("img/asset-01.png") 78% center / cover; box-shadow: 0 0.48rem 0 #7dbfe4, 0 1.3rem 2.4rem rgba(77,136,205,0.2); isolation: isolate; }
#home .studio-panel::before { position: absolute; inset: auto 1.15rem 1rem auto; z-index: 0; width: 6.5rem; height: 6.5rem; border: 2px solid rgba(255,255,255,0.58); border-radius: 50%; box-shadow: -2.3rem -2.5rem 0 -1.35rem rgba(255,234,99,0.92), -3.9rem 0.4rem 0 -1.55rem rgba(204,184,255,0.92); content: ""; }
#home .studio-panel > * { position: relative; z-index: 1; }
#home .studio-kicker { display: inline-flex; width: fit-content; margin-bottom: 0.85rem; padding: 0.38rem 0.65rem; border: 2px solid rgba(255,255,255,0.75); border-radius: 999px; color: #fff; background: rgba(63,132,189,0.62); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
#home .studio-panel h3 { max-width: 19rem; margin: 0; color: #fff; font-size: clamp(1.65rem, 3vw, 2.3rem); font-weight: 950; letter-spacing: -0.052em; line-height: 0.98; text-shadow: 0 0.12rem 0 rgba(33,91,145,0.32); }
#home .studio-panel p { max-width: 25rem; margin: 0.9rem 0 0; color: #edf9ff; font-size: 0.84rem; font-weight: 700; line-height: 1.65; }
#home .studio-signoff { margin-top: 1.15rem; color: #fff29d; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.06em; }
#home .game-overview { overflow: hidden; background: linear-gradient(135deg, #effbff, #fbfdff 58%, #f4f1ff); }
#home .product-banner { position: relative; display: block; overflow: hidden; border: 3px solid #78c1ea; border-radius: 1.65rem; background: #60c6ef; box-shadow: 0 0.46rem 0 #72bce5, 0 1.2rem 2.4rem rgba(77,136,205,0.18); transition: transform 220ms ease, box-shadow 220ms ease; }
#home .product-banner::after { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(transparent, rgba(28,108,167,0.72)); content: ""; }
#home .product-banner img { display: block; width: 100%; aspect-ratio: 1024 / 500; object-fit: cover; }
#home .product-banner:hover { box-shadow: 0 0.18rem 0 #72bce5, 0 0.82rem 1.7rem rgba(77,136,205,0.23); transform: translateY(0.25rem) rotate(-0.35deg); }
#home .product-link { position: absolute; z-index: 1; right: 1.2rem; bottom: 1rem; display: inline-flex; align-items: center; gap: 0.45rem; color: #fff; font-size: 0.76rem; font-weight: 900; text-shadow: 0 0.1rem 0 rgba(36,98,146,0.45); }
#home .product-link b { font-size: 1.15rem; line-height: 0.7; transition: transform 180ms ease; }
#home .product-banner:hover .product-link b { transform: translateX(0.2rem); }
.contact-banner { border: 3px solid #78c1ea; border-radius: 1.65rem; background: linear-gradient(135deg, #64c5f0, #7e95e4); box-shadow: 0 0.48rem 0 #488ec6, 0 1.3rem 2.4rem rgba(77,136,205,0.22); }
.contact-banner h2 { color: #fff; text-shadow: 0 0.15rem 0 rgba(51,101,178,0.28); }
.contact-banner p { color: #effbff; font-weight: 650; }
.contact-banner .button-primary { border-color: #fff; }
.site-footer { color: #6790b7; }
.footer-legal { color: #4c7ead; }
.footer-legal a:hover { color: #7464d0; }

.showcase-card { border: 3px solid #8ccdef; border-radius: 1.35rem; background: #fff; box-shadow: 0 0.35rem 0 #b4e2f5; }
.showcase-grid .showcase-card { min-height: 11rem; }
.showcase-card.warm { background: linear-gradient(145deg, #fff0bb, #fff9e9); }
.showcase-card.mint { background: linear-gradient(145deg, #dffbff, #fff); }
.showcase-card h3 { color: #437fc1; font-family: inherit; font-weight: 900; }
.showcase-card p { color: #638bb0; font-weight: 650; }
.showcase-chip { border-color: #79bee9; border-radius: 999px; color: #4b80b3; background: #fff; }
.showcase-card:hover { transform: translateY(-0.25rem) rotate(-0.4deg); }

.gallery-section { background: linear-gradient(145deg, #ecfbff, #ffffff 52%, #f5f0ff); }
.gallery-grid { display: grid; gap: 1rem; margin-top: 2.3rem; }
.shot-card { margin: 0; overflow: hidden; border: 3px solid #84caed; border-radius: 1.4rem; background: #fff; box-shadow: 0 0.38rem 0 #acdff3, 0 1rem 2rem rgba(70,150,205,0.14); }
.shot-media { overflow: hidden; background: #dff7ff; }
.shot-media img { display: block; width: 100%; height: auto; }
.shot-card figcaption { padding: 1rem 1.05rem 1.1rem; }
.shot-card strong { display: block; color: #3978bd; font-size: 0.95rem; font-weight: 900; }
.shot-card span { display: block; margin-top: 0.4rem; color: #638ab0; font-size: 0.78rem; font-weight: 650; line-height: 1.58; }

.contact-page { background: radial-gradient(circle at 92% 7%, rgba(255,241,106,0.68), transparent 15rem), linear-gradient(180deg, #dff7ff, #f8fdff); }
.contact-intro p, .detail-row strong { color: #5e87ad; }
.detail-row { border-color: #c6e8f8; }
.detail-row span { color: #7566cc; }
.contact-form { border: 3px solid #72bee9; border-radius: 1.55rem; background: #fff; box-shadow: 0 0.45rem 0 #8bcdec, 0 1.3rem 2.5rem rgba(65,145,205,0.15); }
.form-title { color: #3d78b9; font-family: inherit; font-weight: 950; }
.form-copy, .field { color: #638ab0; }
.field input, .field textarea { border: 2px solid #bae3f5; border-radius: 0.8rem; color: #376fae; background: #f3fbff; }
.field input:focus, .field textarea:focus { border-color: #74c3ec; }
.legal-page { background: linear-gradient(180deg, #dcf6ff, #f8fdff); }
.legal-doc { border: 3px solid #9bd5ef; border-radius: 1.6rem; background: #fff; box-shadow: 0 0.45rem 0 #b9e6f7, 0 1.4rem 2.6rem rgba(76,151,210,0.14); }
.legal-doc header { border-color: #d0edf8; }
.legal-doc h1, .legal-doc h2, .legal-doc strong { color: #3977ba; font-family: inherit; }
.legal-doc p, .legal-doc li, .legal-doc .date { color: #6189ad; }

html.js-ready .reveal { transform: translateY(1.5rem) scale(0.985); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
html.js-ready .reveal.is-visible { transform: translateY(0) scale(1); }
@keyframes game-float { 0%,100% { transform: rotate(1deg) translateY(0); } 50% { transform: rotate(-0.7deg) translateY(-0.6rem); } }
@keyframes confetti-bob { 0%,100% { transform: rotate(-8deg) translateY(0); } 50% { transform: rotate(8deg) translateY(-0.8rem); } }
@media (min-width: 640px) {
  .cards { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding-right: 0; }
  .feature-card:nth-child(2) { transform: translateY(1rem); }
  .feature-card:nth-child(3) { transform: translateY(2rem); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .hero { min-height: 39rem; background-position: 73% center; }
  .hero::before { background: linear-gradient(90deg, rgba(218,247,255,0.96) 0%, rgba(224,249,255,0.84) 56%, rgba(224,249,255,0.38) 100%); }
  .hero::after { right: 0.6rem; bottom: 1.2rem; transform: scale(0.7); }
  .signal-grid strong { font-size: 2.2rem; }
}
@media (min-width: 720px) {
  .showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .showcase-grid .showcase-card:first-child { grid-row: auto; min-height: 11rem; }
}
