:root {
  --coral: #ff4f40;
  --coral-dark: #e83f32;
  --ink: #091723;
  --cream: #fff7f0;
  --white: #fff;
  --mint: #bdf4dc;
  --teal: #007a76;
  --muted: #62717e;
  --line: #dce1df;
  --shadow: 0 24px 70px rgba(9, 23, 35, 0.14);
  font-family:
    "Avenir Next",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.concept-strip {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  padding: 0 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 240, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(9, 23, 35, 0.08);
}
.nav-wrap {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand-logo {
  display: block;
  width: 270px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  background: #000;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  font-size: 14px;
}
.nav-links a {
  position: relative;
}
.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--coral);
  transition: 0.25s;
}
.nav-links a:hover:after {
  right: 0;
}
.button {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 28px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 79, 64, 0.24);
  cursor: pointer;
  transition:
    transform 0.25s,
    background 0.25s,
    box-shadow 0.25s;
}
.button:hover {
  background: var(--coral-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 79, 64, 0.3);
}
.button span {
  font-size: 20px;
}
.button-small {
  min-height: 44px;
  padding: 0 22px;
  font-size: 13px;
}
.menu-button {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
}
.hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff7f0 0%, #fff 54%, #e9fff7 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 48px;
  padding: 68px 0 84px;
}
.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow i {
  width: 9px;
  height: 9px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 79, 64, 0.12);
}
h1,
h2,
h3 {
  font-weight: 700;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  font-size: clamp(48px, 6.2vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 24px 0 24px;
  max-width: 740px;
}
.hero h1 em {
  font-style: normal;
  color: var(--coral);
}
.hero-copy > p {
  font-size: 19px;
  line-height: 1.6;
  color: #40515e;
  max-width: 600px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
.text-link {
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 3px;
}
.trust-row {
  display: flex;
  gap: 22px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 750;
  color: #566572;
}
.trust-row span:before {
  content: "✓";
  color: var(--teal);
  margin-right: 7px;
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}
.blob-one {
  width: 420px;
  height: 420px;
  background: #ffd9d3;
  top: -180px;
  left: -170px;
}
.blob-two {
  width: 360px;
  height: 360px;
  background: #bdf4dc;
  right: -160px;
  bottom: -190px;
}
.card-stage {
  position: relative;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}
.crypto-card {
  position: relative;
  width: min(440px, 88vw);
  aspect-ratio: 1.586;
  background: linear-gradient(140deg, #ff6a5e, var(--coral) 65%, #e13d31);
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  box-shadow:
    0 38px 70px rgba(9, 23, 35, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.35);
  transform: rotate(-7deg) rotateY(-5deg);
  animation: cardFloat 5s ease-in-out infinite;
  overflow: hidden;
}
.card-shine {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  right: -130px;
  top: -170px;
}
.card-top,
.card-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crypto-card .brand-logo {
  width: 230px;
  height: 40px;
  border-radius: 8px;
}
.card-status {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 99px;
  padding: 8px 12px;
}
.chip {
  width: 48px;
  height: 37px;
  background: #f3ca68;
  border-radius: 8px;
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(9, 23, 35, 0.12);
}
.chip span {
  border-right: 1px solid rgba(9, 23, 35, 0.18);
}
.card-bottom {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
}
.card-bottom small,
.card-bottom strong {
  display: block;
}
.card-bottom small {
  font-size: 8px;
  letter-spacing: 0.16em;
  opacity: 0.75;
  margin-bottom: 5px;
}
.card-bottom strong {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.card-rings {
  display: flex;
}
.card-rings i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffe0dc;
}
.card-rings i:last-child {
  background: #ffbd58;
  margin-left: -10px;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(9, 23, 35, 0.1);
  border-radius: 50%;
}
.orbit-one {
  width: 450px;
  height: 450px;
}
.orbit-two {
  width: 340px;
  height: 340px;
}
.asset-pill {
  position: absolute;
  z-index: 4;
  min-width: 150px;
  background: #fff;
  border: 1px solid rgba(9, 23, 35, 0.08);
  border-radius: 16px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 1px 10px;
  align-items: center;
  box-shadow: 0 16px 35px rgba(9, 23, 35, 0.12);
  animation: pillFloat 4s ease-in-out infinite;
}
.asset-pill > b {
  grid-row: 1/3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
}
.asset-pill span {
  font-size: 11px;
  font-weight: 800;
}
.asset-pill strong {
  font-size: 10px;
  color: var(--teal);
}
.pill-btc {
  left: 0;
  top: 62px;
}
.pill-eth {
  right: -5px;
  bottom: 58px;
  animation-delay: -2s;
}
.pill-eth > b {
  background: var(--mint);
  color: var(--ink);
}
@keyframes cardFloat {
  50% {
    transform: rotate(-4deg) rotateY(-2deg) translateY(-10px);
  }
}
@keyframes pillFloat {
  50% {
    transform: translateY(-9px);
  }
}
.marquee {
  background: var(--ink);
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.marquee div {
  min-width: max-content;
  animation: marquee 20s linear infinite;
}
.marquee i {
  color: var(--coral);
  font-style: normal;
  margin: 0 26px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: 116px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading .kicker {
  grid-column: 1/-1;
  color: var(--coral);
}
.section-heading h2,
.how-copy h2,
.apply-intro h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 0;
}
.section-heading > p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.benefit-card {
  position: relative;
  min-height: 295px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
  transition: 0.3s;
}
.benefit-card:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  z-index: 2;
  border-color: transparent;
}
.benefit-card > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.benefit-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  font-size: 21px;
  margin: 52px 0 24px;
}
.benefit-card:nth-child(3n) .benefit-icon {
  background: #ffe0dc;
}
.benefit-card h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.benefit-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.how-section {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
}
.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.wallet-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}
.phone {
  width: 330px;
  background: #fff;
  color: var(--ink);
  border-radius: 42px;
  padding: 20px 24px 26px;
  border: 8px solid #23313c;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.38);
  transform: rotate(-4deg);
}
.phone-bar {
  width: 90px;
  height: 20px;
  background: var(--ink);
  border-radius: 0 0 16px 16px;
  margin: -20px auto 40px;
}
.phone > small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.phone > strong {
  font-size: 36px;
  display: block;
  letter-spacing: -0.04em;
  margin: 6px 0 28px;
}
.mini-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.mini-actions span {
  height: 68px;
  background: var(--cream);
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: var(--coral);
}
.mini-actions b {
  display: block;
  color: var(--ink);
  font-size: 9px;
}
.wallet-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.wallet-row > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
}
.wallet-row div b,
.wallet-row div small {
  display: block;
}
.wallet-row div small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px;
}
.wallet-row > strong {
  font-size: 13px;
}
.floating-note {
  position: absolute;
  right: 6px;
  bottom: 70px;
  background: var(--mint);
  color: var(--ink);
  border-radius: 18px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.3);
}
.floating-note > i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--mint);
  font-style: normal;
}
.floating-note small,
.floating-note b {
  display: block;
}
.floating-note small {
  font-size: 9px;
  margin-bottom: 4px;
}
.floating-note b {
  font-size: 12px;
}
.how-copy .kicker {
  color: var(--mint);
}
.how-copy > p {
  font-size: 18px;
  line-height: 1.6;
  color: #c5ced4;
  margin: 26px 0 36px;
}
.steps {
  border-top: 1px solid #34434e;
}
.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #34434e;
}
.step > span {
  width: 38px;
  height: 38px;
  border: 1px solid #4e5b65;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 850;
}
.step h3 {
  margin: 0 0 7px;
  font-size: 20px;
}
.step p {
  margin: 0;
  color: #aeb9c1;
  font-size: 14px;
  line-height: 1.5;
}
.apply-section {
  background: var(--coral);
  position: relative;
}
.apply-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 76px;
  align-items: start;
}
.apply-intro {
  position: sticky;
  top: 140px;
  color: #fff;
  padding-top: 26px;
}
.kicker.light {
  color: #fff;
}
.apply-intro > p {
  font-size: 18px;
  line-height: 1.6;
  margin: 28px 0;
  color: #fff1ef;
}
.privacy-card {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 26px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.privacy-card > span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--coral);
  font-size: 22px;
}
.privacy-card b,
.privacy-card small {
  display: block;
}
.privacy-card small {
  margin-top: 5px;
  color: #ffe8e5;
}
.form-card {
  background: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 30px 80px rgba(116, 29, 22, 0.24);
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 30px;
}
.form-top span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--coral);
}
.form-top h3 {
  font-size: 30px;
  letter-spacing: -0.04em;
  margin: 5px 0 0;
}
.form-top > b {
  background: var(--cream);
  border-radius: 99px;
  padding: 9px 13px;
  font-size: 10px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  display: block;
  margin-bottom: 15px;
}
.field > span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
}
.field input,
.field select {
  width: 100%;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8faf9;
  color: var(--ink);
  padding: 0 15px;
  outline: none;
  transition: 0.2s;
}
.field input:focus,
.field select:focus {
  background: #fff;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 122, 118, 0.1);
}
.field input[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: var(--coral);
  background: #fff4f2;
}
.field small,
.error-text {
  display: block;
  color: #b62318;
  font-size: 10px;
  font-weight: 700;
  margin-top: 6px;
}
.check-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 12px;
  line-height: 1.45;
  color: #4c5b66;
  margin: 6px 0 4px;
  cursor: pointer;
}
.check-row input {
  position: absolute;
  opacity: 0;
}
.custom-check {
  flex: 0 0 23px;
  height: 23px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: transparent;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.check-row input:checked + .custom-check {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.check-row.has-error .custom-check {
  border-color: var(--coral);
}
.submit-button {
  width: 100%;
  margin-top: 24px;
}
.submit-button:disabled {
  opacity: 0.8;
  cursor: wait;
}
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.form-note {
  text-align: center;
  color: var(--muted);
  font-size: 10px;
  margin: 12px 0 0;
}
.success-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.success-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 32px;
}
.success-card > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--teal);
}
.success-card h3 {
  font-size: 42px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin: 12px 0 18px;
}
.success-card p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 30px;
}
.legal-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 34px 0 70px;
}
.legal-shell details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
}
.legal-shell summary {
  font-weight: 850;
  cursor: pointer;
}
.legal-shell p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
  margin: 14px 0 0;
}
footer {
  background: var(--ink);
  color: #fff;
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-grid p {
  color: #aeb9c1;
  max-width: 400px;
  line-height: 1.6;
}
.footer-grid > div > b {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mint);
  margin-bottom: 8px;
}
.footer-grid a:not(.brand) {
  color: #c7d0d6;
  font-size: 14px;
}
.footer-bottom {
  border-top: 1px solid #34434e;
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8f9ca5;
}
.footer-bottom strong {
  color: var(--coral);
  letter-spacing: 0.12em;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    top: 104px;
    left: 20px;
    right: 20px;
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero-grid,
  .how-grid,
  .apply-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    padding-top: 54px;
  }
  .card-stage {
    height: 440px;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .how-grid {
    gap: 50px;
  }
  .apply-intro {
    position: static;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(100% - 26px, 1180px);
  }
  .concept-strip {
    font-size: 8px;
  }
  .nav-wrap {
    height: 66px;
  }
  .site-header .brand b {
    display: none;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid {
    padding: 42px 0 50px;
    gap: 18px;
  }
  .hero h1 {
    font-size: 44px;
    margin-top: 18px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .text-link {
    text-align: center;
    border-bottom: 0;
  }
  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
  }
  .card-stage {
    height: 370px;
    margin: 0 -6px;
  }
  .crypto-card {
    padding: 20px;
    border-radius: 19px;
  }
  .chip {
    margin-top: 28px;
  }
  .card-bottom {
    left: 20px;
    right: 20px;
    bottom: 19px;
  }
  .asset-pill {
    min-width: 125px;
    padding: 9px;
    grid-template-columns: 28px 1fr;
  }
  .asset-pill > b {
    width: 28px;
    height: 28px;
  }
  .pill-btc {
    top: 34px;
  }
  .pill-eth {
    bottom: 28px;
  }
  .orbit-one {
    width: 330px;
    height: 330px;
  }
  .orbit-two {
    width: 270px;
    height: 270px;
  }
  .marquee {
    height: 52px;
  }
  .section {
    padding: 76px 0;
  }
  .section-heading {
    margin-bottom: 32px;
  }
  .section-heading h2,
  .how-copy h2,
  .apply-intro h2 {
    font-size: 42px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }
  .benefit-card {
    min-height: 218px;
    border-left: 1px solid var(--line);
  }
  .benefit-icon {
    margin: 30px 0 18px;
  }
  .wallet-visual {
    min-height: 520px;
  }
  .phone {
    width: 290px;
    padding: 18px 20px 24px;
  }
  .floating-note {
    right: -2px;
    bottom: 42px;
  }
  .how-grid {
    gap: 32px;
  }
  .apply-grid {
    gap: 35px;
  }
  .form-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .success-card {
    min-height: 460px;
  }
  .success-card h3 {
    font-size: 36px;
  }
  .legal-shell {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom strong {
    font-size: 8px;
  }
}
@media (max-width: 560px) {
  .site-header .brand-logo {
    width: 210px;
    height: 38px;
  }
  .crypto-card .brand-logo {
    width: 180px;
    height: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
.brand-logo {
  background: transparent;
  border-radius: 0;
}
.footer-grid .brand {
  background: var(--cream);
  padding: 7px 12px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.footer-grid .brand-logo {
  width: 250px;
  height: 44px;
}
@media (max-width: 560px) {
  .footer-grid .brand-logo {
    width: 220px;
    height: 40px;
  }
}
.card-fan {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fan-card {
  --fan-y: 0px;
  --fan-r: 0deg;
  --fan-active-r: 0deg;
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(400px, 82vw);
  padding: 25px;
  transform: translate(-50%, calc(-50% + var(--fan-y))) rotate(var(--fan-r));
  transform-origin: 50% 88%;
  animation: fanCardLift 6s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  box-shadow:
    0 24px 48px rgba(9, 23, 35, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.42);
}
.fan-card-teal {
  --fan-y: 48px;
  --fan-r: -11deg;
  --fan-active-r: -8deg;
  z-index: 1;
  background: linear-gradient(140deg, #46d2bd, #0697ac);
  color: var(--ink);
  animation-delay: 0s;
}
.fan-card-lime {
  --fan-y: 9px;
  --fan-r: 0deg;
  --fan-active-r: 0deg;
  z-index: 2;
  background: linear-gradient(140deg, #c9ff35, #a8e900);
  color: var(--ink);
  animation-delay: -2s;
}
.fan-card-coral {
  --fan-y: -30px;
  --fan-r: 11deg;
  --fan-active-r: 8deg;
  z-index: 3;
  background: linear-gradient(140deg, #ff7366, var(--coral) 68%, #eb3f32);
  animation-delay: -4s;
}
.fan-card-logo {
  display: block;
  width: 210px;
  height: 38px;
  object-fit: cover;
  object-position: center;
}
.fan-card .card-status {
  color: currentColor;
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.18);
}
.fan-card .chip {
  margin-top: 35px;
}
.fan-card-teal .card-rings i:first-child {
  background: #ccfff5;
}
.fan-card-teal .card-rings i:last-child {
  background: #b7f51b;
}
.fan-card-lime .card-rings i:first-child {
  background: #fff;
}
.fan-card-lime .card-rings i:last-child {
  background: #ff5a4f;
}
@keyframes fanCardLift {
  0%,
  16%,
  52%,
  100% {
    transform: translate(-50%, calc(-50% + var(--fan-y))) rotate(var(--fan-r));
  }
  25%,
  42% {
    transform: translate(-50%, calc(-50% + var(--fan-y) - 54px))
      rotate(var(--fan-active-r));
  }
}
@media (max-width: 560px) {
  .fan-card {
    width: min(340px, 88vw);
    padding: 19px;
    border-radius: 20px;
  }
  .fan-card-teal {
    --fan-y: 42px;
  }
  .fan-card-lime {
    --fan-y: 8px;
  }
  .fan-card-coral {
    --fan-y: -25px;
  }
  .fan-card-logo {
    width: 170px;
    height: 31px;
  }
  .fan-card .card-status {
    font-size: 8px;
    padding: 6px 9px;
  }
  .fan-card .chip {
    margin-top: 25px;
  }
}
.fan-card .card-number {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 70px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.105em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.fan-card .card-bottom {
  align-items: flex-end;
  gap: 16px;
}
.fan-card .card-expiry {
  margin-left: auto;
}
.fan-card .card-expiry small,
.fan-card .card-expiry strong {
  display: block;
}
.fan-card .card-expiry strong {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media (max-width: 560px) {
  .fan-card .card-number {
    left: 19px;
    right: 19px;
    bottom: 59px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .fan-card .card-bottom {
    gap: 10px;
  }
  .fan-card .card-expiry strong {
    font-size: 10px;
  }
  .fan-card .card-rings i {
    width: 22px;
    height: 22px;
  }
}
.wallet-visual {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  padding: 30px 0 48px;
}
.wallet-visual:before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(189, 244, 220, 0.16),
    rgba(189, 244, 220, 0) 67%
  );
  z-index: -1;
}
.phone {
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 17px 20px 18px;
  background: #f8faf9;
  border: 6px solid #273946;
  border-radius: 39px;
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.85);
  transform: rotate(-1.25deg);
  overflow: hidden;
}
.phone-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px 24px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.02em;
}
.phone-bar {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 50%;
  width: 78px;
  height: 22px;
  margin: 0;
  transform: translateX(-50%);
  border-radius: 14px;
  background: var(--ink);
}
.phone-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.phone-heading small,
.phone-heading strong {
  display: block;
}
.phone-heading small {
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-bottom: 6px;
}
.phone-heading strong {
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.045em;
}
.phone-heading > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--coral);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}
.phone .mini-actions {
  margin-bottom: 23px;
}
.phone .mini-actions span {
  height: 62px;
  background: #fff;
  border: 1px solid #edf0ee;
  box-shadow: 0 7px 16px rgba(9, 23, 35, 0.05);
}
.asset-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
  color: var(--muted);
}
.asset-label b {
  color: var(--teal);
  letter-spacing: 0;
}
.phone .wallet-row {
  background: #fff;
  margin: 0 -5px;
  padding: 13px 6px;
  border-top: 1px solid #e7ebe9;
}
.phone .asset-label + .wallet-row {
  border-radius: 15px 15px 0 0;
}
.phone .wallet-row + .wallet-row {
  border-radius: 0 0 15px 15px;
}
.phone .wallet-row > i {
  width: 36px;
  height: 36px;
}
.phone .wallet-row > strong {
  font-size: 12px;
}
.phone-home-indicator {
  width: 92px;
  height: 4px;
  border-radius: 99px;
  background: rgba(9, 23, 35, 0.72);
  margin: 17px auto 0;
}
.floating-note {
  z-index: 4;
  right: 8px;
  bottom: 58px;
  min-width: 180px;
  max-width: 190px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.27);
}
@media (max-width: 560px) {
  .wallet-visual {
    min-height: 540px;
    padding: 12px 0 52px;
  }
  .wallet-visual:before {
    width: 340px;
    height: 340px;
  }
  .phone {
    width: min(278px, calc(100vw - 86px));
    padding: 15px 17px 16px;
    border-width: 5px;
    border-radius: 34px;
    transform: none;
  }
  .phone-status {
    padding-bottom: 21px;
  }
  .phone-bar {
    top: 8px;
    width: 70px;
    height: 20px;
  }
  .phone-heading strong {
    font-size: 28px;
  }
  .phone .mini-actions {
    gap: 7px;
  }
  .phone .mini-actions span {
    height: 58px;
  }
  .floating-note {
    right: 6px;
    bottom: 26px;
    min-width: 0;
    width: 170px;
    padding: 11px 12px;
  }
  .floating-note > i {
    width: 31px;
    height: 31px;
  }
  .floating-note small {
    font-size: 8px;
  }
  .floating-note b {
    font-size: 11px;
  }
}
.how-section.section {
  padding: 72px 0;
}
.how-grid {
  gap: 64px;
}
.wallet-visual {
  min-height: 570px;
  padding: 0;
  place-items: center;
}
.wallet-visual:before {
  width: 360px;
  height: 500px;
  background: radial-gradient(
    ellipse,
    rgba(189, 244, 220, 0.13),
    rgba(189, 244, 220, 0) 68%
  );
}
.phone {
  width: 292px;
  height: 558px;
  padding: 16px 18px 14px;
  border: 6px solid #273946;
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  transform: rotate(-0.7deg);
  transform-origin: 50% 70%;
  animation: phoneIdle 6s cubic-bezier(0.45, 0.05, 0.4, 0.95) infinite;
  will-change: transform, box-shadow;
}
.phone-status {
  padding: 0 2px 21px;
}
.phone-bar {
  top: 9px;
  width: 74px;
  height: 21px;
}
.phone-heading {
  margin-bottom: 18px;
}
.phone-heading strong {
  font-size: 29px;
}
.phone .mini-actions {
  margin-bottom: 18px;
}
.phone .mini-actions span {
  height: 58px;
}
.asset-label {
  padding-bottom: 7px;
}
.phone .wallet-row {
  padding: 12px 6px;
}
.phone-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #e7ebe9;
}
.phone-nav span {
  display: grid;
  place-items: center;
  gap: 3px;
  color: #859099;
  font-size: 14px;
}
.phone-nav span b {
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.phone-nav .is-active {
  color: var(--coral);
}
.phone-home-indicator {
  margin: 11px auto 0;
}
.floating-note {
  right: 4px;
  bottom: 54px;
  animation: conversionNote 5s ease-in-out infinite;
}
.phone-heading > span {
  animation: avatarPulse 4s ease-in-out infinite;
}
@keyframes phoneIdle {
  0%,
  100% {
    transform: translateY(3px) rotate(-0.7deg);
    box-shadow:
      0 30px 64px rgba(0, 0, 0, 0.32),
      inset 0 0 0 1px rgba(255, 255, 255, 0.85);
  }
  50% {
    transform: translateY(-7px) rotate(0.3deg);
    box-shadow:
      0 40px 78px rgba(0, 0, 0, 0.4),
      inset 0 0 0 1px rgba(255, 255, 255, 0.85);
  }
}
@keyframes conversionNote {
  0%,
  100% {
    transform: translateY(3px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 23px 42px rgba(0, 0, 0, 0.32);
  }
}
@keyframes avatarPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 79, 64, 0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 79, 64, 0.12);
  }
}
@media (max-width: 900px) {
  .how-section.section {
    padding: 62px 0;
  }
  .how-grid {
    gap: 38px;
  }
  .wallet-visual {
    min-height: 550px;
  }
}
@media (max-width: 560px) {
  .how-section.section {
    padding: 44px 0;
  }
  .wallet-visual {
    min-height: 500px;
    margin: 0 -3px;
  }
  .wallet-visual:before {
    width: 290px;
    height: 430px;
  }
  .phone {
    width: min(258px, calc(100vw - 92px));
    height: 492px;
    padding: 14px 15px 12px;
    border-width: 5px;
    border-radius: 36px;
    animation-name: phoneIdleMobile;
  }
  .phone-status {
    padding-bottom: 19px;
  }
  .phone-bar {
    top: 8px;
    width: 66px;
    height: 19px;
  }
  .phone-heading {
    margin-bottom: 14px;
  }
  .phone-heading strong {
    font-size: 25px;
  }
  .phone-heading > span {
    width: 30px;
    height: 30px;
  }
  .phone .mini-actions {
    gap: 6px;
    margin-bottom: 14px;
  }
  .phone .mini-actions span {
    height: 50px;
    border-radius: 12px;
  }
  .phone .wallet-row {
    padding: 9px 5px;
  }
  .phone .wallet-row > i {
    width: 32px;
    height: 32px;
  }
  .phone-nav {
    padding-top: 9px;
  }
  .phone-home-indicator {
    margin-top: 8px;
  }
  .floating-note {
    right: 2px;
    bottom: 35px;
    width: 158px;
    padding: 10px 11px;
  }
  @keyframes phoneIdleMobile {
    0%,
    100% {
      transform: translateY(2px);
    }
    50% {
      transform: translateY(-6px);
    }
  }
}
.balance-number {
  position: relative;
  height: 31px;
  min-width: 156px;
  overflow: hidden;
}
.balance-number span {
  position: absolute;
  inset: 0;
  white-space: nowrap;
}
.balance-number span:first-child {
  animation: balanceOld 14s ease-in-out infinite;
}
.balance-number span:last-child {
  opacity: 0;
  transform: translateY(12px);
  animation: balanceNew 14s ease-in-out infinite;
}
.floating-note {
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  animation: topupSequence 14s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}
.tap-pay-flow {
  position: absolute;
  z-index: 8;
  inset: 34px 0 0;
  padding: 12px;
  background: rgba(238, 242, 241, 0.92);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: flex-end;
  transform: translateY(102%);
  opacity: 0;
  animation: payFlow 14s cubic-bezier(0.32, 0.75, 0.22, 1) infinite;
}
.pay-sheet {
  position: relative;
  width: 100%;
  min-height: 440px;
  padding: 17px 16px 15px;
  border-radius: 25px 25px 31px 31px;
  background: #fff;
  box-shadow: 0 -10px 36px rgba(9, 23, 35, 0.14);
  overflow: hidden;
}
.pay-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pay-sheet-head > b {
  font-size: 20px;
  letter-spacing: -0.05em;
}
.pay-sheet-head > span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #8c969d;
}
.pay-card {
  position: relative;
  height: 132px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ff6a5e, var(--coral) 66%, #df392e);
  color: #fff;
  box-shadow: 0 15px 28px rgba(255, 79, 64, 0.22);
  overflow: hidden;
}
.pay-card:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -56px;
  top: -74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
}
.pay-card small,
.pay-card strong {
  position: relative;
  z-index: 2;
  display: block;
}
.pay-card small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.pay-card strong {
  position: absolute;
  left: 16px;
  bottom: 15px;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.pay-card i {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  width: 28px;
  height: 21px;
  border-radius: 5px;
  background: #f3ca68;
}
.pay-merchant {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 17px 2px 14px;
  border-bottom: 1px solid #e7ebe9;
}
.pay-merchant small,
.pay-merchant b {
  display: block;
}
.pay-merchant small {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
  color: var(--muted);
  margin-bottom: 4px;
}
.pay-merchant b {
  font-size: 11px;
}
.pay-merchant > strong {
  font-size: 17px;
}
.pay-auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22px;
}
.pay-auth > i {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.pay-auth > i span {
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 9px;
  background: var(--coral);
  transform-origin: center;
}
.pay-auth > i span:nth-child(1) {
  transform: rotate(0deg);
  animation: readerWave 1.2s ease-in-out infinite;
}
.pay-auth > i span:nth-child(2) {
  transform: rotate(60deg);
  animation: readerWave 1.2s -0.4s ease-in-out infinite;
}
.pay-auth > i span:nth-child(3) {
  transform: rotate(120deg);
  animation: readerWave 1.2s -0.8s ease-in-out infinite;
}
.pay-auth > b {
  font-size: 12px;
}
.pay-auth > small {
  font-size: 8px;
  color: var(--muted);
  margin-top: 3px;
}
.pay-success {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.94);
  animation: paySuccess 14s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
}
.pay-success > i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--ink);
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 0 0 0 rgba(189, 244, 220, 0.5);
  animation: successRing 14s ease-out infinite;
}
.pay-success > b {
  font-size: 25px;
  margin-top: 18px;
}
.pay-success > small {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
@keyframes balanceOld {
  0%,
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  19%,
  92% {
    opacity: 0;
    transform: translateY(-12px);
  }
  96%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes balanceNew {
  0%,
  15% {
    opacity: 0;
    transform: translateY(12px);
  }
  19%,
  92% {
    opacity: 1;
    transform: translateY(0);
  }
  96%,
  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}
@keyframes topupSequence {
  0%,
  5% {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
  }
  9%,
  23% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  28%,
  100% {
    opacity: 0;
    transform: translateY(-9px) scale(0.97);
  }
}
@keyframes payFlow {
  0%,
  30% {
    opacity: 0;
    transform: translateY(102%);
  }
  36%,
  86% {
    opacity: 1;
    transform: translateY(0);
  }
  92%,
  100% {
    opacity: 0;
    transform: translateY(104%);
  }
}
@keyframes paySuccess {
  0%,
  60% {
    opacity: 0;
    transform: scale(0.94);
  }
  65%,
  84% {
    opacity: 1;
    transform: scale(1);
  }
  89%,
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}
@keyframes successRing {
  0%,
  63% {
    box-shadow: 0 0 0 0 rgba(189, 244, 220, 0.58);
    transform: scale(0.8);
  }
  69%,
  100% {
    box-shadow: 0 0 0 18px rgba(189, 244, 220, 0);
    transform: scale(1);
  }
}
@keyframes readerWave {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.45) rotate(var(--wave-angle, 0deg));
  }
  50% {
    opacity: 1;
    transform: scaleX(1) rotate(var(--wave-angle, 0deg));
  }
}
.pay-auth > i span:nth-child(1) {
  --wave-angle: 0deg;
}
.pay-auth > i span:nth-child(2) {
  --wave-angle: 60deg;
}
.pay-auth > i span:nth-child(3) {
  --wave-angle: 120deg;
}
@media (max-width: 560px) {
  .balance-number {
    height: 27px;
    min-width: 137px;
  }
  .tap-pay-flow {
    inset: 31px 0 0;
    padding: 9px;
  }
  .pay-sheet {
    min-height: 392px;
    padding: 14px 13px 12px;
    border-radius: 22px 22px 27px 27px;
  }
  .pay-card {
    height: 113px;
  }
  .pay-auth {
    padding-top: 15px;
  }
  .pay-auth > i {
    width: 42px;
    height: 42px;
  }
  .pay-success > i {
    width: 60px;
    height: 60px;
  }
}
.benefits-section.section {
  padding: 82px 0 88px;
}
.benefit-heading {
  margin-bottom: 34px;
}
.benefit-heading h2 {
  font-size: clamp(40px, 4.5vw, 62px);
}
.benefit-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border: 0;
}
.benefit-card {
  min-height: 0;
  padding: 25px 26px 23px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  overflow: hidden;
}
.benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 122, 118, 0.22);
}
.benefit-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.benefit-card-top > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.benefit-icon {
  width: 39px;
  height: 39px;
  margin: 0;
  font-size: 17px;
}
.benefit-card:nth-child(2) .benefit-icon,
.benefit-card:nth-child(4) .benefit-icon {
  background: #ffe0dc;
}
.benefit-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.benefit-card p {
  max-width: 510px;
  font-size: 13px;
  line-height: 1.48;
}
.benefit-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 20px 0 0;
}
.benefit-card:first-child .benefit-facts {
  grid-template-columns: 1.35fr 1fr;
}
.benefit-facts > div {
  min-width: 0;
  padding: 10px 11px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #edf0ee;
}
.benefit-facts dt {
  font-size: 7px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.benefit-facts dd {
  margin: 5px 0 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 850;
  overflow-wrap: anywhere;
}
.benefit-card:nth-child(2) .benefit-facts > div:last-child {
  background: var(--mint);
  border-color: transparent;
}
.benefit-swipe-note {
  display: none;
}
@media (max-width: 900px) {
  .benefits-section.section {
    padding: 68px 0 72px;
  }
  .benefit-grid {
    gap: 11px;
  }
  .benefit-card {
    padding: 22px;
  }
  .benefit-facts {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-card:first-child .benefit-facts {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-facts > div:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media (max-width: 560px) {
  .benefits-section.section {
    padding: 54px 0 58px;
  }
  .benefit-heading {
    margin-bottom: 24px;
  }
  .benefit-heading h2 {
    font-size: 38px;
  }
  .benefit-heading > p {
    font-size: 14px;
  }
  .benefit-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 315px);
    gap: 10px;
    margin-right: -13px;
    padding: 0 13px 8px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .benefit-grid::-webkit-scrollbar {
    display: none;
  }
  .benefit-card {
    scroll-snap-align: start;
    padding: 20px;
    min-height: 270px;
  }
  .benefit-card h3 {
    font-size: 21px;
  }
  .benefit-card p {
    font-size: 12px;
  }
  .benefit-facts {
    margin-top: 16px;
  }
  .benefit-swipe-note {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 8px 0 0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .benefit-swipe-note span {
    font-size: 16px;
    color: var(--coral);
  }
}
.benefits-section {
  position: relative;
  background: linear-gradient(180deg, #fffaf5 0%, #f3f5f2 100%);
  overflow: hidden;
}
.benefits-section:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  top: -310px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(189, 244, 220, 0.4),
    rgba(189, 244, 220, 0) 68%
  );
  pointer-events: none;
}
.benefit-heading {
  position: relative;
  z-index: 2;
}
.benefit-heading .kicker {
  color: #9d352c;
}
.benefit-grid {
  position: relative;
  z-index: 2;
  gap: 18px;
}
.benefit-card {
  isolation: isolate;
  padding: 29px 30px 27px;
  border: 1px solid rgba(9, 23, 35, 0.08);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(249, 250, 248, 0.9)
  );
  box-shadow:
    0 24px 65px rgba(9, 23, 35, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition:
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.42s,
    border-color 0.42s;
}
.benefit-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0) 42%
  );
  pointer-events: none;
}
.benefit-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 210px;
  right: -115px;
  top: -125px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 79, 64, 0.12),
    rgba(255, 79, 64, 0) 69%
  );
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(9, 23, 35, 0.13);
  box-shadow:
    0 34px 85px rgba(9, 23, 35, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.benefit-card:hover:after {
  transform: scale(1.28) translate(-8px, 8px);
}
.benefit-card:first-child {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, #132532 0%, var(--ink) 72%, #07121b 100%);
  box-shadow:
    0 30px 75px rgba(9, 23, 35, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.benefit-card:first-child:before {
  background: linear-gradient(
    120deg,
    rgba(189, 244, 220, 0.11),
    rgba(189, 244, 220, 0) 45%
  );
}
.benefit-card:first-child:after {
  background: radial-gradient(
    circle,
    rgba(189, 244, 220, 0.21),
    rgba(189, 244, 220, 0) 67%
  );
}
.benefit-card:nth-child(3) {
  background: linear-gradient(145deg, #f6fff9, #eaf8f1);
}
.benefit-card:nth-child(4) {
  background: linear-gradient(145deg, #fff, #fff6f1);
}
.benefit-card-top {
  margin-bottom: 27px;
}
.benefit-card-top > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(9, 23, 35, 0.1);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.55);
  color: #52616c;
}
.benefit-card:first-child .benefit-card-top > span {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #dce4e8;
}
.benefit-icon {
  position: relative;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(9, 23, 35, 0.08);
  background: #fff;
  color: var(--coral);
  box-shadow: 0 10px 24px rgba(9, 23, 35, 0.08);
}
.benefit-card:nth-child(2) .benefit-icon,
.benefit-card:nth-child(4) .benefit-icon {
  background: #fff;
  color: var(--coral);
}
.benefit-card:first-child .benefit-icon {
  border-color: rgba(189, 244, 220, 0.28);
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.benefit-card:nth-child(3) .benefit-icon {
  background: var(--ink);
  color: var(--mint);
}
.benefit-card h3 {
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 11px;
}
.benefit-card p {
  font-size: 13px;
  line-height: 1.55;
  color: #65737d;
}
.benefit-card:first-child p {
  color: #b8c4cb;
}
.benefit-facts {
  gap: 9px;
  margin-top: 23px;
}
.benefit-facts > div {
  padding: 12px 13px;
  border: 1px solid rgba(9, 23, 35, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}
.benefit-facts dt {
  color: #77838b;
}
.benefit-facts dd {
  font-size: 10px;
  color: var(--ink);
}
.benefit-card:first-child .benefit-facts > div {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.benefit-card:first-child .benefit-facts dt {
  color: var(--mint);
}
.benefit-card:first-child .benefit-facts dd {
  color: #fff;
}
.benefit-card:nth-child(2) .benefit-facts > div:last-child {
  background: linear-gradient(145deg, #d9fbdc, var(--mint));
  box-shadow: 0 10px 26px rgba(0, 122, 118, 0.09);
}
@media (max-width: 900px) {
  .benefit-grid {
    gap: 13px;
  }
  .benefit-card {
    padding: 25px;
    border-radius: 24px;
  }
  .benefit-card h3 {
    font-size: 23px;
  }
}
@media (max-width: 560px) {
  .benefit-grid {
    gap: 13px;
  }
  .benefit-card {
    min-height: 282px;
    padding: 23px;
    border-radius: 25px;
  }
  .benefit-card-top {
    margin-bottom: 22px;
  }
  .benefit-card h3 {
    font-size: 23px;
  }
  .benefit-card p {
    font-size: 12px;
  }
  .benefit-facts > div {
    padding: 10px 11px;
  }
  .benefit-swipe-note {
    margin-top: 10px;
  }
}
.benefit-card:first-child {
  color: var(--ink);
  border-color: rgba(255, 79, 64, 0.14);
  background: linear-gradient(145deg, #fffaf7 0%, #ffeae3 100%);
  box-shadow:
    0 26px 72px rgba(126, 49, 40, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.benefit-card:first-child:before {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 48%
  );
}
.benefit-card:first-child:after {
  background: radial-gradient(
    circle,
    rgba(255, 79, 64, 0.18),
    rgba(255, 79, 64, 0) 68%
  );
}
.benefit-card-top {
  min-height: 47px;
  margin-bottom: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(9, 23, 35, 0.09);
}
.benefit-index {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.benefit-index b {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--coral);
}
.benefit-index em {
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #66737c;
}
.benefit-index em:before {
  content: "/";
  margin-right: 10px;
  color: #aeb6bb;
}
.benefit-card:first-child .benefit-index {
  border: 0;
  background: transparent;
  color: inherit;
}
.benefit-card:first-child .benefit-index b {
  color: #c83b30;
}
.benefit-card:first-child .benefit-index em {
  color: #6c5b56;
}
.benefit-card:first-child .benefit-icon {
  border: 0;
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 27px rgba(255, 79, 64, 0.23);
}
.benefit-card h3 {
  max-width: 88%;
  font-size: 28px;
  line-height: 1.02;
  font-weight: 750;
  letter-spacing: -0.045em;
  margin-bottom: 13px;
  text-wrap: balance;
}
.benefit-card p {
  max-width: 480px;
  font-size: 13.5px;
  line-height: 1.58;
  letter-spacing: 0.003em;
  color: #68757e;
}
.benefit-card:first-child p {
  color: #6d615d;
}
.benefit-facts {
  padding-top: 2px;
}
.benefit-facts dt {
  font-size: 7px;
  letter-spacing: 0.13em;
}
.benefit-facts dd {
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.benefit-card:first-child .benefit-facts > div {
  border-color: rgba(150, 65, 52, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.85);
}
.benefit-card:first-child .benefit-facts dt {
  color: #8a716b;
}
.benefit-card:first-child .benefit-facts dd {
  color: var(--ink);
}
@media (max-width: 900px) {
  .benefit-card h3 {
    font-size: 25px;
  }
  .benefit-card p {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .benefit-card-top {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .benefit-card h3 {
    max-width: 94%;
    font-size: 24px;
    line-height: 1.04;
  }
  .benefit-card p {
    font-size: 12.5px;
    line-height: 1.52;
  }
  .benefit-index em {
    font-size: 7px;
  }
}
.how-section {
  position: relative;
  isolation: isolate;
  background: linear-gradient(135deg, #071722 0%, #091923 48%, #0b2027 100%);
}
.how-section:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28% -18%;
  background:
    radial-gradient(circle at 20% 34%, rgba(0, 122, 118, 0.2), transparent 25%),
    radial-gradient(
      circle at 78% 66%,
      rgba(255, 79, 64, 0.11),
      transparent 23%
    ),
    radial-gradient(
      circle at 48% 50%,
      rgba(189, 244, 220, 0.08),
      transparent 31%
    );
  filter: blur(8px);
  animation: sectionGlowDrift 15s ease-in-out infinite;
}
.how-section > .shell {
  position: relative;
  z-index: 2;
}
.wallet-visual {
  isolation: isolate;
}
.wallet-ambient {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
.ambient-grid {
  position: absolute;
  inset: 34px 0;
  background-image: radial-gradient(
    circle,
    rgba(189, 244, 220, 0.23) 1px,
    transparent 1.4px
  );
  background-size: 25px 25px;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    #000 13%,
    transparent 70%
  );
  mask-image: radial-gradient(ellipse at center, #000 13%, transparent 70%);
  opacity: 0.43;
  animation: ambientGridDrift 18s linear infinite;
}
.ambient-grid:after {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 8%;
  height: 28%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(189, 244, 220, 0.11),
    transparent
  );
  filter: blur(12px);
  animation: ambientScan 7s ease-in-out infinite;
}
.ambient-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(189, 244, 220, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 38px rgba(189, 244, 220, 0.025);
}
.ambient-orbit:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow:
    0 0 0 7px rgba(189, 244, 220, 0.08),
    0 0 25px rgba(189, 244, 220, 0.65);
}
.ambient-orbit-one {
  width: 430px;
  height: 430px;
  animation: ambientOrbit 17s linear infinite;
}
.ambient-orbit-two {
  width: 350px;
  height: 510px;
  border-color: rgba(255, 79, 64, 0.13);
  animation: ambientOrbitReverse 23s linear infinite;
}
.ambient-orbit-two:after {
  left: auto;
  right: 16%;
  top: auto;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background: var(--coral);
  box-shadow:
    0 0 0 7px rgba(255, 79, 64, 0.07),
    0 0 23px rgba(255, 79, 64, 0.52);
}
.ambient-token {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(9px);
  display: grid;
  place-items: center;
  color: var(--mint);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
  animation: ambientTokenFloat 5.5s ease-in-out infinite;
}
.ambient-btc {
  left: 4%;
  top: 24%;
}
.ambient-eth {
  right: 5%;
  bottom: 22%;
  color: #fff;
  animation-delay: -2.6s;
}
.ambient-chip {
  position: absolute;
  z-index: 1;
  min-width: 106px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(9, 23, 35, 0.5);
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  animation: ambientChipFloat 6.5s ease-in-out infinite;
}
.ambient-chip i,
.ambient-chip b,
.ambient-chip small {
  display: block;
}
.ambient-chip > i {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(189, 244, 220, 0.45);
  font-size: 0;
  animation: ambientSignal 2s ease-out infinite;
}
.ambient-chip b,
.ambient-chip small {
  padding-left: 14px;
}
.ambient-chip b {
  font-size: 7px;
  letter-spacing: 0.14em;
}
.ambient-chip small {
  margin-top: 4px;
  font-size: 8px;
  color: #b9c5cb;
}
.ambient-rate {
  left: 0;
  bottom: 16%;
}
.ambient-ready {
  right: 0;
  top: 17%;
  animation-delay: -3.2s;
}
.ambient-ready > i {
  width: 16px;
  height: 16px;
  top: 8px;
  left: 9px;
  display: grid;
  place-items: center;
  background: var(--coral);
  color: #fff;
  font-size: 9px;
  box-shadow: none;
}
.ambient-ready b,
.ambient-ready small {
  padding-left: 21px;
}
@keyframes sectionGlowDrift {
  0%,
  100% {
    transform: translate3d(-1%, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(3%, -2%, 0) scale(1.08);
  }
}
@keyframes ambientGridDrift {
  to {
    background-position: 25px 25px;
  }
}
@keyframes ambientScan {
  0%,
  100% {
    transform: translateY(20%);
    opacity: 0.15;
  }
  50% {
    transform: translateY(205%);
    opacity: 0.72;
  }
}
@keyframes ambientOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ambientOrbitReverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes ambientTokenFloat {
  0%,
  100% {
    transform: translateY(4px) rotate(-4deg);
    opacity: 0.72;
  }
  50% {
    transform: translateY(-10px) rotate(4deg);
    opacity: 1;
  }
}
@keyframes ambientChipFloat {
  0%,
  100% {
    transform: translateY(3px);
    opacity: 0.66;
  }
  50% {
    transform: translateY(-7px);
    opacity: 1;
  }
}
@keyframes ambientSignal {
  0% {
    box-shadow: 0 0 0 0 rgba(189, 244, 220, 0.42);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(189, 244, 220, 0);
  }
}
@media (max-width: 900px) {
  .ambient-orbit-one {
    width: 390px;
    height: 390px;
  }
  .ambient-orbit-two {
    width: 318px;
    height: 470px;
  }
  .ambient-rate {
    left: 7%;
  }
  .ambient-ready {
    right: 7%;
  }
}
@media (max-width: 560px) {
  .wallet-ambient {
    inset: -8px -4px;
  }
  .ambient-grid {
    inset: 16px -8px;
    opacity: 0.34;
    background-size: 22px 22px;
  }
  .ambient-orbit-one {
    width: 315px;
    height: 420px;
  }
  .ambient-orbit-two {
    width: 275px;
    height: 455px;
  }
  .ambient-token {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 14px;
  }
  .ambient-btc {
    left: 1%;
    top: 18%;
  }
  .ambient-eth {
    right: 1%;
    bottom: 17%;
  }
  .ambient-chip {
    min-width: 87px;
    padding: 8px;
    border-radius: 12px;
  }
  .ambient-chip b {
    font-size: 6px;
  }
  .ambient-chip small {
    font-size: 7px;
  }
  .ambient-rate {
    left: -5px;
    bottom: 11%;
  }
  .ambient-ready {
    right: -5px;
    top: 13%;
  }
  .ambient-ready > i {
    left: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
  }
  .ambient-ready b,
  .ambient-ready small {
    padding-left: 18px;
  }
}
html {
  scroll-padding-top: 82px;
}
@media (max-width: 900px) {
  .nav-links {
    top: 82px;
  }
}
@media (max-width: 560px) {
  html {
    scroll-padding-top: 74px;
  }
  .nav-links {
    top: 74px;
  }
}
.form-top h3 {
  margin-top: 0;
}
.brand-logo,
.fan-card-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5%;
  overflow: visible;
}
.brand-part {
  display: block;
  height: 100%;
  object-fit: contain;
}
.brand-part-monzo {
  flex: 0 0 43%;
  width: 43%;
}
.brand-part-crypto {
  flex: 0 0 47%;
  width: 47%;
}
.brand-separator {
  position: relative;
  align-self: stretch;
  flex: 0 0 5%;
  width: 5%;
  color: var(--ink);
}
.brand-separator::before,
.brand-separator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 44%;
  border-radius: 99px;
  background: currentColor;
  transform-origin: center;
}
.brand-separator::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.brand-separator::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.apply-grid-choice {
  display: block;
  max-width: 1040px;
}
.apply-grid-choice .form-card {
  width: 100%;
  padding: 44px;
  border-radius: 32px;
}
.card-picker {
  color: var(--ink);
}
.picker-heading {
  max-width: 620px;
  margin-bottom: 30px;
}
.picker-heading > span {
  display: block;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.picker-heading h3 {
  margin: 8px 0 12px;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.picker-heading p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}
.card-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.card-choice {
  display: block;
  padding: 12px;
  border: 2px solid var(--line);
  border-radius: 22px;
  background: #f8faf9;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}
.card-choice:hover {
  transform: translateY(-3px);
  border-color: #a8b1ae;
  background: #fff;
  box-shadow: 0 18px 38px rgba(9, 23, 35, 0.1);
}
.card-choice.is-selected {
  border-color: var(--ink);
  background: #fff;
  box-shadow:
    0 0 0 3px rgba(9, 23, 35, 0.08),
    0 20px 45px rgba(9, 23, 35, 0.12);
}
.card-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.choice-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1.586;
  padding: 18px;
  overflow: hidden;
  border-radius: 17px;
  color: #fff;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.35),
    0 16px 28px rgba(9, 23, 35, 0.14);
}
.choice-card-coral {
  background: linear-gradient(140deg, #ff776b 0%, #ff4f40 62%, #df392f 100%);
}
.choice-card-midnight {
  background: radial-gradient(
    circle at 84% 12%,
    #29404f 0%,
    #091723 43%,
    #050d14 100%
  );
}
.choice-card-teal {
  background: linear-gradient(140deg, #62d8d2 0%, #079b98 58%, #006d6b 100%);
}
.choice-card-lime {
  color: var(--ink);
  background: linear-gradient(140deg, #d9ff8d 0%, #aeea47 56%, #87c22b 100%);
}
.choice-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.picker-card-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 164px;
  height: 31px;
  gap: 2.5%;
  overflow: visible;
}
.choice-card-midnight .picker-card-brand {
  padding: 3px 5px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
}
.choice-card-top > i {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 99px;
  background: rgba(9, 23, 35, 0.1);
  color: inherit;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.choice-card-lime .choice-card-top > i {
  border-color: rgba(9, 23, 35, 0.16);
}
.choice-card > b {
  margin-top: auto;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.choice-card > small {
  margin-top: 8px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}
.choice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 4px 2px;
}
.choice-meta span,
.choice-meta b,
.choice-meta small {
  display: block;
}
.choice-meta b {
  font-size: 14px;
}
.choice-meta small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}
.choice-meta > i {
  display: grid;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #bfc7c4;
  border-radius: 50%;
  color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.card-choice.is-selected .choice-meta > i {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.picker-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 26px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--cream);
}
.picker-footer > span,
.picker-footer small,
.picker-footer b {
  display: block;
}
.picker-footer small {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.picker-footer b {
  font-size: 17px;
}
.activate-now {
  min-width: 220px;
}
.activate-now:disabled {
  cursor: wait;
  opacity: 0.8;
}
.activation-ready {
  align-items: center;
  text-align: center;
}
.ready-card {
  width: min(390px, 100%);
  margin-bottom: 34px;
  text-align: left;
  transform: rotate(-2deg);
}

@media (max-width: 700px) {
  .apply-grid-choice .form-card {
    padding: 24px;
  }
  .picker-card-brand {
    width: 125px;
    height: 24px;
  }
}

@media (max-width: 560px) {
  .apply-grid-choice {
    width: min(100% - 20px, 1040px);
  }
  .apply-grid-choice .form-card {
    padding: 18px 14px;
    border-radius: 24px;
  }
  .picker-heading {
    margin-bottom: 20px;
    padding: 0 4px;
  }
  .picker-heading h3 {
    font-size: 36px;
  }
  .picker-heading p {
    font-size: 13px;
  }
  .card-choice-grid {
    gap: 9px;
  }
  .card-choice {
    padding: 7px;
    border-radius: 16px;
  }
  .choice-card {
    padding: 10px;
    border-radius: 12px;
  }
  .picker-card-brand {
    width: 94px;
    height: 19px;
  }
  .choice-card-top > i {
    padding: 4px 5px;
    font-size: 5px;
  }
  .choice-card > b {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .choice-card > small {
    margin-top: 5px;
    font-size: 6px;
  }
  .choice-meta {
    padding: 10px 2px 1px;
  }
  .choice-meta b {
    font-size: 11px;
  }
  .choice-meta small {
    font-size: 8px;
    line-height: 1.25;
  }
  .choice-meta > i {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
  .picker-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    margin-top: 18px;
    padding: 16px;
  }
  .activate-now {
    width: 100%;
    min-width: 0;
  }
  .ready-card {
    margin-bottom: 26px;
  }
}

.activation-step-heading {
  max-width: 640px;
  margin-bottom: 34px;
}
.activation-step-heading > span {
  display: block;
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.activation-step-heading h3 {
  margin: 8px 0 12px;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.activation-step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.activation-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 46px;
  padding: 34px;
  border-radius: 26px;
  background: linear-gradient(145deg, #eef3f1, #fff 64%);
}
.activation-card-preview {
  width: min(460px, 100%);
  margin: auto;
  transform: none;
  animation: none;
}
.activation-card-preview > .choice-card {
  width: 100%;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    0 34px 70px rgba(9, 23, 35, 0.26);
}
.activation-summary-card {
  padding: 28px;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 28px 58px rgba(9, 23, 35, 0.24);
}
.activation-pill {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(189, 244, 220, 0.35);
  border-radius: 99px;
  color: var(--mint);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.activation-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 24px;
  border-bottom: 1px solid #34434e;
}
.activation-price span,
.activation-price small,
.activation-price b {
  display: block;
}
.activation-price small {
  color: #8fa0aa;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.activation-price b {
  margin-top: 7px;
  font-size: 15px;
}
.activation-price strong {
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.activation-details {
  margin: 0 0 24px;
}
.activation-details > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #273844;
}
.activation-details dt {
  color: #91a0aa;
  font-size: 10px;
}
.activation-details dd {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}
.activation-confirm {
  width: 100%;
}
.activation-confirm:disabled,
.activation-back:disabled {
  cursor: wait;
  opacity: 0.72;
}
.activation-disclaimer {
  margin: 12px 0 0;
  color: #8fa0aa;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}
.activation-back {
  display: block;
  margin: 16px auto 0;
  padding: 4px 0;
  border: 0;
  border-bottom: 1px solid #687781;
  background: transparent;
  color: #c5ced4;
  font-size: 10px;
  font-weight: 750;
  cursor: pointer;
}
@keyframes activationCardFloat {
  0%,
  100% {
    transform: rotate(-3deg) translateY(4px);
  }
  50% {
    transform: rotate(-1.5deg) translateY(-7px);
  }
}

@media (max-width: 760px) {
  .activation-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .activation-card-preview {
    width: min(420px, 90%);
  }
}

@media (max-width: 560px) {
  .activation-step-heading {
    margin-bottom: 22px;
    padding: 0 4px;
  }
  .activation-step-heading h3 {
    font-size: 36px;
  }
  .activation-step-heading p {
    font-size: 13px;
  }
  .activation-layout {
    gap: 22px;
    padding: 20px 12px 12px;
    border-radius: 20px;
  }
  .activation-card-preview {
    width: 90%;
  }
  .activation-summary-card {
    padding: 22px 18px;
    border-radius: 20px;
  }
  .activation-price {
    padding: 22px 0 19px;
  }
  .activation-price strong {
    font-size: 36px;
  }
}

.card-carousel {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, #f1f4f3 0%, #fff 76%);
}
.selection-card-fan {
  position: relative;
  height: 390px;
  margin: 0 -16px;
  perspective: 1200px;
  touch-action: pan-y;
  user-select: none;
  cursor: grab;
}
.selection-card-fan:active {
  cursor: grabbing;
}
.fan-choice {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(450px, 68%);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition:
    transform 0.52s cubic-bezier(0.22, 0.8, 0.24, 1),
    opacity 0.38s ease,
    filter 0.38s ease;
  transform-origin: 50% 115%;
}
.fan-choice[data-position="0"] {
  z-index: 5;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) rotate(0) scale(1);
}
.fan-choice[data-position="-1"] {
  z-index: 3;
  opacity: 0.92;
  filter: saturate(0.82) brightness(0.94);
  transform: translate(-82%, -46%) rotate(-10deg) scale(0.9);
}
.fan-choice[data-position="1"] {
  z-index: 4;
  opacity: 0.94;
  filter: saturate(0.88) brightness(0.96);
  transform: translate(-18%, -46%) rotate(10deg) scale(0.9);
}
.fan-choice[data-position="-2"] {
  z-index: 1;
  opacity: 0.46;
  filter: saturate(0.68) brightness(0.9);
  transform: translate(-62%, -39%) rotate(-18deg) scale(0.78);
}
.fan-choice[data-position="2"] {
  z-index: 2;
  opacity: 0.48;
  filter: saturate(0.7) brightness(0.91);
  transform: translate(-38%, -39%) rotate(18deg) scale(0.78);
}
.fan-choice:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
  border-radius: 20px;
}
.fan-choice .choice-card {
  text-align: left;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.4),
    0 26px 55px rgba(9, 23, 35, 0.24);
}
.fan-choice.is-selected .choice-card {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    0 32px 68px rgba(9, 23, 35, 0.3);
}
.choice-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}
.choice-card-footer > small {
  padding-bottom: 2px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}
.mastercard-mark {
  position: relative;
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 22px;
}
.mastercard-mark > i {
  position: absolute;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.mastercard-mark > i:first-child {
  left: 0;
  background: #eb001b;
}
.mastercard-mark > i:nth-child(2) {
  left: 15px;
  background: #f79e1b;
  mix-blend-mode: multiply;
}
.carousel-controls {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 18px;
  width: min(540px, calc(100% - 32px));
  margin: -4px auto 0;
}
.carousel-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #c8d0cd;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}
.carousel-arrow:hover {
  color: #fff;
  background: var(--ink);
  transform: scale(1.06);
}
.carousel-selection {
  min-width: 0;
  text-align: center;
}
.carousel-selection small,
.carousel-selection b,
.carousel-selection span {
  display: block;
}
.carousel-selection small {
  color: var(--coral);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.carousel-selection b {
  margin-top: 5px;
  font-size: 20px;
}
.carousel-selection span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 16px 0 20px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8d0cd;
  cursor: pointer;
  transition:
    width 0.25s ease,
    border-radius 0.25s ease,
    background 0.25s ease;
}
.carousel-dots button.is-active {
  width: 28px;
  border-radius: 99px;
  background: var(--ink);
}
.card-carousel + .picker-footer {
  margin-top: 16px;
}
.ready-card > .choice-card {
  width: 100%;
}
.activation-card-preview,
.ready-card {
  transform: none;
  animation: none;
}

@media (max-width: 700px) {
  .selection-card-fan {
    height: 340px;
  }
  .fan-choice {
    width: min(390px, 76%);
  }
}

@media (max-width: 560px) {
  .card-carousel {
    margin: 0 -5px;
    border-radius: 19px;
  }
  .selection-card-fan {
    height: 286px;
    margin: 0 -8px;
  }
  .fan-choice {
    width: 79%;
  }
  .fan-choice[data-position="-1"] {
    transform: translate(-70%, -46%) rotate(-9deg) scale(0.89);
  }
  .fan-choice[data-position="1"] {
    transform: translate(-30%, -46%) rotate(9deg) scale(0.89);
  }
  .fan-choice[data-position="-2"] {
    transform: translate(-58%, -38%) rotate(-16deg) scale(0.76);
  }
  .fan-choice[data-position="2"] {
    transform: translate(-42%, -38%) rotate(16deg) scale(0.76);
  }
  .choice-card-footer {
    margin-top: 5px;
  }
  .choice-card-footer > small {
    font-size: 6px;
  }
  .mastercard-mark {
    flex-basis: 34px;
    width: 34px;
    height: 17px;
  }
  .mastercard-mark > i {
    width: 17px;
    height: 17px;
  }
  .mastercard-mark > i:first-child {
    left: 0;
  }
  .mastercard-mark > i:nth-child(2) {
    left: 11px;
  }
  .carousel-controls {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    width: calc(100% - 20px);
  }
  .carousel-arrow {
    width: 42px;
    height: 42px;
  }
  .carousel-selection b {
    font-size: 17px;
  }
  .carousel-selection span {
    font-size: 9px;
  }
  .carousel-dots {
    padding: 12px 0 16px;
  }
}

.choice-card {
  position: relative;
}
.choice-card-pattern {
  position: absolute;
  z-index: 0;
  top: -52%;
  right: -18%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: radial-gradient(
    circle at 44% 46%,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.035) 58%,
    transparent 60%
  );
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, 0.045),
    0 0 0 72px rgba(255, 255, 255, 0.025);
  transform: rotate(-12deg);
}
.choice-card-pattern::before,
.choice-card-pattern::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.choice-card-pattern::before {
  inset: 16%;
}
.choice-card-pattern::after {
  inset: 34%;
}
.choice-card-pattern > i {
  position: absolute;
  width: 54%;
  height: 1px;
  right: -10%;
  bottom: 24%;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(-34deg);
}
.choice-card-pattern > i:last-child {
  right: 12%;
  bottom: 4%;
  width: 36%;
  transform: rotate(28deg);
}
.choice-card-lime .choice-card-pattern {
  border-color: rgba(9, 23, 35, 0.13);
  background: radial-gradient(
    circle at 44% 46%,
    rgba(255, 255, 255, 0.24),
    rgba(9, 23, 35, 0.025) 58%,
    transparent 60%
  );
  box-shadow:
    0 0 0 34px rgba(9, 23, 35, 0.025),
    0 0 0 72px rgba(255, 255, 255, 0.08);
}
.choice-card-lime .choice-card-pattern::before,
.choice-card-lime .choice-card-pattern::after {
  border-color: rgba(9, 23, 35, 0.1);
}
.choice-card-lime .choice-card-pattern > i {
  background: rgba(9, 23, 35, 0.1);
}
.choice-card-top,
.choice-card-number,
.choice-card-footer {
  position: relative;
  z-index: 2;
}
.choice-card-number {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.choice-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 44px;
  align-items: end;
  gap: 14px;
}
.choice-card-field,
.choice-card-field small,
.choice-card-field b {
  display: block;
  min-width: 0;
}
.choice-card-field small {
  margin-bottom: 4px;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.13em;
  opacity: 0.62;
}
.choice-card-field b {
  overflow: hidden;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.choice-card-expiry b {
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 560px) {
  .choice-card-number {
    font-size: 9px;
  }
  .choice-card-footer {
    grid-template-columns: minmax(0, 1fr) auto 34px;
    gap: 7px;
  }
  .choice-card-field small {
    margin-bottom: 2px;
    font-size: 4px;
  }
  .choice-card-field b {
    font-size: 6px;
  }
  .choice-card-expiry b {
    font-size: 7px;
  }
  .choice-card-pattern {
    top: -48%;
    right: -16%;
  }
}

.activation-field {
  display: block;
  margin-bottom: 14px;
}
.activation-field > span {
  display: block;
  margin-bottom: 7px;
  color: #c8d2d8;
  font-size: 9px;
  font-weight: 800;
}
.activation-field input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #3c4d58;
  border-radius: 11px;
  outline: 0;
  background: #122532;
  color: #fff;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.activation-field input::placeholder {
  color: #72828c;
}
.activation-field input:focus {
  border-color: var(--mint);
  background: #162c3a;
  box-shadow: 0 0 0 3px rgba(189, 244, 220, 0.1);
}
.activation-field input[aria-invalid="true"] {
  border-color: var(--coral);
  background: #2b2026;
}
.activation-field > small {
  display: block;
  margin-top: 6px;
  color: #ff9188;
  font-size: 8px;
  font-weight: 750;
}
.activation-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.activation-card-input {
  position: relative;
}
.activation-card-input input {
  padding-right: 66px;
}
.activation-card-input .mastercard-mark {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
.card-network-mark {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
.visa-mark {
  color: #8eb4ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.amex-mark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  width: 42px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  background: #0877bf;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}
.amex-mark b:first-child {
  background: rgba(255, 255, 255, 0.08);
}
.apply-section {
  padding-top: 92px;
}
.phone-field-control {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 54px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8faf9;
  transition: 0.2s;
}
.phone-field-control:focus-within {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 122, 118, 0.1);
}
.phone-field-control.has-error {
  border-color: var(--coral);
  background: #fff4f2;
}
.phone-field-control > b {
  display: grid;
  align-self: stretch;
  place-items: center;
  min-width: 58px;
  border-right: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
}
.ready-card-name-coral {
  color: #ff4f40;
}
.ready-card-name-midnight {
  color: #091723;
}
.ready-card-name-teal {
  color: #079b98;
}
.ready-card-name-lime {
  color: #87c22b;
}
.choice-card {
  padding: 20px;
}
.picker-card-brand {
  width: 190px;
  height: 36px;
}
.choice-card-number {
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0.085em;
}
.choice-card-footer {
  grid-template-columns: minmax(0, 1fr) auto 48px;
  gap: 16px;
  margin-top: 11px;
}
.choice-card-field small {
  margin-bottom: 5px;
  font-size: 7px;
}
.choice-card-field b {
  font-size: 11px;
}
.choice-card-expiry b {
  font-size: 12px;
}
.monzo-activation-transition {
  position: relative;
  display: flex;
  min-height: 610px;
  padding: 52px 28px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff7f0 0%, #fff 54%, #e8fff6 100%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.transition-visual {
  position: relative;
  width: 310px;
  height: 230px;
  margin-bottom: 32px;
}
.transition-colour-name {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 560px;
  color: var(--ink);
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.82;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: transitionColourName 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-orbit-dots {
  position: absolute;
  z-index: 4;
  inset: 0;
  animation: transitionDotsOrbit 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-orbit-dots > i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 7px rgba(255, 79, 64, 0.1);
}
.transition-orbit-dots > i:nth-child(1) {
  top: 18%;
  left: 5%;
}
.transition-orbit-dots > i:nth-child(2) {
  top: 4%;
  right: 12%;
  background: #079b98;
  box-shadow: 0 0 0 7px rgba(7, 155, 152, 0.1);
}
.transition-orbit-dots > i:nth-child(3) {
  right: 1%;
  bottom: 18%;
  background: #87c22b;
  box-shadow: 0 0 0 7px rgba(135, 194, 43, 0.1);
}
.transition-orbit-dots > i:nth-child(4) {
  bottom: 5%;
  left: 16%;
  background: #ffbd58;
  box-shadow: 0 0 0 7px rgba(255, 189, 88, 0.1);
}
.transition-halo {
  position: absolute;
  inset: 14px 52px 12px;
  border-radius: 50%;
  background: #bdf4dc;
  animation: transitionHalo 4s ease-in-out both;
}
.transition-mini-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 222px;
  aspect-ratio: 1.586;
  border-radius: 17px;
  box-shadow: 0 22px 48px rgba(9, 23, 35, 0.22);
  transform-origin: 50% 120%;
}
.transition-card-back {
  background: linear-gradient(140deg, #62d8d2, #079b98 62%, #006d6b);
  animation: transitionCardBack 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-card-middle {
  background: linear-gradient(140deg, #d9ff8d, #aeea47 58%, #87c22b);
  animation: transitionCardMiddle 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-card-front {
  display: flex;
  padding: 17px;
  background: linear-gradient(140deg, #ff776b, #ff4f40 62%, #df392f);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  animation: transitionCardFront 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-midnight .transition-card-front {
  background: radial-gradient(circle at 84% 12%, #29404f, #091723 48%, #050d14);
}
.transition-teal .transition-card-front {
  background: linear-gradient(140deg, #62d8d2, #079b98 58%, #006d6b);
}
.transition-lime .transition-card-front {
  background: linear-gradient(140deg, #d9ff8d, #aeea47 56%, #87c22b);
  color: var(--ink);
}
.transition-brand {
  width: 130px;
  height: 25px;
}
.transition-card-front > span {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.transition-card-front > span b {
  font-size: 15px;
  letter-spacing: 0.12em;
}
.transition-card-front > span small {
  overflow: hidden;
  max-width: 96px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-align: right;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.transition-check {
  position: absolute;
  z-index: 5;
  right: 22px;
  bottom: 18px;
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--mint);
  font-size: 24px;
  font-weight: 900;
  place-items: center;
  opacity: 0;
  animation: transitionCheck 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-chip {
  position: absolute;
  z-index: 6;
  padding: 8px 11px;
  border: 1px solid rgba(9, 23, 35, 0.08);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(9, 23, 35, 0.12);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0;
}
.transition-chip-left {
  left: -8px;
  bottom: 50px;
  animation: transitionChipLeft 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-chip-right {
  top: 34px;
  right: -26px;
  animation: transitionChipRight 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.transition-kicker {
  color: var(--coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.monzo-activation-transition h3 {
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.monzo-activation-transition p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.transition-stage-rail,
.final-stage-rail {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(360px, 86%);
  margin-top: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.transition-stage-rail::before,
.final-stage-rail::before {
  position: absolute;
  top: 7px;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: #d5dcda;
  content: "";
}
.transition-stage-rail span,
.final-stage-rail span {
  position: relative;
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  place-items: center;
}
.transition-stage-rail i,
.final-stage-rail i {
  position: relative;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  border: 4px solid #e2e7e5;
  border-radius: 50%;
  background: #aeb9b5;
  animation: transitionStageDot 2.1s ease both;
}
.transition-stage-rail span:nth-child(2) i,
.final-stage-rail span:nth-child(2) i {
  animation-delay: 0.55s;
}
.transition-stage-rail span:nth-child(3) i,
.final-stage-rail span:nth-child(3) i {
  animation-delay: 1.4s;
}
.transition-progress {
  width: min(330px, 78%);
  height: 6px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 99px;
  background: #e2e7e5;
}
.transition-progress > i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), #ffbd58, #00a69f, #9fe870);
  transform-origin: left;
  animation: transitionProgress 4s linear both;
}
@keyframes transitionCardBack {
  0% {
    transform: translate(-50%, -44%) rotate(-18deg) scale(0.82);
  }
  42% {
    transform: translate(-76%, -50%) rotate(-12deg) scale(0.9);
  }
  72%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.88);
    opacity: 0.45;
  }
}
@keyframes transitionCardMiddle {
  0% {
    transform: translate(-50%, -44%) rotate(18deg) scale(0.82);
  }
  42% {
    transform: translate(-24%, -50%) rotate(12deg) scale(0.9);
  }
  72%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.94);
    opacity: 0.7;
  }
}
@keyframes transitionCardFront {
  0% {
    transform: translate(-50%, -42%) scale(0.72);
    opacity: 0;
  }
  38% {
    transform: translate(-50%, -54%) scale(1.04);
    opacity: 1;
  }
  62%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes transitionHalo {
  0% {
    transform: scale(0.65);
    opacity: 0;
  }
  44% {
    transform: scale(1.08);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 0.58;
  }
}
@keyframes transitionCheck {
  0%,
  70% {
    transform: scale(0.35) rotate(-18deg);
    opacity: 0;
  }
  84% {
    transform: scale(1.12) rotate(4deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes transitionProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes transitionColourName {
  0%,
  12% {
    transform: translate(-50%, -42%) scale(0.82);
    opacity: 0;
  }
  38% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.055;
  }
  78%,
  100% {
    transform: translate(-50%, -56%) scale(1.12);
    opacity: 0;
  }
}
@keyframes transitionDotsOrbit {
  0% {
    transform: rotate(-35deg) scale(0.62);
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  72% {
    transform: rotate(22deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: rotate(46deg) scale(1.12);
    opacity: 0;
  }
}
@keyframes transitionChipLeft {
  0%,
  24% {
    transform: translate(-26px, 10px);
    opacity: 0;
  }
  42%,
  76% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-8px, -10px);
    opacity: 0;
  }
}
@keyframes transitionChipRight {
  0%,
  38% {
    transform: translate(24px, 12px);
    opacity: 0;
  }
  56%,
  82% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(8px, -8px);
    opacity: 0;
  }
}
@keyframes transitionStageDot {
  0%,
  12% {
    border-color: #e2e7e5;
    background: #aeb9b5;
    transform: scale(0.74);
  }
  38%,
  100% {
    border-color: rgba(7, 155, 152, 0.18);
    background: #079b98;
    transform: scale(1);
  }
}
.final-activation-transition {
  position: relative;
  display: flex;
  min-height: 620px;
  padding: 46px 28px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.final-activation-transition::before {
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
  opacity: 0;
  animation: finalBackgroundBloom 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.final-transition-visual {
  position: relative;
  z-index: 2;
  width: min(430px, 92%);
  height: 270px;
}
.final-transition-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 350px;
  max-width: 86%;
  animation: finalCardMove 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.final-scan-line {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 360px;
  max-width: 88%;
  height: 3px;
  border-radius: 99px;
  background: var(--mint);
  box-shadow:
    0 0 0 7px rgba(189, 244, 220, 0.09),
    0 0 24px rgba(189, 244, 220, 0.8);
  opacity: 0;
  animation: finalScanLine 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.final-pound-token {
  position: absolute;
  z-index: 6;
  top: 12px;
  right: 14px;
  display: grid;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  font-size: 18px;
  font-weight: 900;
  place-items: center;
  opacity: 0;
  animation: finalPoundToken 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.final-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(189, 244, 220, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: finalOrbitPulse 4s ease-in-out both;
}
.final-orbit-one {
  width: 245px;
  height: 245px;
}
.final-orbit-two {
  width: 315px;
  height: 315px;
  animation-delay: 0.12s;
}
.final-success-seal {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-size: 42px;
  font-weight: 900;
  place-items: center;
  opacity: 0;
  animation: finalSealReveal 4s cubic-bezier(0.22, 0.8, 0.24, 1) both;
}
.final-spark {
  position: absolute;
  z-index: 7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
  opacity: 0;
  animation: finalSpark 4s ease-out both;
}
.final-spark-one {
  top: 12%;
  left: 17%;
}
.final-spark-two {
  top: 22%;
  right: 12%;
  background: #ffbd58;
  animation-delay: 0.06s;
}
.final-spark-three {
  bottom: 12%;
  left: 9%;
  background: #53d6cd;
  animation-delay: 0.12s;
}
.final-spark-four {
  right: 18%;
  bottom: 8%;
  background: #9fe870;
  animation-delay: 0.18s;
}
.final-copy-stack {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 132px;
}
.final-copy {
  position: absolute;
  inset: 0;
}
.final-copy span {
  color: var(--mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.final-copy h3 {
  margin: 9px 0 10px;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.final-copy p {
  margin: 0;
  color: #b7c4cc;
  font-size: 14px;
}
.final-copy-working {
  animation: finalWorkingCopy 4s ease both;
}
.final-copy-success {
  color: var(--ink);
  opacity: 0;
  animation: finalSuccessCopy 4s ease both;
}
.final-copy-success span {
  color: #08736d;
}
.final-copy-success p {
  color: #40515e;
}
.check-row a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.final-stage-rail {
  margin-top: 8px;
  animation: finalRailTone 4s ease both;
}
.final-stage-rail i {
  animation-name: finalStageDot;
}
.final-transition-progress {
  position: relative;
  z-index: 3;
  width: min(340px, 80%);
  height: 7px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.14);
  animation: finalProgressFade 4s ease both;
}
.final-transition-progress > i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), #ffbd58, var(--mint));
  transform-origin: left;
  animation: finalProgressFill 4s linear both;
}
@keyframes finalCardMove {
  0% {
    transform: translate(-50%, -42%) rotate(-5deg) scale(0.9);
    opacity: 0;
  }
  22% {
    transform: translate(-50%, -50%) rotate(2deg) scale(1.03);
    opacity: 1;
  }
  55% {
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 1;
  }
  72%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.74);
    opacity: 0.12;
  }
}
@keyframes finalScanLine {
  0%,
  16% {
    transform: translate(-50%, -94px) scaleX(0.72);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  54% {
    transform: translate(-50%, 92px) scaleX(1);
    opacity: 1;
  }
  66%,
  100% {
    transform: translate(-50%, 112px) scaleX(0.76);
    opacity: 0;
  }
}
@keyframes finalPoundToken {
  0%,
  10% {
    transform: translate(-70px, 82px) scale(0.35) rotate(-32deg);
    opacity: 0;
  }
  26% {
    transform: translate(0, 0) scale(1.06) rotate(6deg);
    opacity: 1;
  }
  48% {
    transform: translate(-278px, 172px) scale(0.86) rotate(-16deg);
    opacity: 1;
  }
  64%,
  100% {
    transform: translate(-142px, 96px) scale(0.25) rotate(28deg);
    opacity: 0;
  }
}
@keyframes finalOrbitPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.55);
    opacity: 0;
  }
  34% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  76%,
  100% {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 0;
  }
}
@keyframes finalSealReveal {
  0%,
  63% {
    transform: translate(-50%, -50%) scale(0.2) rotate(-24deg);
    opacity: 0;
  }
  78% {
    transform: translate(-50%, -50%) scale(1.13) rotate(5deg);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes finalSpark {
  0%,
  68% {
    transform: scale(0.2);
    opacity: 0;
  }
  82% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.75);
    opacity: 0.72;
  }
}
@keyframes finalBackgroundBloom {
  0%,
  64% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(7);
    opacity: 1;
  }
}
@keyframes finalWorkingCopy {
  0%,
  57% {
    transform: translateY(0);
    opacity: 1;
  }
  72%,
  100% {
    transform: translateY(-14px);
    opacity: 0;
  }
}
@keyframes finalSuccessCopy {
  0%,
  66% {
    transform: translateY(16px);
    opacity: 0;
  }
  82%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes finalProgressFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes finalProgressFade {
  0%,
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes finalRailTone {
  0%,
  62% {
    opacity: 0.9;
  }
  82%,
  100% {
    opacity: 1;
  }
}
@keyframes finalStageDot {
  0%,
  10% {
    border-color: rgba(255, 255, 255, 0.12);
    background: #52636f;
    transform: scale(0.74);
  }
  40%,
  66% {
    border-color: rgba(189, 244, 220, 0.2);
    background: var(--mint);
    transform: scale(1);
  }
  82%,
  100% {
    border-color: rgba(9, 23, 35, 0.12);
    background: #079b98;
    transform: scale(1);
  }
}
.field .phone-field-control input,
.field .phone-field-control input:focus,
.field .phone-field-control input[aria-invalid="true"] {
  height: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 560px) {
  footer {
    padding-top: 28px;
  }
  .footer-grid > div:first-child {
    gap: 28px;
  }
  .footer-grid > div:first-child p {
    margin: 0;
  }
  .choice-card {
    padding: 13px;
  }
  .picker-card-brand {
    width: 120px;
    height: 23px;
  }
  .choice-card-number {
    font-size: 14px;
    letter-spacing: 0.055em;
  }
  .choice-card-footer {
    grid-template-columns: minmax(0, 1fr) auto 38px;
    gap: 9px;
    margin-top: 7px;
  }
  .choice-card-field small {
    margin-bottom: 3px;
    font-size: 5px;
  }
  .choice-card-field b {
    font-size: 8px;
  }
  .choice-card-expiry b {
    font-size: 9px;
  }
  .monzo-activation-transition {
    min-height: 520px;
    padding: 34px 16px;
  }
  .transition-visual {
    width: 270px;
    height: 205px;
    margin-bottom: 24px;
    transform: scale(0.92);
  }
  .monzo-activation-transition h3 {
    font-size: 38px;
  }
  .final-activation-transition {
    min-height: 540px;
    padding: 32px 14px;
  }
  .final-transition-visual {
    height: 230px;
  }
  .final-transition-card {
    width: 310px;
  }
  .final-copy h3 {
    font-size: 40px;
  }
  .apply-section {
    padding-top: 56px;
  }
  .apply-intro {
    padding-top: 8px;
  }
}
.activation-helper {
  display: block;
  margin-top: 6px;
  color: #8fa0aa;
  font-size: 8px;
  font-style: normal;
  line-height: 1.4;
}

@media (max-width: 560px) {
  .activation-field input {
    height: 48px;
    font-size: 12px;
  }
  .activation-card-input input {
    padding-right: 56px;
  }
}

.legal-shell {
  align-items: start;
  gap: 16px;
  padding-top: 48px;
}
.legal-shell .legal-document {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.legal-shell .legal-document[open] {
  grid-column: 1 / -1;
  border-color: #b6c0bd;
  box-shadow: 0 26px 65px rgba(9, 23, 35, 0.1);
}
.legal-document > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 26px;
  list-style: none;
  cursor: pointer;
}
.legal-document > summary::-webkit-details-marker {
  display: none;
}
.legal-document > summary span,
.legal-document > summary small,
.legal-document > summary b {
  display: block;
}
.legal-document > summary small {
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.legal-document > summary b {
  font-size: 18px;
}
.legal-document > summary > i {
  position: relative;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
}
.legal-document > summary > i::before,
.legal-document > summary > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.legal-document > summary > i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.legal-document[open] > summary > i::after {
  transform: translate(-50%, -50%) rotate(0);
}
.legal-document[open] > summary {
  border-bottom: 1px solid var(--line);
}
.legal-document-body {
  padding: 42px 46px 46px;
}
.legal-document-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px 36px;
  padding-bottom: 34px;
}
.legal-document-header > span {
  grid-column: 1 / -1;
  color: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.legal-document-header h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.legal-document-header p {
  grid-column: 1 / -1;
  max-width: 720px;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.legal-document-header time {
  grid-column: 2;
  grid-row: 2;
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.legal-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.legal-sections > section {
  min-height: 185px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.legal-sections h3 {
  margin: 0 0 12px;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.legal-shell .legal-sections p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.legal-shell .legal-sections p + p,
.legal-shell .legal-sections ul + p {
  margin-top: 10px;
}
.legal-shell .legal-sections ul {
  margin: 8px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.legal-shell .legal-sections li + li {
  margin-top: 4px;
}
.legal-reference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 15px;
  background: var(--ink);
  color: #fff;
}
.legal-reference span {
  color: #aeb9c1;
  font-size: 11px;
}
.legal-reference a {
  color: var(--mint);
  font-size: 11px;
  font-weight: 850;
  text-align: right;
}

@media (max-width: 700px) {
  .legal-document-body {
    padding: 30px 26px 28px;
  }
  .legal-document-header {
    display: block;
  }
  .legal-document-header h2 {
    margin-top: 9px;
  }
  .legal-document-header p {
    margin: 14px 0;
  }
  .legal-document-header time {
    display: block;
  }
  .legal-sections {
    grid-template-columns: 1fr;
  }
  .legal-sections > section {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .legal-shell {
    gap: 10px;
    padding: 30px 0 54px;
  }
  .legal-document > summary {
    padding: 19px 18px;
  }
  .legal-document > summary b {
    font-size: 16px;
  }
  .legal-document-body {
    padding: 24px 16px 18px;
  }
  .legal-document-header {
    padding: 0 4px 24px;
  }
  .legal-document-header h2 {
    font-size: 36px;
  }
  .legal-document-header p {
    font-size: 13px;
  }
  .legal-sections > section {
    padding: 19px 17px;
  }
  .legal-reference {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 16px;
  }
  .legal-reference a {
    text-align: left;
  }
}

/* Legal documents live behind the header and footer links, not in the page flow. */
.legal-shell {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.legal-shell .legal-document {
  display: none;
}
.legal-shell .legal-document:target {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100%;
  padding: 34px 20px;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  background: rgba(9, 23, 35, 0.78);
  box-shadow: none;
  backdrop-filter: blur(14px);
}
.legal-document:target > summary {
  display: none;
}
.legal-document:target .legal-document-body {
  position: relative;
  width: min(1060px, 100%);
  margin: 0 auto;
  padding: 52px 48px 46px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.34);
}
.legal-modal-close {
  position: sticky;
  z-index: 5;
  top: 0;
  float: right;
  display: grid;
  width: 44px;
  height: 44px;
  margin: -28px -24px 0 18px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  font-size: 27px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(9, 23, 35, 0.12);
}
body:has(.legal-document:target) {
  overflow: hidden;
}

@media (max-width: 560px) {
  .legal-shell .legal-document:target {
    padding: 10px;
  }
  .legal-document:target .legal-document-body {
    min-height: calc(100vh - 20px);
    padding: 48px 16px 22px;
    border-radius: 22px;
  }
  .legal-modal-close {
    width: 40px;
    height: 40px;
    margin: -34px -4px 0 12px;
    font-size: 24px;
  }
}

.check-row input:focus-visible + .custom-check {
  outline: 3px solid rgba(0, 122, 118, 0.22);
  outline-offset: 2px;
}

.apply-section.section {
  padding: 80px 0 84px;
}
footer {
  padding-top: 56px;
}

.required-mark {
  margin-left: 4px;
  color: var(--coral);
  font-style: normal;
  font-weight: 900;
}
.form-top > b .required-mark {
  margin: 0 2px 0 0;
}
.bank-field {
  position: relative;
  z-index: 6;
  min-width: 0;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}
.bank-field > legend {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
}
.bank-multiselect {
  position: relative;
}
.bank-multiselect > summary {
  display: flex;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8faf9;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  outline: 0;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.bank-multiselect > summary::-webkit-details-marker {
  display: none;
}
.bank-multiselect > summary span {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bank-multiselect > summary i {
  color: var(--muted);
  font-size: 18px;
  font-style: normal;
  transition: transform 0.2s;
}
.bank-multiselect[open] > summary,
.bank-multiselect > summary:focus-visible {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(0, 122, 118, 0.1);
}
.bank-multiselect[open] > summary i {
  transform: rotate(180deg);
}
.bank-field.has-error .bank-multiselect > summary {
  border-color: var(--coral);
  background: #fff4f2;
}
.bank-options {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 268px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(9, 23, 35, 0.18);
}
.bank-options-title {
  display: block;
  padding: 5px 8px 9px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.bank-option {
  display: grid;
  min-height: 42px;
  padding: 8px;
  align-items: center;
  grid-template-columns: 20px 1fr 22px;
  gap: 9px;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.18s;
}
.bank-option:hover {
  background: var(--cream);
}
.bank-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--teal);
}
.bank-option > span {
  font-size: 12px;
  font-weight: 700;
}
.bank-option > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e8edeb;
  color: transparent;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.bank-option input:checked ~ i {
  background: var(--mint);
  color: var(--ink);
}
.bank-selected-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.bank-selected-list button {
  min-height: 27px;
  padding: 4px 8px 4px 10px;
  border: 0;
  border-radius: 99px;
  background: #e8f8f2;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}
.bank-selected-list button span {
  margin-left: 6px;
  color: var(--teal);
  font-size: 13px;
}
.bank-field > small {
  display: block;
  margin-top: 6px;
  color: #b62318;
  font-size: 10px;
  font-weight: 700;
}

/* Final compact-layout pass: keep every section intentional on narrow screens. */
@media (max-width: 560px) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero-grid {
    padding: 34px 0 38px;
  }
  .card-stage {
    height: 344px;
  }
  .benefits-section.section {
    padding: 48px 0 50px;
  }
  .how-section.section {
    padding: 52px 0 54px;
  }
  .wallet-visual {
    min-height: 488px;
    padding: 12px 0 24px;
  }
  .how-grid {
    gap: 24px;
  }
  .how-copy > p {
    margin: 18px 0 22px;
  }
  .step {
    padding: 18px 0;
  }
  .apply-section.section {
    padding: 48px 0 54px;
  }
  .apply-grid {
    gap: 24px;
  }
  .apply-intro {
    padding-top: 0;
  }
  .apply-intro > p {
    margin: 18px 0;
  }
  .privacy-card {
    margin-top: 18px;
    padding-top: 18px;
  }
  .form-top {
    margin-bottom: 22px;
  }
  .field {
    margin-bottom: 12px;
  }
  .field input,
  .field select,
  .phone-field-control,
  .bank-multiselect > summary {
    height: 50px;
  }
  .bank-options {
    max-height: 238px;
  }
  .submit-button {
    margin-top: 18px;
  }
  footer {
    padding: 34px 0 20px;
  }
  .footer-grid {
    gap: 28px;
  }
  .footer-grid > div:first-child {
    gap: 16px;
  }
  .footer-bottom {
    margin-top: 30px;
  }
}
