/* GamePickDaily — Heart Aerospace visual DNA · monumental type over atmospheric skies
   Near-monochrome: stratosphere #716e85 · onyx #000 · cloud #fff · jetstream blue #001489 (outline only)
   Type: Inter — monumental display, restrained body. Zero radius. No cards, no shadows. */

:root {
  --stratosphere: #716e85;
  --jetstream: #001489;
  --onyx: #000000;
  --cloud: #ffffff;
  --mist: #f3f3f5;
  --ash: #9a98a6;
  --line: #d9d9de;

  --font: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --container: 1280px;
  --pad-inline: 40px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--onyx);
  background: var(--cloud);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--jetstream); color: var(--cloud); }
h1, h2, h3, h4 { margin: 0; font-family: var(--font); color: var(--onyx); font-weight: 600; line-height: 1; letter-spacing: -0.02em; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad-inline); }
.section { padding-block: 70px; }

.eyebrow { display: block; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--jetstream); margin: 0 0 24px; }
.section__head { margin-bottom: 46px; max-width: 900px; }
.section__title { font-size: clamp(38px, 6vw, 72px); font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: var(--onyx); }
.section__lede { margin: 26px 0 0; font-size: 20px; font-weight: 400; color: var(--stratosphere); line-height: 1.35; max-width: 640px; }

/* buttons — zero radius, outlined (jetstream) or solid onyx */
.btn { display: inline-flex; align-items: center; gap: 10px; border-radius: 0; padding: 15px 28px; font-family: var(--font); font-weight: 600; font-size: 16px; letter-spacing: -0.01em; border: 1.5px solid transparent; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.btn--solid { background: var(--onyx); color: var(--cloud); }
.btn--solid:hover { background: #1a1a1a; }
.btn--ghost { background: transparent; color: var(--jetstream); border-color: var(--jetstream); }
.btn--ghost:hover { background: var(--jetstream); color: var(--cloud); }
.btn--ghost-light { background: transparent; color: var(--cloud); border-color: var(--cloud); }
.btn--ghost-light:hover { background: var(--cloud); color: var(--onyx); }
.btn__chev { transition: transform .2s var(--ease); }
.btn:hover .btn__chev { transform: translateX(4px); }

/* header — transparent over hero, solid on scroll */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s var(--ease), border-color .3s var(--ease); border-bottom: 1px solid transparent; }
.header.is-solid { background: var(--cloud); border-bottom-color: var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 20px; }
.logo { font-family: var(--font); font-weight: 600; font-size: 22px; letter-spacing: -0.02em; color: var(--cloud); display: inline-flex; align-items: center; gap: 9px; }
.header.is-solid .logo { color: var(--onyx); }
.logo__mark { width: 22px; height: 22px; flex: none; }
.logo__mark svg { width: 100%; height: 100%; }
.logo__accent { opacity: .62; }
.header__nav { display: flex; align-items: center; gap: 32px; }
.header__links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.header__link { font-size: 16px; font-weight: 400; color: var(--cloud); letter-spacing: -0.01em; opacity: .88; transition: opacity .2s ease; }
.header.is-solid .header__link { color: var(--onyx); }
.header__link:hover { opacity: 1; }
.header__cta { padding: 10px 20px; }
.burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--cloud); border-radius: 0; background: transparent; align-items: center; justify-content: center; }
.header.is-solid .burger { border-color: var(--onyx); }
.burger svg { width: 20px; height: 20px; stroke: var(--cloud); }
.header.is-solid .burger svg { stroke: var(--onyx); }

/* hero — full-bleed atmospheric sky */
.hero { position: relative; min-height: 88vh; display: flex; align-items: flex-end; overflow: hidden; background-color: #3a3850;
  background-image:
    linear-gradient(178deg, rgba(40,38,58,0.74) 0%, rgba(64,62,86,0.5) 34%, rgba(113,110,133,0.5) 62%, rgba(200,199,210,0.62) 86%, var(--cloud) 100%),
    url("/assets/img/bg/hero.webp");
  background-size: cover, cover;
  background-position: center, center 30%;
  background-repeat: no-repeat, no-repeat;
}
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 80% at 68% 8%, rgba(255,255,255,0.18), transparent 58%); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--container); margin-inline: auto; padding: 132px var(--pad-inline) 72px; }
.hero__eyebrow { display: block; font-size: 15px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cloud); opacity: .85; margin-bottom: 24px; }
.hero__title { font-size: clamp(48px, 8.6vw, 108px); font-weight: 600; letter-spacing: -0.03em; line-height: 0.94; color: var(--cloud); max-width: 14ch; }
.hero__lede { margin: 30px 0 0; max-width: 540px; font-size: 21px; color: var(--cloud); opacity: .9; line-height: 1.4; }
.hero__actions { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

/* games — monumental rows, no cards */
.games { border-top: 1px solid var(--onyx); }
.game { display: grid; grid-template-columns: 64px 1fr 340px auto; gap: 32px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); transition: background .2s var(--ease); }
.game:hover { background: var(--mist); }
.game__idx { font-size: 20px; font-weight: 600; color: var(--stratosphere); font-variant-numeric: tabular-nums; }
.game__main { min-width: 0; }
.game__genre { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--jetstream); border: 1px solid var(--jetstream); padding: 3px 10px; margin-bottom: 14px; }
.game__name { font-family: var(--font); font-size: clamp(26px, 3.4vw, 40px); font-weight: 600; letter-spacing: -0.02em; color: var(--onyx); line-height: 1; }
.game__dev { font-size: 15px; color: var(--stratosphere); margin-top: 10px; }
.game__desc { font-size: 15.5px; color: var(--onyx); line-height: 1.45; }
.game__shot { border: 1.5px solid var(--onyx); overflow: hidden; aspect-ratio: 16 / 10; }
.game__shot img { width: 100%; height: 100%; object-fit: cover; }
.game__side { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.game__rating { display: flex; align-items: center; gap: 9px; }
.stars { position: relative; display: inline-block; width: 96px; height: 16px; }
.stars__bg, .stars__fg { position: absolute; inset: 0; display: flex; gap: 2px; }
.stars__bg svg { fill: var(--line); }
.stars__fg { overflow: hidden; }
.stars__fg svg { fill: var(--onyx); }
.stars svg { width: 16px; height: 16px; flex: none; }
.game__rating-num { font-weight: 600; color: var(--onyx); font-size: 15px; font-variant-numeric: tabular-nums; }
.game__link { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 600; color: var(--jetstream); white-space: nowrap; }
.game__link .btn__chev { transition: transform .2s var(--ease); }
.game__link:hover .btn__chev { transform: translateX(4px); }

/* numbers — monumental stats over stratosphere band */
.numbers { background: linear-gradient(160deg, var(--stratosphere) 0%, #4a4860 100%); }
.numbers .eyebrow { color: var(--cloud); opacity: .85; }
.numbers .section__title { color: var(--cloud); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 40px; }
.stat { padding: 8px 28px 8px 0; border-left: 1px solid rgba(255,255,255,0.28); padding-left: 28px; }
.stat__n { font-family: var(--font); font-size: clamp(46px, 6vw, 84px); font-weight: 600; letter-spacing: -0.03em; color: var(--cloud); line-height: 0.95; }
.stat__l { margin: 16px 0 0; font-size: 15px; color: var(--cloud); opacity: .82; }

/* method — text-forward, ghost-outline framing, no cards */
.method__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--onyx); }
.method { padding: 40px 32px 40px 0; border-right: 1px solid var(--line); }
.method:last-child { border-right: none; padding-right: 0; }
.method__ico { width: 48px; height: 48px; border: 1.5px solid var(--jetstream); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.method__ico svg { width: 22px; height: 22px; stroke: var(--jetstream); fill: none; }
.method__h { font-family: var(--font); font-size: 26px; font-weight: 600; letter-spacing: -0.02em; color: var(--onyx); margin: 0 0 12px; }
.method__p { margin: 0; font-size: 16px; color: var(--stratosphere); line-height: 1.5; }

/* reviews — full-width quotes, dividers not cards */
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--onyx); }
.review { padding: 40px 32px 40px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 22px; }
.review:last-child { border-right: none; padding-right: 0; }
.review__stars { display: flex; gap: 3px; }
.review__stars svg { width: 16px; height: 16px; fill: var(--onyx); }
.review__quote { font-family: var(--font); font-size: 21px; font-weight: 600; line-height: 1.25; color: var(--onyx); letter-spacing: -0.02em; margin: 0; flex: 1; }
.review__who { display: flex; align-items: center; gap: 13px; }
.review__ava { width: 44px; height: 44px; border: 1.5px solid var(--onyx); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; color: var(--onyx); }
.review__name { font-weight: 600; color: var(--onyx); font-size: 15px; }
.review__role { font-size: 13.5px; color: var(--stratosphere); }

/* how we earn */
.earn { background: var(--mist); }
.earn__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 44px; border-top: 1px solid var(--onyx); }
.earn__item { padding: 36px 32px 36px 0; border-right: 1px solid var(--line); }
.earn__item:last-child { border-right: none; padding-right: 0; }
.earn__n { font-family: var(--font); font-size: 46px; font-weight: 600; color: var(--stratosphere); letter-spacing: -0.03em; line-height: 1; }
.earn__h { font-family: var(--font); font-size: 24px; font-weight: 600; color: var(--onyx); margin: 18px 0 10px; letter-spacing: -0.02em; }
.earn__p { font-size: 15.5px; color: var(--stratosphere); line-height: 1.5; margin: 0; }
.earn__actions { margin-top: 40px; }

/* faq */
.faq__list { width: 100%; border-top: 1.5px solid var(--onyx); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0; background: none; border: none; font-family: var(--font); font-size: clamp(22px, 3vw, 30px); font-weight: 600; color: var(--onyx); letter-spacing: -0.02em; }
.faq__q svg { width: 22px; height: 22px; flex: none; stroke: var(--jetstream); transition: transform .3s var(--ease); }
.faq__item.is-open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq__a-inner { padding-bottom: 28px; font-size: 17px; color: var(--stratosphere); line-height: 1.55; max-width: 860px; }

/* subscribe */
.subscribe { background: var(--onyx); }
.subscribe .eyebrow { color: #7f8dff; }
.subscribe__wrap { max-width: 720px; }
.subscribe__title { font-size: clamp(38px, 6vw, 72px); font-weight: 600; letter-spacing: -0.02em; line-height: 1; color: var(--cloud); }
.subscribe__lede { margin: 24px 0 0; font-size: 19px; color: var(--cloud); opacity: .8; line-height: 1.4; max-width: 540px; }
.subform { margin-top: 36px; }
.subform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.subform__field { margin-bottom: 16px; }
.subform__field--full { grid-column: 1 / -1; }
.subform label { display: block; font-size: 14px; font-weight: 400; color: var(--cloud); opacity: .8; margin-bottom: 8px; }
.subform input[type="text"], .subform input[type="tel"], .subform input[type="email"] { width: 100%; padding: 15px 16px; border: 1.5px solid rgba(255,255,255,0.32); border-radius: 0; background: transparent; font-family: var(--font); font-size: 16px; color: var(--cloud); transition: border-color .2s ease; }
.subform input::placeholder { color: rgba(255,255,255,0.4); }
.subform input:focus { outline: none; border-color: var(--cloud); }
.subform__consent { display: flex; gap: 11px; align-items: flex-start; margin: 8px 0 22px; }
.subform__consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--jetstream); flex: none; }
.subform__consent label { margin: 0; font-size: 13.5px; color: var(--cloud); opacity: .78; line-height: 1.45; }
.subform__consent a { color: var(--cloud); text-decoration: underline; }
.subform__submit { }
.subform__success { display: none; margin-top: 20px; padding: 16px 18px; border: 1.5px solid var(--cloud); color: var(--cloud); font-size: 15px; }
.subform__success.is-visible { display: block; }

/* footer — onyx */
.footer { background: var(--onyx); color: var(--cloud); padding-block: 64px 40px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer__brand .logo { color: var(--cloud); }
.footer__tagline { margin: 18px 0 0; font-size: 15px; color: rgba(255,255,255,0.6); max-width: 340px; line-height: 1.55; }
.footer__col h4 { font-size: 14px; color: var(--cloud); margin: 0 0 18px; font-weight: 600; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.footer__col a { font-size: 15px; color: rgba(255,255,255,0.7); transition: color .2s ease; }
.footer__col a:hover { color: var(--cloud); }
.footer__bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.16); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__copy { font-size: 13px; color: rgba(255,255,255,0.55); }
.footer__contact { font-size: 13px; color: rgba(255,255,255,0.7); }
.footer__contact a { color: var(--cloud); }

/* back to top */
.totop { position: fixed; right: 24px; bottom: 24px; z-index: 40; width: 48px; height: 48px; border-radius: 0; background: var(--onyx); border: 1.5px solid var(--cloud); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; }
.totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.totop svg { width: 20px; height: 20px; stroke: var(--cloud); fill: none; }

/* cookie */
.cookie { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 60; max-width: 560px; margin-inline: auto; background: var(--onyx); color: var(--cloud); border: 1.5px solid var(--cloud); border-radius: 0; padding: 22px 24px; display: none; }
.cookie.is-visible { display: block; }
.cookie__text { font-size: 14px; line-height: 1.5; margin: 0 0 16px; color: rgba(255,255,255,0.82); }
.cookie__text a { color: var(--cloud); text-decoration: underline; }
.cookie__actions { display: flex; gap: 12px; }

/* legal */
.legal { padding-block: 120px 80px; }
.legal__head { max-width: 860px; margin: 0 auto 40px; }
.legal__updated { font-size: 14px; color: var(--stratosphere); margin: 0 0 22px; }
.legal__body { max-width: 860px; margin-inline: auto; }
.legal__body h2 { font-size: 30px; font-weight: 600; margin: 44px 0 14px; letter-spacing: -0.02em; }
.legal__body h3 { font-size: 21px; font-weight: 600; margin: 26px 0 10px; color: var(--onyx); }
.legal__body p, .legal__body li { font-size: 17px; color: var(--stratosphere); line-height: 1.6; }
.legal__body ul { padding-left: 22px; }
.legal__body a { color: var(--jetstream); text-decoration: underline; }
.legal__body strong { color: var(--onyx); }
.backhome { margin-top: 8px; }

/* responsive */
@media (max-width: 1024px) {
  .game { grid-template-columns: 44px 1fr; grid-template-areas: "idx main" "shot shot" "side side"; row-gap: 20px; }
  .game__idx { grid-area: idx; } .game__main { grid-area: main; } .game__shot { grid-area: shot; } .game__side { grid-area: side; flex-direction: row; align-items: center; justify-content: space-between; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
}
@media (max-width: 860px) {
  :root { --pad-inline: 24px; }
  .method__grid, .reviews__grid, .earn__grid { grid-template-columns: 1fr; }
  .method, .review, .earn__item { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; }
  .method:last-child, .review:last-child, .earn__item:last-child { border-bottom: none; }
  .header__links { display: none; }
  .burger { display: flex; }
  .header__nav.is-open { position: fixed; inset: 84px 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; background: var(--cloud); border-bottom: 1px solid var(--line); padding: 20px var(--pad-inline) 28px; }
  .header__nav.is-open .header__links { display: grid; gap: 4px; }
  .header__nav.is-open .header__link { padding: 12px 0; font-size: 18px; color: var(--onyx); }
  .header__nav.is-open .header__cta { margin-top: 12px; }
}
@media (max-width: 560px) {
  .section { padding-block: 54px; }
  .stats__grid, .subform__row { grid-template-columns: 1fr; }
  .stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.28); padding: 20px 0 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .game__side { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
