/* ============ Soellix Landing — premium dark/gold theme ============ */

:root {
  --bg: #0b0a14;
  --bg-alt: #110f1f;
  --card: #171430;
  --card-2: #1d1840;
  --line: rgba(246, 195, 76, 0.16);
  --line-soft: rgba(255, 255, 255, 0.07);
  --gold: #f6c34c;
  --gold-2: #ffdd87;
  --pink: #e8589a;
  --purple: #8a5cf6;
  --cyan: #3ec8f0;
  --text: #f2effb;
  --muted: #a49fc0;
  --radius: 18px;
  --font-display: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

.container { width: min(1180px, 92%); margin: 0 auto; }

h1, h2, h3, h4 { font-family: var(--font-display); }

a { text-decoration: none; color: inherit; }

.text-gold {
  background: linear-gradient(120deg, var(--gold), var(--pink) 60%, var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ============ Buttons ============ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-display);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.btn--gold {
  background: linear-gradient(120deg, var(--gold), #f08f3e);
  color: #211302;
  box-shadow: 0 6px 24px rgba(246, 195, 76, 0.35);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(246, 195, 76, 0.5); }

.btn--ghost { color: var(--muted); }
.btn--ghost:hover { color: var(--text); }

.btn--outline {
  border: 1.5px solid rgba(246, 195, 76, 0.55);
  color: var(--gold-2);
}
.btn--outline:hover { background: rgba(246, 195, 76, 0.1); transform: translateY(-2px); }

.btn--lg { padding: 15px 32px; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ============ Nav ============ */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 10, 20, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}

.nav__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.nav-logo-icon {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

.logo { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); }
.logo__mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #211302;
  background: linear-gradient(135deg, var(--gold), var(--pink));
  box-shadow: 0 4px 18px rgba(232, 88, 154, 0.4);
}
.logo__text { font-size: 1.25rem; font-weight: 800; letter-spacing: 0.02em; }
.logo__text em { font-style: normal; color: var(--gold); }

.nav__links {
  display: flex;
  gap: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav__menu { display: contents; }

.nav__link {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav__link:hover { color: var(--gold-2); }

.nav__actions { display: flex; gap: 10px; align-items: center; }

/* ============ Hero ============ */

.hero {
  position: relative;
  padding: 110px 0 90px;
  text-align: center;
  background:
    radial-gradient(1100px 500px at 50% -10%, rgba(138, 92, 246, 0.28), transparent 65%),
    var(--bg);
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.45;
  pointer-events: none;
}
.hero__glow--1 { width: 420px; height: 420px; left: -120px; top: 60px; background: var(--purple); }
.hero__glow--2 { width: 380px; height: 380px; right: -100px; top: 200px; background: var(--pink); opacity: 0.3; }

.hero__inner { position: relative; }

.badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(246, 195, 76, 0.08);
  color: var(--gold-2);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero__title {
  margin: 26px 0 18px;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  font-weight: 800;
  line-height: 1.12;
}

.hero__sub {
  max-width: 640px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.08rem;
}

.counter {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin: 40px auto 0;
  padding: 26px 60px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(246, 195, 76, 0.1), rgba(138, 92, 246, 0.12));
  box-shadow: 0 0 60px rgba(246, 195, 76, 0.12) inset, 0 18px 50px rgba(0, 0, 0, 0.45);
}
.counter__label { font-size: 0.78rem; letter-spacing: 0.22em; color: var(--muted); font-weight: 600; }
.counter__value {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: var(--gold);
  text-shadow: 0 0 38px rgba(246, 195, 76, 0.45);
  font-variant-numeric: tabular-nums;
}
.counter__note { font-size: 0.85rem; color: var(--muted); font-style: italic; }

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
  margin: 34px 0 0;
  list-style: none;
  color: var(--gold-2);
  font-weight: 600;
  font-size: 0.95rem;
}

.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 38px; }

.hero__store {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.store-badges { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }

.store-badge {
  display: inline-block;
  line-height: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.store-badge img {
  display: block;
  width: 255px;
  height: auto;
}

.store-badge:hover { transform: translateY(-3px); }

.store-badge--soon {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

/* App screenshots showcase */
.hero__preview {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  margin-top: 70px;
  perspective: 1200px;
}

.phone {
  width: 240px;
  border-radius: 28px;
  padding: 10px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 50px rgba(138, 92, 246, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.phone img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.phone--left  { transform: rotateY(14deg) translateY(18px) scale(0.92); }
.phone--right { transform: rotateY(-14deg) translateY(18px) scale(0.92); }
.phone--center {
  z-index: 1;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.6), 0 0 70px rgba(246, 195, 76, 0.22);
}
.phone:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.65), 0 0 70px rgba(232, 88, 154, 0.3); }

/* ============ Sections ============ */

.section { padding: 90px 0; }
.section--alt { background: var(--bg-alt); }

.section__title {
  text-align: center;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 800;
}

.section__sub {
  text-align: center;
  color: var(--muted);
  margin: 12px auto 52px;
  max-width: 560px;
}

/* ============ Tiers ============ */

.tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 36px 20px 30px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--tier-color, var(--gold));
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tier:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0, 0, 0, 0.5); }

.tier--mega  { --tier-color: var(--gold); }
.tier--major { --tier-color: var(--pink); }
.tier--minor { --tier-color: var(--purple); }
.tier--mini  { --tier-color: var(--cyan); }

.tier__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tier-color);
}
.tier__tag { color: var(--muted); font-size: 0.85rem; margin-bottom: 16px; letter-spacing: 0.12em; text-transform: uppercase; }
.tier__value { font-family: var(--font-display); font-size: 1.22rem; font-weight: 700; }
.tier__label { color: var(--muted); font-size: 0.82rem; }
.tier__count { font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; margin-top: 16px; color: var(--gold-2); }

/* ============ Featured cards ============ */

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line-soft);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.55);
  border-color: var(--line);
}

.feature__art {
  position: relative;
  height: 300px;
  overflow: hidden;
  background: #1a1233;
}

.feature__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}
.feature:hover .feature__art img { transform: scale(1.04); }

.feature__art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(11, 10, 20, 0.65));
}

.pill {
  position: absolute;
  top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  z-index: 2;
}
.pill--gold { left: 14px; background: var(--gold); color: #211302; }
.pill--hot { right: 14px; background: #ff3d5e; color: #fff; }

.feature__jackpot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 22px;
  background: rgba(246, 195, 76, 0.07);
  border-bottom: 1px solid var(--line-soft);
}
.feature__jackpot span { color: var(--muted); font-size: 0.8rem; }
.feature__jackpot strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold);
  text-shadow: 0 0 20px rgba(246, 195, 76, 0.4);
  font-variant-numeric: tabular-nums;
}

.feature__body { display: flex; flex-direction: column; gap: 14px; padding: 22px; flex: 1; }
.feature__body h3 { font-size: 1.3rem; font-weight: 700; }
.feature__body p { color: var(--muted); font-size: 0.92rem; flex: 1; }

.feature__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
}
.feature__stats span { display: block; color: var(--muted); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.06em; }
.feature__stats strong { font-family: var(--font-display); font-size: 1rem; }

/* ============ User reviews ============ */

.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line-soft);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.review:hover { transform: translateY(-4px); border-color: var(--line); }

.review__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review__avatar {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--av, linear-gradient(135deg, var(--gold), var(--pink)));
  font-family: var(--font-display);
  font-weight: 800;
  color: #1a1024;
  font-size: 0.95rem;
}

.review__head > div { flex: 1; min-width: 0; }
.review__head h3 { font-size: 1rem; font-weight: 700; }
.review__head h3 small { color: var(--muted); font-weight: 400; margin-left: 6px; }

.review__stars {
  color: var(--gold);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-shadow: 0 0 14px rgba(246, 195, 76, 0.45);
}

.review__time { color: var(--muted); font-size: 0.76rem; white-space: nowrap; align-self: flex-start; }

.review__text {
  color: var(--muted);
  font-size: 0.92rem;
  flex: 1;
}

.review__tool {
  align-self: flex-start;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(246, 195, 76, 0.08);
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 600;
}

/* ============ Steps ============ */

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.step {
  position: relative;
  padding: 44px 24px 30px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line-soft);
  text-align: center;
}

.step__num {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #f08f3e);
  color: #211302;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  box-shadow: 0 8px 24px rgba(246, 195, 76, 0.4);
}

.step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.88rem; }

/* ============ Facts ============ */

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fact {
  padding: 30px 24px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--line-soft);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.fact:hover { transform: translateY(-4px); border-color: var(--line); }

.fact__icon { font-size: 2.2rem; display: block; margin-bottom: 14px; }
.fact h3 { font-size: 1.05rem; margin-bottom: 8px; }
.fact p { color: var(--muted); font-size: 0.88rem; }

/* ============ CTA ============ */

.cta {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background:
    radial-gradient(900px 420px at 50% 120%, rgba(232, 88, 154, 0.22), transparent 70%),
    var(--bg-alt);
  overflow: hidden;
}

.cta__glow {
  position: absolute;
  width: 540px;
  height: 540px;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(246, 195, 76, 0.16), transparent 65%);
  pointer-events: none;
}

.cta__inner { position: relative; }
.cta h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; }
.cta p { color: var(--muted); max-width: 540px; margin: 16px auto 36px; font-size: 1.05rem; }
.cta__buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.cta__rating { display: block; margin-top: 26px; color: var(--muted); font-size: 0.9rem; }

/* ============ Footer ============ */

.footer {
  padding: 70px 0 34px;
  background: #070610;
  border-top: 1px solid var(--line-soft);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer__brand p { color: var(--muted); font-size: 0.9rem; margin-top: 16px; max-width: 300px; }

.footer h4 { font-size: 0.95rem; margin-bottom: 16px; color: var(--gold-2); }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { color: var(--muted); font-size: 0.88rem; transition: color 0.2s; }
.footer ul a:hover { color: var(--text); }

.footer__platforms { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line-soft); }
.footer__badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; align-items: center; }

.footer__badges .store-badge img { width: 150px; }
.footer__badges span {
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid var(--line-soft);
  background: var(--card);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 500;
}

.footer__bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
  text-align: center;
  color: var(--muted);
  font-size: 0.84rem;
}
.footer__note { margin-top: 6px; opacity: 0.75; }

/* ============ Responsive ============ */

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  z-index: 20;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  .tiers, .facts, .steps { grid-template-columns: repeat(2, 1fr); }
  .features, .reviews { grid-template-columns: 1fr 1fr; }
  .steps { row-gap: 44px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .phone { width: 200px; }
  .phone--left, .phone--right { display: none; }
}

@media (max-width: 768px) {
  .nav {
    z-index: 10;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav.nav--menu-open {
    background: transparent;
    border-bottom-color: transparent;
  }

  .nav.nav--menu-open .nav__inner {
    position: relative;
    z-index: 25;
  }

  .nav__inner {
    flex-wrap: nowrap;
    padding: 16px 20px;
    padding-top: max(16px, env(safe-area-inset-top));
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }

  .nav-toggle {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-top: 8px;
    z-index: 1;
  }

  .nav__actions {
    display: none;
  }

  .nav__links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    margin-top: 0;
    max-width: none;
  }

  .nav__links.nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav__menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    text-align: center;
  }

  .nav__link {
    position: relative;
    display: block;
    width: 100%;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.9px;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
  }

  .nav__link:hover {
    color: #ffffff;
  }
}

@media (max-width: 620px) {
  .hero { padding: 80px 0 70px; }
  .counter { padding: 22px 30px; width: 100%; }
  .tiers, .features, .reviews, .facts, .steps { grid-template-columns: 1fr; }
  .steps { row-gap: 44px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .nav__actions .btn--ghost { display: none; }
}

/* iPhone 12 Pro — 390 × 844 */
@media (max-width: 390px) {
  .container {
    width: calc(100% - 32px);
  }

  .nav__inner {
    padding: 12px 0;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .nav-logo-icon {
    width: 40px;
    height: 40px;
  }

  .logo__text {
    font-size: 1.05rem;
  }

  .hero {
    padding: 64px 0 56px;
  }

  .badge {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  .hero__title {
    font-size: 1.85rem;
    margin: 18px 0 14px;
  }

  .hero__sub {
    font-size: 0.92rem;
  }

  .counter {
    padding: 18px 24px;
    margin-top: 28px;
    border-radius: 16px;
  }

  .counter__value {
    font-size: 1.75rem;
  }

  .hero__checks {
    gap: 10px 16px;
    font-size: 0.82rem;
    margin-top: 24px;
  }

  .hero__cta {
    flex-direction: column;
    width: 100%;
    margin-top: 28px;
  }

  .hero__cta .btn {
    width: 100%;
  }

  .hero__store {
    margin-top: 20px;
  }

  .store-badge img {
    width: 170px;
  }

  .hero__preview {
    margin-top: 48px;
  }

  .phone {
    width: 160px;
    padding: 8px;
    border-radius: 22px;
  }

  .section {
    padding: 56px 0;
  }

  .section__title {
    font-size: 1.45rem;
  }

  .section__sub {
    font-size: 0.88rem;
    margin-bottom: 36px;
  }

  .tier {
    padding: 28px 16px 24px;
  }

  .tier__name {
    font-size: 1.25rem;
  }

  .feature__art {
    height: 220px;
  }

  .feature__body h3 {
    font-size: 1.15rem;
  }

  .feature__body p {
    font-size: 0.86rem;
  }

  .feature__stats {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
  }

  .feature__stats div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .review {
    padding: 18px;
  }

  .review__head {
    flex-wrap: wrap;
    gap: 10px;
  }

  .review__time {
    width: 100%;
    text-align: right;
  }

  .step {
    padding: 40px 18px 24px;
  }

  .fact {
    padding: 24px 18px;
  }

  .cta {
    padding: 64px 0;
    padding-bottom: max(64px, env(safe-area-inset-bottom));
  }

  .cta h2 {
    font-size: 1.55rem;
  }

  .cta p {
    font-size: 0.92rem;
  }

  .cta__buttons .store-badge img {
    width: 170px;
  }

  .footer {
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }

  .footer__brand p {
    max-width: none;
  }
}
