/* ---------- Color system and base styles ---------- */
:root {
  --bg: #07090d;
  --surface: #0d1118;
  --surface-2: #121824;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f5f7fb;
  --muted: #929bab;
  --blue: #247bff;
  --blue-light: #62a3ff;
  --green: #9dff43;
  --violet: #8b5cff;
  --radius: 22px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.16; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .logo-text, .button, .offer-label { font-family: "Arial Black", "Segoe UI Black", sans-serif; letter-spacing: -0.035em; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; }
.glass-card { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(21,28,41,.88), rgba(10,14,21,.76)); box-shadow: var(--shadow); backdrop-filter: blur(16px); }

/* ---------- Shared headings and buttons ---------- */
.section-heading { margin-bottom: 52px; }
.section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .96; }
.section-heading h2 span, .final-cta h2 span { color: var(--blue-light); }
.section-kicker, .eyebrow { color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.section-kicker { margin-bottom: 14px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.split-heading > p { max-width: 390px; margin-bottom: 4px; color: var(--muted); }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 570px; margin: 22px auto 0; color: var(--muted); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 24px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: .76rem; letter-spacing: .02em; text-transform: uppercase; transition: transform .22s, box-shadow .22s, border-color .22s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #05080c; background: var(--green); box-shadow: 0 0 28px rgba(157,255,67,.2); }
.button-primary:hover { box-shadow: 0 0 38px rgba(157,255,67,.35); }
.button-ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: rgba(255,255,255,.3); }
.play-icon { display: grid; width: 27px; height: 27px; place-items: center; color: var(--green); border: 1px solid rgba(157,255,67,.5); border-radius: 50%; font-size: .55rem; }

/* ---------- Header ---------- */
.site-header { position: absolute; z-index: 20; top: 0; width: 100%; }
.nav-shell { width: min(1240px, calc(100% - 48px)); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-mark { position: relative; width: 34px; height: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 5px; border: 1px solid rgba(98,163,255,.55); background: rgba(36,123,255,.14); box-shadow: 0 0 22px rgba(36,123,255,.22); transform: rotate(45deg); }
.logo-mark i { display: block; background: var(--blue-light); }
.logo-mark i:nth-child(2), .logo-mark i:nth-child(3) { opacity: .35; }
.logo-text { font-size: .82rem; letter-spacing: .06em; white-space: nowrap; }
.logo-text b { color: var(--blue-light); }
.main-nav { display: flex; gap: 34px; }
.main-nav a { position: relative; color: #b8c0ce; font-size: .78rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--green); transition: right .2s; }
.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { right: 0; }
.nav-action { padding: 10px 16px; color: var(--green); border: 1px solid rgba(157,255,67,.28); border-radius: 8px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.nav-action span { margin-left: 8px; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: var(--surface); border-radius: 8px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--text); transition: .2s; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 810px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 77% 42%, rgba(35,86,191,.18), transparent 30%), linear-gradient(180deg, #080b11, var(--bg)); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(98,163,255,.5), transparent); }
.hero-glow { position: absolute; width: 470px; height: 470px; border-radius: 50%; filter: blur(100px); opacity: .16; }
.glow-blue { top: 130px; right: 8%; background: var(--blue); }
.glow-violet { left: -250px; bottom: -200px; background: var(--violet); }
.hero-grid { padding-top: 98px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.eyebrow span { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 13px var(--green); }
.hero h1 { margin-bottom: 27px; font-size: clamp(4.3rem, 7.6vw, 7.2rem); line-height: .86; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--blue-light); text-shadow: 0 0 34px rgba(36,123,255,.25); }
.hero-text { max-width: 610px; color: #aeb7c6; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 54px; }
.trust-row { display: flex; gap: 0; }
.trust-row div { min-width: 130px; padding-right: 30px; margin-right: 30px; display: grid; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-family: "Arial Black", sans-serif; font-size: 1.35rem; line-height: 1.1; }
.trust-row span { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .05em; }
.hero-showcase { position: relative; min-height: 580px; display: grid; place-items: center; perspective: 1000px; }
.showcase-grid { position: absolute; width: 125%; height: 75%; bottom: -18%; background-image: linear-gradient(rgba(36,123,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(36,123,255,.22) 1px, transparent 1px); background-size: 42px 42px; transform: rotateX(67deg); -webkit-mask-image: linear-gradient(to top, #000, transparent 85%); }
.showcase-orbit { position: absolute; border: 1px solid rgba(98,163,255,.22); border-radius: 50%; }
.orbit-one { width: 97%; height: 52%; transform: rotate(-18deg); }
.orbit-two { width: 72%; height: 80%; transform: rotate(32deg); border-color: rgba(139,92,255,.24); }
.hero-game-card { position: relative; z-index: 2; width: 305px; height: 430px; padding: 25px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: radial-gradient(circle at 70% 20%, rgba(157,255,67,.26), transparent 18%), linear-gradient(155deg, #163276 0%, #0e1735 45%, #32115c 100%); box-shadow: -20px 24px 60px rgba(0,0,0,.55), 22px 22px 0 rgba(36,123,255,.08); transform: rotateY(-8deg) rotateZ(4deg); }
.hero-game-card::before { content: ""; position: absolute; width: 230px; height: 330px; top: 55px; left: 55px; border: 1px solid rgba(98,163,255,.52); transform: rotate(34deg); box-shadow: 0 0 45px rgba(36,123,255,.25), inset 0 0 35px rgba(36,123,255,.16); }
.cover-badge { position: absolute; top: 20px; left: 20px; padding: 6px 9px; color: #071008; background: var(--green); font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cover-symbol { position: absolute; left: 50%; top: 43%; width: 135px; height: 135px; border: 2px solid var(--blue-light); box-shadow: 0 0 30px var(--blue); transform: translate(-50%,-50%) rotate(45deg); }
.cover-symbol span, .cover-symbol i { position: absolute; inset: 25px; border: 1px solid var(--green); box-shadow: 0 0 16px rgba(157,255,67,.55); }
.cover-symbol i { inset: 51px; background: var(--text); border: 0; }
.hero-game-card p, .hero-game-card h2, .hero-game-card small { position: relative; z-index: 2; }
.hero-game-card p { margin-bottom: 3px; color: var(--green); font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; }
.hero-game-card h2 { margin: 0; font-size: 2.7rem; line-height: .82; }
.hero-game-card small { margin-top: 16px; color: #b5c8f7; font-size: .55rem; letter-spacing: .12em; }
.float-chip { position: absolute; z-index: 4; min-width: 125px; padding: 11px 14px; display: grid; border: 1px solid var(--line); border-radius: 10px; background: rgba(12,17,26,.92); box-shadow: 0 12px 30px rgba(0,0,0,.45); }
.float-chip span { color: var(--muted); font-size: .57rem; text-transform: uppercase; }
.float-chip strong { font-size: 1.05rem; }
.rating-chip { left: 0; bottom: 92px; }
.deal-chip { right: 4px; top: 105px; }
.deal-chip strong { color: var(--green); }
.scroll-note { position: absolute; right: -60px; bottom: 55px; color: #717c8e; font-size: .55rem; letter-spacing: .15em; transform: rotate(90deg); }
.scroll-note span { color: var(--green); margin-left: 12px; }

/* ---------- Featured deal ---------- */
.featured { background: linear-gradient(180deg, #090c12, #080a0f); }
.featured-deal { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 470px; border-radius: var(--radius); overflow: hidden; }
.deal-art { position: relative; min-height: 470px; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: linear-gradient(145deg, #172c70, #5c176e 58%, #ff5a5a); }
.deal-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,12,.8), transparent 56%); }
.deal-sun { position: absolute; width: 250px; height: 250px; top: 55px; left: 50%; border-radius: 50%; background: linear-gradient(#ff4b9a, #ff8d4c); box-shadow: 0 0 60px rgba(255,73,143,.45); transform: translateX(-50%); }
.deal-city { position: absolute; left: 8%; right: 8%; bottom: 84px; height: 235px; display: flex; align-items: flex-end; justify-content: space-around; }
.deal-city i { width: 13%; height: 65%; background: #080d1a; box-shadow: inset 12px 0 rgba(36,123,255,.12); clip-path: polygon(0 13%, 65% 13%, 65% 0, 100% 0, 100% 100%, 0 100%); }
.deal-city i:nth-child(2) { height: 100%; }.deal-city i:nth-child(3) { height: 75%; }.deal-city i:nth-child(4) { height: 92%; }.deal-city i:nth-child(5) { height: 58%; }
.deal-title { position: relative; z-index: 2; font-family: "Arial Black", sans-serif; font-size: clamp(3rem, 6vw, 5rem); line-height: .78; }
.vertical-text { position: absolute; z-index: 3; top: 35px; right: 25px; font-size: .55rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.deal-content { padding: clamp(35px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.deal-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.status-pill { color: var(--green); font-size: .63rem; font-weight: 900; letter-spacing: .09em; }
.rating { color: #ffd363; font-weight: 800; }.rating small { color: var(--muted); font-weight: 500; }
.game-type { margin: 36px 0 5px; color: var(--blue-light); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.deal-content h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; }
.deal-content > p:not(.game-type) { color: var(--muted); }
.platform-tags { display: flex; gap: 8px; margin: 17px 0 35px; }
.platform-tags span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 5px; color: #bbc4d2; font-size: .58rem; font-weight: 800; }
.price-row { padding-top: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.price-row > div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 4px 10px; }
.price-row strong { font-family: "Arial Black", sans-serif; font-size: 2rem; line-height: 1; }
.old-price { color: var(--muted); font-size: .8rem; text-decoration: line-through; }
.price-row small { grid-column: 1 / -1; color: var(--green); font-size: .62rem; }

/* ---------- Filters and game grid ---------- */
.market { background: #090c12; }
.filter-panel { padding: 18px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr) auto; align-items: end; gap: 10px; border-radius: 16px; }
.filter-panel label { display: grid; gap: 7px; }
.filter-panel label > span { color: var(--muted); font-size: .56rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.filter-panel select, .search-field { width: 100%; height: 46px; color: #dce2ec; border: 1px solid var(--line); border-radius: 8px; outline: none; background: #0b1018; }
.filter-panel select { padding: 0 28px 0 12px; cursor: pointer; }
.filter-panel select:focus, .search-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,123,255,.12); }
.search-field { padding: 0 13px; display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 9px !important; }
.search-field > span { color: var(--blue-light) !important; font-size: 1.4rem !important; transform: rotate(-15deg); }
.search-field input { min-width: 0; width: 100%; color: var(--text); border: 0; outline: 0; background: transparent; }
.search-field input::placeholder { color: #6e7786; }
.reset-button { height: 46px; padding: 0 15px; color: var(--green); border: 1px solid rgba(157,255,67,.22); border-radius: 8px; background: rgba(157,255,67,.04); cursor: pointer; }
.reset-button:hover { background: rgba(157,255,67,.1); }
.results-row { margin: 24px 0 19px; display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; }
.results-row p { margin: 0; }.results-row strong { color: var(--text); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #0d121b; box-shadow: 0 18px 35px rgba(0,0,0,.18); transition: transform .25s, border-color .25s, opacity .2s; }
.game-card:hover { border-color: rgba(98,163,255,.42); transform: translateY(-7px); }
.game-card.hidden { display: none; }
.game-cover { position: relative; height: 255px; padding: 21px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.game-cover::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,6,10,.82)); }
.game-cover h3, .game-cover small { position: relative; z-index: 3; }
.game-cover h3 { margin-bottom: 5px; font-size: 1.5rem; line-height: .88; }
.game-cover small { font-size: .5rem; letter-spacing: .18em; }
.discount, .tag-new { position: absolute; z-index: 4; top: 13px; left: 13px; padding: 5px 8px; color: #061006; background: var(--green); border-radius: 4px; font-size: .56rem; font-weight: 900; }
.tag-new { color: white; background: var(--blue); }
.art-shape { position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); }
.shape-neon { width: 105px; height: 105px; border: 3px solid #56a0ff; transform: translate(-50%,-50%) rotate(45deg); box-shadow: 0 0 32px #247bff, inset 0 0 28px #247bff; }
.shape-neon::after { content: ""; position: absolute; inset: 28px; border: 2px solid var(--green); box-shadow: 0 0 18px var(--green); }
.shape-orb { width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff, #a584ff 5%, #6032bc 26%, transparent 62%); box-shadow: 0 0 42px #8859ff; }
.shape-racer { width: 160px; height: 62px; border: 4px solid #fff; border-top: 0; transform: translate(-50%,-50%) skew(-20deg); box-shadow: 14px 12px 0 #ff286f; }
.shape-racer::after { content: ""; position: absolute; width: 30px; height: 30px; left: 18px; bottom: -18px; border: 6px solid #07101b; border-radius: 50%; background: var(--blue); box-shadow: 95px 0 0 -6px var(--blue), 95px 0 0 0 #07101b; }
.shape-moon { width: 130px; height: 130px; border-radius: 50%; background: #fff6bd; box-shadow: 0 0 45px rgba(255,246,189,.55); }
.shape-moon::after { content: ""; position: absolute; width: 135px; height: 135px; left: 38px; top: -32px; border-radius: 50%; background: #165250; }
.shape-titan { width: 110px; height: 130px; background: linear-gradient(90deg, #26354b, #8393a8, #26354b); clip-path: polygon(20% 0, 80% 0, 100% 25%, 80% 100%, 20% 100%, 0 25%); box-shadow: 0 0 30px #fa6745; }
.shape-cloud { width: 155px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.78); box-shadow: -55px 20px 20px rgba(255,255,255,.5), 55px 17px 20px rgba(255,255,255,.42); }
.shape-zero { width: 135px; height: 135px; border: 18px solid #ff3c7f; border-radius: 50%; box-shadow: 0 0 30px #ff3c7f; }
.shape-zero::after { content: ""; position: absolute; width: 25px; height: 165px; left: 37px; top: -34px; background: #40d6ff; transform: rotate(45deg); box-shadow: 0 0 18px #40d6ff; }
.shape-ink { width: 135px; height: 135px; background: #e9d3ad; clip-path: polygon(50% 0, 62% 30%, 100% 18%, 76% 50%, 100% 82%, 62% 70%, 50% 100%, 38% 70%, 0 82%, 24% 50%, 0 18%, 38% 30%); }
.art-neon { background: linear-gradient(150deg,#0e265b,#50147a); }.art-aether { background: linear-gradient(150deg,#31185f,#111b45); }.art-circuit { background: linear-gradient(150deg,#0977a3,#20125b); }.art-moss { background: linear-gradient(150deg,#1a665b,#0d2b32); }.art-titan { background: linear-gradient(150deg,#5b1827,#111b27); }.art-sky { background: linear-gradient(150deg,#2677b4,#b86fb5); }.art-zero { background: linear-gradient(150deg,#161642,#5e124f); }.art-ink { background: linear-gradient(150deg,#68472d,#17120f); }
.card-body { padding: 17px; }
.card-line { display: flex; justify-content: space-between; color: var(--blue-light); font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.card-rating { color: #ffd263; letter-spacing: 0; }
.card-body > h3 { margin: 6px 0 2px; font-size: 1rem; }
.card-body > p { margin-bottom: 15px; color: var(--muted); font-size: .6rem; }
.card-price { min-height: 38px; padding-top: 13px; display: flex; align-items: center; gap: 9px; border-top: 1px solid var(--line); }
.card-price strong { font-size: 1.05rem; }.card-price del { color: #717b8a; font-size: .7rem; }
.card-price button { width: 32px; height: 32px; margin-left: auto; display: grid; place-items: center; color: var(--green); border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.03); cursor: pointer; }
.card-price button:hover, .card-price button.saved { color: #071007; border-color: var(--green); background: var(--green); }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 16px; }
.empty-state span { color: var(--blue-light); font-size: 3rem; }.empty-state h3 { margin-bottom: 3px; }.empty-state p { color: var(--muted); }

/* ---------- Platforms and genres ---------- */
.platforms { background: #07090d; }
.platform-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.platform-card { min-height: 300px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg,#111721,#0b0f16); cursor: pointer; overflow: hidden; transition: transform .22s, border-color .22s; }
.platform-card:hover { transform: translateY(-6px); border-color: var(--platform-color); }
.platform-icon { width: 60px; height: 60px; margin-bottom: auto; display: grid; place-items: center; color: var(--platform-color); border: 1px solid color-mix(in srgb, var(--platform-color) 45%, transparent); border-radius: 14px; background: color-mix(in srgb, var(--platform-color) 10%, transparent); font-family: "Arial Black", sans-serif; font-size: 1.5rem; box-shadow: 0 0 28px color-mix(in srgb, var(--platform-color) 14%, transparent); }
.platform-card small { color: var(--muted); font-size: .55rem; letter-spacing: .14em; }
.platform-card h3 { margin: 2px 0 5px; font-size: 1.35rem; }
.platform-card p { margin-bottom: 20px; color: var(--muted); font-size: .78rem; }
.platform-card b { color: var(--platform-color); font-size: .62rem; letter-spacing: .08em; }
.pc-card { --platform-color: #62a3ff; }.ps-card { --platform-color: #8a72ff; }.xbox-card { --platform-color: #75e44c; }.switch-card { --platform-color: #ff566d; }
.genres { padding-top: 55px; }
.genre-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.genre-grid button { position: relative; min-height: 135px; padding: 22px; display: grid; grid-template-columns: 52px 1fr auto; grid-template-rows: auto auto; align-items: center; column-gap: 16px; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: #0d121a; cursor: pointer; transition: border-color .2s, background .2s; }
.genre-grid button:hover { border-color: rgba(157,255,67,.42); background: #111923; }
.genre-grid button > span { grid-row: 1/3; width: 52px; height: 52px; display: grid; place-items: center; color: var(--green); border-radius: 11px; background: rgba(157,255,67,.08); font-size: 1.45rem; }
.genre-grid h3 { align-self: end; margin: 0; font-size: 1rem; }.genre-grid p { align-self: start; margin: 0; color: var(--muted); font-size: .7rem; }.genre-grid b { grid-column: 3; grid-row: 1/3; color: var(--blue-light); }

/* ---------- Offers ---------- */
.offers { background: linear-gradient(180deg,#090c12,#07090d); }
.offer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 18px; }
.offer-card { position: relative; min-height: 355px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.offer-card::before { content: ""; position: absolute; width: 250px; height: 250px; top: -120px; right: -100px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 35px transparent, 0 0 0 36px rgba(255,255,255,.08), 0 0 0 75px transparent, 0 0 0 76px rgba(255,255,255,.06); }
.offer-card > * { position: relative; z-index: 2; }
.offer-main { display: grid; grid-template-columns: 1fr 160px; align-items: center; background: linear-gradient(135deg,#142b65,#4a1769); }
.offer-blue { background: linear-gradient(145deg,#0b4b73,#10203d); }.offer-violet { background: linear-gradient(145deg,#512483,#20143e); }
.offer-label { width: fit-content; padding: 6px 9px; color: #061006; background: var(--green); border-radius: 4px; font-size: .56rem; letter-spacing: .08em; }
.offer-card h3 { margin: 18px 0 12px; font-size: 2rem; line-height: 1.02; }.offer-main h3 { font-size: 2.8rem; }.offer-main h3 strong { color: var(--green); }
.offer-card p { color: #bdc8d9; font-size: .82rem; }.offer-card a { width: fit-content; color: var(--green); border-bottom: 1px solid rgba(157,255,67,.35); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.offer-disc { width: 145px; height: 145px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(157,255,67,.6); border-radius: 50%; box-shadow: 0 0 40px rgba(157,255,67,.2), inset 0 0 30px rgba(157,255,67,.1); transform: rotate(8deg); }
.offer-disc span { font-family: "Arial Black", sans-serif; font-size: 3.8rem; }.offer-disc small { color: var(--green); font-weight: 900; line-height: 1.05; }

/* ---------- Reviews and coming soon ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: center; }
.review-card { min-height: 310px; padding: 30px; border-radius: 16px; }
.featured-review { min-height: 350px; border-color: rgba(36,123,255,.4); background: linear-gradient(145deg,rgba(24,44,81,.85),rgba(16,17,30,.88)); }
.stars { color: #ffd15b; letter-spacing: .12em; }
.review-card blockquote { margin: 27px 0 35px; color: #d4d9e1; font-size: .96rem; line-height: 1.75; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer > span { width: 42px; height: 42px; display: grid; place-items: center; color: #071008; background: var(--green); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.reviewer div { display: grid; }.reviewer strong { font-size: .78rem; }.reviewer small { color: var(--muted); font-size: .65rem; }
.smart-banner { border-block: 1px solid var(--line); background: #0a0e15; }
.smart-inner { min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.smart-inner .section-kicker { margin-bottom: 6px; }.smart-inner h2 { margin: 0; font-size: clamp(1.5rem,3vw,2.7rem); }.smart-inner h2 span { color: var(--blue-light); }
.smart-icon { width: 66px; height: 66px; display: flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(98,163,255,.34); border-radius: 15px; background: rgba(36,123,255,.08); box-shadow: 0 0 28px rgba(36,123,255,.14); }
.smart-icon span { width: 7px; height: 7px; background: var(--blue-light); border-radius: 50%; box-shadow: 0 0 9px var(--blue); animation: pulse 1.4s infinite alternate; }.smart-icon span:nth-child(2) { animation-delay: .3s; }.smart-icon span:nth-child(3) { animation-delay: .6s; }
.coming-pill { padding: 8px 12px; color: var(--green); border: 1px solid rgba(157,255,67,.28); border-radius: 99px; font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
@keyframes pulse { to { transform: translateY(-6px); opacity: .4; } }

/* ---------- Final CTA and footer ---------- */
.final-cta { padding-block: 95px; }
.cta-card { position: relative; padding: 90px 30px; overflow: hidden; border: 1px solid rgba(98,163,255,.25); border-radius: 24px; background: radial-gradient(circle at 50% 0,rgba(36,123,255,.22),transparent 48%),linear-gradient(145deg,#0d1423,#0b0e15); text-align: center; box-shadow: var(--shadow); }
.cta-card > *:not(.cta-grid-lines) { position: relative; z-index: 2; }.cta-card > p:not(.section-kicker) { max-width: 520px; margin: 24px auto 30px; color: var(--muted); }.cta-card .button { min-width: 210px; }
.cta-grid-lines { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(36,123,255,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(36,123,255,.12) 1px,transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(circle at center,#000,transparent 68%); }
.site-footer { padding-top: 75px; border-top: 1px solid var(--line); background: #05070a; }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }
.footer-brand p { max-width: 330px; margin-top: 24px; color: var(--muted); font-size: .78rem; }.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }.footer-main h3 { margin-bottom: 7px; color: var(--text); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.footer-main > div:not(.footer-brand) a { color: var(--muted); font-size: .75rem; }.footer-main a:hover { color: var(--green); }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #687181; border-top: 1px solid var(--line); font-size: .66rem; }.footer-bottom p { margin: 0; }.footer-bottom a { color: #a9b1bf; }

/* ---------- Responsive layout ---------- */
@media (max-width: 1050px) {
  .hero-grid { gap: 25px; }.hero h1 { font-size: clamp(4rem,8vw,6rem); }.game-grid { grid-template-columns: repeat(3,1fr); }
  .filter-panel { grid-template-columns: repeat(3,1fr); }.search-field { grid-column: span 2; }.reset-button { align-self: end; }
  .platform-grid { grid-template-columns: repeat(2,1fr); }.offer-grid { grid-template-columns: 1fr 1fr; }.offer-main { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .section { padding-block: 85px; }.nav-action { display: none; }.menu-button { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 75px; left: 24px; right: 24px; padding: 20px; display: none; flex-direction: column; gap: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(8,11,17,.97); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.menu-button.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-button.active span:nth-child(2) { opacity: 0; }.menu-button.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 135px 0 90px; }.hero-grid { padding-top: 0; grid-template-columns: 1fr; }.hero-copy { max-width: 700px; }.hero-showcase { width: min(600px,100%); margin: 0 auto; }.scroll-note { display: none; }
  .featured-deal { grid-template-columns: 1fr; }.deal-art { min-height: 430px; }.game-grid { grid-template-columns: repeat(2,1fr); }.genre-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid { grid-template-columns: 1fr; }.featured-review { min-height: 310px; }.review-card { min-height: auto; }.footer-main { grid-template-columns: 1.4fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 600px) {
  .container, .nav-shell { width: min(100% - 28px,1180px); }.section { padding-block: 70px; }.section-heading { margin-bottom: 36px; }.section-heading h2, .final-cta h2 { font-size: 2.55rem; }.split-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .site-header .nav-shell { min-height: 72px; }.logo-text { font-size: .72rem; }.logo-mark { width: 30px; height: 30px; }
  .hero { padding: 115px 0 70px; }.hero h1 { font-size: clamp(3.3rem,17vw,5rem); }.hero-text { font-size: .95rem; }.hero-actions { align-items: stretch; flex-direction: column; }.trust-row { justify-content: space-between; }.trust-row div { min-width: 0; padding-right: 13px; margin-right: 13px; }.trust-row strong { font-size: 1rem; }.trust-row span { font-size: .55rem; }.hero-showcase { min-height: 465px; }.hero-game-card { width: 235px; height: 340px; padding: 18px; }.hero-game-card h2 { font-size: 2.1rem; }.cover-symbol { width: 100px; height: 100px; }.cover-symbol span { inset: 20px; }.cover-symbol i { inset: 39px; }.rating-chip { left: -5px; bottom: 35px; }.deal-chip { right: -5px; top: 50px; }
  .featured-deal, .deal-art { min-height: 390px; }.deal-content { padding: 30px 22px; }.deal-topline, .price-row { align-items: flex-start; flex-direction: column; }.price-row .button { width: 100%; }.deal-title { font-size: 3.3rem; }
  .filter-panel { padding: 13px; grid-template-columns: 1fr 1fr; }.search-field { grid-column: 1/-1; }.reset-button { grid-column: 1/-1; }.results-row > span { display: none; }
  .game-grid { grid-template-columns: 1fr; }.game-cover { height: 300px; }.platform-grid, .genre-grid, .offer-grid { grid-template-columns: 1fr; }.platform-card { min-height: 260px; }.offer-main { grid-column: auto; grid-template-columns: 1fr; }.offer-disc { position: absolute; right: -20px; top: 20px; opacity: .5; }.offer-card { min-height: 315px; }
  .genre-grid button { min-height: 120px; }.smart-inner { padding-block: 30px; grid-template-columns: auto 1fr; gap: 18px; }.coming-pill { grid-column: 1/-1; width: fit-content; }.cta-card { padding: 65px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { padding-block: 25px; align-items: flex-start; flex-direction: column; gap: 8px; }
}

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