:root { --fp-red: #e4393f; --fp-yellow: #f3c94b; --fp-blue: #1f6feb; --fp-green: #2da66f; }
.product-header .header-actions a { color: var(--fl-graphite); }
.product-header .header-actions a:hover { color: var(--fl-teal-deep); }
.product-page { padding-bottom: 64px; }
.product-hero { min-height: calc(100svh - 210px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr); gap: 44px; align-items: center; padding: 72px 0; border-top: 1px solid var(--fl-line); }
.product-hero h1, .legal-hero h1 { margin-bottom: 18px; }
.product-hero .lead, .legal-hero .lead { max-width: 680px; }
.store-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.store-pill { min-height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--fl-ink); border-radius: var(--fl-radius-sm); padding: 10px 14px; background: var(--fl-ink); color: var(--fl-base); font-family: var(--fl-font-mono); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.store-pill.disabled { border-color: var(--fl-line); background: var(--fl-surface); color: var(--fl-graphite); }
.game-preview { border: 1px solid var(--fl-line); border-radius: var(--fl-radius); background: #15161a; box-shadow: var(--fl-shadow-card); overflow: hidden; aspect-ratio: 0.72; min-height: 520px; color: #f6f4eb; }
.scorebar { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--fl-font-mono); font-weight: 700; }
.arena { position: relative; height: calc(100% - 54px); background: linear-gradient(135deg, rgba(228,57,63,.22), transparent 28%), linear-gradient(225deg, rgba(31,111,235,.25), transparent 34%), #1d1f25; }
.paddle { position: absolute; left: 28px; top: 42%; width: 18px; height: 118px; border-radius: 999px; background: var(--fp-yellow); box-shadow: 0 0 28px rgba(243,201,75,.45); }
.ball { position: absolute; display: block; border-radius: 50%; background: var(--fl-surface); box-shadow: 0 0 30px rgba(255,255,255,.55); }
.ball-one { width: 38px; height: 38px; right: 22%; top: 30%; }
.ball-two { width: 26px; height: 26px; right: 36%; bottom: 22%; background: var(--fp-green); }
.mouth { position: absolute; left: 58px; bottom: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 7px 10px; font-family: var(--fl-font-mono); font-size: 12px; color: rgba(255,255,255,.72); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding: 0 0 54px; }
.product-grid article, .legal-strip, .legal-content { border: 1px solid var(--fl-line); border-radius: var(--fl-radius); background: rgba(255,255,255,.88); box-shadow: var(--fl-shadow-card); }
.product-grid article { min-height: 210px; padding: 22px; }
.product-grid h2, .legal-strip h2, .legal-content h2 { font-size: 22px; }
.product-grid p, .legal-strip p, .legal-content p, .legal-content li { color: var(--fl-graphite); }
.legal-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 28px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-hero { padding: 72px 0 34px; border-top: 1px solid var(--fl-line); }
.legal-page h1 { font-size: 72px; }
.legal-content { padding: 32px; }
.legal-content h2 { margin-top: 30px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content a, .legal-strip a { color: var(--fl-teal-deep); font-weight: 700; }
.legal-content ul { padding-left: 22px; }
@media (max-width: 980px) { .product-hero, .legal-strip { grid-template-columns: 1fr; } .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .game-preview { min-height: 460px; } .legal-page h1 { font-size: 56px; } }
@media (max-width: 640px) { .product-hero { padding: 54px 0; } .product-grid { grid-template-columns: 1fr; } .game-preview { min-height: 390px; } .legal-page h1 { font-size: 40px; } .legal-content { padding: 22px; } }

.site-footer .legal-address { flex-basis: 100%; color: rgba(107, 110, 116, 0.58); font-size: 10px; line-height: 1.35; text-align: right; }
@media (max-width: 760px) { .site-footer .legal-address { text-align: left; } }
