/* =========================================================
   Randombuy — Landing Styles
   ========================================================= */

:root {
  --rb-pink: #f5576c;
  --rb-purple: #764ba2;
  --rb-plum: #3f275b;
  --rb-grad: linear-gradient(29.35deg, #f5576c 0%, #764ba2 100%);
  --rb-grad-soft: linear-gradient(135deg, #f5576c 0%, #764ba2 100%);
  --ink-900: #0f1020;
  --ink-800: #1b1d31;
  --ink-700: #2a2c45;
  --ink-500: #5b5e7a;
  --ink-400: #8a8da8;
  --ink-200: #e5e6f0;
  --ink-100: #f4f4fa;
  --bg: #ffffff;
  --bg-soft: #fafafd;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-sm: 0 4px 14px rgba(15, 16, 32, 0.06);
  --shadow-md: 0 18px 40px rgba(118, 75, 162, 0.18);
  --shadow-lg: 0 30px 80px rgba(245, 87, 108, 0.28);
  --font: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  padding: 18px 0;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav__logo,
.footer__logo {
  display: inline-flex;
  align-items: center;
}
.nav__logo-image {
  width: min(198px, 42vw);
  height: auto;
}
.footer__logo-image {
  width: min(172px, 44vw);
  height: auto;
}
.nav__links {
  display: flex;
  gap: 8px;
}
.nav__link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  transition: background 0.15s ease;
}
.nav__link:hover { background: rgba(255, 255, 255, 0.12); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: var(--rb-grad);
  color: #fff;
  overflow: hidden;
  padding: 96px 0 92px;
  isolation: isolate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: -1;
  opacity: 0.55;
}
.hero::before {
  width: 520px;
  height: 520px;
  background: #ff8fb1;
  top: -160px;
  left: -120px;
}
.hero::after {
  width: 620px;
  height: 620px;
  background: #5c2e94;
  bottom: -260px;
  right: -140px;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.hero__title {
  font-size: clamp(34px, 5.6vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1.6px;
  margin: 18px 0 16px;
}
.hero__title em {
  font-style: normal;
  background: linear-gradient(180deg, #ffe7b0 0%, #ffb16e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__claim {
  font-size: clamp(16px, 1.4vw, 19px);
  max-width: 520px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn-store {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0e0f1a;
  color: #fff;
  padding: 12px 22px 12px 18px;
  border-radius: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 10px 30px rgba(15, 16, 32, 0.35);
}
.btn-store:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(15, 16, 32, 0.45); }
.btn-store:active { transform: translateY(0); }
.btn-store__icon { width: 28px; height: 28px; flex: none; }
.btn-store__label { display: flex; flex-direction: column; line-height: 1.1; }
.btn-store__small { font-size: 11px; opacity: 0.75; font-weight: 500; }
.btn-store__big { font-size: 17px; font-weight: 700; letter-spacing: -0.2px; }

.hero__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.hero__note svg { width: 16px; height: 16px; }

.hero__media {
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(34px);
}
.hero__media.is-visible {
  animation: hero-media-in 0.8s cubic-bezier(0.18, 0.82, 0.24, 1) forwards;
}
@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: translateX(34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Phone mockup */
.phone {
  --bezel: 12px;
  --radius-outer: 46px;
  --radius-inner: 34px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 9 / 19.5;
  padding: var(--bezel);
  border-radius: var(--radius-outer);
  background: linear-gradient(135deg, #2a2c3a 0%, #0c0d14 40%, #1a1c28 70%, #06070c 100%);
  transform: rotate(-3deg);
  box-shadow:
    0 40px 70px -10px rgba(15, 16, 32, 0.55),
    0 18px 30px -8px rgba(15, 16, 32, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.6);
}
.phone::before,
.phone::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #06070c, #2a2c3a 60%, #06070c);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.phone::before {
  right: -2px;
  top: 22%;
  width: 4px;
  height: 64px;
}
.phone::after {
  left: -2px;
  top: 18%;
  width: 4px;
  height: 110px;
}
.phone__camera {
  position: absolute;
  top: calc(var(--bezel) + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1c1f2a 0%, #000 60%, #000 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 0 1px rgba(120, 140, 200, 0.18);
  z-index: 4;
  pointer-events: none;
}
.phone__screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-inner);
  box-shadow:
    inset 0 0 0 1.5px #000,
    0 0 0 2px #0a0b12;
}
.phone__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.85s ease;
}
.phone__shot--current {
  opacity: 1;
  z-index: 1;
}
.phone__shot--next {
  opacity: 0;
  z-index: 2;
}
.phone.is-transitioning .phone__shot--current {
  opacity: 0;
}
.phone.is-transitioning .phone__shot--next {
  opacity: 1;
}
.phone__glare {
  position: absolute;
  inset: var(--bezel);
  border-radius: var(--radius-inner);
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(220deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 35%);
  mix-blend-mode: screen;
  z-index: 3;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: 96px 0; }
.section--soft { background: var(--bg-soft); }

.section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.section__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--rb-purple);
  margin-bottom: 12px;
}
.section__title {
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 1.05;
  margin: 0 0 14px;
}
.section__sub {
  color: var(--ink-500);
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature {
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  animation: feature-float 6s ease-in-out infinite;
  will-change: transform;
}
.feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.feature:nth-child(2) { animation-delay: 0.9s; }
.feature:nth-child(3) { animation-delay: 1.8s; }
@keyframes feature-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.feature__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--rb-grad-soft);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.feature__icon svg { width: 26px; height: 26px; }
.feature__title {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0 0 8px;
}
.feature__desc {
  font-size: 14.5px;
  color: var(--ink-500);
  margin: 0;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.story-card {
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.story-card__kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--rb-purple);
  margin-bottom: 10px;
}
.story-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.6px;
}
.story-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 15px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step {
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.step__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(118, 75, 162, 0.1);
  color: var(--rb-purple);
  font-weight: 800;
  margin-bottom: 16px;
}
.step h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.step p {
  margin: 0;
  color: var(--ink-500);
}

/* =========================================================
   QR DOWNLOAD
   ========================================================= */
.qr {
  position: relative;
  background: #0e0f1a;
  color: #fff;
  border-radius: 36px;
  padding: 64px 56px;
  overflow: hidden;
  isolation: isolate;
}
.qr::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 87, 108, 0.45), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(118, 75, 162, 0.55), transparent 55%);
  z-index: -1;
}
.qr__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.qr__title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.05;
  margin: 0 0 16px;
}
.qr__sub {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  margin: 0 0 24px;
  max-width: 420px;
}
.qr__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qr__step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
}
.qr__step-num {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.qr__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.qr-card {
  background: #fff;
  color: var(--ink-900);
  border-radius: 22px;
  padding: 22px 18px 18px;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease;
}
.qr-card:hover { transform: translateY(-4px); }
.qr-card__store {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-500);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.qr-card__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 14px;
}
.qr-card__qr {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--ink-200);
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 14px;
}
.qr-card__qr img { width: 100%; height: 100%; }
.qr-card__btn {
  width: 100%;
  background: var(--rb-purple);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 14px;
  border-radius: var(--radius-pill);
  transition: filter 0.15s ease, transform 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.qr-card__btn:hover { filter: brightness(1.1); }
.qr-card__btn:active { transform: scale(0.98); }

/* =========================================================
   CTA STRIP
   ========================================================= */
.cta-strip {
  background: var(--rb-grad);
  color: #fff;
  text-align: center;
  padding: 80px 24px;
  border-radius: 36px;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  overflow: hidden;
}
.cta-strip__title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -1.2px;
  margin: 0 0 14px;
}
.cta-strip__sub { font-size: 17px; opacity: 0.9; margin: 0 0 28px; }
.cta-strip .hero__ctas { justify-content: center; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: #0e0f1a;
  color: rgba(255, 255, 255, 0.7);
  padding: 56px 0 32px;
  margin-top: 80px;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__brand { max-width: 360px; }
.footer__logo { margin-bottom: 12px; }
.footer__about {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer__cols {
  display: flex;
  gap: 56px;
}
.footer__col h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s ease;
}
.footer__col a:hover { color: #fff; }
.footer__bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__legal {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer__legal a:hover { color: #fff; }

/* =========================================================
   COOKIE BANNER
   ========================================================= */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  transform: translateY(20px);
  width: calc(100% - 32px);
  max-width: none;
  margin: 0 16px;
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--ink-200);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(15, 16, 32, 0.18);
  padding: 22px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cookie-banner.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.cookie-banner__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
}
.cookie-banner__title .emoji {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--rb-grad);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 14px;
}
.cookie-banner__text {
  font-size: 13.5px;
  color: var(--ink-500);
  margin: 0 0 14px;
  line-height: 1.5;
}
.cookie-banner__text a,
.cookie-link {
  color: var(--rb-purple);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-btn {
  background: var(--rb-purple);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  transition: filter 0.15s ease;
}
.cookie-btn:hover { filter: brightness(1.08); }
.cookie-btn--ghost {
  background: transparent;
  color: var(--ink-700);
  border: 1px solid var(--ink-200);
}
.cookie-btn--ghost:hover {
  filter: none;
  background: var(--ink-100);
}
.cookie-prefs {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--ink-200);
}
.cookie-prefs.is-open { display: block; }
.cookie-pref {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}
.cookie-pref + .cookie-pref { border-top: 1px dashed var(--ink-200); }
.cookie-pref__label { font-size: 14px; font-weight: 600; }
.cookie-pref__desc { font-size: 12.5px; color: var(--ink-500); margin-top: 2px; }
.toggle {
  position: relative;
  width: 40px;
  height: 22px;
  background: var(--ink-200);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease;
  flex: none;
}
.toggle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.toggle.is-on { background: var(--rb-purple); }
.toggle.is-on::after { transform: translateX(18px); }
.toggle.is-locked { opacity: 0.65; cursor: not-allowed; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal {
  background: var(--bg-soft);
  min-height: 100vh;
}
.legal__hero {
  background: var(--rb-grad);
  color: #fff;
  padding: 80px 0 60px;
}
.legal__nav {
  position: relative;
  padding: 0 0 28px;
}
.legal__nav .nav__inner { padding: 0; }
.legal__crumb {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.legal__crumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal__title {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 800;
  letter-spacing: -1.4px;
  margin: 0 0 8px;
}
.legal__date { font-size: 14px; color: rgba(255, 255, 255, 0.85); }
.legal__body {
  background: #fff;
  border-radius: 28px 28px 0 0;
  margin-top: -32px;
  padding: 56px clamp(20px, 5vw, 56px);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 -10px 30px rgba(15, 16, 32, 0.05);
}
.legal__body h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 36px 0 10px;
  color: var(--ink-900);
}
.legal__body h2:first-child { margin-top: 0; }
.legal__body p,
.legal__body li {
  font-size: 15px;
  color: var(--ink-700);
  line-height: 1.7;
}
.legal__body ul {
  padding-left: 22px;
  margin: 8px 0 16px;
}
.legal__body a {
  color: var(--rb-purple);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-weight: 600;
  color: var(--rb-purple);
}
.legal__panel {
  background: var(--bg-soft);
  border: 1px solid var(--ink-200);
  border-radius: 20px;
  padding: 18px 20px;
  margin: 18px 0;
}
.legal__panel h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.legal__panel p:last-child,
.legal__panel ul:last-child { margin-bottom: 0; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 880px) {
  .hero { padding: 84px 0 48px; }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__media {
    order: -1;
    transform: translateX(18px);
  }
  .phone { max-width: 260px; transform: rotate(-2deg); }

  .section { padding: 64px 0; }
  .features,
  .story-grid,
  .steps { grid-template-columns: 1fr; }

  .qr { padding: 40px 24px; border-radius: 28px; }
  .qr__grid { grid-template-columns: 1fr; gap: 28px; }

  .cta-strip { border-radius: 28px; padding: 56px 20px; }
  .footer__cols { gap: 32px; flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .hero { padding: 72px 0 40px; }
  .hero__title { letter-spacing: -1.2px; }
  .nav__link[data-hide-mobile] { display: none; }
  .btn-store { padding: 11px 18px 11px 14px; }
  .btn-store__big { font-size: 16px; }

  .qr__cards { grid-template-columns: 1fr; }
  .cookie-banner { padding: 18px; bottom: 12px; }
}
