:root {
  color-scheme: dark;
  --bg: #070507;
  --panel: #120d11;
  --panel-2: #1d171d;
  --text: #fff5fb;
  --muted: #b9a9b5;
  --line: rgba(255, 245, 251, 0.14);
  --accent: #ff9fbc;
  --accent-2: #b993ff;
  --soft: rgba(255, 159, 188, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 72% 12%, rgba(255, 159, 188, 0.18), transparent 32rem),
    linear-gradient(180deg, #0a0609 0%, #070507 48%, #0f0a0f 100%);
  color: var(--text);
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-header,
.site-footer {
  display: flex;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

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

.brand img {
  border-radius: 10px;
  box-shadow: 0 16px 48px rgba(255, 159, 188, 0.22);
}

.site-nav,
.site-footer nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

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

.hero {
  display: grid;
  min-height: calc(100svh - 84px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 72px;
  align-items: center;
  padding: 72px 0 88px;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: 0;
}

.lede {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #130910;
}

.button.secondary {
  background: rgba(255, 245, 251, 0.06);
}

.phone-visual {
  display: flex;
  justify-content: center;
}

.phone-shell {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 0.5;
  overflow: hidden;
  border: 1px solid rgba(255, 245, 251, 0.24);
  border-radius: 46px;
  background:
    radial-gradient(circle at 54% 22%, rgba(255, 159, 188, 0.42), transparent 7.5rem),
    linear-gradient(180deg, #100b11 0%, #050405 100%);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.48), inset 0 0 0 10px #050405;
}

.speaker {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 96px;
  height: 28px;
  border-radius: 999px;
  background: #020202;
  transform: translateX(-50%);
  z-index: 3;
}

.record-orb {
  position: absolute;
  top: 16%;
  left: 50%;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 221, 231, 0.92), rgba(255, 159, 188, 0.38) 36%, rgba(255, 159, 188, 0.08) 72%);
  color: #fff7fb;
  font-weight: 800;
  transform: translateX(-50%);
}

.card-grid {
  position: absolute;
  inset: 34% 34px 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
}

.note-card {
  min-height: 132px;
  border: 1px solid rgba(255, 245, 251, 0.18);
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 245, 251, 0.13), rgba(255, 245, 251, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.note-card.large {
  min-height: 158px;
}

.note-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.note-card h2 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: 0;
}

.note-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 92px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
}

.feature-band > div,
.privacy-panel {
  background: rgba(255, 245, 251, 0.055);
  padding: 32px;
}

.feature-band h2,
.privacy-panel h2,
.document h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.feature-band p,
.privacy-panel p,
.document p,
.document li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.privacy-panel {
  max-width: 840px;
  margin-bottom: 120px;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.document {
  max-width: 840px;
  padding: 92px 0 120px;
}

.document h1 {
  margin-bottom: 56px;
  font-size: clamp(48px, 7vw, 92px);
}

.document section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.document ul {
  margin: 0;
  padding-left: 22px;
}

.document li + li {
  margin-top: 8px;
}

.document a {
  color: var(--accent);
}

.site-footer {
  min-height: 88px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 860px) {
  .site-header,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 20px 0;
  }

  .site-nav,
  .site-footer nav {
    flex-wrap: wrap;
    gap: 16px;
  }

  main {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 52px 0 72px;
  }

  .phone-shell {
    max-width: 330px;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 22px 0;
  }
}

@media (max-width: 440px) {
  .card-grid {
    inset-inline: 26px;
    gap: 10px;
  }

  .note-card {
    min-height: 118px;
    padding: 14px;
  }

  .note-card h2 {
    font-size: 16px;
  }
}
