:root {
  --navy: #010917;
  --ink: #0b0614;
  --purple: #270129;
  --panel: #180d28;
  --panel-2: #2a1138;
  --violet: #9d52ff;
  --pink: #f70f87;
  --magenta: #de24e2;
  --blue: #5ca1fa;
  --cyan: #46daff;
  --gold: #ffc800;
  --green: #19be00;
  --text: #ffffff;
  --muted: #c1bbc6;
  --soft: #9b84ae;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(222, 36, 226, 0.22), transparent 32rem),
    radial-gradient(circle at 85% 10%, rgba(92, 161, 250, 0.18), transparent 30rem),
    linear-gradient(135deg, var(--navy), var(--purple) 58%, #090510);
  line-height: 1.6;
}

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

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(1, 9, 23, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 10px 30px rgba(247, 15, 135, 0.28);
}

.brand span {
  display: block;
  font-size: 1.05rem;
}

.brand small {
  display: block;
  color: var(--soft);
  font-size: 0.75rem;
}

.navlinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.navlinks a {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 9px 12px;
  border-radius: 8px;
}

.navlinks a:hover,
.navlinks a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 54px 0 38px;
}

.hero-grid,
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: 52px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  color: #ffe3f2;
  background: rgba(247, 15, 135, 0.12);
  border: 1px solid rgba(247, 15, 135, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 900;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.9rem, 7vw, 6.8rem);
  margin-top: 22px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.24rem;
}

p {
  margin: 0;
  color: var(--muted);
}

.lead {
  font-size: clamp(1.06rem, 2vw, 1.26rem);
  max-width: 720px;
  margin-top: 20px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: linear-gradient(135deg, #c240c2, #61aaff);
  box-shadow: 0 16px 40px rgba(157, 82, 255, 0.26);
  font-weight: 900;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

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

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stats {
  margin-top: 34px;
  max-width: 650px;
}

.stat,
.card,
.policy-card,
.contact-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stat {
  padding: 18px;
}

.stat strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.stat span {
  color: var(--soft);
  font-size: 0.85rem;
  font-weight: 800;
}

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

.phone {
  position: absolute;
  right: 20px;
  top: 0;
  width: min(360px, 82vw);
  aspect-ratio: 9 / 19.5;
  padding: 13px;
  border-radius: 36px;
  background: linear-gradient(145deg, #35204c, #05020a);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow);
}

.phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 2;
  width: 96px;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #06040b;
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 27px;
  background: var(--ink);
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-shot {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 255px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(42, 17, 56, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.mini-shot .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  font-weight: 900;
}

.page-hero {
  padding: 78px 0 42px;
}

section {
  padding: 70px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head p {
  max-width: 610px;
}

.card,
.policy-card,
.contact-card {
  padding: 24px;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
}

.icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.card p,
.policy-card p {
  margin-top: 10px;
}

.logo-panel {
  min-height: 460px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(10, 5, 18, 0.45), rgba(10, 5, 18, 0.78)),
    url("assets/stars-bg.webp") center / cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.logo-panel img {
  width: min(360px, 80%);
  border-radius: 28px;
}

.list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
}

.check {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #06110a;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-weight: 900;
}

.screens {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
}

.screen-card {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #07030b;
}

.screen-card img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.screen-caption {
  position: absolute;
  inset: auto 14px 14px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(1, 9, 23, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.mock-ui {
  height: 100%;
  min-height: 470px;
  padding: 22px;
  background:
    linear-gradient(rgba(7, 3, 11, 0.35), rgba(7, 3, 11, 0.92)),
    url("assets/app-bg.webp") center / cover;
}

.mock-pill,
.mock-line {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mock-pill {
  height: 42px;
  margin-bottom: 16px;
}

.mock-profile {
  height: 128px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(247, 15, 135, 0.32), rgba(92, 161, 250, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 16px;
}

.mock-line {
  height: 12px;
  width: 72%;
  margin-bottom: 10px;
}

.mock-line.short {
  width: 48%;
}

.policy-card ul,
.policy-card ol {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.policy-card li {
  margin: 8px 0;
}

.policy-card strong {
  color: #fff;
}

label {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  margin-bottom: 14px;
}

textarea {
  min-height: 126px;
  resize: vertical;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--soft);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

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

  .phone {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .mini-shot {
    left: 50%;
    transform: translateX(-78%);
  }

  .grid-3,
  .grid-2,
  .screens {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .navlinks {
    justify-content: flex-start;
  }

  .stats,
  .grid-3,
  .grid-2,
  .screens {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .mini-shot {
    left: 0;
    bottom: 0;
    width: 235px;
    transform: none;
  }

  section {
    padding: 52px 0;
  }
}
