:root {
  --purple: #9b0fc9;
  --purple-strong: #6106a0;
  --violet: #300c57;
  --ink: #190f34;
  --pink: #f557d3;
  --pink-deep: #e32bcd;
  --white: #ffffff;
  --mist: #f7f4fb;
  --line: #e8dff0;
  --text: #21162f;
  --muted: #6b7280;
  --shadow: 0 24px 80px rgba(25, 15, 52, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
}

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

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  color: var(--white);
  background: rgba(25, 15, 52, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: clamp(130px, 15vw, 172px);
  height: auto;
  display: block;
  border-radius: 6px;
}

.brand-logo-footer {
  width: clamp(150px, 18vw, 210px);
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--pink));
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(245, 87, 211, 0.32);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 650;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.site-nav .nav-cta {
  color: var(--ink);
  background: var(--white);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px 24px 88px;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  display: block;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(25, 15, 52, 0.98) 0%, rgba(25, 15, 52, 0.86) 38%, rgba(25, 15, 52, 0.28) 100%),
    linear-gradient(0deg, rgba(25, 15, 52, 0.72), rgba(25, 15, 52, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 6.6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.65;
}

.hero-copy-secondary {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.hero-actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 16px 36px rgba(245, 87, 211, 0.28);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.trust-strip {
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: -54px auto 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.trust-strip div {
  display: grid;
  gap: 6px;
  min-height: 118px;
  align-content: center;
  padding: 24px;
  background: var(--white);
}

.trust-strip strong {
  color: var(--violet);
  font-size: 1.08rem;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.55;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  max-width: 720px;
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.75;
}

.brand-quote {
  max-width: 820px;
  margin: 34px 0 0;
  padding: 26px 30px;
  color: var(--violet);
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.25;
  background: var(--mist);
  border-left: 6px solid var(--pink);
  border-radius: 8px;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.pill-grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 16px;
  color: var(--violet);
  font-weight: 800;
  text-align: center;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: 112px max(24px, calc((100vw - 1120px) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 22% 20%, rgba(245, 87, 211, 0.28), transparent 32%),
    linear-gradient(135deg, var(--ink), var(--violet) 48%, var(--purple-strong));
}

.phone-shell {
  justify-self: center;
  width: min(330px, 100%);
  aspect-ratio: 0.52;
  padding: 14px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.05));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.phone-screen {
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #0f0820;
  border-radius: 32px;
}

.phone-top {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 50%;
  width: 96px;
  height: 8px;
  background: #221331;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(253, 250, 255, 0.72);
  transform: translateX(-50%);
}

.phone-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0f0820;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.phone-track {
  height: 100%;
  display: flex;
  transition: transform 520ms ease;
}

.phone-slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 6px;
  min-height: 18px;
  padding: 7px 10px;
  background: rgba(253, 250, 255, 0.82);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.phone-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  background: rgba(48, 12, 87, 0.22);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.phone-dot.is-active {
  width: 18px;
  background: var(--pink);
}

.balance-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--violet), var(--purple), var(--pink));
  border-radius: 8px;
}

.balance-card span,
.finance-row span {
  color: inherit;
  opacity: 0.76;
  font-size: 0.82rem;
  font-weight: 700;
}

.balance-card strong {
  font-size: 2rem;
}

.mini-chart {
  height: 132px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 16px;
  background: #f1e7f7;
  border-radius: 8px;
}

.mini-chart i {
  flex: 1;
  min-width: 0;
  background: linear-gradient(180deg, var(--pink), var(--purple));
  border-radius: 8px 8px 3px 3px;
}

.finance-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #eee2f4;
  border-radius: 8px;
}

.product-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.12rem;
  line-height: 1.75;
}

.product-logo {
  width: min(470px, 100%);
  height: auto;
  display: block;
  margin: 0 0 24px;
}

.product-cta {
  margin-top: 26px;
}

.product-note {
  margin-top: 22px;
  font-weight: 700;
}

.product-copy h2 {
  color: var(--white);
}

.nvs-band {
  display: grid;
  grid-template-columns: minmax(320px, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: 112px max(24px, calc((100vw - 1120px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(18, 26, 46, 0.96), rgba(20, 67, 83, 0.94)),
    linear-gradient(135deg, #11223f, #0e766e);
}

.nvs-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.75;
}

.nvs-copy h2 {
  color: var(--white);
}

.nvs-logo {
  width: min(540px, 100%);
  height: auto;
  display: block;
  margin: 0 0 24px;
  border-radius: 8px;
}

.nvs-features svg {
  color: #71f6d8;
}

.nvs-visual {
  justify-self: center;
  width: min(360px, 100%);
  padding: 14px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.06));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.nvs-phone {
  min-height: 650px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 28px 22px;
  overflow: hidden;
  color: #f8fbff;
  background:
    linear-gradient(180deg, rgba(11, 31, 55, 0.9), rgba(8, 18, 33, 0.98)),
    #081221;
  border-radius: 32px;
}

.nvs-status,
.nvs-safe-phrase,
.nvs-message {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.nvs-status {
  justify-items: center;
  text-align: center;
}

.nvs-status img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 20px;
}

.nvs-status span,
.nvs-safe-phrase span,
.nvs-message span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nvs-status strong {
  font-size: clamp(2.8rem, 8vw, 4.8rem);
  line-height: 1;
}

.nvs-alert {
  min-height: 112px;
  color: var(--white);
  font: inherit;
  font-size: 1.18rem;
  font-weight: 900;
  background: linear-gradient(135deg, #f33f5d, #ff7a59);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(243, 63, 93, 0.28);
}

.nvs-safe-phrase strong {
  font-size: 1.35rem;
}

.nvs-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.feature-list article {
  display: flex;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.feature-list svg {
  color: var(--pink);
}

.feature-list h3,
.card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.feature-list p,
.card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.card {
  min-height: 210px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 50px rgba(25, 15, 52, 0.08);
}

.card h3 {
  color: var(--violet);
}

.card p {
  color: var(--muted);
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.app-card {
  display: flex;
  min-height: 230px;
  gap: 20px;
  align-items: center;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 50px rgba(25, 15, 52, 0.08);
}

.app-card img {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 20px;
}

.app-card h3 {
  margin: 0 0 10px;
  color: var(--violet);
  font-size: 1.35rem;
}

.app-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.app-card-nvs {
  border-color: rgba(14, 118, 110, 0.24);
}

.people-band {
  padding: 96px 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(25, 15, 52, 0.96), rgba(48, 12, 87, 0.92)),
    linear-gradient(135deg, var(--violet), var(--purple));
}

.people-content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.people-content h2 {
  max-width: 760px;
  color: var(--white);
}

.people-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
  line-height: 1.75;
}

.signup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: 34px;
  padding: 18px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.signup-form label {
  display: grid;
  gap: 8px;
  color: var(--violet);
  font-size: 0.9rem;
  font-weight: 800;
}

.signup-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.signup-form input:focus {
  border-color: var(--purple);
  outline: 3px solid rgba(155, 15, 201, 0.14);
}

.form-note {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  color: var(--muted);
}

.social-links span {
  margin-right: 4px;
  color: var(--violet);
  font-weight: 800;
}

.social-links a,
.social-chip {
  padding: 9px 12px;
  color: var(--violet);
  font-weight: 800;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.download {
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 auto 84px;
  padding: 42px;
  color: var(--white);
  background: linear-gradient(135deg, var(--violet), var(--purple), var(--pink));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.download h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 4vw, 3.3rem);
}

.download p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.download .eyebrow {
  color: var(--white);
  opacity: 0.78;
}

.download-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.download .button-primary {
  background: var(--white);
  color: var(--ink);
  box-shadow: none;
}

.site-footer {
  width: min(1120px, calc(100% - 32px));
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px 28px;
  margin: 0 auto;
  padding: 30px 0 46px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer .brand {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 12px 18px;
}

.footer-links a {
  color: var(--violet);
  font-weight: 700;
}

.site-footer small {
  grid-column: 1 / -1;
}

.legal-page {
  min-height: 100vh;
  padding: 40px 24px 72px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(25, 15, 52, 0.94), rgba(48, 12, 87, 0.84)),
    linear-gradient(135deg, var(--violet), var(--purple));
}

.legal-brand {
  width: min(920px, 100%);
  margin: 0 auto;
  color: var(--white);
}

.legal-content {
  width: min(920px, 100%);
  margin: 52px auto 0;
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.legal-content h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.legal-content h2 {
  max-width: 760px;
  margin: 34px 0 12px;
  color: var(--violet);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.18;
}

.legal-content p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.legal-content ul {
  max-width: 760px;
  margin: 14px 0 22px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.legal-content li::marker {
  color: var(--pink-deep);
}

.legal-content a:not(.button) {
  color: var(--purple);
  font-weight: 800;
}

.legal-content-long {
  padding-bottom: clamp(34px, 6vw, 64px);
}

.legal-updated {
  margin-top: 18px;
  color: var(--violet) !important;
  font-weight: 800;
}

.legal-contact {
  max-width: 760px;
  margin-top: 12px;
  padding: 20px;
  color: var(--violet);
  font-style: normal;
  font-size: 1.08rem;
  line-height: 1.75;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-button {
  margin-top: 20px;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-button {
    display: grid;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .hero {
    min-height: 84vh;
    padding-top: 128px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(25, 15, 52, 0.96) 0%, rgba(25, 15, 52, 0.8) 52%, rgba(25, 15, 52, 0.64) 100%);
  }

  .trust-strip,
  .cards,
  .app-grid,
  .pill-grid,
  .product-band,
  .nvs-band,
  .download,
  .signup-form {
    grid-template-columns: 1fr;
  }

  .product-band,
  .nvs-band {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .nvs-visual {
    order: -1;
  }

  .download {
    padding: 30px 22px;
  }

  .download-actions {
    justify-content: flex-start;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .hero {
    padding-inline: 16px;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

  .button {
    width: 100%;
  }

  .trust-strip,
  .section,
  .download,
  .site-footer {
    width: calc(100% - 24px);
  }

  .section {
    padding: 76px 0;
  }

  .trust-strip div,
  .card,
  .app-card {
    padding: 20px;
  }

  .app-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .nvs-phone {
    min-height: 560px;
  }
}
