@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans.ttf?v=20260613-1") format("truetype");
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-soft: #0a0a0a;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(255, 255, 255, 0.13);
  --text: #f8f8f8;
  --muted: rgba(248, 248, 248, 0.68);
  --soft: rgba(248, 248, 248, 0.42);
  --radius: 30px;
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.62);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.07), transparent 26rem),
    linear-gradient(180deg, #070707 0%, var(--bg) 42%, #030303 100%);
  color: var(--text);
  font-family: inherit;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 96px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
}

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

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 16px;
  isolation: isolate;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  pointer-events: none;
  transform: translateX(-50%);
}

.site-header::before {
  top: 0;
  z-index: -2;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(22, 22, 24, 0.62), rgba(6, 6, 7, 0.46)),
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.1), transparent 36%),
    rgba(8, 8, 9, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035),
    0 18px 54px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(30px) saturate(178%);
  backdrop-filter: blur(30px) saturate(178%);
}

.site-header::after {
  top: 100%;
  z-index: -3;
  height: 86px;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.34) 0%, rgba(5, 5, 5, 0.14) 44%, rgba(5, 5, 5, 0) 100%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.34) 54%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.34) 54%, transparent 100%);
}

.brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 186px;
  height: auto;
}

.nav-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.ghost-link,
.text-link {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  transition: color 180ms ease;
}

.ghost-link:hover,
.text-link:hover {
  color: var(--text);
}

.cta {
  --astigmat: 0.34;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-weight: 850;
  text-shadow:
    calc(var(--astigmat) * -0.55px) calc(var(--astigmat) * 0.08px) calc(var(--astigmat) * 0.8px) rgba(98, 166, 255, 0.22),
    calc(var(--astigmat) * 0.48px) calc(var(--astigmat) * -0.08px) calc(var(--astigmat) * 0.8px) rgba(255, 217, 142, 0.2),
    0 calc(var(--astigmat) * 0.36px) calc(var(--astigmat) * 1.8px) rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 55px rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, opacity 180ms ease, text-shadow 220ms ease;
  will-change: text-shadow, filter;
  animation: astigmatPulse var(--astigmat-speed, 8.4s) ease-in-out var(--astigmat-delay, 0s) infinite;
}

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

.cta-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 520px);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
  min-height: calc(100vh - 92px);
  padding: 28px 0 64px;
}

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

.eyebrow {
  margin: -8px 0 18px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  --astigmat: 0.06;
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-shadow:
    calc(var(--astigmat) * -1.18px) calc(var(--astigmat) * 0.08px) calc(var(--astigmat) * 1.05px) rgba(98, 166, 255, 0.32),
    calc(var(--astigmat) * 1.02px) calc(var(--astigmat) * -0.1px) calc(var(--astigmat) * 1.05px) rgba(255, 217, 142, 0.27),
    0 calc(var(--astigmat) * 0.52px) calc(var(--astigmat) * 2.6px) rgba(255, 255, 255, 0.18),
    0 calc(var(--astigmat) * 7px) calc(var(--astigmat) * 18px) rgba(0, 0, 0, 0.3);
  will-change: text-shadow, filter;
  animation: astigmatPulse var(--astigmat-speed, 9.2s) ease-in-out var(--astigmat-delay, 0s) infinite;
}

.hero-wordmark-title span {
  display: block;
}

.hero-wordmark-line {
  height: 0.94em;
  margin: 0.17em 0 -0.185em;
  line-height: 1;
}

.hero-wordmark-line img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(-0.12px 0 0.25px rgba(98, 166, 255, 0.08))
    drop-shadow(0.12px 0 0.25px rgba(255, 217, 142, 0.06))
    drop-shadow(0 0.25px 0.7px rgba(255, 255, 255, 0.05));
  user-select: none;
}

.hero-text {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 450;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.28;
  pointer-events: none;
}

.ambient-one {
  width: 240px;
  height: 240px;
  top: 78px;
  right: 22px;
  background: rgba(255, 255, 255, 0.13);
}

.ambient-two {
  width: 320px;
  height: 320px;
  bottom: 42px;
  left: 10px;
  background: rgba(255, 255, 255, 0.075);
}

.ambient-three {
  width: 190px;
  height: 190px;
  top: 4px;
  right: -28px;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0.22;
}

.phone-mockup {
  position: relative;
  z-index: 1;
  width: min(520px, 92vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 36px 80px rgba(0, 0, 0, 0.64));
}

.feature-section,
.security-section,
.vision-section,
.atm-section,
.mobile-future-section {
  padding: 90px 0;
}

.section-heading {
  max-width: 690px;
  margin-bottom: 30px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

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

.glass-card,
.security-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.glass-card {
  min-height: 260px;
  padding: 30px;
  border-radius: var(--radius);
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.085);
}

.feature-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  display: block;
}

.glass-card h3 {
  --astigmat: 0.28;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 780;
  letter-spacing: -0.025em;
  text-shadow:
    calc(var(--astigmat) * -0.82px) calc(var(--astigmat) * 0.06px) calc(var(--astigmat) * 0.8px) rgba(98, 166, 255, 0.24),
    calc(var(--astigmat) * 0.72px) calc(var(--astigmat) * -0.06px) calc(var(--astigmat) * 0.8px) rgba(255, 217, 142, 0.19),
    0 calc(var(--astigmat) * 0.42px) calc(var(--astigmat) * 2px) rgba(255, 255, 255, 0.14);
  will-change: text-shadow, filter;
  animation: astigmatPulse var(--astigmat-speed, 10.4s) ease-in-out var(--astigmat-delay, 0s) infinite;
}

@keyframes astigmatPulse {
  0%,
  100% {
    filter: blur(0);
  }

  34% {
    filter: blur(calc(var(--astigmat) * 0.045px));
  }

  58% {
    filter: blur(0);
  }

  76% {
    filter: blur(calc(var(--astigmat) * 0.032px));
  }
}

.glass-card p,
.security-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 430;
  line-height: 1.55;
}

.reveal-section {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.84, 0.2, 1);
}

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

.vision-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.74fr);
  align-items: center;
  gap: clamp(26px, 5vw, 72px);
}

.vision-copy {
  max-width: 640px;
}

.vision-copy p,
.future-copy p,
.atm-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 430;
  line-height: 1.58;
}

.vision-copy h2,
.future-copy h2,
.atm-copy h2 {
  margin-bottom: 20px;
}

.device-preview {
  display: grid;
  justify-items: center;
}

.device-phone-preview {
  display: block;
  width: min(360px, 100%);
  height: auto;
  filter: drop-shadow(0 30px 84px rgba(0, 0, 0, 0.58));
}

.device-glass,
.atm-card,
.mobile-future-section {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.023);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 84px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.device-glass {
  width: min(360px, 100%);
  min-height: 430px;
  padding: 28px;
  border-radius: 44px;
}

.device-topline {
  width: 78px;
  height: 5px;
  margin: 0 auto 54px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.device-balance {
  margin-bottom: 28px;
  color: var(--text);
  font-size: 44px;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.device-wave {
  width: 132px;
  height: 132px;
  margin: 0 auto 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 18%, transparent 19%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 18px);
  opacity: 0.9;
}

.device-mini-grid {
  display: grid;
  gap: 10px;
}

.device-mini-grid span {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 680;
}

.atm-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.86fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 40px;
}

.atm-copy small,
.future-copy small {
  display: block;
  margin-top: 18px;
  color: var(--soft);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.55;
}

.atm-flow {
  display: grid;
  gap: 12px;
}

.flow-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.115);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.052);
}

.flow-step span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #060606;
  font-size: 17px;
  font-weight: 850;
}

.flow-step strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 760;
}

.mobile-future-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 40px;
}

.future-visual {
  display: grid;
  justify-items: center;
}

.future-visual img {
  display: block;
  width: min(280px, 100%);
  height: auto;
  filter: drop-shadow(0 28px 62px rgba(0, 0, 0, 0.56));
}

.security-note {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 650;
}

.security-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 36px;
}

.about-section {
  padding: 76px 0 86px;
}

.about-card {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.086), rgba(255, 255, 255, 0.024)),
    rgba(255, 255, 255, 0.024);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.about-card h2 {
  margin-bottom: 24px;
}

.about-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 430;
  line-height: 1.65;
}

.about-copy p {
  margin: 0;
}

.founder-signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-signature strong,
.founder-signature span {
  display: block;
}

.founder-signature strong {
  color: var(--text);
  font-size: 20px;
  font-weight: 760;
}

.founder-signature span {
  margin-top: 5px;
  color: var(--soft);
  font-size: 15px;
  font-weight: 520;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 38px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 14px;
}

.site-footer a:hover {
  color: var(--text);
}

.page-shell {
  transition: filter 360ms ease, transform 360ms ease, opacity 360ms ease;
}

body.download-open {
  overflow: hidden;
}

body.download-open .page-shell {
  filter: blur(22px) saturate(85%) brightness(0.42);
  transform: scale(1.012);
  opacity: 0.72;
}

.download-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 28px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms ease;
}

.download-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.download-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.08), transparent 32rem),
    rgba(0, 0, 0, 0.34);
  opacity: 0;
  transition: opacity 360ms ease;
}

.download-modal.is-open .download-backdrop {
  opacity: 1;
}

.download-sheet {
  position: relative;
  width: min(430px, 100%);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(6, 6, 7, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 34px 110px rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(28px) saturate(170%);
  transform: translateY(14px) scale(0.965);
  opacity: 0;
  transition: transform 360ms cubic-bezier(0.2, 0.85, 0.2, 1), opacity 260ms ease;
}

.download-modal.is-open .download-sheet {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.download-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.download-sheet h2 {
  max-width: 330px;
  margin-bottom: 14px;
  font-size: 36px;
  line-height: 1.02;
}

.download-copy {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.store-note {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 760;
}

.store-badges {
  display: grid;
  gap: 12px;
}

.store-row {
  display: grid;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(252px, 70vw);
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.store-badge::after {
  content: none;
}

.store-badge img {
  display: block;
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.store-badge-google img {
  height: 48px;
}

.store-copyright {
  display: inline;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
}

@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 28px, 680px);
  }

  .ghost-link {
    display: none;
  }

  .brand img {
    width: 154px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 24px 0 56px;
  }

  .phone-stage {
    min-height: auto;
  }

  .phone-mockup {
    width: min(470px, 100%);
  }

  .feature-grid,
  .security-card,
  .vision-section,
  .atm-card,
  .mobile-future-section {
    grid-template-columns: 1fr;
  }

  .feature-section,
  .security-section,
  .vision-section,
  .atm-section,
  .mobile-future-section,
  .about-section {
    padding: 58px 0;
  }

  .device-glass {
    width: min(390px, 100%);
  }

  .device-phone-preview {
    width: min(315px, 82vw);
  }
}

@media (max-width: 520px) {
  .site-header {
    min-height: 66px;
    padding: 14px 16px;
  }

  .cta-small {
    min-height: 38px;
    padding: 0 14px;
  }

  h1 {
    font-size: 51px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cta {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-modal {
    padding: 18px;
  }

  .download-sheet {
    padding: 30px 22px 24px;
    border-radius: 28px;
  }

  .download-sheet h2 {
    font-size: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  h1,
  .cta,
  .glass-card h3 {
    animation: none;
  }
}
