:root {
  --ink: #131515;            /* app background is #151515 */
  --ink-2: #1b1f20;
  --ink-3: #0c0e0e;
  --line: rgb(255 255 255 / 0.08);
  --teal: #19e3d6;           /* logo + icon teal */
  --teal-2: #00b3b3;
  --teal-deep: #005f60;
  --teal-soft: #6ae5d8;      /* app "Unlimited" tint */
  --lime: #b5e655;           /* green monster */
  --blue: #5b95f0;           /* blue monster */
  --text: #f2f7f6;
  --text-dim: #a7b4b3;
  --paper: #eef4f2;
  --paper-ink: #111716;
  --paper-dim: #4b5957;
  --radius: 22px;
  --wrap: 1160px;
  --font-display: "Lexend", system-ui, sans-serif;
  --font-cond: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Lexend", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 400 17px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; line-height: 1.08; letter-spacing: -0.03em; }
h2 { font-size: clamp(30px, 4.4vw, 48px); font-weight: 800; margin-bottom: 18px; text-wrap: balance; }
p { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .wrap { padding: 0 32px; } }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 50;
  background: var(--teal); color: var(--ink); padding: 10px 16px; border-radius: 10px;
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }

/* The slanted bar from the logo, used as a motif */
.eyebrow {
  display: flex; align-items: center;
  font: 700 17px/1 var(--font-cond);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal);
  margin-bottom: 14px;
}
.eyebrow--dark { color: #008e8a; }
.slash {
  display: inline-block; width: 26px; height: 7px; margin-right: 12px;
  background: linear-gradient(90deg, var(--teal), var(--teal-2));
  transform: skewX(-40deg);
}
.eyebrow--dark .slash { background: linear-gradient(90deg, #00b8b0, #007f80); }
.section-lede { color: var(--text-dim); font-size: 18px; max-width: 38em; margin-bottom: 40px; }

.teal-text {
  background: linear-gradient(180deg, #5ef6ea 10%, var(--teal) 45%, #00a6a6 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lime-text { color: var(--lime); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgb(19 21 21 / 0.74);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font: 800 19px/1 var(--font-display); letter-spacing: -0.02em; white-space: nowrap; }
.brand img { border-radius: 9px; box-shadow: 0 0 0 1px var(--line); }
.nav__links { display: none; gap: 28px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--text-dim); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav__links a:hover { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--teal); color: #062322; text-decoration: none;
  font: 700 17px/1 var(--font-cond); text-transform: uppercase; letter-spacing: 0.08em;
  border-radius: 999px; padding: 13px 22px;
  transition: background .2s, transform .2s;
}
.btn:hover { background: #63f3e9; transform: translateY(-1px); }
.btn--small { padding: 10px 16px; font-size: 15px; margin-left: auto; white-space: nowrap; }
@media (min-width: 820px) {
  .nav__links { display: flex; }
  .btn--small { margin-left: 8px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(55% 55% at 78% 55%, rgb(25 227 214 / 0.22), transparent 70%),
    radial-gradient(40% 40% at 10% 100%, rgb(181 230 85 / 0.10), transparent 70%),
    linear-gradient(180deg, var(--ink) 0%, #0f1a1a 60%, #0c2526 100%);
  padding: 48px 0 64px;
  overflow: hidden;
}
.hero::before {
  /* faint slanted stripes echoing the logo underline */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(-50deg, transparent 0 46px, rgb(255 255 255 / 0.018) 46px 48px);
  mask-image: linear-gradient(180deg, transparent, #000 40%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 40%, transparent);
}
.hero__grid { position: relative; display: grid; gap: 44px; align-items: center; }
.hero__copy { min-width: 0; }
.hero h1 { font-size: clamp(40px, 7vw, 76px); font-weight: 800; margin-bottom: 22px; }
.lede { font-size: clamp(17px, 1.6vw, 19px); color: var(--text-dim); max-width: 34em; margin-bottom: 32px; }
.lede, .hero h1 { text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.appstore { display: inline-block; border-radius: 12px; transition: transform .2s; }
.appstore:hover { transform: translateY(-2px); }
.appstore img { height: 56px; width: auto; }
.meta { color: var(--text-dim); font-size: 14px; }

.hero__demo { display: flex; flex-direction: column; align-items: center; gap: 16px; min-width: 0; }
@media (min-width: 940px) {
  .hero { padding: 72px 0 96px; }
  .hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 56px; }
}

/* ---------- Phone demo ---------- */
.phone {
  --w: 300px;
  width: var(--w); aspect-ratio: 300 / 620;
  padding: 10px;
  border-radius: 50px;
  background: linear-gradient(145deg, #2c3031, #0b0c0c 40%, #202425);
  box-shadow:
    0 0 0 1.5px #3a3f40 inset,
    0 40px 80px -20px rgb(0 0 0 / 0.75),
    0 0 100px -12px rgb(25 227 214 / 0.45);
  transform: rotate(2deg);
}
@media (max-width: 359px) { .phone { --w: 272px; } }
.phone__screen {
  position: relative; height: 100%;
  border-radius: 40px; overflow: hidden;
  color: #fff;
  background:
    radial-gradient(60% 40% at 25% 25%, rgb(120 130 132 / 0.28), transparent 70%),
    radial-gradient(70% 45% at 80% 80%, rgb(90 110 112 / 0.30), transparent 70%),
    radial-gradient(50% 30% at 60% 50%, rgb(60 70 72 / 0.35), transparent 70%),
    #0e1010;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", system-ui, sans-serif;
  display: flex; flex-direction: column;
}
.status { display: flex; align-items: center; justify-content: space-between; padding: 12px 26px 0; height: 40px; font-size: 13px; font-weight: 600; flex: none; }
.island { width: 84px; height: 24px; border-radius: 20px; background: #000; }
.status__icons { width: 38px; height: 10px; border-radius: 3px; background: linear-gradient(90deg, #fff 0 60%, transparent 60%); box-shadow: 0 0 0 1px #fff6 inset; }
.gbar {
  display: grid; grid-template-columns: 18px 1fr 18px; align-items: center; gap: 8px;
  padding: 12px 16px 4px; flex: none; color: #e9eeee;
}
.gbar__title { text-align: center; font-size: 15px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: opacity .3s; }
.table { position: relative; flex: 1; min-height: 0; perspective: 1000px; }

.gcard {
  position: absolute; left: 8%; right: 8%; top: 50%;
  aspect-ratio: 1; margin-top: -42%;
  transition: transform .55s cubic-bezier(.2,.8,.25,1), opacity .45s;
  will-change: transform;
}
.gcard.enter { transform: translateX(115%) rotate(10deg); opacity: 0; }
.gcard.exit-left { transform: translateX(-125%) rotate(-12deg); opacity: 0; }
.gcard__inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.4,.1,.2,1);
}
.gcard.is-front .gcard__inner { transform: rotateY(180deg); }
.gcard__face {
  position: absolute; inset: 0; border-radius: 22px; overflow: hidden;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  box-shadow: 0 18px 36px -14px rgb(0 0 0 / 0.8), 0 0 0 1px rgb(255 255 255 / 0.08) inset;
}
.gcard__back img { width: 100%; height: 100%; object-fit: cover; }
.gcard__back::after {
  /* the app plays a shimmer over the card back */
  content: ""; position: absolute; inset: -20%;
  background: linear-gradient(115deg, transparent 38%, rgb(255 255 255 / 0.32) 48%, transparent 58%);
  transform: translateX(-80%);
  animation: shimmer 2.6s ease-in-out infinite;
  mix-blend-mode: plus-lighter;
}
@keyframes shimmer { 0%, 25% { transform: translateX(-80%); } 75%, 100% { transform: translateX(80%); } }
.gcard__front { transform: rotateY(180deg); display: grid; place-items: center; }
.gcard__front img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: blur(16px) saturate(1.2); transform: scale(1.25);
}
.gcard__front::before { content: ""; position: absolute; inset: 0; background: rgb(18 20 20 / 0.42); }
.gcard--light .gcard__front::before { background: rgb(255 255 255 / 0.55); }
.gcard__text {
  position: relative; grid-area: 1 / 1; padding: 18px;
  text-align: center; font-size: 16px; line-height: 1.34; font-weight: 400;
  color: var(--fg, #fff);
  transition: opacity .35s, transform .35s;
}
.gcard:not(.gcard--light) .gcard__text { text-shadow: 0 1px 8px rgb(0 0 0 / 0.45); }
.gcard__text--big { font-size: 22px; font-weight: 600; line-height: 1.2; }
.gcard__answer { opacity: 0; transform: translateY(8px); font-size: 22px; font-weight: 600; }
.gcard.show-answer .gcard__q { opacity: 0; transform: translateY(-8px); }
.gcard.show-answer .gcard__answer { opacity: 1; transform: none; }

.touch {
  position: absolute; left: 50%; top: 50%; z-index: 5;
  width: 40px; height: 40px; margin: -20px 0 0 -20px; border-radius: 50%;
  background: rgb(255 255 255 / 0.35); border: 2px solid rgb(255 255 255 / 0.8);
  opacity: 0; pointer-events: none;
}
.touch.tap { animation: tap .6s ease-out; }
.touch.swipe { animation: swipe .55s ease-in; }
@keyframes tap { 0% { opacity: 0; transform: scale(1.4); } 30% { opacity: 1; transform: scale(.85); } 100% { opacity: 0; transform: scale(1); } }
@keyframes swipe { 0% { opacity: 0; transform: translateX(60px); } 25% { opacity: 1; } 100% { opacity: 0; transform: translateX(-90px); } }

.reveal {
  flex: none; margin: 0 auto 22px; width: 64%; height: 40px; border-radius: 999px;
  border: 1.5px solid rgb(255 255 255 / 0.75); background: rgb(255 255 255 / 0.06);
  display: grid; place-items: center; font-size: 14px; font-weight: 500;
  opacity: 0; transform: translateY(8px);
  transition: opacity .4s, transform .4s, background .15s;
}
.reveal.show { opacity: 1; transform: none; }
.reveal.press { background: rgb(255 255 255 / 0.22); transform: scale(.94); }
.home-bar { flex: none; width: 110px; height: 5px; border-radius: 3px; background: rgb(255 255 255 / 0.75); margin: 0 auto 9px; }

.move {
  font-size: 14px; color: var(--text-dim);
  background: rgb(255 255 255 / 0.06); border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 999px; min-height: 38px; text-align: center;
}
.move b { color: var(--text); font-weight: 600; }

.picker { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 420px; }
.chip {
  cursor: pointer;
  font: 600 15px/1 var(--font-cond); text-transform: uppercase; letter-spacing: 0.08em;
  padding: 9px 13px; border-radius: 999px;
  background: transparent; color: var(--text-dim); border: 1px solid rgb(255 255 255 / 0.16);
  transition: background .2s, color .2s, border-color .2s;
}
.chip:hover { color: var(--text); border-color: rgb(255 255 255 / 0.4); }
.chip[aria-pressed="true"] { background: var(--teal); color: #062322; border-color: var(--teal); }

/* ---------- Stats ---------- */
.stats { background: var(--ink-3); border-block: 1px solid var(--line); }
.stats__row {
  list-style: none; margin: 0 auto; padding-top: 26px; padding-bottom: 26px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.stats__row li { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.stats__row b { font: 800 clamp(28px, 4vw, 40px)/1 var(--font-display); letter-spacing: -0.03em; color: var(--teal); }
.stats__row span { font: 600 16px/1 var(--font-cond); text-transform: uppercase; letter-spacing: 0.14em; color: var(--text-dim); }
@media (min-width: 720px) { .stats__row { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Games ---------- */
.games { padding: 96px 0; background: linear-gradient(180deg, var(--ink), #111717); }
.game-grid { display: grid; gap: 20px; }
@media (min-width: 700px) { .game-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .game-grid { grid-template-columns: repeat(3, 1fr); } }
.game {
  position: relative; display: flex; flex-direction: column; gap: 12px;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 22px 22px;
}
.game::before {
  content: ""; position: absolute; top: 0; left: 26px; width: 58px; height: 7px;
  background: var(--accent); transform: skewX(-40deg);
}
.game__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.game h3 { font-size: 23px; font-weight: 700; letter-spacing: -0.02em; }
.game__count { font: 700 16px/1 var(--font-cond); text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); }
.game > p { color: var(--text-dim); font-size: 16px; margin-bottom: 6px; }

.qcard {
  position: relative; margin-top: auto; isolation: isolate;
  min-height: 190px; border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 26px 20px 40px; text-align: center;
  box-shadow: 0 14px 30px -18px rgb(0 0 0 / 0.9);
}
.qcard img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  filter: blur(14px) saturate(1.2); transform: scale(1.3);
}
.qcard::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(14 16 16 / 0.55); }
.qcard p { text-shadow: 0 1px 8px rgb(0 0 0 / 0.4); font-size: 17px; line-height: 1.38; font-weight: 500; color: #fff; text-wrap: balance; }
.qcard--big p { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; }
.qcard > span {
  position: absolute; left: 14px; bottom: 12px;
  font: 600 14px/1 var(--font-cond); text-transform: uppercase; letter-spacing: 0.1em; color: rgb(255 255 255 / 0.7);
}
.qcard__reveal {
  cursor: pointer; border-radius: 999px; padding: 8px 18px;
  background: rgb(255 255 255 / 0.08); border: 1.5px solid rgb(255 255 255 / 0.75);
  font-size: 14px; font-weight: 500; color: #fff;
  transition: background .15s;
}
.qcard__reveal:hover { background: rgb(255 255 255 / 0.18); }
.qcard .qcard__answer { color: var(--lime); font-size: 22px; font-weight: 700; }

/* ---------- How ---------- */
.how { background: var(--paper); color: var(--paper-ink); padding: 96px 0; }
.how h2 { margin-bottom: 40px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
@media (min-width: 880px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  position: relative; background: #fff; border-radius: var(--radius); padding: 26px 24px 28px;
  box-shadow: 0 1px 0 rgb(17 23 22 / 0.06), 0 14px 32px -20px rgb(0 70 70 / 0.45);
}
.step__num {
  position: absolute; top: 20px; right: 20px;
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper-ink); color: var(--teal); font: 700 18px/1 var(--font-cond);
}
.step__art { height: 160px; display: grid; place-items: center; margin-bottom: 20px; }
.step h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--paper-dim); font-size: 16px; }

.step__art--fan { position: relative; }
.step__art--fan img {
  grid-area: 1 / 1; width: 104px; height: 104px; border-radius: 16px;
  box-shadow: 0 10px 24px -10px rgb(0 0 0 / 0.55);
}
.step__art--fan img:nth-child(1) { transform: translateX(-62px) rotate(-10deg); }
.step__art--fan img:nth-child(2) { transform: translateY(-8px); z-index: 1; }
.step__art--fan img:nth-child(3) { transform: translateX(62px) rotate(10deg); }

.flipper { width: 140px; height: 140px; perspective: 700px; position: relative; }
.flipper > div {
  position: absolute; inset: 0; border-radius: 18px; overflow: hidden;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  box-shadow: 0 12px 26px -12px rgb(0 0 0 / 0.6);
  animation: flipA 5s cubic-bezier(.4,.1,.2,1) infinite;
}
.flipper__back img { width: 100%; height: 100%; object-fit: cover; }
.flipper__front {
  display: grid; place-items: center; padding: 12px; text-align: center;
  background: radial-gradient(circle at 30% 20%, #2f6b52, #103a22 70%);
  color: #fff; font-size: 11.5px; line-height: 1.35;
  transform: rotateY(180deg);
}
.flipper > .flipper__front { animation-name: flipB; }
@keyframes flipA { 0%, 30% { transform: rotateY(0); } 45%, 85% { transform: rotateY(-180deg); } 100% { transform: rotateY(-360deg); } }
@keyframes flipB { 0%, 30% { transform: rotateY(180deg); } 45%, 85% { transform: rotateY(0); } 100% { transform: rotateY(-180deg); } }

.swiper { position: relative; width: 200px; height: 128px; }
.swiper__card {
  position: absolute; inset: 0; border-radius: 16px; padding: 14px 16px;
  display: grid; place-items: center; text-align: center;
  background: linear-gradient(145deg, #1d4f6b, #193243); color: #fff;
  font-size: 12.5px; line-height: 1.35;
  box-shadow: 0 12px 26px -12px rgb(0 0 0 / 0.6);
}
.swiper__card--out { z-index: 1; animation: swipeOut 4.4s ease-in-out infinite; }
.swiper__card:not(.swiper__card--out) { transform: scale(.94); animation: swipeUnder 4.4s ease-in-out infinite; }
@keyframes swipeOut {
  0%, 35% { transform: none; opacity: 1; }
  60% { transform: translateX(-150px) rotate(-14deg); opacity: 0; }
  61%, 85% { transform: translateX(0) scale(.94); opacity: 0; }
  100% { transform: none; opacity: 1; }
}
@keyframes swipeUnder { 0%, 40% { transform: scale(.94); } 60%, 85% { transform: none; } 100% { transform: scale(.94); } }

.how__note { margin-top: 36px; font-size: 18px; font-weight: 500; max-width: 42em; }
.how__note span { display: block; margin-top: 6px; font: 600 15px/1.2 var(--font-cond); text-transform: uppercase; letter-spacing: 0.1em; color: var(--paper-dim); }

/* ---------- Groups ---------- */
.groups {
  padding: 96px 0;
  background: radial-gradient(50% 50% at 100% 0%, rgb(25 227 214 / 0.10), transparent 70%), var(--ink);
}
.group-grid { display: grid; gap: 20px; }
@media (min-width: 760px) {
  .group-grid { grid-template-columns: repeat(2, 1fr); }
  .group--wide { grid-column: 1 / -1; }
}
.group {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px;
}
.group__covers { display: flex; margin-bottom: 20px; padding-left: 4px; }
.group__covers img {
  width: 76px; height: 76px; border-radius: 14px; margin-right: -18px;
  box-shadow: 0 0 0 3px var(--ink-2), 0 10px 20px -8px rgb(0 0 0 / 0.7);
}
.group__covers img:nth-child(1) { transform: rotate(-6deg); }
.group__covers img:nth-child(2) { transform: translateY(-4px); position: relative; z-index: 1; }
.group__covers img:nth-child(3) { transform: rotate(6deg); position: relative; z-index: 2; }
.group h3 { font-size: 23px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.group__packs { color: var(--text-dim); font-size: 15px; }
.group blockquote {
  margin: 18px 0 0; padding: 4px 0 4px 16px;
  border-left: 3px solid var(--teal);
  font-size: 17px; line-height: 1.45; font-weight: 500;
}
@media (min-width: 760px) {
  .group--wide { display: grid; grid-template-columns: auto 1fr; gap: 0 32px; align-items: center; }
  .group--wide .group__covers { grid-row: span 3; margin: 0; }
}

/* ---------- Unlimited ---------- */
.unlimited {
  padding: 96px 0;
  background: linear-gradient(180deg, #0f1414, var(--ink-3));
  overflow: hidden;
}
.unlimited__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 920px) { .unlimited__grid { grid-template-columns: 0.9fr 1.1fr; gap: 56px; } }
.unlimited__art { position: relative; max-width: 520px; margin: 0 auto; }
.unlimited__art::before {
  content: ""; position: absolute; inset: 10% 5% 0; border-radius: 50%;
  background: radial-gradient(closest-side, rgb(25 227 214 / 0.35), transparent);
  filter: blur(10px);
}
.unlimited__art img { position: relative; }
.unlimited h2 { margin-bottom: 28px; }
.plans { display: grid; gap: 16px; }
@media (min-width: 600px) { .plans { grid-template-columns: 1fr 1.15fr; } }
.plan { background: var(--ink-2); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.plan h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; }
.plan p { color: var(--text-dim); font-size: 16px; }
.plan--unlimited {
  border-color: rgb(181 230 85 / 0.45);
  background: linear-gradient(160deg, rgb(181 230 85 / 0.10), transparent 60%), var(--ink-2);
}
.plan--unlimited h3 { color: var(--lime); }
.checks { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 8px; }
.checks li { display: flex; gap: 10px; align-items: baseline; font-weight: 500; }
.checks li::before { content: "✓"; color: var(--lime); font-weight: 800; }
.plan .plan__price { font-size: 14px; }

/* ---------- Screens ---------- */
.screens { padding: 96px 0 104px; background: var(--ink); }
.screens h2 { margin-bottom: 40px; }
.gallery {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px max(16px, calc((100vw - var(--wrap)) / 2 + 32px)) 20px;
  scrollbar-width: thin; scrollbar-color: var(--teal-deep) transparent;
}
.gallery img {
  flex: 0 0 auto; width: clamp(200px, 22vw, 250px);
  border-radius: 24px; scroll-snap-align: center;
  box-shadow: 0 20px 50px -20px rgb(0 0 0 / 0.85);
}

/* ---------- Final CTA ---------- */
.final { padding: 8px 0 96px; background: var(--ink); }
.final__card {
  position: relative; overflow: hidden;
  text-align: center; border-radius: 32px; padding: 56px 20px 60px;
  background:
    radial-gradient(70% 80% at 50% 0%, rgb(25 227 214 / 0.28), transparent 65%),
    linear-gradient(160deg, #0d2a2b, #0c1313 70%);
  border: 1px solid rgb(25 227 214 / 0.25);
  display: flex; flex-direction: column; align-items: center;
}
.final__card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(-50deg, transparent 0 38px, rgb(255 255 255 / 0.025) 38px 40px);
}
.final__card > * { position: relative; }
.final__logo { width: min(260px, 70%); margin-bottom: 26px; }
.final__card h2 { margin-bottom: 12px; }
.final__card p { color: rgb(242 247 246 / 0.82); margin-bottom: 28px; font-size: 18px; max-width: 30em; }

/* ---------- Footer ---------- */
.footer { background: var(--ink-3); border-top: 1px solid var(--line); padding: 28px 0; font-size: 14px; color: var(--text-dim); }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; }
.footer nav { display: flex; gap: 22px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--text); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .flipper__back { transform: rotateY(-180deg); }
  .flipper__front { transform: none; }
  .swiper__card--out { display: none; }
  .swiper__card { transform: none !important; }
}
