@charset "UTF-8";

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #050505;
  --black-soft: #0c0b09;
  --panel: rgba(20, 18, 14, 0.76);
  --gold: #ffc400;
  --gold-light: #ffe377;
  --gold-deep: #e89b00;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.63);
  --line: rgba(255, 255, 255, 0.11);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: "Rubik", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: #050505;
  background: var(--gold);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.shell {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding-inline: 20px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #000;
  background: var(--gold);
  border-radius: 8px;
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--safe-top);
  transition: background-color 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.site-header__inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 118px;
  height: auto;
}

.age-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: max(640px, 100svh);
  overflow: hidden;
  align-items: flex-end;
  padding: calc(92px + var(--safe-top)) 0 calc(44px + var(--safe-bottom));
  background: #080704;
}

.hero__art,
.hero__shade,
.hero__orb {
  position: absolute;
  inset: 0;
}

.hero__art {
  z-index: -4;
  background: #050505 url("../img/main-bg.webp?v=bg-3") 70% top / auto 65% no-repeat;
  filter: brightness(1.02) saturate(1.03);
  transform: scale(1.025);
  animation: artEnter 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (max-width: 819px) {
  .hero__art::after {
    position: absolute;
    top: calc(65% - 170px);
    right: 0;
    left: 0;
    height: 220px;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.18) 26%, rgba(5, 5, 5, 0.68) 64%, #050505 100%);
    content: "";
    pointer-events: none;
  }
}

.hero__shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(4, 3, 2, 0.08) 27%, rgba(5, 5, 5, 0.32) 43%, rgba(5, 5, 5, 0.66) 58%, rgba(5, 5, 5, 0.96) 94%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.07), transparent 68%);
}

.hero__orb {
  z-index: -2;
  inset: auto;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.hero__orb--one {
  top: 21%;
  right: -12%;
  width: 240px;
  height: 240px;
  background: rgba(255, 174, 0, 0.2);
  animation: drift 7s ease-in-out infinite alternate;
}

.hero__orb--two {
  bottom: 8%;
  left: -24%;
  width: 260px;
  height: 260px;
  background: rgba(255, 201, 61, 0.12);
  animation: drift 9s 1s ease-in-out infinite alternate-reverse;
}

.hero__inner {
  position: relative;
}

.hero__content {
  position: relative;
  width: min(100%, 540px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow__dot {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 196, 0, 0.12), 0 0 18px rgba(255, 196, 0, 0.7);
  animation: pulse 2s ease-in-out infinite;
}

.hero__title {
  max-width: 520px;
  margin: 0;
  font-size: clamp(36px, 10.4vw, 57px);
  font-weight: 800;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-wrap: balance;
}

.hero__title span {
  color: transparent;
  background: linear-gradient(110deg, #fff4b4 0%, var(--gold) 44%, #fff1a2 64%, #e79a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 0.8fr);
  grid-template-rows: auto auto;
  gap: 0 14px;
  align-items: center;
  width: 100%;
  margin: 26px 0 16px;
  padding: 17px 16px;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 196, 0, 0.05));
  border: 1px solid rgba(255, 211, 80, 0.26);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 20px 50px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(13px);
}

.offer::after {
  position: absolute;
  width: 90px;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  transform: translateX(-250%) rotate(20deg);
  animation: sheen 5s 2s ease-in-out infinite;
}

.offer__caption {
  align-self: end;
  margin: 0 0 1px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer__amount {
  grid-row: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 8.8vw, 42px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.offer__amount small {
  color: var(--gold);
  font-size: 0.34em;
  letter-spacing: 0.02em;
}

.offer__divider {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.16);
}

.offer__spins {
  grid-column: 3;
  grid-row: 1 / 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.offer__spins strong {
  display: block;
  color: var(--gold);
  font-size: clamp(25px, 8vw, 38px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.hero__lead {
  max-width: 470px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.hero__actions {
  display: grid;
  gap: 10px;
}

.hero__actions button {
  width: 100%;
}

.action {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.action svg,
.store-link__arrow {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}

.action--primary {
  color: #171000;
  background: linear-gradient(110deg, #ffda42 0%, var(--gold) 52%, #f0a300 100%);
  box-shadow: 0 13px 34px rgba(255, 174, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.action--primary::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.34), transparent 40%);
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
}

.action--primary > * {
  position: relative;
}

.action--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.action--secondary > svg:first-child {
  color: var(--gold);
}

.action .action__sport-icon {
  fill: currentColor;
  stroke: none;
}

.action--app {
  background: linear-gradient(120deg, rgba(255, 196, 0, 0.12), rgba(255, 255, 255, 0.07));
  border-color: rgba(255, 204, 40, 0.22);
}

.action__tag {
  margin-left: auto;
  padding: 4px 7px;
  color: var(--gold-light);
  background: rgba(255, 196, 0, 0.1);
  border: 1px solid rgba(255, 196, 0, 0.23);
  border-radius: 6px;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.action:hover,
.action:focus-visible {
  transform: translateY(-2px);
}

.action--primary:hover,
.action--primary:focus-visible {
  box-shadow: 0 18px 42px rgba(255, 174, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.action--primary:hover::before,
.action--primary:focus-visible::before {
  opacity: 1;
}

.action:hover svg:last-child,
.action:focus-visible svg:last-child,
.store-link:hover .store-link__arrow,
.store-link:focus-visible .store-link__arrow {
  transform: translateX(4px);
}

.action:active,
.store-link:active {
  transform: translateY(1px) scale(0.99);
}

.action:focus-visible,
.store-link:focus-visible,
.brand:focus-visible,
.legal summary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.hero__notice {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.37);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.scroll-cue {
  display: none;
}

.entrance {
  opacity: 0;
  animation: entrance 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.entrance--1 { animation-delay: 0.1s; }
.entrance--2 { animation-delay: 0.2s; }
.entrance--3 { animation-delay: 0.34s; }
.entrance--4 { animation-delay: 0.47s; }
.entrance--5 { animation-delay: 0.58s; }
.entrance--6 { animation-delay: 0.68s; }

.section {
  position: relative;
  padding: 78px 0;
}

.apps {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 16%, rgba(255, 184, 0, 0.09), transparent 28%),
    linear-gradient(180deg, #050505, #0a0907 58%, #050505);
}

.apps__intro {
  max-width: 560px;
}

.apps h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(31px, 9vw, 52px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.apps__intro > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.app-links {
  margin-top: 30px;
}

.action--app-launch {
  width: 100%;
}

.store-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.store-link:hover,
.store-link:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 205, 44, 0.33);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.store-link__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: rgba(255, 196, 0, 0.1);
  border: 1px solid rgba(255, 196, 0, 0.18);
  border-radius: 12px;
}

.store-link__icon svg {
  width: 24px;
  height: 28px;
  fill: var(--gold-light);
}

.store-link__icon--play svg {
  width: 22px;
  height: 26px;
}

.store-link small,
.store-link strong {
  display: block;
}

.store-link small {
  margin-bottom: 1px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-link strong {
  font-size: 17px;
}

.store-link__arrow {
  width: 19px;
  color: rgba(255, 255, 255, 0.46);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.benefit {
  min-width: 0;
  padding: 0 11px;
  text-align: center;
}

.benefit + .benefit {
  border-left: 1px solid var(--line);
}

.benefit strong,
.benefit span {
  display: block;
}

.benefit strong {
  color: var(--gold-light);
  font-size: 14px;
}

.benefit span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 9px;
  line-height: 1.35;
}

.final-cta {
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  background: #050505;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.final-cta::before {
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 0, 0.45), transparent);
}

.final-cta::after {
  top: 50%;
  left: 50%;
  width: 380px;
  height: 260px;
  background: rgba(255, 172, 0, 0.1);
  border-radius: 50%;
  filter: blur(90px);
  transform: translate(-50%, -50%);
}

.final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta__inner > img {
  width: 104px;
  height: auto;
  margin-bottom: 24px;
  opacity: 0.8;
}

.final-cta h2 {
  margin-bottom: 28px;
}

.final-cta .action {
  width: min(100%, 360px);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  padding: 48px 0 calc(28px + var(--safe-bottom));
  color: #fff;
  background: #020202;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.partners-title {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.24);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-align: center;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 22px;
  align-items: center;
  justify-content: center;
}

.partners-logos img {
  width: auto;
  height: 24px;
  max-width: 72px;
  opacity: 0.32;
  filter: grayscale(1) brightness(2);
  transition: opacity 0.25s ease, filter 0.25s ease;
}

.partners-logos img:hover {
  opacity: 0.72;
  filter: grayscale(0) brightness(1);
}

.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer__meta > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  text-align: center;
}

.responsible-badges {
  display: flex;
  gap: 10px;
  align-items: center;
}

.responsible-badges a {
  display: block;
}

.responsible-badges img {
  width: auto;
  height: 34px;
  opacity: 0.62;
}

.legal {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.26);
  font-size: 10px;
}

.legal summary {
  width: max-content;
  margin: 0 auto;
  padding: 7px;
  color: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  font-size: 10px;
}

.legal__content {
  margin-top: 18px;
}

.legal__content p {
  margin: 0 0 9px;
  line-height: 1.65;
}

.legal a {
  color: rgba(255, 255, 255, 0.45);
}

body.modal-open {
  overflow: hidden;
}

.app-dialog {
  width: min(calc(100% - 24px), 470px);
  max-width: none;
  max-height: min(720px, calc(100dvh - 24px));
  margin: auto;
  padding: 0;
  overflow: visible;
  color: #fff;
  background: #0b0a08;
  border: 1px solid rgba(255, 213, 82, 0.24);
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.app-dialog[open] {
  animation: dialogEnter 0.32s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.app-dialog.is-closing {
  animation: dialogExit 0.2s ease both;
}

.app-dialog::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  animation: backdropEnter 0.25s ease both;
}

.app-dialog.is-closing::backdrop {
  animation: backdropExit 0.2s ease both;
}

.app-dialog__panel {
  position: relative;
  max-height: min(720px, calc(100dvh - 24px));
  padding: 30px 20px 22px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% 2%, rgba(255, 190, 0, 0.15), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 46%);
  border-radius: inherit;
}

.app-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.app-dialog__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(6deg);
}

.app-dialog__close:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.app-dialog__close svg,
.app-dialog__logo svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.app-dialog__logo {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 21px;
  place-items: center;
  color: #181000;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(255, 177, 0, 0.2);
}

.app-dialog__logo svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.8;
}

.app-dialog .section-kicker {
  margin-bottom: 9px;
}

.app-dialog h2 {
  max-width: 340px;
  margin: 0;
  padding-right: 28px;
  font-size: clamp(25px, 8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.app-dialog__text {
  margin: 13px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.app-dialog__choices {
  display: grid;
  gap: 10px;
}

@keyframes entrance {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes artEnter {
  from { opacity: 0; transform: scale(1.09); }
  to { opacity: 1; transform: scale(1.025); }
}

@keyframes drift {
  from { transform: translate3d(-8px, -10px, 0) scale(0.92); }
  to { transform: translate3d(12px, 12px, 0) scale(1.08); }
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 8px rgba(255, 196, 0, 0), 0 0 24px rgba(255, 196, 0, 0.85); }
}

@keyframes sheen {
  0%, 66% { transform: translateX(-250%) rotate(20deg); }
  92%, 100% { transform: translateX(470%) rotate(20deg); }
}

@keyframes dialogEnter {
  from { opacity: 0; transform: translateY(22px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes dialogExit {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(12px) scale(0.98); }
}

@keyframes backdropEnter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes backdropExit {
  from { opacity: 1; }
  to { opacity: 0; }
}

@media (max-width: 819px) and (max-height: 720px) {
  .site-header__inner {
    min-height: 58px;
  }

  .brand img {
    width: 108px;
  }

  .hero {
    padding-top: calc(70px + var(--safe-top));
    padding-bottom: calc(12px + var(--safe-bottom));
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .hero__title {
    font-size: clamp(32px, 9.6vw, 40px);
  }

  .offer {
    margin: 14px 0 10px;
    padding: 12px 14px;
    border-radius: 15px;
  }

  .hero__lead {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.42;
  }

  .hero__actions {
    gap: 8px;
  }

  .action {
    min-height: 49px;
    padding-block: 10px;
  }

  .hero__notice {
    margin-top: 7px;
    font-size: 8px;
  }
}

@media (min-width: 560px) {
  .shell {
    padding-inline: 28px;
  }

  .hero__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__actions .action--primary {
    grid-column: 1 / -1;
  }

  .action__tag {
    display: none;
  }

  .hero__notice {
    text-align: left;
  }

  .benefit strong {
    font-size: 17px;
  }

  .benefit span {
    font-size: 10px;
  }
}

@media (min-width: 820px) {
  .shell {
    padding-inline: 40px;
  }

  .site-header__inner {
    min-height: 82px;
  }

  .brand img {
    width: 148px;
  }

  .hero {
    min-height: 780px;
    align-items: center;
    padding-top: 110px;
  }

  .hero__art {
    background-image: url("../img/main-bg.webp?v=bg-3");
    background-size: cover;
    background-position: 60% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.58) 38%, rgba(5, 5, 5, 0.03) 73%),
      linear-gradient(180deg, transparent 55%, rgba(5, 5, 5, 0.96) 100%);
  }

  .hero__content {
    width: min(52%, 560px);
  }

  .hero__title {
    font-size: clamp(49px, 5.1vw, 66px);
  }

  .hero__lead {
    font-size: 15px;
  }

  .offer {
    margin-top: 30px;
  }

  .scroll-cue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    display: block;
    width: 1px;
    height: 36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
  }

  .scroll-cue span {
    display: block;
    width: 100%;
    height: 40%;
    background: var(--gold);
    animation: scrollCue 1.8s ease-in-out infinite;
  }

  .section {
    padding: 110px 0;
  }

  .apps > .shell {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 36px 70px;
    align-items: end;
  }

  .apps__intro {
    align-self: center;
  }

  .app-links {
    margin-top: 0;
  }

  .benefits {
    grid-column: 1 / -1;
  }

  .footer__meta {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__meta > p {
    text-align: left;
  }

  .legal summary {
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .hero {
    min-height: min(900px, 100svh);
  }

  .hero__content {
    width: 600px;
  }

  .hero__title {
    max-width: 620px;
    font-size: clamp(52px, 3.5vw, 64px);
  }

  .hero__title span {
    white-space: nowrap;
  }

  .hero__art {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, #050505 0%, #050505 34%, rgba(5, 5, 5, 0.94) 42%, rgba(5, 5, 5, 0.62) 55%, rgba(5, 5, 5, 0.12) 70%, rgba(5, 5, 5, 0.02) 80%),
      linear-gradient(180deg, transparent 55%, rgba(5, 5, 5, 0.96) 100%);
  }

  .partners-logos {
    gap: 32px;
  }

  .partners-logos img {
    height: 28px;
    max-width: 92px;
  }
}

@keyframes scrollCue {
  from { transform: translateY(-120%); }
  to { transform: translateY(270%); }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .entrance,
  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
