@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --lp-ink: #101936;
  --lp-subtle: #5c667d;
  --lp-blue: #173bdf;
  --lp-blue-dark: #0929bd;
  --lp-cream: #fbfcff;
  --lp-line: #dfe6f4;
  --lp-mint: #a4f9d4;
}
html { scroll-behavior: smooth; }
body { margin: 0; }
.lp-page, .lp-page * { box-sizing: border-box; }
.lp-page {
  min-width: 320px;
  overflow: clip;
  background: var(--lp-cream);
  color: var(--lp-ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.lp-page :is(h1,h2,h3,h4,p) { margin: 0; }
.lp-page :is(h1,h2,h3,h4) { font-family: 'Space Grotesk', 'DM Sans', sans-serif; letter-spacing: -.055em; }
.lp-page a { color: inherit; text-decoration: none; }
.lp-page button { font: inherit; cursor: pointer; }
.lp-page img, .lp-page svg { display: block; }
.lp-page img { max-width: 100%; }
.lp-container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.lp-page :is(section,footer) { scroll-margin-top: 100px; }
.lp-page :is(a,button):focus-visible { outline: 3px solid #61eab2; outline-offset: 4px; }

/* Clear three-part navigation and stable branding. */
.lp-header {
  height: 84px;
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid #e7ecf5;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
}
.lp-header > .lp-container { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 100%; }
.lp-logo { display: flex; align-items: center; flex: 0 0 auto; width: 182px; }
.lp-logo img { width: 100%; max-height: 47px; object-fit: contain; object-position: left center; }
.lp-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.5vw, 38px); margin-inline: auto; }
.lp-nav a { position: relative; color: #36415c; font-weight: 700; font-size: 13px; white-space: nowrap; transition: color .2s; }
.lp-nav a:hover { color: var(--lp-blue); }
.lp-nav a::after { content: ''; position: absolute; bottom: -12px; left: 0; right: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--lp-blue); transition: transform .22s cubic-bezier(.23,1,.32,1); }
.lp-nav a:hover::after { transform: scaleX(1); }
.lp-header-actions { display: flex; align-items: center; flex: 0 0 auto; gap: 14px; }
.lang-trigger { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #e5eaf4; border-radius: 14px; background: #fff; }
.lang-flag { font-size: 21px; line-height: 1; }
.lp-menu-toggle { display: none; }
.lp-primary-button, .lp-secondary-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; border-radius: 14px; font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .18s cubic-bezier(.23,1,.32,1), background-color .18s, box-shadow .18s; }
.lp-primary-button { border: 1px solid var(--lp-blue); color: white; background: var(--lp-blue); box-shadow: 0 12px 27px rgba(23,59,223,.2); }
.lp-primary-button:hover { background: var(--lp-blue-dark); box-shadow: 0 15px 32px rgba(23,59,223,.26); }
.lp-primary-button:active, .lp-secondary-button:active { transform: scale(.97); }
.lp-secondary-button { border: 1px solid #d7e0f0; background: white; color: var(--lp-ink); }
.lp-secondary-button:hover { background: #f1f5ff; }
.lp-button-icon { width: 17px; height: 17px; flex: none; }
.lp-header-button { min-height: 42px; padding-inline: 19px; border-radius: 12px; font-size: 13px; }

/* Hero copy remains verbatim; the visual now has its own framed stage. */
.lp-hero { position: relative; background: #fff; }
.lp-hero::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 43%; background: linear-gradient(155deg,#f4f6ff,#eaf0ff 62%,#e7fcf3); }
.lp-hero-pattern { position: absolute; inset: 0; pointer-events: none; opacity: .28; background-image: radial-gradient(#9eb0db .75px,transparent .75px); background-size: 25px 25px; mask-image: linear-gradient(90deg,transparent 15%,black); }
.lp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 38px; align-items: center; min-height: 662px; padding-block: 67px 78px; }
.lp-hero-copy { padding-right: 20px; }
.lp-badge { display: inline-flex; align-items: center; width: fit-content; gap: 8px; padding: 9px 13px; border: 1px solid #dbe5ff; border-radius: 999px; background: #f2f6ff; color: var(--lp-blue); font-size: 11px; font-weight: 800; letter-spacing: .025em; }
.lp-badge-icon { width: 14px; height: 14px; }
.lp-hero h1 { margin-top: 28px; max-width: 700px; font-size: clamp(46px, 4.65vw, 72px); font-weight: 700; line-height: 1.02; }
.lp-hero h1 span, .lp-hero h1 strong { display: block; font-weight: inherit; }
.lp-hero h1 strong { color: var(--lp-blue); }
.lp-hero-copy > p { max-width: 560px; margin-top: 26px; color: var(--lp-subtle); font-size: 17px; line-height: 1.65; }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.lp-hero-checks { display: flex; flex-wrap: wrap; column-gap: 19px; row-gap: 12px; margin-top: 36px; color: #5b657b; font-size: 12px; font-weight: 700; }
.lp-hero-checks span { display: inline-flex; align-items: center; gap: 6px; }
.lp-check-icon { width: 15px; height: 15px; color: #12a972; }
.lp-hero-media { position: relative; display: grid; align-items: center; min-height: 500px; padding: 24px; }
.lp-hero-media::before { content: ''; position: absolute; inset: 7% 4%; border: 1px solid rgba(136,155,222,.22); border-radius: 44% 56% 55% 45%; background: radial-gradient(circle at 42% 40%,#fff 0,#edf2ff 46%,#e7ebff 70%,rgba(231,235,255,.2)); box-shadow: 0 30px 90px rgba(23,59,223,.11); transform: rotate(-12deg); }
.lp-hero-media img { position: relative; width: min(100%, 650px); margin: auto; filter: drop-shadow(0 25px 28px rgba(18,24,82,.12)); }

/* Existing payment marks and wallet logos; no visual assets replaced. */
.lp-wallets-section { overflow: hidden; padding: 31px 0 37px; border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); background: white; }
.lp-wallets-section > .lp-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 13px 26px; text-align: center; }
.lp-pay-badges { display: flex; align-items: center; gap: 13px; }
.lp-pay-badges img { width: auto; max-width: 74px; height: 26px; object-fit: contain; }
.lp-wallets-section p { color: #667086; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-marquee-wrap { overflow: hidden; width: 100%; margin-top: 27px; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.lp-marquee { display: flex; align-items: center; gap: 52px; width: max-content; animation: wallets-flow 65s linear infinite; }
.lp-marquee img { width: auto; max-width: 130px; height: 29px; object-fit: contain; flex: none; }
.lp-marquee img[alt='Trust Wallet'] { height: 32px; }
@keyframes wallets-flow { to { transform: translateX(-50%); } }
.lp-backers-section { padding: 32px 0 46px; background: #f7f9fe; border-bottom: 1px solid var(--lp-line); }
.lp-backers-section p { color: #8791a6; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.lp-backers-grid { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; margin-top: 26px; }
.lp-backer-card { display: grid; place-items: center; flex: 1 1 145px; min-width: 0; height: 45px; }
.lp-backer-card img { max-width: 150px; max-height: 34px; object-fit: contain; opacity: .66; filter: grayscale(1); }

/* Editorial section rail, then the original six feature cards. */
.lp-features { padding: 110px 0 120px; background: #fff; }
.lp-features > .lp-container { display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.35fr); align-items: start; column-gap: clamp(35px,5vw,90px); }
.lp-section-intro { position: sticky; top: 122px; }
.lp-feature-eyebrow { margin-bottom: 19px !important; color: var(--lp-blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lp-section-intro h2, .lp-rewards h2, .lp-premium h2, .lp-cta h2 { font-size: clamp(36px,3.8vw,56px); font-weight: 700; line-height: 1.08; }
.lp-section-intro p:last-child { margin-top: 22px; color: var(--lp-subtle); font-size: 16px; line-height: 1.7; }
.lp-feature-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.lp-feature-card { min-height: 230px; padding: 26px; border: 1px solid #e3e9f6; border-radius: 20px; background: linear-gradient(150deg,#fff,#fbfcff); box-shadow: 0 14px 36px rgba(30,48,107,.04); transition: transform .2s cubic-bezier(.23,1,.32,1),border-color .2s,box-shadow .2s; }
.lp-feature-card:hover { transform: translateY(-4px); border-color: #b9cbff; box-shadow: 0 22px 45px rgba(30,48,107,.09); }
.lp-feature-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; color: var(--lp-blue); background: #eaf0ff; }
.lp-card-icon { width: 23px; height: 23px; }
.lp-feature-card h3 { margin-top: 25px; font-size: 18px; line-height: 1.22; font-weight: 700; letter-spacing: -.03em; }
.lp-feature-card p { margin-top: 10px; color: var(--lp-subtle); font-size: 13px; line-height: 1.58; }

/* Original rate text and original four chain images are unchanged. */
.lp-rewards { padding: 112px 0; background: linear-gradient(145deg,#f3f6ff,#f9fbff 62%,#effaf8); border-block: 1px solid var(--lp-line); }
.lp-rewards-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(48px,7vw,110px); }
.lp-rewards h2 { max-width: 590px; margin-top: 20px; }
.lp-rewards p { max-width: 550px; margin-top: 18px; color: var(--lp-subtle); font-size: 16px; line-height: 1.7; }
.lp-reward-bars { display: grid; gap: 21px; margin-top: 40px; }
.lp-reward-item > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.lp-reward-item strong { color: var(--lp-blue); font-family: 'Space Grotesk',sans-serif; font-size: 28px; letter-spacing: -.06em; }
.lp-reward-item span { color: #414d67; font-size: 13px; font-weight: 700; }
.lp-reward-item i { display: block; height: 8px; border-radius: 999px; background: linear-gradient(90deg,#2352ec,#61a6ff); width: var(--bar-width); box-shadow: 0 5px 10px rgba(23,59,223,.13); }
.lp-chain-grid { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 26px; border: 1px solid #dbe4fb; border-radius: 28px; background: rgba(255,255,255,.59); box-shadow: 0 25px 70px rgba(31,58,143,.08); }
.lp-chain-card { min-height: 186px; border: 1px solid #e8edfa; border-radius: 18px; background: #fff; padding: 23px; }
.lp-chain-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; }
.lp-chain-icon img { width: 24px; height: 24px; object-fit: contain; }
.lp-red { background: #fff0f0; } .lp-blue { background: #e9f0ff; } .lp-yellow { background: #fff5dc; } .lp-violet { background: #f1eaff; }
.lp-chain-card h3 { margin-top: 19px; font-size: 19px; font-weight: 700; }
.lp-chain-card p { margin-top: 5px; font-size: 13px; }
.lp-max-badge { position: absolute; right: -24px; bottom: -20px; display: flex; align-items: center; gap: 5px; border-radius: 15px; padding: 13px 17px; color: white; background: var(--lp-blue); box-shadow: 0 18px 35px rgba(23,59,223,.28); font-size: 12px; }
.lp-max-icon { width: 16px; height: 16px; margin-right: 5px; }
.lp-max-badge strong { font-family: 'Space Grotesk',sans-serif; font-size: 23px; letter-spacing: -.06em; }

/* Deep-blue feature panel gives the supplied metal card its own stage. */
.lp-premium { padding: 110px 0; background: #fff; }
.lp-premium-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .93fr; align-items: center; min-height: 555px; border-radius: 30px; padding: 68px clamp(35px,5.4vw,85px); background: radial-gradient(circle at 85% 30%,#285ac8,#111d55 45%,#0b153b 80%); color: white; }
.lp-premium-panel::after { content: ''; position: absolute; width: 560px; height: 560px; right: -150px; top: -130px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.02); pointer-events: none; }
.lp-premium-copy { position: relative; z-index: 2; }
.lp-premium .lp-badge { color: #d6e4ff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.18); }
.lp-premium h2 { max-width: 550px; margin-top: 21px; color: #fff; }
.lp-premium-copy > p { max-width: 480px; margin-top: 18px; color: #c4d1eb; font-size: 15px; line-height: 1.7; }
.lp-premium-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 20px; max-width: 470px; margin-top: 28px; }
.lp-premium-list > div { display: flex; align-items: center; gap: 9px; color: #e7edfb; font-size: 12px; font-weight: 700; }
.lp-premium-list span { display: grid; flex: none; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: rgba(162,222,255,.12); color: #8ceac6; }
.lp-premium-icon { width: 15px; height: 15px; }
.lp-premium .lp-primary-button { margin-top: 30px; border-color: white; background: #fff; color: #1327ad; box-shadow: 0 14px 28px rgba(0,0,0,.15); }
.lp-premium .lp-primary-button:hover { background: #eaf1ff; }
.lp-card-media { position: relative; z-index: 1; display: grid; place-items: center; }
.lp-card-media img { width: min(110%, 580px); max-width: none; transform: perspective(800px) rotate(-12deg) rotateY(-5deg); filter: drop-shadow(0 30px 38px rgba(0,0,0,.48)); }

/* CTA is simpler than the dense footer, creating a clear end to the story. */
.lp-cta { padding: 0 0 115px; background: #fff; }
.lp-cta-panel { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; padding: 72px 24px; border: 1px solid #dce5fb; border-radius: 28px; background: radial-gradient(circle at 50% 0,#e8efff,#f7faff 52%,#f8fbff); text-align: center; }
.lp-cta-panel::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: radial-gradient(#9cb3e3 1px,transparent 1px); background-size: 23px 23px; mask-image: linear-gradient(90deg,#000,transparent 40%,transparent 60%,#000); }
.lp-cta-panel > * { position: relative; }
.lp-cta h2 { max-width: 760px; }
.lp-cta p { max-width: 640px; margin-top: 17px; color: var(--lp-subtle); font-size: 16px; line-height: 1.7; }
.lp-cta .lp-primary-button { margin-top: 29px; }
.lp-cta-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 25px; color: #67738d; font-size: 12px; font-weight: 700; }
.lp-cta-tags span::before { content: '✓'; margin-right: 7px; color: #0ca46d; }

/* Separate product links, source regulatory copy, and final disclaimer. */
.lp-footer { padding-top: 74px; background: #f5f7fc; border-top: 1px solid var(--lp-line); }
.lp-footer-top { display: grid; grid-template-columns: 1.9fr repeat(3,1fr); gap: clamp(22px,3vw,55px); padding-bottom: 67px; }
.lp-footer-logo { width: 190px; max-height: 55px; object-fit: contain; object-position: left center; }
.lp-footer-top > div:first-child p { max-width: 330px; margin-top: 20px; color: var(--lp-subtle); font-size: 13px; line-height: 1.7; }
.lp-footer-top h4 { margin-bottom: 18px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.lp-footer-top a { display: block; width: fit-content; margin-top: 12px; color: #667088; font-size: 13px; line-height: 1.45; }
.lp-footer-top a:hover { color: var(--lp-blue); }
.lp-issuer-wrap { padding: 42px 0 49px; border-block: 1px solid #e1e7f2; background: #fff; }
.lp-issuer-title { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; }
.lp-footer-icon { width: 18px; height: 18px; color: var(--lp-blue); }
.lp-issuer-title h4 { font-size: 17px; font-weight: 700; }
.lp-issuer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.lp-issuer-card { display: flex; flex-direction: column; min-height: 180px; padding: 19px; border: 1px solid #e4eaf4; border-radius: 16px; background: #fbfcff; }
.lp-issuer-card > div { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.lp-country-code { font-size: 21px; }
.lp-issuer-card strong { font-weight: 800; }
.lp-issuer-card em { margin-top: 13px; color: #5b667e; font-size: 11px; font-style: normal; font-weight: 700; }
.lp-issuer-card p { margin-top: 5px; color: var(--lp-blue); font-size: 11px; font-weight: 800; }
.lp-issuer-card small { margin-top: auto; padding-top: 14px; color: #6f798e; font-size: 11px; line-height: 1.45; white-space: pre-line; }
.lp-security-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; padding: 27px 20px; border-bottom: 1px solid #e1e7f2; background: #fff; }
.lp-security-strip span { display: inline-flex; align-items: center; gap: 6px; color: #68748b; font-size: 11px; font-weight: 700; }
.lp-strip-icon { width: 15px; height: 15px; color: var(--lp-blue); }
.lp-disclaimer { width: min(1240px, calc(100% - 80px)); margin: auto; padding: 27px 0 43px; color: #7a8498; font-size: 11px; line-height: 1.65; }
.lp-disclaimer p + p { max-width: 950px; margin-top: 12px; }
.lp-to-top { position: fixed; z-index: 25; right: 23px; bottom: 23px; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 13px; color: #fff; background: var(--lp-blue); box-shadow: 0 9px 28px rgba(23,59,223,.28); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s,transform .2s; }
.lp-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.lp-to-top svg { width: 19px; height: 19px; }

@media (max-width: 1100px) {
  .lp-container, .lp-disclaimer { width: min(100% - 56px, 1240px); }
  .lp-header > .lp-container { gap: 18px; }
  .lp-logo { width: 162px; }
  .lp-nav { gap: 18px; }
  .lp-hero-grid { gap: 16px; min-height: 590px; }
  .lp-hero h1 { font-size: clamp(42px,5.2vw,61px); }
  .lp-feature-card { padding: 21px; }
  .lp-feature-card h3 { font-size: 16px; }
  .lp-premium-panel { padding-inline: 45px; }
}
@media (max-width: 840px) {
  .lp-container, .lp-disclaimer { width: min(100% - 44px, 1240px); }
  .lp-header { height: 74px; }
  .lp-nav { position: absolute; top: 73px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px 22px 18px; border-bottom: 1px solid var(--lp-line); background: #fff; box-shadow: 0 20px 28px rgba(14,27,69,.08); }
  .lp-nav.is-open { display: flex; }
  .lp-nav a { padding: 13px 8px; font-size: 14px; }
  .lp-menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; flex: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--lp-line); border-radius: 12px; background: #fff; }
  .lp-menu-toggle span { width: 18px; height: 2px; border-radius: 2px; background: var(--lp-ink); }
  .lp-hero-grid { grid-template-columns: 1fr; gap: 10px; padding-block: 70px 45px; }
  .lp-hero::before { top: 49%; width: 100%; }
  .lp-hero-copy { padding-right: 0; }
  .lp-hero h1 { max-width: 670px; font-size: clamp(48px,8vw,70px); }
  .lp-hero-media { min-height: 330px; max-width: 610px; margin: auto; padding: 5px; }
  .lp-hero-media img { width: 85%; }
  .lp-features > .lp-container { grid-template-columns: 1fr; gap: 32px; }
  .lp-section-intro { position: static; max-width: 620px; }
  .lp-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lp-rewards-grid { grid-template-columns: 1fr; gap: 50px; }
  .lp-rewards-grid > div:first-child { max-width: 650px; }
  .lp-chain-grid { max-width: 720px; }
  .lp-premium-panel { grid-template-columns: 1fr; gap: 50px; }
  .lp-card-media img { max-width: 560px; width: 83%; }
  .lp-footer-top { grid-template-columns: repeat(3,1fr); }
  .lp-footer-top > div:first-child { grid-column: 1 / -1; }
  .lp-issuer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
  .lp-container, .lp-disclaimer { width: calc(100% - 36px); }
  .lp-header { height: 68px; }
  .lp-nav { top: 67px; }
  .lp-header > .lp-container { gap: 9px; }
  .lp-logo { width: 137px; }
  .lang-trigger { width: 36px; height: 38px; border: 0; background: #f3f6fc; }
  .lp-header-actions { gap: 7px; }
  .lp-header-button { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .lp-header-button .lp-button-icon { display: none; }
  .lp-menu-toggle { width: 38px; height: 38px; }
  .lp-hero-grid { padding-block: 49px 29px; }
  .lp-badge { padding: 8px 11px; font-size: 10px; }
  .lp-hero h1 { margin-top: 23px; font-size: clamp(39px,10vw,55px); line-height: 1.04; }
  .lp-hero-copy > p { margin-top: 20px; font-size: 15px; }
  .lp-hero-actions { margin-top: 25px; }
  .lp-primary-button, .lp-secondary-button { min-height: 49px; padding-inline: 16px; font-size: 12px; }
  .lp-hero-checks { gap: 10px 16px; margin-top: 26px; font-size: 11px; }
  .lp-hero-media { min-height: 240px; padding: 0; }
  .lp-hero-media img { width: 100%; }
  .lp-wallets-section { padding: 26px 0 30px; }
  .lp-pay-badges img { height: 21px; }
  .lp-wallets-section p { font-size: 10px; }
  .lp-marquee { gap: 30px; }
  .lp-marquee img { height: 24px; max-width: 105px; }
  .lp-backers-section { padding-bottom: 31px; }
  .lp-backers-grid { justify-content: center; gap: 13px 18px; }
  .lp-backer-card { flex: 0 1 95px; height: 34px; }
  .lp-backer-card img { max-width: 95px; max-height: 24px; }
  .lp-features, .lp-rewards, .lp-premium { padding-block: 76px; }
  .lp-section-intro h2, .lp-rewards h2, .lp-premium h2, .lp-cta h2 { font-size: clamp(34px,9vw,46px); }
  .lp-section-intro p:last-child, .lp-rewards p { font-size: 14px; }
  .lp-feature-grid { grid-template-columns: 1fr; gap: 10px; }
  .lp-feature-card { min-height: unset; padding: 22px; }
  .lp-feature-card h3 { margin-top: 18px; }
  .lp-feature-card p { margin-top: 7px; }
  .lp-reward-bars { margin-top: 31px; }
  .lp-chain-grid { padding: 10px; gap: 9px; border-radius: 20px; }
  .lp-chain-card { min-height: 150px; padding: 15px; border-radius: 13px; }
  .lp-chain-card h3 { margin-top: 12px; font-size: 16px; }
  .lp-chain-card p { font-size: 11px; }
  .lp-max-badge { right: -7px; bottom: -28px; padding: 8px 12px; }
  .lp-premium { padding-top: 85px; }
  .lp-premium-panel { padding: 34px 23px 39px; border-radius: 24px; gap: 42px; }
  .lp-premium-copy > p { font-size: 14px; }
  .lp-premium-list { grid-template-columns: 1fr; gap: 11px; }
  .lp-card-media img { width: 96%; }
  .lp-cta { padding-bottom: 76px; }
  .lp-cta-panel { padding: 48px 20px; border-radius: 21px; }
  .lp-cta p { font-size: 14px; }
  .lp-cta-tags { font-size: 11px; }
  .lp-footer { padding-top: 54px; }
  .lp-footer-top { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px 19px; padding-bottom: 49px; }
  .lp-footer-top > div:first-child { grid-column: 1 / -1; }
  .lp-footer-top h4 { margin-bottom: 12px; }
  .lp-footer-top a { margin-top: 10px; font-size: 12px; }
  .lp-issuer-grid { grid-template-columns: 1fr; gap: 9px; }
  .lp-issuer-card { min-height: 137px; }
  .lp-security-strip { justify-content: start; gap: 12px 22px; padding-inline: 18px; }
}
@media (max-width: 370px) {
  .lp-logo { width: 110px; }
  .lp-header-actions { gap: 5px; }
  .lp-header-button { padding-inline: 9px; }
  .lp-hero-actions { flex-direction: column; align-items: stretch; }
  .lp-primary-button, .lp-secondary-button { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-page *, .lp-page *::before, .lp-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Source language selector, now populated from the original ten-locale list. */
.lang-selector { position: relative; }
.lang-dropdown { position: absolute; z-index: 80; top: calc(100% + 12px); right: 0; width: 180px; max-height: min(68vh, 440px); overflow-y: auto; padding: 6px; border: 1px solid var(--lp-line); border-radius: 16px; background: white; box-shadow: 0 20px 55px rgba(10,27,72,.19); }
.lang-option { display: flex; align-items: center; width: 100%; gap: 10px; padding: 9px 10px; border: 0; border-radius: 9px; background: transparent; color: var(--lp-ink); text-align: start; font-size: 13px; font-weight: 700; }
.lang-option span:first-child { font-size: 19px; }
.lang-option:hover, .lang-option.is-selected { background: #eef3ff; color: var(--lp-blue); }
.lang-option:focus-visible { outline: 2px solid var(--lp-blue); outline-offset: -2px; }

/* The original popup draws its card thumbnails in CSS—no new images are used. */
.lp-modal-overlay, .lp-modal-overlay * { box-sizing: border-box; }
.lp-modal-overlay { position: fixed; z-index: 1000; inset: 0; display: flex; align-items: center; justify-content: center; overflow: auto; padding: 14px; background: rgba(0,0,0,.76); font-family: 'DM Sans',system-ui,sans-serif; }
.lp-issue-modal { width: min(100%, 430px); max-height: min(92vh, 750px); overflow-y: auto; padding: 24px 24px 16px; border: 1px solid #e0e4ee; border-radius: 16px; background: #fff; color: #101525; box-shadow: 0 28px 90px rgba(0,0,0,.34); scrollbar-width: thin; }
.lp-modal-header { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; gap: 8px; margin-bottom: 14px; }
.lp-modal-header h2 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.04em; line-height: 1.15; text-align: center; font-family: 'Space Grotesk','DM Sans',sans-serif; }
.lp-modal-header h2:focus { outline: none; }
.lp-modal-header button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: transparent; color: #111624; cursor: pointer; }
.lp-modal-header button:hover { background: #edf0f8; }
.lp-modal-header svg { width: 20px; height: 20px; }
.lp-modal-lead { margin: -4px 0 16px; color: #616675; font-size: 13px; font-weight: 600; line-height: 1.35; text-align: center; }
.lp-card-choice-list { display: grid; gap: 12px; }
.lp-card-choice { display: grid; grid-template-columns: 88px minmax(0,1fr) 28px; align-items: center; gap: 14px; width: 100%; min-height: 81px; padding: 11px 13px; border: 1px solid #dadee7; border-radius: 16px; background: #fafafe; color: #101525; text-align: start; cursor: pointer; transition: border-color .18s, background-color .18s, transform .18s; }
.lp-card-choice:hover { border-color: #7d94ef; transform: translateY(-1px); }
.lp-card-choice.is-selected { border-color: #0500ff; background: #f4f4ff; }
.lp-card-choice-text { min-width: 0; }
.lp-card-choice-text strong { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; color: #141724; font-size: 19px; font-weight: 850; line-height: 1.12; }
.lp-card-choice-text em { color: #0500ff; font-size: 12px; font-style: normal; font-weight: 850; }
.lp-card-choice-text small { display: block; margin-top: 5px; color: #606675; font-size: 10px; line-height: 1.1; }
.lp-radio-mark { display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid #d1d3d8; border-radius: 50%; color: white; }
.lp-radio-mark svg { width: 14px; height: 14px; }
.lp-card-choice.is-selected .lp-radio-mark { border-color: #0500ff; background: #0500ff; }
.lp-mini-card { display: flex; flex-direction: column; justify-content: space-between; width: 88px; aspect-ratio: 1.586/1; padding: 9px; overflow: hidden; border-radius: 9px; box-shadow: 0 9px 18px rgba(0,0,0,.18); font-family: Arial, sans-serif; }
.lp-mini-card--white { background: linear-gradient(135deg,#f5f3ff,#d7d3ff); color: #020099; }
.lp-mini-card--blue { background: linear-gradient(135deg,#0500ff,#0700b8); color: white; }
.lp-mini-card--metal { background: linear-gradient(135deg,#111,#363636); color: white; }
.lp-mini-card > span { display: flex; align-items: flex-start; justify-content: space-between; gap: 5px; }
.lp-mini-card > span:last-child { align-items: flex-end; }
.lp-mini-card > span:first-child b:first-child { font-size: 8px; font-weight: 900; letter-spacing: .04em; }
.lp-mini-card > span:first-child b:last-child { opacity: .72; font-size: 6px; font-weight: 700; letter-spacing: .12em; }
.lp-mini-card > span:last-child b { font-family: ui-monospace,monospace; font-size: 7px; letter-spacing: .07em; }
.lp-mini-card i { width: 14px; height: 10px; border-radius: 2px; background: currentColor; opacity: .35; }
.lp-modal-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 52px; margin-top: 16px; border: 0; border-radius: 999px; background: #0500ff; color: #fff; box-shadow: 0 15px 28px rgba(5,0,255,.22); font-family: inherit; font-size: 17px; font-weight: 800; cursor: pointer; transition: transform .18s, background-color .18s; }
.lp-modal-primary svg { width: 18px; height: 18px; }
.lp-modal-primary:hover:not(:disabled) { transform: translateY(-2px); background: #1712d9; }
.lp-modal-primary:disabled { opacity: .52; cursor: not-allowed; box-shadow: none; }
.lp-modal-overlay button:focus-visible { outline: 3px solid #58d8ad; outline-offset: 2px; }
.lp-ready-state { text-align: center; }
.lp-ready-state strong { display: inline-flex; align-items: center; gap: 8px; font-size: 21px; font-weight: 850; }
.lp-ready-state svg { width: 22px; height: 22px; color: #18c463; }
.lp-ready-state p { margin: 6px 0 0; color: #616675; font-size: 15px; font-weight: 600; }
.lp-review-box { display: grid; gap: 13px; margin-top: 20px; padding: 18px 16px; border: 1px solid #e0e4ee; border-radius: 16px; background: #fafafe; }
.lp-review-box > div { display: flex; justify-content: space-between; gap: 15px; color: #646c7b; font-size: 15px; font-weight: 600; }
.lp-review-box strong { color: #151a29; font-weight: 850; }
.lp-review-box .lp-free { color: #08ad65; }
.lp-perks-title { margin-top: 22px; color: #646c7b; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.lp-perks-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 12px; }
.lp-perks-grid span { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 9px; border: 1px solid #e1e6f0; border-radius: 10px; background: #fafafe; font-size: 10px; font-weight: 700; }
.lp-perks-grid svg { flex: none; width: 14px; height: 14px; color: #0ba466; }
.lp-step-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 8px; }
.lp-step-tabs span { padding: 10px 6px; border-radius: 10px; overflow: hidden; color: #626b80; background: #f2f4fa; font-size: 11px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.lp-step-tabs .is-current { color: #0500ff; background: #eeefff; outline: 1px solid #0500ff; }
.lp-wallet-illustration { display: grid; place-items: center; width: 106px; height: 106px; margin: 38px auto 16px; border: 3px solid #dee4ff; border-radius: 22px; color: #0500ff; background: #edf0ff; }
.lp-wallet-illustration svg { width: 48px; height: 48px; }
.lp-connect-text { max-width: 290px; margin: 0 auto 25px; color: #606979; font-size: 16px; font-weight: 600; line-height: 1.35; text-align: center; }
.lp-connect-note { margin: 18px 0 0; color: #666e81; font-size: 12px; font-weight: 700; text-align: center; }
:root[dir="rtl"] .lp-page { direction: rtl; }
:root[dir="rtl"] .lp-logo img, :root[dir="rtl"] .lp-footer-logo { object-position: right center; }
:root[dir="rtl"] .lp-card-choice { direction: ltr; }
:root[dir="rtl"] .lp-card-choice-text { direction: rtl; text-align: right; }
:root[dir="rtl"] .lp-hero h1, :root[dir="rtl"] .lp-hero-copy > p { text-align: right; }
:root[dir="rtl"] .lp-feature-card, :root[dir="rtl"] .lp-footer-top { text-align: right; }
@media (max-width: 520px) {
  .lp-modal-overlay { padding: 9px; }
  .lp-issue-modal { width: 100%; max-height: 94vh; padding: 22px 16px 16px; }
  .lp-card-choice { grid-template-columns: 76px minmax(0,1fr) 24px; gap: 10px; padding: 11px; }
  .lp-mini-card { width: 76px; }
  .lp-card-choice-text strong { font-size: 17px; }
  .lp-card-choice-text small { font-size: 10px; }
  .lp-card-choice-list { gap: 9px; }
}
