/* Landing page. Loaded after main.css and only on /landing/. Tokens come from main.css. */

.page--landing .layout { padding-bottom: 0; }

/* ---------- section 1: hero ---------- */

.lp-hero { position: relative; margin: 0 calc(50% - 50vw); padding: 18px 0 64px; background: linear-gradient(160deg, var(--grove-900), var(--grove-800) 55%, var(--grove-700)); color: #fff; overflow: hidden; }
.lp-hero::before { content: ""; position: absolute; right: -12%; top: -30%; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(circle, rgba(203, 234, 59, .18), rgba(203, 234, 59, 0) 62%); pointer-events: none; }
.lp-hero__inner { position: relative; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.lp-hero__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; margin-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.lp-hero__note { display: flex; align-items: center; margin: 0; color: #BFD3C9; font-size: .84rem; }
.lp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 40px; align-items: center; }
.lp-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--lime); font-weight: 800; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.lp-hero__eyebrow .icon { width: 18px; height: 18px; }
.lp-hero__title { margin: 0 0 18px; font-family: var(--display); font-weight: 900; font-stretch: 70%; font-size: clamp(2.6rem, 6.4vw, 5.4rem); line-height: .9; letter-spacing: -.01em; text-transform: uppercase; }
.lp-hero__title em { font-style: normal; color: var(--lime); }
.lp-hero__lede { max-width: 560px; margin: 0 0 26px; color: #D1E1D9; font-size: 1.08rem; }
.lp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.lp-hero__trust { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #BFD3C9; font-size: .9rem; }
.lp-hero__trust li { display: flex; align-items: center; gap: 10px; }
.lp-hero__trust .icon { flex: none; width: 18px; height: 18px; color: var(--lime); }

/* fan of real game covers, chips pinned over it */
.lp-hero__visual { position: relative; aspect-ratio: 1 / .92; }
.lp-hero__cover { position: absolute; width: 40%; height: auto; border-radius: 16px; box-shadow: 0 24px 40px -18px rgba(0, 0, 0, .6); }
.lp-hero__cover--1 { left: 4%; top: 6%; transform: rotate(-10deg); }
.lp-hero__cover--2 { left: 33%; top: 0; transform: rotate(3deg); z-index: 2; }
.lp-hero__cover--3 { right: 2%; top: 14%; transform: rotate(9deg); }
.lp-hero__cover--4 { left: 10%; top: 48%; transform: rotate(6deg); }
.lp-hero__cover--5 { left: 38%; top: 44%; transform: rotate(-4deg); z-index: 2; }
.lp-hero__cover--6 { right: 4%; top: 54%; transform: rotate(-9deg); }
.lp-hero__chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: var(--r-pill); background: #fff; color: var(--ink); font-weight: 800; font-size: .84rem; box-shadow: var(--shadow-2); white-space: nowrap; }
.lp-hero__chip .icon { width: 16px; height: 16px; color: var(--peel-600); }
.lp-hero__chip--live { left: 0; top: 40%; }
.lp-hero__chip--bingo { right: 0; bottom: 4%; }

/* ---------- section 2: what's inside ---------- */

.lp-inside { padding: 56px 0 64px; }
.lp-inside__inner { max-width: var(--wrap); margin: 0 auto; }
.lp-inside__head { max-width: 720px; margin-bottom: 30px; }
.lp-inside__title { margin: 0 0 10px; font-family: var(--display); font-weight: 900; font-stretch: 74%; font-size: clamp(1.9rem, 4vw, 3rem); line-height: .95; text-transform: uppercase; }
.lp-inside__lede { margin: 0; color: var(--ink-2); font-size: 1.05rem; }

.lp-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 40px; padding: 0; list-style: none; }
.lp-product { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 26px 24px 22px; border-radius: var(--r-lg); background: var(--card); box-shadow: var(--shadow-1); border-top: 6px solid var(--grove-700); }
.lp-product--casino { border-top-color: var(--peel); }
.lp-product--bingo { border-top-color: #B35A0B; }
.lp-product--sports { border-top-color: var(--grove-600); }
.lp-product__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--grove-800); color: var(--lime); }
.lp-product__icon .icon { width: 24px; height: 24px; }
.lp-product__title { margin: 4px 0 0; font-family: var(--display); font-weight: 900; font-stretch: 80%; font-size: 1.5rem; text-transform: uppercase; }
.lp-product__text { margin: 0; color: var(--ink-2); }
.lp-product__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 8px 0 4px; padding: 12px 0 0; border-top: 1px dashed var(--line-2); }
.lp-product__facts div { display: flex; flex-direction: column-reverse; }
.lp-product__facts dt { color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.lp-product__facts dd { margin: 0; font-family: var(--display); font-weight: 900; font-stretch: 80%; font-size: 1.45rem; color: var(--ink); }
.lp-product__link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--grove-700); font-weight: 800; text-decoration: none; }
.lp-product__link:hover { color: var(--peel-600); }
.lp-product__link .icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.lp-product__link:hover .icon { transform: translateX(4px); }

.lp-popular { margin-bottom: 44px; }
.lp-popular__title { margin: 0 0 14px; font-family: var(--display); font-weight: 900; font-stretch: 80%; font-size: 1.3rem; text-transform: uppercase; }
.lp-popular__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.lp-start { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 24px; align-items: stretch; }
.lp-start__steps { padding: 28px; border-radius: var(--r-lg); background: var(--paper-2); }
.lp-start__title { margin: 0 0 18px; font-family: var(--display); font-weight: 900; font-stretch: 80%; font-size: 1.3rem; text-transform: uppercase; }
.lp-start__cta { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 28px; border-radius: var(--r-lg); background: var(--grove-800); color: #fff; }
.lp-start__pitch { margin: 0; font-size: 1.05rem; color: #D1E1D9; }
.lp-start__alt { margin: 0; text-align: center; color: #BFD3C9; font-size: .92rem; }
.lp-start__alt a, .lp-start__fine a { color: var(--lime); }
.lp-start__fine { margin: 6px 0 0; color: #9EB7AB; font-size: .8rem; }

/* ---------- responsive ---------- */

@media (max-width: 1100px) {
  .lp-popular__grid { grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); }
}
@media (max-width: 900px) {
  .lp-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .lp-hero__visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .lp-products { grid-template-columns: minmax(0, 1fr); }
  .lp-start { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .lp-hero { padding-bottom: 44px; }
  .lp-hero__bar { flex-wrap: wrap; }
  .lp-hero__note { order: 3; width: 100%; }
  .lp-hero__actions .btn { flex: 1 1 100%; }
  .lp-hero__chip { font-size: .78rem; padding: 8px 12px; }
  .lp-inside { padding: 40px 0 48px; }
  .lp-product { padding: 22px 18px 18px; }
  .lp-start__steps, .lp-start__cta { padding: 22px 18px; }
}
