@font-face {
  font-family: Sora;
  src: url('/assets/fonts/Sora-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Inter;
  src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/JetBrainsMono-Medium.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
}

:root {
  --fog: #eff2f0;
  --paper: #fff;
  --ink: #131a1f;
  --muted: #667078;
  --line: rgba(19, 26, 31, 0.11);
  --cobalt: #315cfe;
  --cobalt-soft: #e4e9ff;
  --green: #13795b;
  --green-soft: #dcefe8;
  --amber: #b76e00;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(19, 26, 31, 0.12);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--fog);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(239, 242, 240, 0.86);
  border-bottom: 1px solid rgba(19, 26, 31, 0.06);
  backdrop-filter: blur(16px);
}
.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font:
    700 22px/1 Sora,
    sans-serif;
}
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--ink);
  color: white;
  font:
    700 18px/1 Sora,
    sans-serif;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-links a {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  background: var(--cobalt);
  color: white;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 140ms ease,
    box-shadow 140ms ease;
}
.button:hover {
  box-shadow: 0 12px 30px rgba(49, 92, 254, 0.24);
  transform: translateY(-1px);
}
.button.ink {
  background: var(--ink);
}
.button.ghost {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
}
.button.danger {
  background: #a82b38;
}
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.48;
  transform: none;
}
.hero {
  display: grid;
  min-height: 730px;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
  padding: 84px 0 92px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--cobalt);
  font:
    500 11px/1.4 'JetBrains Mono',
    monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: Sora, sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
h1 {
  max-width: 690px;
  font-size: clamp(48px, 7vw, 82px);
}
h2 {
  font-size: clamp(34px, 4.4vw, 54px);
}
h3 {
  font-size: 21px;
}
.lede {
  max-width: 590px;
  margin: 26px 0 32px;
  color: var(--muted);
  font-size: 19px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.microcopy {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}
.phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
}
.orb {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: var(--cobalt-soft);
  filter: blur(2px);
}
.phone {
  position: relative;
  width: min(360px, 90vw);
  min-height: 640px;
  padding: 24px 18px 22px;
  overflow: hidden;
  border: 9px solid var(--ink);
  border-radius: 50px;
  background: var(--fog);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 5px 30px;
}
.phone-title {
  font:
    700 22px/1 Sora,
    sans-serif;
}
.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--cobalt-soft);
  color: var(--cobalt);
  font-weight: 700;
}
.remembering {
  margin-bottom: 10px;
  color: var(--muted);
  font:
    500 9px/1.3 'JetBrains Mono',
    monospace;
  letter-spacing: 0.12em;
}
.memory-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 5px 16px rgba(19, 26, 31, 0.04);
}
.memory-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--green-soft);
  font-size: 22px;
}
.memory-card strong {
  display: block;
  font-size: 14px;
}
.memory-card span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}
.listen {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 32px auto 9px;
  place-items: center;
  border-radius: 50%;
  background: var(--cobalt);
  color: white;
  box-shadow: 0 12px 28px rgba(49, 92, 254, 0.28);
  font-size: 31px;
}
.listen-label {
  color: var(--muted);
  text-align: center;
  font-size: 12px;
}
.section {
  padding: 100px 0;
}
.section.white {
  background: white;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 42px;
}
.section-head p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
}
.steps,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.step,
.feature-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 13px;
  background: var(--ink);
  color: white;
  font:
    500 12px/1 'JetBrains Mono',
    monospace;
}
.step p,
.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
}
.feature-card:nth-child(2) {
  background: var(--ink);
  color: white;
}
.feature-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.65);
}
.quote {
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.quote p {
  margin: 0;
  font:
    700 clamp(30px, 4.3vw, 52px)/1.15 Sora,
    sans-serif;
  letter-spacing: -0.045em;
}
.quote small {
  display: block;
  margin-top: 24px;
  color: var(--muted);
}
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 52px;
  border-radius: 34px;
  background: var(--cobalt);
  color: white;
}
.cta p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}
.cta .button {
  background: white;
  color: var(--ink);
  white-space: nowrap;
}
.site-footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-links a,
.copyright {
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}
.legal {
  display: grid;
  grid-template-columns: 240px minmax(0, 720px);
  gap: 72px;
  padding: 80px 0 120px;
}
.legal-nav {
  position: sticky;
  top: 110px;
  align-self: start;
}
.legal-nav p {
  color: var(--muted);
  font-size: 13px;
}
.legal-main h1 {
  font-size: clamp(42px, 6vw, 68px);
}
.updated {
  margin: 16px 0 50px;
  color: var(--muted);
  font:
    500 11px/1.4 'JetBrains Mono',
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-main h2 {
  margin: 48px 0 14px;
  font-size: 25px;
}
.legal-main h3 {
  margin: 30px 0 8px;
  font-size: 18px;
}
.legal-main p,
.legal-main li {
  color: #485159;
}
.legal-main li + li {
  margin-top: 8px;
}
.callout {
  margin: 28px 0;
  padding: 22px;
  border-radius: 18px;
  background: var(--green-soft);
  color: #155641;
}
.panel {
  max-width: 660px;
  margin: 70px auto 120px;
  padding: 42px;
  border-radius: 28px;
  background: white;
  box-shadow: var(--shadow);
}
.panel h1 {
  font-size: clamp(38px, 6vw, 58px);
}
.panel .lede {
  font-size: 17px;
}
.field {
  margin-top: 18px;
}
.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}
.field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--fog);
  color: var(--ink);
  outline: none;
}
.field input:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 3px var(--cobalt-soft);
}
.form-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.status {
  display: none;
  margin-top: 18px;
  padding: 14px;
  border-radius: 13px;
  background: var(--cobalt-soft);
  color: #2448ce;
  font-size: 14px;
}
.status.show {
  display: block;
}
.status.error {
  background: #f7e2e5;
  color: #8f2030;
}
.deep-link {
  text-align: center;
}
.deep-link .icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 22px;
  background: var(--cobalt-soft);
  font-size: 32px;
}
.skip-link {
  position: fixed;
  z-index: 99;
  top: -100px;
  left: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 16px;
}

@media (max-width: 820px) {
  .nav-links a:not(.button) {
    display: none;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 64px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero h1,
  .lede {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .steps,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 18px;
  }
  .cta,
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .legal {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .legal-nav {
    position: static;
  }
}
@media (max-width: 520px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }
  .nav {
    min-height: 64px;
  }
  .nav .button {
    min-height: 42px;
    padding: 0 14px;
  }
  .hero {
    padding-top: 48px;
  }
  h1 {
    font-size: 45px;
  }
  .phone {
    min-height: 590px;
    border-radius: 42px;
  }
  .orb {
    width: 330px;
    height: 330px;
  }
  .section {
    padding: 76px 0;
  }
  .cta,
  .panel {
    padding: 30px 24px;
  }
  .form-actions {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
