/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #1d1218;
  --muted: #6f6068;
  --paper: #fffaf5;
  --paper-deep: #f7efe7;
  --wine: #441125;
  --wine-dark: #16070f;
  --rose: #d71968;
  --rose-bright: #ff4f9a;
  --gold: #d7a33d;
  --gold-light: #f7d783;
  --line: #44112524;
  --font-sans: var(--font-geist), Arial, Helvetica, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--wine-dark);
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.65;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input,
textarea,
select {
  font: inherit;
}
::selection {
  background: var(--rose);
  color: #fff;
}
.site-header {
  z-index: 50;
  color: #fff;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #16070ff0;
  border-bottom: 1px solid #ffffff1a;
  position: sticky;
  top: 0;
}
.header-inner {
  align-items: center;
  gap: 28px;
  width: min(1180px, 100% - 40px);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
}
.brand {
  flex: none;
}
.brand img {
  object-fit: contain;
  width: 122px;
  height: 64px;
}
.main-nav {
  align-items: center;
  gap: 24px;
  margin-left: auto;
  display: flex;
}
.main-nav a {
  color: #eadde4;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
:is(.main-nav a:hover, .main-nav a:focus-visible) {
  color: #fff;
}
.header-cta {
  color: #241019;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.hero {
  color: #fff;
  background:
    radial-gradient(circle at 84% 30%, #ff4f9a3d, #0000 28%),
    radial-gradient(circle at 55% 110%, #d7a33d29, #0000 35%),
    linear-gradient(135deg, #16070f 0%, #3a0d24 55%, #180811 100%);
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: 72px;
  min-height: 720px;
  padding: 90px max(24px, 50vw - 590px) 82px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(#ffffff0b 1px, #0000 1px),
    linear-gradient(90deg, #ffffff0b 1px, #0000 1px);
  background-size: 52px 52px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000, #0000 88%);
  mask-image: linear-gradient(#000, #0000 88%);
}
.hero-copy,
.hero-product {
  z-index: 1;
  position: relative;
}
.eyebrow {
  color: var(--rose);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 850;
}
.hero .eyebrow,
.download-band .eyebrow,
.banking-panel .eyebrow {
  color: var(--gold-light);
}
.hero h1,
.page-intro h1 {
  font-family: var(--font-display);
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(46px, 5.7vw, 78px);
  font-weight: 500;
  line-height: 0.99;
}
.hero-lead {
  color: #e9dfe4;
  max-width: 720px;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.8;
}
.hero-lead strong {
  color: #fff;
}
.button-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}
.button {
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 21px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #2a111d;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 12px 28px #d7a33d33;
}
.button-secondary {
  color: var(--wine);
  border-color: var(--line);
  background: #fff;
}
.hero .button-secondary,
.download-band .button-secondary {
  color: #fff;
  background: #ffffff14;
  border-color: #ffffff38;
}
.hero-note {
  color: #ab98a2;
  margin: 14px 0 0;
  font-size: 12px;
}
.hero-product {
  place-items: center;
  min-height: 510px;
  display: grid;
}
.glow-orbit {
  border: 1px solid #f7d78347;
  border-radius: 50%;
  width: 470px;
  height: 470px;
  position: absolute;
  box-shadow:
    inset 0 0 90px #ff4f9a14,
    0 0 90px #ff4f9a17;
}
.glow-orbit:before,
.glow-orbit:after {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  position: absolute;
}
.glow-orbit:before {
  inset: 44px;
}
.glow-orbit:after {
  inset: 92px;
}
.phone-card {
  z-index: 2;
  text-align: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: linear-gradient(160deg, #ffffff29, #ffffff0b);
  border: 1px solid #fff3;
  border-radius: 38px;
  width: 264px;
  min-height: 420px;
  padding: 20px 24px 28px;
  position: relative;
  transform: rotate(3deg);
  box-shadow:
    0 36px 90px #00000073,
    inset 0 1px #ffffff40;
}
.phone-top {
  justify-content: center;
  gap: 6px;
  height: 24px;
  display: flex;
}
.phone-top span:first-child {
  background: #ffffff38;
  border-radius: 99px;
  width: 58px;
  height: 6px;
}
.phone-top span:last-child {
  background: #ffffff38;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.phone-card img {
  border-radius: 40px;
  width: 184px;
  height: 184px;
  margin: 34px auto 20px;
  box-shadow: 0 22px 50px #00000061;
}
.phone-card p {
  font-family: var(--font-display);
  margin: 0;
  font-size: 34px;
}
.status-dot {
  color: #d3c1ca;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 12px;
  display: inline-flex;
}
.status-dot:before {
  content: "";
  background: #62d98b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 12px #62d98b;
}
.floating-stat {
  z-index: 3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #16070fc7;
  border: 1px solid #ffffff29;
  border-radius: 16px;
  min-width: 140px;
  padding: 13px 16px;
  position: absolute;
  box-shadow: 0 18px 42px #0000004d;
}
.floating-stat strong,
.floating-stat span {
  display: block;
}
.floating-stat strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.1;
}
.floating-stat span {
  color: #cdbcc5;
  font-size: 11px;
}
.stat-one {
  top: 62px;
  left: 10px;
}
.stat-two {
  bottom: 72px;
  right: 0;
}
.proof-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.proof-strip div {
  border-right: 1px solid var(--line);
  text-align: center;
  padding: 24px 28px;
}
.proof-strip div:last-child {
  border-right: 0;
}
.proof-strip strong,
.proof-strip span {
  display: block;
}
.proof-strip strong {
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}
.proof-strip span {
  color: var(--muted);
  font-size: 12px;
}
.section {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
  padding: 104px 0;
}
.split-section {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 84px;
  display: grid;
}
.section h2,
.download-band h2 {
  color: var(--wine);
  font-family: var(--font-display);
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.08;
}
.section-lead,
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 16px;
}
.text-link {
  color: var(--wine);
  border-bottom: 1px solid #4411254d;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}
.text-link span {
  color: var(--rose);
}
.text-link.light {
  color: #fff;
  border-color: #ffffff4d;
}
.platform-stack {
  border-top: 1px solid var(--line);
}
.platform-row {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 52px 1fr 32px;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  display: grid;
}
.platform-number {
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 22px;
}
.platform-row h3 {
  color: var(--wine);
  margin: 0 0 4px;
  font-size: 17px;
}
.platform-row p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}
.platform-row > a {
  color: #fff;
  background: var(--wine);
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: grid;
}
.journey-section {
  background: var(--paper-deep);
  width: 100%;
  padding-left: max(24px, 50vw - 590px);
  padding-right: max(24px, 50vw - 590px);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.journey-grid {
  border: 1px solid var(--line);
  background: #ffffff80;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 34px;
  display: grid;
}
.journey-grid article {
  border-right: 1px solid var(--line);
  min-height: 260px;
  padding: 36px;
}
.journey-grid article:last-child {
  border-right: 0;
}
.journey-grid span {
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 27px;
}
.journey-grid h3 {
  color: var(--wine);
  font-family: var(--font-display);
  margin: 42px 0 8px;
  font-size: 27px;
}
.journey-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}
.banking-preview {
  color: #fff;
  background: var(--wine);
  grid-template-columns: 1fr 280px;
  width: 100%;
  padding-left: max(24px, 50vw - 590px);
  padding-right: max(24px, 50vw - 590px);
  display: grid;
}
.banking-panel {
  max-width: 750px;
  padding-right: 80px;
}
.banking-panel h2 {
  color: #fff;
}
.banking-panel > p:not(.eyebrow) {
  color: #d8c7cf;
}
.method-list {
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0;
  display: flex;
}
.method-list span {
  color: #f3e8ed;
  background: #ffffff0e;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
}
.banking-aside {
  border-left: 1px solid #ffffff24;
  flex-direction: column;
  justify-content: center;
  padding-left: 42px;
  display: flex;
}
.currency-mark {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 84px;
  line-height: 1;
}
.banking-aside p {
  color: #d9c7d0;
  font-size: 13px;
}
.game-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.game-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  min-height: 300px;
  padding: 28px;
}
.game-card > span {
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 22px;
}
.game-card h3 {
  color: var(--wine);
  font-family: var(--font-display);
  margin: 70px 0 8px;
  font-size: 25px;
}
.game-card p {
  min-height: 66px;
  color: var(--muted);
  font-size: 13px;
}
.game-card a {
  color: var(--wine);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.identity-section {
  border-top: 1px solid var(--line);
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.identity-mark {
  color: var(--wine);
  font-family: var(--font-display);
  letter-spacing: -0.08em;
  font-size: clamp(52px, 8vw, 112px);
  line-height: 0.9;
}
.identity-mark span {
  color: var(--rose);
}
.identity-section p:not(.eyebrow) {
  color: var(--muted);
}
.faq-preview {
  border-top: 1px solid var(--line);
}
.faq-list {
  max-width: 900px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  color: var(--wine);
  font-family: var(--font-display);
  cursor: pointer;
  padding: 22px 44px 22px 0;
  font-size: 21px;
  list-style: none;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  color: var(--rose);
  font-family: var(--font-sans);
  font-size: 22px;
  position: absolute;
  right: 8px;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  max-width: 760px;
  color: var(--muted);
  margin: -4px 0 22px;
}
.download-band {
  color: #fff;
  background: linear-gradient(135deg, #3a0c22, #16070f);
  border-radius: 28px;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  width: min(1180px, 100% - 40px);
  margin: 0 auto 80px;
  padding: 48px 52px;
  display: flex;
  box-shadow: 0 28px 70px #2d0a1a2e;
}
.download-band.compact {
  margin-top: 72px;
}
.download-band h2 {
  color: #fff;
  max-width: 700px;
  font-size: clamp(29px, 3vw, 42px);
}
.download-band p:not(.eyebrow) {
  color: #d7c6cf;
  margin-bottom: 0;
}
.download-band .button-row {
  flex: none;
  margin-top: 0;
}
.breadcrumbs {
  width: min(1040px, 100% - 40px);
  color: var(--muted);
  gap: 9px;
  margin: 0 auto;
  padding: 28px 0 0;
  font-size: 12px;
  display: flex;
}
.breadcrumbs a {
  color: var(--wine);
  text-decoration: none;
}
.page-intro {
  border-bottom: 1px solid var(--line);
  width: min(1040px, 100% - 40px);
  margin: 0 auto;
  padding: 74px 0 60px;
}
.page-intro h1 {
  max-width: 920px;
  color: var(--wine);
  font-size: clamp(43px, 6vw, 72px);
}
.page-lead {
  max-width: 780px;
  color: var(--muted);
  margin-top: 24px;
  font-size: 18px;
}
.page-lead p {
  margin: 0;
}
.article-shell {
  width: min(1040px, 100% - 40px);
  margin: 0 auto;
  padding: 64px 0 96px;
}
.article-grid {
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: 78px;
  display: grid;
}
.article-main h2 {
  color: var(--wine);
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  margin: 58px 0 16px;
  font-size: clamp(30px, 3.5vw, 43px);
  font-weight: 500;
  line-height: 1.1;
}
.article-main h2:first-child {
  margin-top: 0;
}
.article-main h3 {
  color: var(--wine);
  margin: 30px 0 9px;
  font-size: 18px;
}
.article-main p,
.article-main li {
  color: #5f5359;
}
.article-main a {
  color: var(--rose);
  font-weight: 700;
}
.article-main ul,
.article-main ol {
  padding-left: 21px;
}
.article-main li {
  margin-bottom: 9px;
}
.article-aside {
  border: 1px solid var(--line);
  background: #fff;
  padding: 24px;
  position: sticky;
  top: 108px;
}
.article-aside h2 {
  color: var(--wine);
  font-family: var(--font-display);
  margin: 0 0 12px;
  font-size: 23px;
}
.article-aside p,
.article-aside li {
  color: var(--muted);
  font-size: 13px;
}
.article-aside ul {
  padding-left: 18px;
}
.article-aside .button {
  width: 100%;
  margin-top: 10px;
}
.content-note {
  border-left: 3px solid var(--gold);
  color: #55484f;
  background: #fff5df;
  margin: 28px 0;
  padding: 20px 22px;
}
.content-note strong {
  color: var(--wine);
}
.data-table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
  font-size: 14px;
}
.data-table th {
  color: #fff;
  background: var(--wine);
  text-align: left;
  padding: 13px 15px;
}
.data-table td {
  border: 1px solid var(--line);
  vertical-align: top;
  padding: 15px;
}
.data-table tr:nth-child(2n) td {
  background: #fff;
}
.step-list {
  counter-reset: step;
  margin: 26px 0;
  list-style: none;
  padding: 0 !important;
}
.step-list li {
  border-top: 1px solid var(--line);
  counter-increment: step;
  min-height: 72px;
  padding: 18px 18px 18px 70px;
  position: relative;
}
.step-list li:last-child {
  border-bottom: 1px solid var(--line);
}
.step-list li:before {
  content: counter(step, decimal-leading-zero);
  color: var(--rose);
  font-family: var(--font-display);
  font-size: 23px;
  position: absolute;
  top: 16px;
  left: 10px;
}
.cards-three {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0;
  display: grid;
}
.info-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
}
.info-card h3 {
  margin-top: 0;
}
.chip-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.chip-row span {
  border: 1px solid var(--line);
  color: var(--wine);
  background: #fff;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
}
.site-footer {
  color: #d8c8d0;
  background: var(--wine-dark);
  padding: 64px max(24px, 50vw - 590px) 28px;
}
.footer-grid {
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 56px;
  display: grid;
}
.footer-brand img {
  object-fit: contain;
  object-position: left center;
  width: 150px;
  height: 72px;
}
.footer-brand p {
  color: #a8949e;
  max-width: 360px;
  font-size: 13px;
}
.footer-grid h2 {
  color: #fff;
  font-family: var(--font-display);
  margin: 12px 0 16px;
  font-size: 18px;
  font-weight: 500;
}
.footer-grid > div:not(.footer-brand) a {
  color: #bcaab3;
  margin: 8px 0;
  font-size: 13px;
  text-decoration: none;
  display: block;
}
.footer-grid a:hover {
  color: #fff;
}
.age-note {
  color: var(--gold-light);
  font-size: 12px;
}
.footer-bottom {
  color: #8f7b85;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 20px;
  font-size: 11px;
  display: flex;
}
@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }
  .header-cta {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }
  .hero-product {
    min-height: 480px;
  }
  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-strip div:nth-child(2) {
    border-right: 0;
  }
  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .game-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 760px) {
  .header-inner {
    width: min(100% - 28px, 1180px);
    min-height: 68px;
  }
  .brand img {
    width: 104px;
    height: 52px;
  }
  .header-cta {
    padding: 9px 14px;
  }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    min-height: auto;
    padding: 60px 20px 64px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-product {
    min-height: 390px;
    margin: -20px 0;
    transform: scale(0.86);
  }
  .glow-orbit {
    width: 390px;
    height: 390px;
  }
  .phone-card {
    width: 230px;
    min-height: 370px;
  }
  .phone-card img {
    width: 160px;
    height: 160px;
  }
  .stat-one {
    left: -10px;
  }
  .stat-two {
    right: -12px;
  }
  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }
  .proof-strip div {
    padding: 18px 12px;
  }
  .section {
    width: min(100% - 32px, 1180px);
    padding: 72px 0;
  }
  .split-section,
  .identity-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .journey-section,
  .banking-preview {
    width: 100%;
    padding: 72px 20px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .journey-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .journey-grid article:last-child {
    border-bottom: 0;
  }
  .journey-grid h3 {
    margin-top: 18px;
  }
  .banking-preview {
    grid-template-columns: 1fr;
  }
  .banking-panel {
    padding-right: 0;
  }
  .banking-aside {
    border-top: 1px solid #ffffff24;
    border-left: 0;
    margin-top: 40px;
    padding: 34px 0 0;
  }
  .game-grid {
    grid-template-columns: 1fr;
  }
  .game-card {
    min-height: 230px;
  }
  .game-card h3 {
    margin-top: 32px;
  }
  .identity-mark {
    font-size: 72px;
  }
  .download-band {
    border-radius: 22px;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 32px);
    margin-bottom: 56px;
    padding: 36px 26px;
  }
  .download-band .button-row {
    width: 100%;
  }
  .download-band .button {
    flex: 180px;
  }
  .page-intro,
  .breadcrumbs,
  .article-shell {
    width: calc(100% - 32px);
  }
  .page-intro {
    padding: 54px 0 42px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .article-aside {
    position: static;
  }
  .cards-three {
    grid-template-columns: 1fr;
  }
  .data-table {
    display: block;
    overflow-x: auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Floating free-credit claim icon */
.claim-free-credit-popup {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(34px, calc(env(safe-area-inset-bottom) + 20px));
  z-index: 9999;
  display: block;
  width: clamp(128px, 14vw, 180px);
  line-height: 0;
  touch-action: manipulation;
  transform-origin: right bottom;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
  animation: claim-free-credit-enter 0.55s ease-out both;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.claim-free-credit-popup img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.claim-free-credit-popup:hover {
  transform: translateY(-4px) scale(1.035);
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.52));
}

.claim-free-credit-popup:active {
  transform: scale(0.98);
}

.claim-free-credit-popup:focus-visible {
  border-radius: 18px;
  outline: 3px solid #f7d783;
  outline-offset: 4px;
}

@keyframes claim-free-credit-enter {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .claim-free-credit-popup {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(28px, calc(env(safe-area-inset-bottom) + 20px));
    width: clamp(108px, 32vw, 132px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .claim-free-credit-popup {
    animation: none;
  }
}
