:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #b7c4d8;
  --soft: #dbe8ff;
  --night: #07111e;
  --panel: #111d33;
  --panel-2: #182545;
  --cyan: #79def5;
  --violet: #9b73ff;
  --lime: #c6ff4d;
  --rose: #ff6995;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(121, 222, 245, 0.24), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(255, 105, 149, 0.2), transparent 24rem),
    linear-gradient(180deg, #0c1020 0%, #07111e 44%, #0d1727 100%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(7, 17, 30, 0.74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand img,
.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(121, 222, 245, 0.22);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

nav a:hover {
  color: var(--ink);
}

.nav-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.nav-cta {
  padding: 0 18px;
  color: #07111e;
  background: var(--lime);
}

.primary-btn {
  padding: 0 24px;
  color: #07111e;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  box-shadow: 0 18px 42px rgba(121, 222, 245, 0.22);
}

.secondary-btn {
  padding: 0 22px;
  color: var(--soft);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  min-height: calc(100svh - 83px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(48px, 7vw, 86px) clamp(20px, 5vw, 72px) clamp(34px, 5vw, 64px);
  overflow: hidden;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: 6.4rem;
  line-height: 0.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.55rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.18;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--soft);
  font-size: 1.35rem;
  line-height: 1.55;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.trust-row {
  margin-top: 28px;
  color: var(--muted);
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 690px;
}

.phone-shell {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 38px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

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

.phone-primary {
  position: absolute;
  right: 8%;
  top: 0;
  width: min(420px, 68vw);
  aspect-ratio: 1344 / 2992;
}

.phone-secondary {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: min(285px, 43vw);
  aspect-ratio: 1344 / 2992;
  transform: rotate(-4deg);
  opacity: 0.92;
}

.intro,
.workflow,
.download,
.rights-note {
  margin: 0 clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  padding: clamp(64px, 9vw, 120px) 0;
  border-top: 1px solid var(--line);
}

.intro p:last-child {
  margin-bottom: 8px;
  font-size: 1.12rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(70px, 10vw, 126px);
}

.feature-grid article,
.step,
.rights-note,
.download {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.feature-grid article {
  min-height: 270px;
  padding: 24px;
  border-radius: 8px;
}

.feature-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  border-radius: 14px;
  color: #06111c;
  background: var(--cyan);
  font-weight: 950;
}

.feature-grid article:nth-child(2) .feature-icon {
  background: var(--lime);
}

.feature-grid article:nth-child(3) .feature-icon {
  color: var(--ink);
  background: var(--violet);
}

.feature-grid article:nth-child(4) .feature-icon {
  color: var(--ink);
  background: var(--rose);
}

.workflow {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(62px, 9vw, 116px) 0;
  border-top: 1px solid var(--line);
}

.workflow-copy {
  position: sticky;
  top: 118px;
}

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

.step {
  min-height: 220px;
  padding: 26px;
  border-radius: 8px;
}

.step span {
  display: block;
  margin-bottom: 46px;
  color: var(--cyan);
  font-weight: 950;
}

.gallery {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 5vw, 72px);
  background: #eef7ff;
  color: #081320;
}

.gallery p {
  color: #506176;
}

.gallery .section-kicker {
  color: #16667a;
}

.gallery-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.screen-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

figure {
  margin: 0;
}

figure img {
  width: 100%;
  aspect-ratio: 1344 / 2992;
  object-fit: cover;
  border-radius: 32px;
  border: 1px solid rgba(54, 92, 128, 0.16);
  background: #dcecf8;
  box-shadow: 0 18px 48px rgba(65, 122, 166, 0.16);
}

figcaption {
  margin-top: 14px;
  color: #334155;
  font-weight: 800;
  text-align: center;
}

.download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(68px, 10vw, 124px);
  padding: clamp(30px, 5vw, 58px);
  border-radius: 8px;
}

.download div {
  max-width: 740px;
}

.download p {
  margin-bottom: 0;
}

.rights-note {
  margin-top: 24px;
  margin-bottom: clamp(64px, 9vw, 110px);
  padding: 28px;
  border-radius: 8px;
}

.rights-note h2 {
  font-size: 1.85rem;
}

.rights-note p {
  margin-bottom: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: rgba(7, 17, 30, 0.62);
}

footer p {
  max-width: none;
  margin-bottom: 0;
  text-align: center;
}

.footer-link {
  color: var(--cyan);
  font-weight: 800;
  white-space: nowrap;
}

.legal-hero {
  padding: clamp(58px, 9vw, 116px) clamp(20px, 5vw, 72px) clamp(40px, 6vw, 74px);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 980px;
  font-size: 4.5rem;
}

.legal-hero p:not(.section-kicker) {
  max-width: 880px;
  color: var(--soft);
  font-size: 1.18rem;
}

.legal-content {
  padding: clamp(44px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: #eef7ff;
  color: #081320;
}

.legal-content section {
  max-width: 940px;
  margin: 0 auto 46px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(8, 19, 32, 0.12);
}

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

.legal-content h2 {
  margin-bottom: 22px;
  color: #081320;
  font-size: 2rem;
  line-height: 1.18;
}

.legal-content h3 {
  margin-top: 26px;
  color: #13263a;
  font-size: 1.15rem;
}

.legal-content p,
.legal-content li {
  color: #40526a;
  font-size: 1rem;
  line-height: 1.78;
}

.legal-content ul,
.legal-content ol {
  margin: 12px 0 0;
  padding-left: 24px;
}

.legal-content a {
  color: #145e8c;
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  nav {
    display: none;
  }

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

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

  h1 {
    font-size: 5.35rem;
  }

  h2 {
    font-size: 3rem;
  }

  .legal-hero h1 {
    font-size: 3.35rem;
  }

  .hero-visual {
    min-height: 620px;
  }

  .phone-primary {
    right: 4%;
    width: min(390px, 62vw);
  }

  .phone-secondary {
    width: min(260px, 40vw);
  }

  .intro,
  .workflow {
    grid-template-columns: 1fr;
  }

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

  .workflow-copy {
    position: static;
  }

  .screen-row {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span {
    max-width: 120px;
    line-height: 1.05;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 0.86rem;
  }

  .hero {
    padding: 36px 16px 30px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .legal-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .legal-hero h1 {
    font-size: 2.55rem;
  }

  .legal-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .legal-content h2 {
    font-size: 1.55rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 520px;
  }

  .phone-primary {
    right: 0;
    width: 72vw;
    border-radius: 30px;
  }

  .phone-secondary {
    left: 0;
    bottom: 0;
    width: 48vw;
    border-radius: 26px;
  }

  .intro,
  .workflow,
  .download,
  .rights-note {
    margin-right: 16px;
    margin-left: 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .gallery {
    padding-right: 16px;
    padding-left: 16px;
  }

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