:root {
  --ink: #13212a;
  --ink-soft: #52646f;
  --paper: #f8fcff;
  --white: #fff;
  --line: rgba(21, 65, 79, .14);
  --cyan: #2bb9e8;
  --aqua: #58e0c1;
  --mint: #d9fff1;
  --ice: #dff6ff;
  --lilac: #d9d7ff;
  --navy: #102933;
  --display: "Bodoni 72", Didot, Georgia, serif;
  --body: "Avenir Next", Avenir, "Noto Sans SC", "PingFang SC", sans-serif;
  --shadow: 0 34px 90px rgba(24, 82, 100, .16);
  --radius-lg: 2.25rem;
  --container: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .75rem 1rem; color: #fff; background: var(--navy); border-radius: .75rem; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(43, 185, 232, .48); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding: 1rem 0; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.is-scrolled { padding: .55rem 0; background: rgba(248, 252, 255, .84); backdrop-filter: blur(18px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { display: flex; align-items: center; min-height: 58px; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; overflow: hidden; border-radius: 13px; box-shadow: 0 8px 24px rgba(40, 157, 185, .17); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.36); }
.brand-word { font-size: 1.55rem; font-weight: 700; letter-spacing: -.07em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-inline: auto; font-size: .86rem; font-weight: 650; }
.site-nav a { position: relative; color: #3c505c; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 -.45rem; height: 2px; background: var(--aqua); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 1rem; }
.language-switch { display: flex; align-items: center; gap: .28rem; padding: .4rem; border: 0; background: none; font-size: .78rem; cursor: pointer; }
.language-switch__active { font-weight: 800; }
.button { display: inline-flex; justify-content: center; align-items: center; padding: .9rem 1.4rem; color: #fff; background: var(--navy); border-radius: 999px; font-weight: 700; box-shadow: 0 12px 30px rgba(15, 40, 51, .14); transition: transform .2s, background .2s; }
.button:hover { background: #1c5261; transform: translateY(-2px); }
.button--small { padding: .72rem 1.15rem; font-size: .82rem; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 100vh; padding: 10rem 0 3rem; overflow: hidden; background: radial-gradient(circle at 74% 28%, rgba(89, 222, 194, .22), transparent 24%), radial-gradient(circle at 86% 58%, rgba(163, 162, 255, .19), transparent 27%), linear-gradient(140deg, #fbfdff 10%, #eefaff 58%, #f9fbff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(52, 122, 141, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(52, 122, 141, .08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5rem; min-height: 720px; }
.hero-copy { max-width: 560px; }
.eyebrow, .kicker { margin: 0 0 1.2rem; color: #397285; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; padding: .55rem .85rem; background: rgba(255, 255, 255, .64); border: 1px solid rgba(45, 137, 162, .12); border-radius: 999px; backdrop-filter: blur(10px); }
.eyebrow-dot { width: 8px; height: 8px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 6px rgba(88, 224, 193, .16); }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
h1 { max-width: 720px; font-size: clamp(4.3rem, 7.5vw, 7.4rem); }
h1 em, h2 em { color: #229fbe; font-weight: inherit; }
.hero-lead { max-width: 510px; margin: 1.8rem 0 2rem; color: var(--ink-soft); font-size: 1.08rem; }
.waitlist-form { width: 100%; }
.input-shell { position: relative; display: flex; align-items: center; min-height: 64px; padding: .4rem; background: rgba(255, 255, 255, .88); border: 1px solid rgba(43, 115, 136, .16); border-radius: 999px; box-shadow: 0 20px 60px rgba(31, 107, 128, .12); }
.input-shell > svg { width: 20px; margin-left: 1.05rem; fill: none; stroke: #6c8a94; stroke-width: 1.5; }
.input-shell input { min-width: 0; flex: 1; padding: .75rem .8rem; border: 0; outline: 0; background: transparent; color: var(--ink); }
.input-shell input::placeholder { color: #93a5ad; }
.input-shell button { display: flex; align-items: center; gap: .65rem; height: 52px; padding: 0 1.35rem; border: 0; color: #fff; background: var(--navy); border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s; }
.input-shell button:hover { background: #21677a; transform: translateX(2px); }
.input-shell button:disabled { opacity: .58; cursor: wait; }
.form-privacy, .form-status { margin: .65rem .65rem 0; font-size: .7rem; }
.form-privacy { color: #78909a; }
.form-status { min-height: 1.1em; color: #397285; font-weight: 700; }
.waitlist-form.is-error .input-shell { border-color: #d85f73; }
.waitlist-form.is-error .form-status { color: #b43e52; }
.waitlist-form.is-success .input-shell { border-color: #28a980; }
.waitlist-form.is-success .form-status { color: #188565; }
.store-row { display: flex; gap: .75rem; margin-top: 1.7rem; }
.store-badge { display: inline-flex; align-items: center; gap: .65rem; padding: .65rem .9rem; color: #415660; background: rgba(255,255,255,.5); border: 1px solid rgba(49, 108, 125, .12); border-radius: 14px; opacity: .78; }
.store-badge svg { width: 22px; fill: currentColor; }
.store-badge span { display: grid; line-height: 1.15; }
.store-badge small { font-size: .6rem; }
.store-badge strong { font-size: .74rem; }

.hero-visual { position: relative; min-height: 720px; perspective: 1600px; }
.phone { position: absolute; width: 278px; aspect-ratio: 1170/2532; padding: 8px; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,.8); border-radius: 38px; box-shadow: var(--shadow); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 14px; left: 50%; width: 27%; height: 15px; background: #101417; border-radius: 999px; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 30px; }
.phone--front { z-index: 3; top: 25px; left: 35%; transform: rotate(2deg); animation: phoneFloat 6s ease-in-out infinite; }
.phone--middle { z-index: 2; top: 115px; left: 5%; transform: rotate(-10deg) scale(.9); opacity: .88; }
.phone--back { z-index: 1; top: 105px; right: -8%; transform: rotate(13deg) scale(.88); opacity: .76; }
.speed-lines { position: absolute; inset: 5% -5% auto 10%; height: 420px; border: 1px solid rgba(48, 180, 206, .16); border-left-color: transparent; border-radius: 50%; transform: rotate(-20deg); }
.speed-lines i { position: absolute; inset: calc(var(--i, 1) * 8%) calc(var(--i, 1) * 5%); border: 1px solid rgba(67, 220, 191, .18); border-left-color: transparent; border-radius: 50%; }
.speed-lines i:nth-child(2) { --i: 2; }.speed-lines i:nth-child(3) { --i: 3; }.speed-lines i:nth-child(4) { --i: 4; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: .55rem; padding: .7rem .85rem; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: 0 18px 50px rgba(35, 102, 122, .14); backdrop-filter: blur(12px); }
.floating-note span { display: grid; place-items: center; width: 28px; height: 28px; color: #0f6b77; background: var(--mint); border-radius: 50%; }
.floating-note small { font-weight: 750; }
.floating-note--rate { top: 75px; left: 0; }.floating-note--track { right: -3%; bottom: 80px; }
.hero-orbit { position: absolute; border: 1px solid rgba(45, 178, 200, .14); border-radius: 50%; }
.hero-orbit--one { width: 900px; height: 260px; right: -150px; top: 260px; transform: rotate(-30deg); }
.hero-orbit--two { width: 680px; height: 180px; right: -90px; top: 350px; transform: rotate(-30deg); }
.hero-marquee { position: relative; z-index: 3; display: flex; width: max-content; color: rgba(19, 48, 58, .12); font-family: var(--display); font-size: 2rem; letter-spacing: .1em; white-space: nowrap; animation: marquee 24s linear infinite; }

.section { position: relative; padding: 9rem 0; }
.section-index { display: inline-grid; place-items: center; width: 43px; height: 43px; margin-bottom: 1.6rem; border: 1px solid var(--line); border-radius: 50%; color: #5790a0; font-size: .66rem; font-weight: 800; }
.section-heading { display: grid; grid-template-columns: 1fr 1.45fr .8fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2, .process h2, .preview h2, .security h2, .faq h2, .waitlist-section h2 { font-size: clamp(3.1rem, 6vw, 5.8rem); }
.section-heading > p, .preview-heading > p, .process-copy > p, .security-copy > p, .faq-heading > p { color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { position: relative; min-height: 340px; padding: 2rem; overflow: hidden; background: #eff8fc; border: 1px solid rgba(39, 111, 132, .09); border-radius: var(--radius-lg); }
.feature-card--wide { grid-column: span 2; }
.feature-card--mint { background: linear-gradient(150deg, var(--mint), #e9fff8); }
.feature-card--dark { color: #fff; background: var(--navy); }
.feature-card--wallet { background: linear-gradient(135deg, #e6e4ff, #effbff 70%); }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.75); font-size: 1.2rem; }
.feature-number { position: absolute; top: 2rem; right: 2rem; font-size: .66rem; letter-spacing: .12em; opacity: .55; }
.feature-card h3 { max-width: 420px; margin: 4rem 0 .7rem; font-family: var(--display); font-size: 2.2rem; line-height: 1; font-weight: 500; }
.feature-card p { max-width: 390px; margin: 0; color: inherit; opacity: .7; }
.rate-visual { position: absolute; right: 2rem; bottom: 2rem; display: grid; width: 230px; padding: 1.2rem; background: rgba(255,255,255,.8); border-radius: 20px; box-shadow: 0 22px 60px rgba(34,91,109,.12); transform: rotate(-3deg); }
.rate-visual span { font-size: .65rem; letter-spacing: .15em; }.rate-visual strong { margin: .15rem 0; font-size: 1.4rem; }.rate-visual i { color: #42a66e; font-style: normal; font-size: .8rem; }
.wallet-chip { position: absolute; right: 2rem; bottom: 2rem; display: grid; min-width: 230px; padding: 1.4rem; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; transform: rotate(2deg); }
.wallet-chip small { font-size: .65rem; letter-spacing: .14em; }.wallet-chip strong { margin-top: .3rem; font-size: 1.7rem; }

.process { color: #edfaff; background: var(--navy); overflow: hidden; }
.process::before { content: ""; position: absolute; width: 800px; height: 800px; right: -200px; top: -300px; border: 1px solid rgba(93, 226, 194, .16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(79, 185, 205, .035), 0 0 0 140px rgba(79, 185, 205, .025); }
.process-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; }
.process .kicker { color: #73e6cb; }.process-copy > p { max-width: 430px; color: #9fb8c0; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1rem; padding-bottom: .2rem; border-bottom: 1px solid #74e1c7; color: #74e1c7; font-weight: 700; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 45px 1fr 55px; gap: 1.5rem; align-items: start; padding: 2.2rem 0; border-top: 1px solid rgba(190, 229, 237, .16); }
.process-list li:last-child { border-bottom: 1px solid rgba(190, 229, 237, .16); }
.step-number { color: #6c959f; font-size: .7rem; }.process-list h3 { margin: 0 0 .45rem; font-family: var(--display); font-size: 2rem; font-weight: 500; }.process-list p { max-width: 520px; margin: 0; color: #9fb4bb; }.step-icon { display: grid; place-items: center; width: 52px; height: 52px; color: #173d47; background: var(--aqua); border-radius: 50%; }

.preview { background: #eaf8fd; overflow: hidden; }
.preview-heading { display: grid; grid-template-columns: .65fr 1.3fr .7fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.preview-stage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: end; }
.preview-card { position: relative; display: flex; justify-content: center; min-height: 680px; padding: 4.5rem 2rem 0; overflow: hidden; border-radius: 2.6rem; }
.preview-card > span { position: absolute; top: 1.6rem; left: 1.8rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.preview-card--home { background: linear-gradient(160deg, #cff9eb, #8ee6d4); transform: translateY(-24px); }.preview-card--sell { background: linear-gradient(160deg, #dcefff, #9edcf2); }.preview-card--wallet { background: linear-gradient(160deg, #e7e3ff, #bcbdf3); transform: translateY(-42px); }
.phone--preview { position: relative; width: min(290px, 92%); transform: none; }

.security { background: #fbfdff; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: center; }
.security-visual { position: relative; display: grid; place-items: center; aspect-ratio: 1; background: radial-gradient(circle, rgba(92, 225, 194, .15), transparent 60%); }
.security-ring { position: relative; display: grid; place-items: center; width: 58%; aspect-ratio: 1; border: 1px solid rgba(57, 172, 191, .24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(53, 186, 207, .055), 0 0 0 90px rgba(53, 186, 207, .035); }
.security-ring::before, .security-ring::after { content: ""; position: absolute; inset: -21%; border: 1px dashed rgba(74, 181, 202, .18); border-radius: 50%; animation: spin 30s linear infinite; }.security-ring::after { inset: 20%; animation-direction: reverse; animation-duration: 18s; }
.security-ring span { font-family: var(--display); font-size: 8rem; font-style: italic; color: #29a9c1; text-shadow: 18px 18px 60px rgba(49, 197, 183, .25); }
.security-visual > i { position: absolute; width: 12px; height: 12px; background: var(--aqua); border-radius: 50%; }.security-visual > i:nth-of-type(1){top:15%;right:20%}.security-visual > i:nth-of-type(2){bottom:22%;left:13%;background:var(--lilac)}.security-visual > i:nth-of-type(3){right:8%;bottom:35%;width:7px;height:7px;background:var(--cyan)}
.security-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.security-list li { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }.security-list span { color: #64a1b0; font-size: .68rem; }.security-list strong { font-size: .92rem; }.security-list p { margin: .2rem 0 0; color: var(--ink-soft); font-size: .84rem; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8rem; }
.faq-heading { position: sticky; top: 8rem; align-self: start; }.faq-heading > p { max-width: 340px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 1.7rem 0; border: 0; background: none; text-align: left; font-family: var(--display); font-size: 1.45rem; cursor: pointer; }
.faq-item button i { position: relative; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }.faq-item button i::before, .faq-item button i::after { content:""; position:absolute; top:50%; left:50%; width:10px; height:1px; background:var(--ink); transform:translate(-50%,-50%); transition:transform .2s; }.faq-item button i::after { transform:translate(-50%,-50%) rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform:translate(-50%,-50%) rotate(0); }
.faq-answer { padding: 0 4rem 1.7rem 0; color: var(--ink-soft); }.faq-answer p { margin: 0; }

.waitlist-section { position: relative; padding: 8rem 0; overflow: hidden; color: #edfaff; background: linear-gradient(120deg, #102b35, #143e4a); }
.waitlist-section::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 75% 40%,rgba(95,230,198,.15),transparent 30%); }
.waitlist-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: center; }
.waitlist-section .kicker { color: #72dfc6; }.waitlist-section h2 em { color: #6ce1c8; }.waitlist-section p { color: #9eb9c0; }
.waitlist-form--footer label { display: block; margin: 0 0 .7rem .5rem; color: #d9edf1; font-size: .8rem; font-weight: 750; }.waitlist-form--footer .form-privacy { color: #8faab2; }
.waitlist-orbit { position: absolute; width: 750px; height: 240px; right: -190px; top: 20%; border: 1px solid rgba(99, 225, 200, .14); border-radius: 50%; transform: rotate(-18deg); }
.site-footer { padding: 2.8rem 0 1.8rem; background: #f4fafc; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }.footer-top { padding-bottom: 2rem; }.footer-top p { margin: 0 auto 0 1rem; color: var(--ink-soft); }.footer-top > a:last-child { font-weight: 700; }.footer-bottom { padding-top: 1.2rem; border-top: 1px solid var(--line); color: #70858e; font-size: .72rem; }.footer-bottom div { display: flex; gap: 1.5rem; }.back-to-top { color: var(--ink); font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes phoneFloat { 0%,100% { transform: rotate(2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-12px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  .site-nav { gap: 1.15rem; }.hero-grid { gap: 1rem; }.hero-visual { transform: scale(.88); transform-origin: center; }.section-heading { grid-template-columns: .4fr 1.2fr .8fr; }.preview-card { min-height: 600px; }.security-grid, .faq-grid { gap: 4rem; }
}
@media (max-width: 860px) {
  :root { --container: min(100% - 32px, 720px); }
  .site-header { background: rgba(248,252,255,.8); backdrop-filter: blur(15px); }.nav-shell { justify-content: space-between; }.nav-toggle { display: grid; place-content: center; gap: 6px; order: 3; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: rgba(255,255,255,.75); border-radius: 50%; }.nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }.nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + .3rem); left: 16px; right: 16px; display: grid; gap: 0; padding: 1rem; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 1.4rem; box-shadow: var(--shadow); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .2s; }.site-nav.is-open { transform: none; opacity: 1; visibility: visible; }.site-nav a { padding: .8rem; }.nav-actions .button { display: none; }.nav-actions { margin-left: auto; }
  .hero { padding-top: 8rem; }.hero-grid { grid-template-columns: 1fr; gap: 2rem; min-height: auto; }.hero-copy { max-width: 650px; }.hero-visual { min-height: 650px; margin-top: -1rem; transform: scale(.82); transform-origin: top center; }.hero-visual .phone--front { left: 37%; }.hero-marquee { margin-top: -7rem; }
  .section { padding: 6.5rem 0; }.section-heading, .preview-heading { grid-template-columns: .35fr 1.4fr; }.section-heading > p, .preview-heading > p { grid-column: 2; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-card--wide { grid-column: span 2; }
  .process-shell, .security-grid, .faq-grid, .waitlist-grid { grid-template-columns: 1fr; gap: 4rem; }.faq-heading { position: static; }.preview-stage { overflow-x: auto; grid-template-columns: repeat(3, minmax(270px, 1fr)); margin-right: -16px; padding: 2rem 16px 3rem 0; scrollbar-width: none; }.preview-card { min-height: 610px; }.security-visual { max-width: 570px; width: 100%; margin-inline: auto; }.waitlist-grid { gap: 2.5rem; }
}
@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); --radius-lg: 1.7rem; }.site-header { padding: .45rem 0; }.brand-word { font-size: 1.35rem; }.brand-mark { width: 38px; height: 38px; }.language-switch { font-size: .72rem; }
  .hero { min-height: auto; padding-top: 7.5rem; }.eyebrow { font-size: .61rem; }h1 { font-size: clamp(3.65rem, 19vw, 5.3rem); }.hero-lead { font-size: .95rem; }.input-shell { min-height: 58px; border-radius: 20px; }.input-shell > svg { display: none; }.input-shell input { padding-left: .8rem; font-size: .88rem; }.input-shell button { height: 46px; padding: 0 1rem; font-size: .78rem; }.input-shell button span:last-child { display: none; }.store-row { gap: .45rem; }.store-badge { flex: 1; padding: .55rem .65rem; }.store-badge svg { width: 19px; }
  .hero-visual { min-height: 570px; width: 620px; left: 50%; margin-left: -310px; transform: scale(.67); }.hero-visual .phone--front { left: 35%; }.floating-note--rate { left: 8%; }.floating-note--track { right: 5%; }.hero-marquee { margin-top: -11rem; font-size: 1.5rem; }
  .section { padding: 5rem 0; }.section-heading, .preview-heading { display: block; }.section-heading > p, .preview-heading > p { margin-top: 1.5rem; }.section-heading h2, .process h2, .preview h2, .security h2, .faq h2, .waitlist-section h2 { font-size: clamp(3rem, 15vw, 4.5rem); }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card--wide { grid-column: auto; min-height: 330px; }.rate-visual, .wallet-chip { right: 1.25rem; bottom: 1.25rem; width: calc(100% - 2.5rem); }.feature-card h3 { margin-top: 3rem; }
  .process-shell { gap: 3rem; }.process-list li { grid-template-columns: 32px 1fr; gap: 1rem; }.step-icon { display: none; }.process-list h3 { font-size: 1.7rem; }.preview-stage { grid-template-columns: repeat(3, 82vw); }.preview-card { min-height: 580px; }.preview-card--home, .preview-card--wallet { transform: none; }.security-grid { gap: 2rem; }.security-ring span { font-size: 6rem; }.faq-grid { gap: 3rem; }.faq-item button { font-size: 1.25rem; gap: 1rem; }.faq-answer { padding-right: 1rem; }.footer-top { align-items: flex-start; flex-wrap: wrap; }.footer-top p { order: 3; width: 100%; margin: 0; }.footer-bottom { align-items: flex-start; flex-direction: column; }.footer-bottom div { flex-wrap: wrap; }.back-to-top { align-self: flex-end; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
