:root {
  --ink: #1e1d1d;
  --ink-72: rgba(30, 29, 29, 0.72);
  --ink-12: rgba(30, 29, 29, 0.12);
  --paper: #ffffff;
  --gray: #f7f7f7;
  --green: #6eeb9d;
  --chain-green: #00f28f;
  --chain-green-soft: #baffd6;
  --chain-black: #090d0b;
  --teal: #acf8f5;
  --yellow: #fff67f;
  --content: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--paper);
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -0.04em;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(3.4rem, 4.86vw, 4.375rem);
  line-height: 1.1;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 2.78vw, 2.5rem);
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.35;
}

.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;
}

.container {
  width: min(100%, var(--content));
  margin-inline: auto;
}

.site-header {
  min-height: 74px;
  padding: 0 32px;
  border-bottom: 1px solid var(--ink-12);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
  background: #fff;
}

.brand {
  width: 122px;
  margin-right: 32px;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  flex: 1;
}

.main-nav > a,
.login-link {
  padding: 25px 16px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  transition: color 180ms ease;
}

.main-nav > a:hover,
.login-link:hover {
  color: #545759;
}

.nav-chevron {
  margin-left: 5px;
  font-size: 14px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 12px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  background: var(--ink);
  width: 24px;
  height: 2px;
  margin: 5px 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: white;
  background: #000;
}

.button-dark:hover {
  color: #fff;
  background: #545759;
}

.button-small {
  min-height: 48px;
}

.button-large {
  min-height: 64px;
  padding: 20px 24px;
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.button-outline:hover {
  color: #fff;
  background: var(--ink);
}

.arrow {
  font-size: 22px;
  line-height: 1;
}

.hero {
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0 50%, var(--teal) 50% 100%);
}

.hero-inner {
  width: min(100%, 1440px);
  min-height: 790px;
  margin-inline: auto;
  padding-left: 32px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}

.hero-copy {
  min-width: 0;
  padding: 150px 32px 32px 0;
  display: flex;
  flex-direction: column;
}

.hero-copy-main {
  max-width: 500px;
}

.hero-kicker {
  margin-bottom: 20px;
  color: var(--ink-72);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 9px;
  height: 9px;
  background: var(--yellow);
  transform: rotate(45deg);
}

.hero-subtitle {
  margin: 0 0 48px;
  font-size: 18px;
}

.hero-terms {
  max-width: 480px;
  margin-top: auto;
}

.hero-terms p:first-child {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.hero-terms p:last-child {
  margin-bottom: 0;
  color: var(--ink-72);
  font-size: 12px;
  line-height: 1.5;
}

.hero-art {
  min-width: 0;
  min-height: 790px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 246, 127, 0.72) 0 9%, transparent 9.5%),
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.58) 0 24%, transparent 45%),
    var(--teal);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.card-wheel {
  width: 128%;
  margin-left: 8%;
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  animation: wheel-breathe 8s ease-in-out infinite;
}

.wheel-cell,
.wheel-center {
  aspect-ratio: 1;
  position: relative;
}

.luma-card-art {
  width: 78%;
  aspect-ratio: 1.586;
  padding: 6%;
  border: 1px solid rgba(30, 29, 29, 0.15);
  border-radius: 8%;
  box-shadow: 0 18px 50px rgba(30, 29, 29, 0.16);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(var(--angle, 0deg));
}

.luma-card-art::before {
  content: "";
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
  right: -18%;
  bottom: -40%;
}

.luma-card-art.glow,
.credit-card-mini.glow {
  color: var(--ink);
  background: var(--yellow);
}

.luma-card-art.build,
.credit-card-mini.build {
  color: var(--ink);
  background: var(--green);
}

.luma-card-art.rise,
.credit-card-mini.rise {
  color: #fff;
  background: var(--ink);
}

.card-brand {
  font-size: clamp(13px, 2.1vw, 27px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.card-chip {
  width: 18%;
  aspect-ratio: 1.28;
  border: 1px solid currentColor;
  border-radius: 20%;
  opacity: 0.45;
  position: absolute;
  top: 43%;
  left: 7.5%;
}

.card-tier {
  font-size: clamp(7px, 0.75vw, 11px);
  font-weight: 700;
  letter-spacing: 0.14em;
  position: absolute;
  left: 7.5%;
  bottom: 9%;
}

.angle-135 { --angle: 135deg; transform: translate(5%, 5%); }
.angle-180 { --angle: 180deg; transform: translateY(10%); }
.angle-225 { --angle: -135deg; transform: translate(-5%, 5%); }
.angle-90 { --angle: 90deg; transform: translateX(10%); }
.angle-270 { --angle: -90deg; transform: translateX(-10%); }
.angle-45 { --angle: 45deg; transform: translate(5%, -5%); }
.angle-0 { --angle: 0deg; transform: translateY(-10%); }
.angle-neg45 { --angle: -45deg; transform: translate(-5%, -5%); }

@keyframes wheel-breathe {
  0%, 100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(7deg) scale(1.025); }
}

.section {
  padding: 96px 32px;
}

.section-gray {
  background: var(--gray);
}

.section-black {
  color: #fff;
  background: var(--ink);
}

.section-heading {
  width: min(100%, 800px);
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading .button {
  margin-top: 48px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--ink-72);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.section-heading.light .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.card-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  min-width: 0;
  background: white;
  display: flex;
  flex-direction: column;
}

.product-head {
  min-height: 190px;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  overflow: hidden;
}

.product-head > div {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.product-head h3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 0.95;
}

.product-head p {
  max-width: 185px;
  margin-bottom: 0;
  color: var(--ink-72);
  font-size: 16px;
  line-height: 1.5;
}

.product-head > img {
  width: auto;
  height: 140px;
  flex: 0 0 auto;
  transition: transform 250ms ease;
}

.product-card:hover .product-head > img {
  transform: rotate(4deg) translateY(-4px);
}

.credit-card-mini {
  width: 140px;
  height: 88px;
  padding: 12px;
  border: 1px solid rgba(30, 29, 29, 0.14);
  border-radius: 10px;
  box-shadow: 0 16px 28px rgba(30, 29, 29, 0.14);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: rotate(90deg);
  transition: transform 250ms ease;
}

.credit-card-mini::before {
  content: "";
  width: 76px;
  height: 76px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.2;
  position: absolute;
  right: -30px;
  bottom: -42px;
}

.credit-card-mini span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.credit-card-mini small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.product-card:hover .credit-card-mini {
  transform: rotate(94deg) translateY(-4px);
}

.product-rows {
  border-top: 1px solid var(--ink-12);
}

.product-row {
  min-height: 88px;
  padding: 16px 40px;
  border-bottom: 1px solid var(--ink-12);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.product-row.single {
  grid-template-columns: 48px 1fr;
}

.round-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.round-icon img {
  max-width: 25px;
  max-height: 25px;
}

.round-icon.yellow,
.yellow-card,
.feature-tile.yellow { background: var(--yellow); }
.round-icon.green,
.green-card { background: var(--green); }
.round-icon.teal,
.teal-card,
.feature-tile.teal { background: var(--teal); }

.row-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.row-label small {
  display: block;
  color: var(--ink-72);
  font-size: 14px;
  font-weight: 400;
}

.product-row strong {
  max-width: 116px;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.product-action {
  margin-top: auto;
  padding: 24px 40px;
}

.product-action .button {
  width: 100%;
}

.fine-print,
.card-fee-note {
  color: var(--ink-72);
  font-size: 12px;
  line-height: 1.5;
}

.card-fee-note {
  margin-top: 24px;
  margin-bottom: 0;
}

.approval {
  padding-top: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.benefit {
  min-height: 360px;
  padding: 42px 32px;
  background: #fff;
  text-align: center;
}

.benefit > img {
  width: 96px;
  height: 96px;
  margin: 0 auto 32px;
}

.benefit h3 {
  margin-bottom: 24px;
  font-weight: 500;
}

.benefit p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
}

.benefit.align-left {
  min-height: 310px;
  padding: 48px;
  text-align: left;
}

.benefit.align-left .round-icon {
  margin-bottom: 24px;
}

.benefit.align-left h3 {
  font-size: 24px;
}

.benefit.align-left p {
  color: var(--ink-72);
}

.feature-grid {
  display: grid;
  gap: 32px;
}

.feature-leap {
  min-height: 520px;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  background: var(--green);
}

.feature-copy {
  padding: 48px;
}

.feature-copy h2 {
  margin-bottom: 24px;
  text-align: left;
}

.feature-copy p,
.feature-tile p {
  color: var(--ink-72);
  font-size: 18px;
  line-height: 1.55;
}

.feature-visual {
  align-self: stretch;
  padding-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.feature-visual img {
  max-height: 500px;
  object-fit: contain;
  object-position: bottom;
}

.split-40-60 {
  margin-top: 32px;
  grid-template-columns: 1fr 1.5fr;
}

.split-60-40 {
  margin-top: 32px;
  grid-template-columns: 1.5fr 1fr;
}

.feature-tile {
  min-height: 600px;
  padding: 48px;
  display: flex;
  flex-direction: column;
}

.feature-tile.gray {
  background: var(--gray);
}

.feature-tile.center {
  text-align: center;
  align-items: center;
}

.feature-tile .phone-art {
  max-width: 100%;
  max-height: 330px;
  margin: 0 auto 72px;
  object-fit: contain;
}

.phone-shell {
  width: min(78%, 340px);
  min-height: 500px;
  padding: 24px 28px 32px;
  color: var(--ink);
  background: #fff;
  border: 8px solid var(--ink);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 26px 60px rgba(30, 29, 29, 0.2);
}

.phone-status,
.phone-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-status {
  margin-bottom: 26px;
  font-size: 10px;
  font-weight: 700;
}

.phone-brand {
  justify-content: flex-start;
  gap: 8px;
  font-size: 14px;
}

.phone-brand img {
  width: 28px;
  height: 28px;
}

.progress-ring {
  width: 148px;
  aspect-ratio: 1;
  margin: 30px auto 24px;
  border-radius: 50%;
  background: conic-gradient(var(--ink) 0 83%, rgba(30, 29, 29, 0.12) 83% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress-ring::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 10px;
}

.progress-ring strong,
.progress-ring span {
  position: relative;
  z-index: 1;
}

.progress-ring strong {
  font-size: 34px;
  line-height: 1;
}

.progress-ring span {
  color: var(--ink-72);
  font-size: 11px;
}

.progress-phone h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.progress-phone > p {
  margin-bottom: 24px;
  color: var(--ink-72);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.phone-progress-bar {
  height: 7px;
  background: var(--gray);
  border-radius: 99px;
  overflow: hidden;
}

.phone-progress-bar span {
  width: 83%;
  height: 100%;
  background: var(--green);
  border-radius: inherit;
  display: block;
}

.score-visual,
.payment-visual,
.notification-visual {
  width: min(100%, 330px);
  min-height: 300px;
  margin: 0 auto 72px;
}

.score-visual {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 22px 55px rgba(30, 29, 29, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.score-orbit {
  border: 2px solid var(--green);
  border-right-color: var(--yellow);
  border-radius: 50%;
  position: absolute;
  inset: 17px;
  transform: rotate(-34deg);
}

.score-visual > span,
.score-visual > small {
  color: var(--ink-72);
  font-size: 12px;
}

.score-visual > strong {
  font-size: 64px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.score-visual > small {
  margin-top: 12px;
  color: #00663f;
  font-weight: 600;
}

.payment-visual {
  padding: 26px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(30, 29, 29, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-card {
  width: 176px;
  height: 108px;
  margin-bottom: 24px;
  padding: 18px;
  color: var(--ink);
  background: var(--green);
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.payment-card span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.payment-card small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.balance-label {
  color: var(--ink-72);
  font-size: 11px;
}

.payment-visual > strong {
  margin-bottom: 18px;
  font-size: 32px;
}

.payment-options {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.payment-options span {
  padding: 8px 4px;
  border: 1px solid var(--ink-12);
  font-size: 9px;
}

.payment-options .selected {
  color: #fff;
  background: var(--ink);
}

.notification-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.notification-visual > div {
  padding: 14px;
  background: #fff;
  border: 1px solid var(--ink-12);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(30, 29, 29, 0.09);
  display: flex;
  align-items: center;
  gap: 12px;
}

.notification-visual > div:nth-child(2) {
  transform: translateX(-20px);
}

.merchant-mark {
  width: 38px;
  height: 38px;
  background: var(--green);
  border-radius: 50%;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

.merchant-mark.yellow { background: var(--yellow); }
.merchant-mark.teal { background: var(--teal); }

.notification-visual p {
  margin: 0;
  text-align: left;
}

.notification-visual strong,
.notification-visual small {
  display: block;
}

.notification-visual strong {
  font-size: 12px;
}

.notification-visual small {
  color: var(--ink-72);
  font-size: 10px;
}

.feature-tile > div {
  margin-top: auto;
}

.feature-tile h2 {
  margin-bottom: 24px;
  font-size: 34px;
}

.feature-tile p {
  margin: 0;
}

.feature-tile.merchant {
  justify-content: center;
  background-image: url("https://cdn.prod.website-files.com/636a6f81a287f5628189d717/63cecd17cdd402170d25cf74_Group%201069.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-tile.merchant > div {
  max-width: 480px;
  margin: 0;
}

.feature-tile.merchant h2 {
  text-align: left;
}

.card-features .section-heading {
  margin-bottom: 64px;
}

.testimonials {
  padding-bottom: 175px;
  overflow: hidden;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-card {
  min-height: 390px;
  padding: 48px 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 220ms ease;
}

.testimonial-card:hover {
  transform: rotate(0) translateY(-8px);
}

.testimonial-card .fold {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.testimonial-card p {
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 1.55;
}

.testimonial-card footer {
  margin-top: auto;
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card strong {
  margin-bottom: 6px;
  font-weight: 500;
}

.testimonial-card small {
  color: var(--ink-72);
  font-size: 14px;
}

.tilt-left {
  transform: translate(-32px, 30px) rotate(-10deg);
}

.tilt-right {
  transform: translate(32px, 0) rotate(10deg);
}

.cta-section {
  padding: 96px 32px;
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cta-copy {
  min-height: 460px;
  padding: 48px;
  background: var(--gray);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cta-copy > p {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.24;
}

.cta-copy h2 {
  margin-bottom: 48px;
}

.cta-art {
  min-height: 460px;
  padding: 77px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-art img {
  max-height: 330px;
}

.cta-card-stack {
  width: min(100%, 440px);
  height: 340px;
  position: relative;
}

.cta-card-stack .luma-card-art {
  width: 76%;
  padding: 5%;
}

.cta-card-stack .luma-card-art:first-child {
  top: 43%;
  left: 42%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.cta-card-stack .luma-card-art:last-child {
  top: 58%;
  left: 58%;
  transform: translate(-50%, -50%) rotate(9deg);
}

.disclaimer-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.disclaimer-grid p {
  margin-bottom: 0;
  color: var(--ink-72);
  font-size: 12px;
  line-height: 1.5;
}

.disclaimer-grid a {
  text-decoration: underline;
}

.site-footer {
  padding: 96px 32px 24px;
  color: #fff;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 6fr;
  gap: 40px;
}

.footer-grid h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.footer-grid > div > a {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
}

.footer-grid a:hover,
.footer-bottom a:hover,
.nmls a:hover {
  color: #fff;
}

.footer-app {
  width: min(100%, 430px);
  justify-self: end;
}

.store-buttons {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.store-buttons a {
  margin: 0 !important;
}

.store-buttons img {
  height: 48px;
}

.app-coming-soon {
  width: fit-content;
  margin-bottom: 24px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.app-coming-soon img {
  width: 42px;
  height: 42px;
}

.app-coming-soon span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.25;
}

.app-coming-soon strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.footer-app p,
.nmls {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.35;
}

.nmls {
  padding-top: 16px;
}

.nmls a {
  text-decoration: underline;
}

.footer-social {
  margin-top: 72px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-luma-mark {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.footer-luma-mark img {
  width: 42px;
  height: 42px;
}

.footer-social > div {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-social > div img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 12px;
  line-height: 1.35;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 24px;
  text-align: right;
}

.demo-toast {
  color: #fff;
  background: var(--ink);
  padding: 14px 18px;
  box-shadow: 0 16px 40px rgba(30, 29, 29, 0.24);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.demo-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.product-card.reveal:nth-child(2),
.benefit.reveal:nth-child(2),
.testimonial-card.reveal:nth-child(2) {
  transition-delay: 90ms;
}

.product-card.reveal:nth-child(3),
.benefit.reveal:nth-child(3),
.testimonial-card.reveal:nth-child(3) {
  transition-delay: 180ms;
}

/* Luma onchain direction */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-text-link {
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.hero-chain-badge {
  padding: 10px 14px;
  border: 1px solid rgba(9, 13, 11, 0.24);
  border-radius: 999px;
  color: var(--chain-black);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-chain-badge span,
.chain-chip i,
.chain-eyebrow span,
.explorer-head p span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--chain-green);
  box-shadow: 0 0 14px rgba(0, 242, 143, 0.8);
}

.card-wheel {
  position: relative;
  z-index: 2;
}

.chain-orbit {
  border: 1px solid rgba(9, 13, 11, 0.12);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  animation: chain-spin 18s linear infinite;
}

.chain-orbit i {
  width: 10px;
  height: 10px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  background: var(--chain-black);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.58), 0 0 18px rgba(0, 242, 143, 0.62);
  position: absolute;
}

.orbit-one {
  width: 75%;
  aspect-ratio: 1;
  top: 11%;
  left: 10%;
}

.orbit-one i:nth-child(1) { top: 8%; left: 18%; }
.orbit-one i:nth-child(2) { top: 50%; right: -5px; }
.orbit-one i:nth-child(3) { bottom: 9%; left: 20%; }

.orbit-two {
  width: 46%;
  aspect-ratio: 1;
  top: 28%;
  left: 25%;
  animation-direction: reverse;
  animation-duration: 12s;
}

.orbit-two i:nth-child(1) { top: -5px; left: 50%; }
.orbit-two i:nth-child(2) { bottom: 9%; left: 12%; }

@keyframes chain-spin {
  to { transform: rotate(360deg); }
}

.onchain-section {
  padding: 128px 32px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 242, 143, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 242, 143, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 75% 45%, rgba(0, 242, 143, 0.16), transparent 33%),
    var(--chain-black);
  background-size: 38px 38px, 38px 38px, auto, auto;
  overflow: hidden;
}

.onchain-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1.22fr);
  align-items: center;
  gap: 72px;
}

.chain-eyebrow {
  margin-bottom: 24px;
  color: var(--chain-green);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.onchain-copy h2 {
  max-width: 550px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.98;
}

.onchain-copy > p:not(.chain-eyebrow) {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

.network-facts {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.network-facts > span {
  padding: 20px 12px 0 0;
  display: flex;
  flex-direction: column;
}

.network-facts strong {
  color: var(--chain-green);
  font-size: 14px;
}

.network-facts small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
}

.chain-experience {
  min-width: 0;
}

.transaction-flow {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.flow-card,
.flow-wallet {
  min-height: 260px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  color: var(--chain-black);
}

.flow-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flow-card .credit-card-mini {
  width: 100%;
  height: auto;
  aspect-ratio: 1.586;
  box-shadow: 0 18px 36px rgba(9, 13, 11, 0.16);
}

.flow-card p,
.flow-wallet p {
  margin-bottom: 0;
}

.flow-card p {
  display: flex;
  flex-direction: column;
}

.flow-card small,
.flow-wallet > small {
  color: rgba(9, 13, 11, 0.52);
}

.flow-connector {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.flow-connector i {
  height: 2px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, rgba(0, 242, 143, 0.15), var(--chain-green));
  display: block;
  position: relative;
}

.flow-connector i::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--chain-green);
  box-shadow: 0 0 16px var(--chain-green);
  position: absolute;
  top: -2.5px;
  left: 0;
  animation: data-pulse 2.4s ease-in-out infinite;
}

@keyframes data-pulse {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  88% { opacity: 1; }
  100% { left: calc(100% - 7px); opacity: 0; }
}

.flow-wallet {
  background: var(--chain-green-soft);
}

.wallet-head {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}

.live-dot {
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--chain-black);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-wallet > strong {
  margin: 2px 0 0;
  display: block;
  font-size: 38px;
  letter-spacing: -0.05em;
}

.flow-wallet > p {
  font-size: 12px;
}

.confirm-pill {
  width: fit-content;
  margin-top: 26px;
  padding: 8px 11px;
  border: 1px solid rgba(9, 13, 11, 0.15);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
}

.confirm-pill span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--chain-black);
  display: inline-grid;
  place-items: center;
}

.mini-explorer {
  width: 88%;
  margin: -2px auto 0;
  padding: 20px 24px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 0 18px 18px;
  background: #111714;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}

.explorer-head,
.explorer-head p,
.mini-explorer dl > div {
  display: flex;
  align-items: center;
}

.explorer-head {
  margin-bottom: 15px;
  justify-content: space-between;
}

.explorer-head p {
  margin: 0;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.explorer-head small,
.explorer-note {
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-explorer dl {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.mini-explorer dl > div {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-content: space-between;
  gap: 20px;
}

.mini-explorer dt {
  color: rgba(255, 255, 255, 0.42);
}

.mini-explorer dd {
  margin: 0;
}

.mini-explorer .status-confirmed {
  color: var(--chain-green);
}

.explorer-note {
  margin: 10px 0 0;
  text-align: right;
}

.rewards-section {
  padding-block: 128px;
  background: #f0f4f1;
}

.rewards-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: 10%;
}

.rewards-copy h2 {
  max-width: 620px;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
  line-height: 0.98;
}

.rewards-intro {
  max-width: 540px;
  color: var(--ink-72);
  font-size: 18px;
}

.reward-choices {
  max-width: 580px;
  margin-top: 36px;
  border-top: 1px solid var(--ink-12);
}

.reward-choice {
  width: 100%;
  padding: 18px 4px;
  border: 0;
  border-bottom: 1px solid var(--ink-12);
  color: var(--ink);
  background: transparent;
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}

.reward-choice-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink-12);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  transition: background 180ms ease, color 180ms ease;
}

.reward-choice > span:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.reward-choice strong {
  font-size: 17px;
}

.reward-choice small {
  color: var(--ink-72);
}

.reward-choice i {
  font-style: normal;
  font-weight: 700;
}

.reward-choice.is-active .reward-choice-icon {
  color: var(--chain-black);
  background: var(--chain-green);
}

.reward-legal {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(30, 29, 29, 0.5);
  font-size: 11px;
}

.reward-wallet {
  min-height: 650px;
  padding: 32px;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 65% 55%, rgba(0, 242, 143, 0.2), transparent 30%),
    linear-gradient(rgba(0, 242, 143, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 242, 143, 0.045) 1px, transparent 1px),
    var(--chain-black);
  background-size: auto, 28px 28px, 28px 28px, auto;
  box-shadow: 0 28px 80px rgba(9, 13, 11, 0.18);
  display: flex;
  flex-direction: column;
}

.reward-wallet-top,
.reward-wallet-top > div,
.chain-chip,
.wallet-actions {
  display: flex;
  align-items: center;
}

.reward-wallet-top {
  margin-bottom: 80px;
  justify-content: space-between;
}

.reward-wallet-top > div {
  gap: 12px;
}

.reward-wallet-top p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.reward-wallet-top small {
  color: rgba(255, 255, 255, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.wallet-luma-mark,
.route-origin,
.route-destination {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--chain-black);
  background: var(--chain-green);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
}

.chain-chip {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  gap: 7px;
  font-size: 10px;
}

.chain-chip i {
  width: 6px;
  height: 6px;
}

.reward-mode-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.reward-amount {
  margin-bottom: 26px;
  font-size: 72px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.reward-route {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
}

.reward-route i {
  height: 1px;
  background: linear-gradient(90deg, var(--chain-green), rgba(0, 242, 143, 0.12), var(--chain-green));
  position: relative;
}

.reward-route i::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px var(--chain-green);
  position: absolute;
  top: -3.5px;
  animation: data-pulse 2.4s ease-in-out infinite;
}

.route-destination {
  color: var(--chain-black);
  background: #fff;
}

.reward-wallet h3 {
  margin-bottom: 8px;
}

.reward-mode-copy {
  max-width: 400px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.58);
}

.wallet-actions {
  margin-top: auto;
  gap: 10px;
}

.wallet-actions button {
  flex: 1;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.wallet-actions button:first-child {
  color: var(--chain-black);
  background: var(--chain-green);
  border-color: var(--chain-green);
}

.security-section {
  padding-block: 128px;
  background: var(--chain-green-soft);
}

.security-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 0.45fr 1.1fr 0.75fr;
  align-items: end;
  gap: 40px;
}

.security-heading .eyebrow {
  align-self: start;
}

.security-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 0.98;
}

.security-heading > p:last-child {
  margin: 0;
  color: var(--ink-72);
}

.security-grid {
  border-top: 1px solid rgba(9, 13, 11, 0.18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.security-card {
  min-height: 330px;
  padding: 28px 28px 34px;
  border-right: 1px solid rgba(9, 13, 11, 0.18);
  display: flex;
  flex-direction: column;
}

.security-card:first-child {
  border-left: 1px solid rgba(9, 13, 11, 0.18);
}

.security-card > span {
  color: rgba(9, 13, 11, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.security-icon {
  width: 58px;
  height: 58px;
  margin: 50px 0 36px;
  border: 1px solid rgba(9, 13, 11, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  display: grid;
  place-items: center;
  font-size: 24px;
}

.security-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.security-card p {
  margin: 0;
  color: var(--ink-72);
  font-size: 14px;
}

.footer-grid {
  grid-template-columns: 1.1fr 1fr 1fr 1fr 3.6fr;
}

@media (max-width: 1100px) {
  .site-header {
    padding-right: 12px;
  }

  .hero-inner {
    min-height: 670px;
  }

  .hero-copy,
  .hero-art {
    min-height: 670px;
  }

  .hero-copy {
    padding-top: 110px;
  }

  .onchain-section {
    padding-block: 96px;
  }

  .onchain-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .onchain-copy {
    max-width: 760px;
  }

  .chain-experience {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .rewards-grid {
    gap: 6%;
  }

  .security-heading {
    grid-template-columns: 0.38fr 1fr;
  }

  .security-heading > p:last-child {
    grid-column: 2;
  }

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

  .security-card:nth-child(3) {
    border-left: 1px solid rgba(9, 13, 11, 0.18);
  }

  .card-products {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    grid-template-rows: 1fr auto;
  }

  .product-head {
    grid-row: 1 / span 2;
    min-height: 100%;
  }

  .product-action {
    padding-top: 20px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 16px);
    justify-self: center;
  }

  .benefit.align-left {
    padding: 36px;
  }

  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-app {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
  }

  .site-header {
    min-height: 64px;
    padding: 0 8px 0 20px;
  }

  .brand {
    width: 104px;
    margin-right: auto;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .main-nav {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 40px 20px;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    inset: 64px 0 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .main-nav::after {
    content: "";
    margin-top: 24px;
    border-top: 1px solid var(--ink-12);
  }

  .main-nav > a {
    padding: 18px 0;
    font-size: 22px;
  }

  .site-header.is-open .main-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-header.is-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .login-link {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .button {
    min-height: 42px;
    padding: 9px 14px;
  }

  .hero {
    background: white;
  }

  .hero-inner {
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-art {
    min-height: 430px;
    height: 55vh;
  }

  .hero-chain-badge {
    top: 18px;
    right: 18px;
  }

  .card-wheel {
    width: 180%;
    margin-left: -5%;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }

  .hero-copy {
    min-height: 510px;
    padding: 48px 20px 24px;
  }

  .hero-subtitle {
    margin-bottom: 32px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-terms {
    margin-top: 72px;
  }

  .section,
  .cta-section {
    padding: 64px 20px;
  }

  .onchain-section {
    padding: 72px 20px;
  }

  .onchain-grid {
    gap: 48px;
  }

  .onchain-copy h2,
  .rewards-copy h2,
  .security-heading h2 {
    font-size: 3rem;
  }

  .network-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .transaction-flow {
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .flow-card,
  .flow-wallet {
    min-height: 240px;
  }

  .flow-card .credit-card-mini {
    width: min(100%, 250px);
  }

  .flow-connector i {
    width: 54px;
    margin: 0 auto 12px;
    transform: rotate(90deg);
  }

  .mini-explorer {
    width: 92%;
    padding-inline: 18px;
  }

  .rewards-section,
  .security-section {
    padding-block: 72px;
  }

  .rewards-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .reward-wallet {
    min-height: 600px;
  }

  .security-heading {
    margin-bottom: 48px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .security-heading > p:last-child {
    grid-column: auto;
    max-width: 560px;
  }

  .security-grid {
    grid-template-columns: 1fr 1fr;
  }

  .security-card {
    min-height: 300px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading .button {
    margin-top: 32px;
  }

  .card-products {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-card {
    display: flex;
  }

  .product-head {
    min-height: 180px;
    padding: 24px;
  }

  .product-head h3 {
    font-size: 26px;
  }

  .product-head > img {
    height: 125px;
  }

  .credit-card-mini {
    width: 124px;
    height: 78px;
  }

  .product-row {
    padding: 16px 24px;
  }

  .product-action {
    padding: 24px;
  }

  .approval {
    padding-top: 0;
  }

  .benefits-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .benefit {
    min-height: 0;
    padding: 36px 25px;
  }

  .benefit.align-left {
    min-height: 0;
    padding: 32px 25px;
  }

  .feature-leap,
  .split-40-60,
  .split-60-40 {
    grid-template-columns: 1fr;
  }

  .feature-leap {
    min-height: 0;
  }

  .feature-copy {
    padding: 36px 24px 0;
    text-align: center;
  }

  .feature-copy h2 {
    text-align: center;
  }

  .feature-visual {
    min-height: 310px;
  }

  .feature-visual img {
    max-height: 330px;
  }

  .feature-tile {
    min-height: 500px;
    padding: 32px 24px;
  }

  .feature-tile .phone-art {
    max-height: 280px;
    margin-bottom: 48px;
  }

  .feature-tile h2 {
    font-size: 2rem;
  }

  .feature-tile.merchant {
    min-height: 440px;
    background-position: 120% center;
  }

  .feature-tile.merchant > div {
    max-width: 65%;
  }

  .testimonials {
    padding-bottom: 110px;
  }

  .testimonial-grid {
    gap: 48px;
  }

  .testimonial-card,
  .testimonial-card:last-child {
    width: 100%;
    min-height: 320px;
    padding: 32px 24px;
    grid-column: auto;
  }

  .tilt-left {
    transform: translateY(12px) rotate(-3deg);
  }

  .tilt-right {
    transform: translateY(-2px) rotate(3deg);
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-art {
    min-height: 350px;
    padding: 48px;
    order: -1;
  }

  .cta-copy {
    min-height: 420px;
    padding: 40px 24px;
    align-items: center;
    text-align: center;
  }

  .cta-copy > p {
    font-size: 25px;
  }

  .disclaimer-grid {
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer {
    padding: 64px 20px 24px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 20px;
  }

  .footer-app {
    width: 100%;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-social {
    margin-top: 48px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .header-actions .button span:first-child {
    display: none;
  }

  .header-actions .button .arrow {
    display: inline;
  }

  .hero-art {
    min-height: 360px;
  }

  .hero-chain-badge {
    max-width: calc(100% - 36px);
    font-size: 9px;
  }

  .card-wheel {
    width: 210%;
    margin-left: -10%;
  }

  .transaction-flow {
    padding: 14px;
  }

  .mini-explorer {
    width: 95%;
  }

  .explorer-head small {
    display: none;
  }

  .reward-wallet {
    min-height: 560px;
    padding: 24px;
    border-radius: 26px;
  }

  .reward-wallet-top {
    margin-bottom: 64px;
  }

  .chain-chip {
    font-size: 9px;
  }

  .reward-amount {
    font-size: 60px;
  }

  .security-grid {
    grid-template-columns: 1fr;
  }

  .security-card,
  .security-card:nth-child(3) {
    min-height: 260px;
    border-left: 1px solid rgba(9, 13, 11, 0.18);
  }

  .security-icon {
    margin-block: 34px 28px;
  }

  .product-row {
    grid-template-columns: 42px minmax(0, 1fr) minmax(78px, auto);
    gap: 10px;
    padding-inline: 18px;
  }

  .product-row.single {
    grid-template-columns: 42px 1fr;
  }

  .round-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .product-head {
    padding-inline: 20px;
  }

  .product-head > img {
    height: 112px;
  }

  .credit-card-mini {
    width: 112px;
    height: 70px;
    padding: 10px;
  }

  .credit-card-mini span {
    font-size: 16px;
  }

  .feature-tile.merchant {
    background-position: 175px center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-app {
    grid-column: auto;
  }

  .store-buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-social {
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
  }

  .footer-bottom > div {
    gap: 16px;
    flex-direction: column;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
