:root {
  --bg: #090b09;
  --bg-soft: #111511;
  --surface: rgba(22, 27, 22, .75);
  --surface-strong: #171d17;
  --cream: #f3f0e6;
  --muted: #a7aca2;
  --line: rgba(255, 255, 255, .10);
  --lime: #c7ff50;
  --lime-soft: #e2ff9a;
  --ink: #10130e;
  --radius-lg: 36px;
  --radius-md: 24px;
  --shadow: 0 40px 120px rgba(0, 0, 0, .45);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }

.ambient {
  position: fixed;
  width: 55vw;
  height: 55vw;
  border-radius: 999px;
  filter: blur(130px);
  pointer-events: none;
  opacity: .11;
  z-index: -2;
}
.ambient-one { background: var(--lime); top: -28vw; right: -15vw; }
.ambient-two { background: #729bff; bottom: -38vw; left: -28vw; opacity: .06; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px 12px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background: rgba(9, 11, 9, .68);
  backdrop-filter: blur(22px) saturate(150%);
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.site-header.scrolled { background: rgba(9, 11, 9, .92); border-color: rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--ink); background: var(--lime); font-weight: 900; transform: rotate(-4deg); }
.brand-word { font-size: 1.28rem; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; font-size: .9rem; color: #c5c9c0; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--lime); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: var(--cream);
  color: var(--ink);
  font-weight: 750;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 12px; font-size: .86rem; }
.button-primary { background: var(--lime); }
.button-primary:hover { background: var(--lime-soft); }
.button-dark { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--cream); transition: transform .25s ease; }
.mobile-menu { display: none; }

.hero {
  min-height: 810px;
  padding: 100px 0 90px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 70px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: #c8cdc3; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(199,255,80,.10); }
.hero h1, .section-heading h2, .flow-copy h2, .security-copy h2, .launch-copy h2 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.4rem);
  line-height: .89;
  letter-spacing: -.075em;
  font-weight: 800;
}
.hero-accent { color: var(--lime); }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: #b8bdb4; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { display: inline-flex; gap: 10px; color: #d7dbd2; font-weight: 700; }
.text-link span { color: var(--lime); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.proof-avatars { display: flex; }
.proof-avatars span { display: grid; place-items: center; width: 38px; height: 38px; margin-left: -8px; border: 3px solid var(--bg); border-radius: 50%; background: #253026; color: var(--cream); font-size: .68rem; font-weight: 800; }
.proof-avatars span:first-child { margin-left: 0; background: #d8a76c; color: #17110c; }
.proof-avatars span:nth-child(2) { background: #6875ba; }
.proof-avatars span:nth-child(3) { background: #7d4c4d; }
.hero-proof p { margin: 0; color: #8e958a; font-size: .82rem; line-height: 1.35; }
.hero-proof strong { color: var(--cream); }

.hero-stage { position: relative; min-height: 630px; perspective: 1500px; }
.orbit { position: absolute; border: 1px solid rgba(199,255,80,.14); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 560px; height: 330px; top: 130px; left: 10px; }
.orbit-two { width: 660px; height: 430px; top: 85px; left: -50px; opacity: .6; }
.phone {
  position: absolute;
  z-index: 5;
  width: 310px;
  height: 626px;
  right: 50px;
  top: 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 45px;
  background: #070807;
  box-shadow: 0 60px 120px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.05);
  transform: rotateY(-8deg) rotateX(3deg);
  transition: transform .2s ease-out;
}
.phone-sensor { position: absolute; z-index: 3; width: 94px; height: 25px; top: 17px; left: 50%; transform: translateX(-50%); border-radius: 16px; background: #060706; }
.phone-screen { height: 100%; padding: 38px 18px 20px; overflow: hidden; border-radius: 36px; color: #10130e; background: linear-gradient(160deg, #eef6d2, #e3f2b6 45%, #f3f2e9 100%); }
.app-topline { display: flex; justify-content: space-between; align-items: center; }
.app-topline > div:first-child { display: grid; }
.app-greeting { color: #73786f; font-size: .65rem; }
.app-topline strong { font-size: .98rem; }
.app-avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #f2f5e9; background: #141814; font-size: .72rem; font-weight: 800; }
.balance-block { margin-top: 24px; }
.balance-block > span { color: #6e746a; font-size: .67rem; }
.balance-row { display: flex; align-items: center; gap: 8px; margin-top: 2px; }
.balance-row strong { font-size: 2rem; letter-spacing: -.05em; }
.balance-row button { border: 0; background: transparent; color: #7b8177; cursor: pointer; }
.mini-card { height: 147px; margin-top: 18px; padding: 17px; border-radius: 22px; color: #f4f4ea; background: radial-gradient(circle at 90% 10%, rgba(199,255,80,.34), transparent 30%), linear-gradient(135deg, #151c14, #273228 70%, #111511); box-shadow: 0 20px 45px rgba(33,42,31,.22); }
.mini-card-top, .mini-card-bottom { display: flex; justify-content: space-between; align-items: center; font-size: .65rem; font-weight: 800; }
.mini-card-top > span:first-child { font-size: 1.05rem; }
.visa-word { font-size: .82rem; font-style: italic; font-weight: 900; letter-spacing: -.06em; }
.mini-chip { width: 29px; height: 21px; margin-top: 23px; border-radius: 6px; background: linear-gradient(135deg,#e9db9b,#9e9159); }
.mini-number { margin-top: 12px; font-size: .72rem; letter-spacing: .08em; }
.mini-card-bottom { margin-top: 14px; color: #c2c8bd; }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 17px; }
.quick-actions button { display: grid; justify-items: center; gap: 5px; padding: 9px 2px; border: 0; border-radius: 14px; color: #353a33; background: rgba(255,255,255,.52); font-size: .59rem; font-weight: 700; cursor: pointer; }
.quick-actions span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #f4f5ea; background: #171b16; font-size: .8rem; }
.activity-header { display: flex; justify-content: space-between; margin-top: 20px; font-size: .68rem; }
.activity-header span { color: #777d73; }
.transactions { margin-top: 9px; }
.transaction { display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 9px; padding: 9px 0; border-bottom: 1px solid rgba(20,24,19,.08); opacity: .72; transition: opacity .3s ease, transform .3s ease; }
.transaction.active { opacity: 1; transform: translateX(3px); }
.merchant-logo { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #f5f7ef; background: #1b201a; font-size: .62rem; font-weight: 900; }
.transaction div:nth-child(2) { display: grid; }
.transaction strong, .transaction b { font-size: .67rem; }
.transaction small { color: #7a8076; font-size: .55rem; }
.transaction b { font-weight: 800; }
.hero-card {
  position: absolute;
  z-index: 7;
  width: 380px;
  height: 235px;
  left: -12px;
  top: 300px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  color: #f3f4ea;
  background: radial-gradient(circle at 86% 8%, rgba(199,255,80,.46), transparent 29%), linear-gradient(145deg,#10150f,#263225 58%,#151a14);
  box-shadow: 0 35px 80px rgba(0,0,0,.45);
  transform: rotate(-12deg) rotateY(12deg);
  transition: transform .2s ease-out;
}
.hero-card-shine { position: absolute; inset: -100% 45% -100% -30%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); transform: rotate(20deg); animation: cardShine 6s ease-in-out infinite; }
@keyframes cardShine { 0%, 42% { transform: translateX(-150%) rotate(20deg); } 65%,100% { transform: translateX(330%) rotate(20deg); } }
.hero-card-top, .hero-card-bottom { position: relative; display: flex; justify-content: space-between; font-weight: 800; }
.hero-card-top > span:first-child { font-size: 1.45rem; }
.hero-card-chip { width: 45px; height: 33px; margin-top: 46px; border-radius: 8px; background: linear-gradient(135deg,#f1dfa2,#8f8150); }
.hero-card-number { margin-top: 18px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .87rem; letter-spacing: .04em; }
.hero-card-bottom { margin-top: 22px; color: #c4cac0; font-size: .7rem; letter-spacing: .07em; }
.floating-note { position: absolute; z-index: 10; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(18,22,18,.82); backdrop-filter: blur(16px); box-shadow: 0 20px 50px rgba(0,0,0,.34); animation: floatNote 5s ease-in-out infinite; }
.floating-note div { display: grid; }
.floating-note strong { font-size: .73rem; }
.floating-note small { margin-top: 2px; color: #9ca298; font-size: .62rem; }
.note-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.note-one { right: -10px; top: 172px; }
.note-two { left: 5px; top: 88px; animation-delay: -2.5s; }
@keyframes floatNote { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.ticker-wrap { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.ticker { display: flex; align-items: center; width: max-content; padding: 22px 0; animation: marquee 26s linear infinite; }
.ticker span { margin: 0 24px; color: #c4c9c0; font-size: .92rem; font-weight: 700; }
.ticker i { color: var(--lime); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.pay-section { padding: 150px 0; }
.section-heading { max-width: 780px; }
.section-heading h2, .flow-copy h2, .security-copy h2, .launch-copy h2 { font-size: clamp(3.2rem, 5vw, 5.5rem); line-height: .95; }
.section-heading p, .flow-copy > p, .security-copy > p, .launch-copy > p { max-width: 650px; margin: 26px 0 0; color: #aab0a5; font-size: 1.05rem; line-height: 1.65; }
.use-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; margin-top: 65px; }
.use-card { position: relative; min-height: 420px; padding: 36px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); background: linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.use-card-large { grid-row: span 2; min-height: 858px; background: radial-gradient(circle at 70% 90%,rgba(199,255,80,.09),transparent 38%), linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.tag { color: var(--lime); font-size: .68rem; font-weight: 850; letter-spacing: .16em; }
.use-card h3 { max-width: 460px; margin: 18px 0 0; font-size: clamp(2.1rem, 3vw, 3.5rem); line-height: 1.02; letter-spacing: -.055em; }
.use-card p { max-width: 430px; margin-top: 18px; color: #9ca399; line-height: 1.6; }
.subscription-stack { position: absolute; left: 36px; right: 36px; bottom: 38px; }
.subscription-item { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 15px; padding: 20px; margin-top: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 21px; background: rgba(6,8,6,.66); backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.subscription-item:nth-child(1) { transform: rotate(-2deg); }
.subscription-item:nth-child(2) { transform: translateX(20px) rotate(1.5deg); }
.subscription-item:nth-child(3) { transform: translateX(-4px) rotate(-.7deg); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: #10130e; background: var(--lime); font-weight: 900; }
.subscription-item div { display: grid; }
.subscription-item small { margin-top: 5px; color: #838a80; }
.subscription-item b { font-size: .9rem; }
.shopping-card { background: radial-gradient(circle at 76% 86%,rgba(108,128,255,.19),transparent 36%), linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); }
.shopping-orb { position: absolute; width: 230px; height: 230px; right: -20px; bottom: -30px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; background: rgba(88,103,193,.10); box-shadow: inset 0 0 70px rgba(109,126,255,.12); }
.package-box { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 76px; height: 70px; transform: translate(-50%,-50%) rotate(-7deg); border-radius: 20px; color: var(--ink); background: var(--lime); font-size: 2rem; font-weight: 900; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.route { position: absolute; border: 1px dashed rgba(199,255,80,.45); border-radius: 50%; }
.route-a { inset: 22px; }
.route-b { inset: 52px; }
.control-card { min-height: 420px; }
.toggle-demo { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #cbd0c7; }
.toggle-demo:first-of-type { margin-top: 38px; }
.fake-toggle { width: 50px; height: 29px; padding: 3px; border: 0; border-radius: 999px; background: #313631; cursor: pointer; transition: background .2s ease; }
.fake-toggle i { display: block; width: 23px; height: 23px; border-radius: 50%; background: #d9ded4; transition: transform .2s ease; }
.fake-toggle.active { background: var(--lime); }
.fake-toggle.active i { transform: translateX(21px); background: #141713; }

.how-section { padding: 150px 0; color: var(--ink); background: var(--lime); }
.eyebrow-dark { color: #3e4a31; }
.eyebrow-dark .eyebrow-dot { background: var(--ink); box-shadow: 0 0 0 6px rgba(16,19,14,.11); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 65px; }
.step { position: relative; min-height: 390px; padding: 32px; border: 1px solid rgba(16,19,14,.13); border-radius: 30px; background: rgba(244,248,223,.56); }
.step-number { color: #5c684d; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 74px; height: 74px; margin-top: 80px; border-radius: 23px; color: var(--cream); background: var(--ink); font-size: 1.6rem; font-weight: 900; transform: rotate(-4deg); box-shadow: 0 15px 35px rgba(16,19,14,.17); }
.step:nth-child(2) .step-icon { transform: rotate(4deg); }
.step h3 { margin: 28px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.step p { color: #536044; line-height: 1.55; }

.flow-section { padding: 160px 0; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.fine-print { font-size: .75rem !important; color: #71786e !important; }
.money-flow { position: relative; display: grid; gap: 7px; max-width: 500px; margin-left: auto; padding: 38px; border: 1px solid rgba(255,255,255,.09); border-radius: 40px; background: radial-gradient(circle at 50% 50%,rgba(199,255,80,.08),transparent 55%),rgba(255,255,255,.025); }
.flow-node { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: rgba(10,13,10,.7); }
.flow-node span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--ink); background: #e8eadf; font-weight: 900; }
.flow-node-main { border-color: rgba(199,255,80,.35); box-shadow: 0 0 45px rgba(199,255,80,.08); }
.flow-node-main span { background: var(--lime); }
.flow-line { position: relative; width: 2px; height: 32px; margin-left: 38px; overflow: hidden; background: rgba(255,255,255,.1); }
.flow-line i { position: absolute; width: 2px; height: 14px; background: var(--lime); animation: flowDown 1.8s linear infinite; }
@keyframes flowDown { from { transform: translateY(-18px); } to { transform: translateY(38px); } }

.security-section { padding: 150px 0; background: #f0eee5; color: var(--ink); }
.security-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.security-demo { min-height: 600px; display: grid; place-items: center; border-radius: 45px; background: radial-gradient(circle at 50% 40%,rgba(199,255,80,.55),transparent 40%),#d8d8ce; }
.security-phone { width: min(360px,82%); padding: 26px; border-radius: 34px; color: var(--cream); background: #111410; box-shadow: 0 35px 80px rgba(32,35,28,.28); transform: rotate(-3deg); }
.security-top { display: flex; justify-content: space-between; }
.security-card-small { height: 150px; display: flex; flex-direction: column; justify-content: space-between; margin-top: 26px; padding: 22px; border-radius: 25px; color: var(--ink); background: var(--lime); }
.security-card-small span { font-size: 1.25rem; font-weight: 900; }
.freeze-button { width: 100%; display: grid; grid-template-columns: 42px 1fr; text-align: left; margin-top: 15px; padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 19px; color: var(--cream); background: #1c211b; cursor: pointer; }
.freeze-button span { grid-row: span 2; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #2c322b; }
.freeze-button small { color: #81887d; }
.security-alert { display: flex; align-items: center; gap: 13px; margin-top: 15px; padding: 15px; border-radius: 19px; color: var(--ink); background: #f2f2e8; }
.security-alert > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--lime); font-weight: 900; }
.security-alert div { display: grid; }
.security-alert small { margin-top: 3px; color: #71776c; }
.security-copy .eyebrow { color: #596153; }
.security-copy > p { color: #5f675a; }
.security-copy ul { padding: 0; margin: 34px 0 0; list-style: none; }
.security-copy li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(16,19,14,.1); font-weight: 700; }
.security-copy li span { color: #51662f; }

.launch-section { padding: 120px 0; }
.launch-card { position: relative; min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 46px; color: var(--ink); background: var(--lime); }
.launch-copy { position: relative; z-index: 2; align-self: center; padding: 70px; }
.launch-copy > p { max-width: 510px; color: #4c583e; }
.launch-copy .button { margin-top: 28px; }
.launch-map { position: relative; color: #14200d; }
.launch-map svg { position: absolute; height: 520px; right: 0; bottom: -60px; }
.map-dot { position: absolute; display: flex; align-items: center; gap: 7px; font-size: .7rem; font-weight: 800; }
.map-dot i { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px rgba(16,19,14,.12); }
.map-dot i::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(16,19,14,.28); border-radius: 50%; animation: ping 2.3s ease-out infinite; }
@keyframes ping { from { transform: scale(.5); opacity: 1; } to { transform: scale(1.7); opacity: 0; } }
.dot-one { left: 25%; top: 44%; }.dot-two { left: 42%; top: 47%; }.dot-three { left: 55%; top: 62%; }.dot-four { left: 42%; top: 78%; }.dot-five { left: 47%; top: 57%; }

.site-footer { padding: 30px 0 50px; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-top { padding: 35px 0 55px; border-bottom: 1px solid var(--line); }
.footer-top p { color: #858c82; }
.footer-bottom { padding-top: 28px; color: #767e73; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--cream); }

.waitlist-modal { width: min(510px,calc(100% - 28px)); padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; color: var(--cream); background: #111510; box-shadow: 0 45px 120px rgba(0,0,0,.7); }
.waitlist-modal::backdrop { background: rgba(3,4,3,.75); backdrop-filter: blur(8px); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.4rem; }
.modal-badge { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--ink); background: var(--lime); font-size: 1.5rem; font-weight: 900; transform: rotate(-5deg); }
.modal-kicker { margin-top: 28px; color: var(--lime); font-size: .7rem; font-weight: 850; letter-spacing: .16em; }
.waitlist-modal h2 { margin: 8px 0 0; font-size: 3rem; letter-spacing: -.06em; }
.waitlist-modal > p { color: #9da49a; line-height: 1.55; }
.waitlist-modal form { display: grid; margin-top: 28px; }
.waitlist-modal label { margin: 13px 0 7px; font-size: .72rem; color: #bfc5ba; font-weight: 700; }
.waitlist-modal input, .waitlist-modal select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; color: var(--cream); background: #1a2019; outline: none; }
.waitlist-modal input:focus, .waitlist-modal select:focus { border-color: var(--lime); box-shadow: 0 0 0 4px rgba(199,255,80,.08); }
.waitlist-modal option { color: #111; }
.waitlist-modal form .button { margin-top: 18px; }
.waitlist-modal form small { margin-top: 12px; color: #777f74; text-align: center; }
.success-state { padding: 22px 0 8px; text-align: center; }
.success-state > div { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 1.7rem; font-weight: 900; }
.success-state h3 { margin-bottom: 7px; font-size: 1.5rem; }
.success-state p { color: #9ca298; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .site-header > .button-small { justify-self: end; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; z-index: 29; top: 82px; left: 16px; right: 16px; display: grid; gap: 8px; padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: rgba(9,11,9,.96); backdrop-filter: blur(22px); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-menu a { padding: 12px; color: #c6cbc2; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-stage { width: min(690px,100%); margin: 0 auto; }
  .use-grid { grid-template-columns: 1fr; }
  .use-card-large { min-height: 740px; }
  .flow-section, .security-inner { grid-template-columns: 1fr; }
  .money-flow { margin: 0; }
  .security-demo { order: 2; }
  .launch-card { grid-template-columns: 1fr; }
  .launch-map { min-height: 300px; }
  .launch-map svg { height: 420px; right: 50%; transform: translateX(50%); }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 28px, var(--max)); }
  .site-header { width: calc(100% - 20px); margin-top: 10px; padding: 10px 10px 10px 14px; gap: 8px; }
  .site-header > .button-small { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .hero { min-height: auto; padding: 80px 0 55px; gap: 45px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5rem); }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-stage { min-height: 520px; transform: scale(.82); transform-origin: top center; margin-bottom: -95px; }
  .phone { right: 5px; }
  .hero-card { left: -40px; }
  .note-one { right: -65px; }
  .note-two { left: -45px; }
  .pay-section, .how-section, .flow-section, .security-section { padding: 100px 0; }
  .section-heading h2, .flow-copy h2, .security-copy h2, .launch-copy h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .use-card { padding: 27px; border-radius: 28px; }
  .use-card-large { min-height: 680px; }
  .subscription-stack { left: 20px; right: 20px; bottom: 25px; }
  .subscription-item { grid-template-columns: 45px 1fr auto; gap: 10px; padding: 15px; }
  .service-icon { width: 43px; height: 43px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 320px; }
  .step-icon { margin-top: 45px; }
  .money-flow { padding: 22px; border-radius: 28px; }
  .security-demo { min-height: 500px; }
  .launch-section { padding: 80px 0; }
  .launch-card { min-height: 700px; border-radius: 30px; }
  .launch-copy { padding: 45px 28px; }
  .map-dot b { display: none; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-bottom div { flex-wrap: wrap; }
  .waitlist-modal { padding: 30px 22px; }
}

@media (max-width: 480px) {
  .hero-stage { transform: scale(.68); min-height: 460px; margin-left: -4%; margin-bottom: -125px; }
  .hero-proof { align-items: flex-start; }
  .use-card-large { min-height: 650px; }
  .subscription-item:nth-child(2) { transform: translateX(8px) rotate(1.5deg); }
  .shopping-orb { transform: scale(.8); transform-origin: bottom right; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
