:root {
  color-scheme: dark;
  --bg: #07070a;
  --bg-soft: #101118;
  --panel: #14151d;
  --panel-strong: #191b25;
  --line: rgba(255, 255, 255, 0.11);
  --text: #f7f7fb;
  --muted: #b4b5c3;
  --quiet: #7c7f91;
  --purple: #8a35ff;
  --purple-deep: #5a21c8;
  --pink: #ec21d6;
  --cyan: #35c7ff;
  --green: #46d69a;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(138, 53, 255, 0.16), transparent 32rem),
    radial-gradient(circle at 86% 16%, rgba(53, 199, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, #050507 0%, #090a0f 46%, #050507 100%);
  color: var(--text);
  line-height: 1.5;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 7, 10, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.brand span {
  font-size: 1.08rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 800;
  color: var(--text);
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  box-shadow: 0 14px 34px rgba(138, 53, 255, 0.28);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
  color: var(--text);
}

.store-button {
  min-width: 178px;
  min-height: 56px;
  flex-direction: column;
  align-items: flex-start;
  padding: 9px 16px 10px;
  line-height: 1.05;
}

.store-button span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.store-button strong {
  font-size: 1.08rem;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  align-items: center;
  gap: 56px;
  padding: 64px 0 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d9c7ff;
  background: rgba(138, 53, 255, 0.14);
  border: 1px solid rgba(138, 53, 255, 0.34);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 8vw, 7.7rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.gradient-word {
  color: transparent;
  background: linear-gradient(120deg, #ffffff 8%, #b47cff 48%, #42d1ff 92%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy {
  margin: 20px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

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

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.trust-item {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
}

.trust-item strong {
  display: block;
  font-size: 1.35rem;
}

.trust-item span {
  color: var(--quiet);
  font-weight: 700;
  font-size: 0.86rem;
}

.phone-stage {
  position: relative;
  min-height: 640px;
}

.phone {
  position: absolute;
  width: min(40vw, 330px);
  min-width: 240px;
  border-radius: 42px;
  padding: 10px;
  background: linear-gradient(145deg, #363744, #08090d 56%, #3d3e49);
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.phone.primary {
  right: 5%;
  top: 10px;
  transform: rotate(4deg);
}

.phone.secondary {
  left: 4%;
  bottom: 0;
  transform: rotate(-8deg);
}

.section {
  padding: 70px 0;
}

.section.compact {
  padding-top: 36px;
}

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

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  padding: 22px;
}

.feature-card .icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: rgba(138, 53, 255, 0.16);
  color: #cfaaff;
  font-weight: 900;
}

.feature-card h3 {
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.shot {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.shot img {
  width: 100%;
}

.shot figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-weight: 800;
}

.privacy-band {
  border: 1px solid rgba(53, 199, 255, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(53, 199, 255, 0.11), rgba(138, 53, 255, 0.12));
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.privacy-band p {
  color: var(--muted);
  margin-bottom: 0;
}

.page-hero {
  padding: 76px 0 34px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.98;
}

.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 24px 0 84px;
}

.legal-toc {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
}

.legal-toc a {
  display: block;
  color: var(--muted);
  font-weight: 800;
  padding: 9px 10px;
  border-radius: 8px;
}

.legal-toc a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: clamp(22px, 4vw, 42px);
}

.legal-card section {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.legal-card section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-card h2 {
  font-size: 1.52rem;
  margin-bottom: 12px;
}

.legal-card h3 {
  font-size: 1.1rem;
  margin: 22px 0 8px;
}

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

.legal-card ul {
  padding-left: 20px;
}

.meta-line {
  color: var(--quiet);
  font-weight: 800;
  margin-bottom: 22px;
}

.notice {
  border: 1px solid rgba(236, 33, 214, 0.28);
  border-radius: 8px;
  padding: 16px;
  background: rgba(236, 33, 214, 0.08);
  color: #f0d8ff;
  margin: 22px 0;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 30px 0;
  color: var(--quiet);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
  }

  .phone-stage {
    min-height: 540px;
  }

  .phone {
    width: min(58vw, 320px);
  }

  .feature-grid,
  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .privacy-band,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-toc {
    position: static;
  }
}

@media (max-width: 640px) {
  .container,
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .nav-links a {
    padding: 8px 9px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.6rem);
  }

  .hero-actions,
  .trust-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 480px;
    overflow: hidden;
  }

  .phone {
    min-width: 0;
    width: 62vw;
  }

  .phone.primary {
    right: 0;
  }

  .phone.secondary {
    left: 0;
  }

  .feature-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .privacy-band {
    padding: 22px;
  }
}
