:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: #ffffff;
  --text: #111111;
  --muted: #616169;
  --hairline: rgba(0, 0, 0, 0.1);
  --blue: #0a84ff;
  --green: #34c759;
  --pink: #ff2d55;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.13);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
  min-width: 320px;
}

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

.site-header {
  backdrop-filter: saturate(180%) blur(18px);
  background: rgba(245, 245, 247, 0.76);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 58px;
  padding: 0 22px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 9px;
  white-space: nowrap;
}

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

.nav-links a {
  color: #2d2d32;
  font-size: 13px;
  line-height: 1;
  opacity: 0.84;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  color: var(--blue);
  opacity: 1;
}

.nav-links .pill {
  background: #111;
  border-radius: 999px;
  color: #fff;
  padding: 9px 14px;
}

.nav-links .pill:hover {
  color: #fff;
  opacity: 0.86;
}

main {
  overflow: hidden;
}

.hero {
  align-items: center;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 68svh;
  padding: 88px 22px 72px;
  position: relative;
}

.hero::after {
  background:
    radial-gradient(circle at 82% 18%, rgba(10, 132, 255, 0.12), rgba(10, 132, 255, 0) 26%),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
}

h1 {
  font-size: 104px;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
}

.lead {
  color: #33333a;
  font-size: 28px;
  line-height: 1.18;
  margin: 24px 0 0;
  max-width: 660px;
}

.hero-actions,
.cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 34px rgba(10, 132, 255, 0.28);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--hairline);
  color: #111;
}

.button:hover {
  transform: translateY(-2px);
}

.section {
  margin: 0 auto;
  max-width: 1120px;
  padding: 82px 22px;
}

.section.compact {
  max-width: 880px;
  padding-top: 68px;
}

.section-title {
  font-size: 64px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 18px;
}

.section-copy {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.36;
  margin: 0;
  max-width: 780px;
}

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

.feature {
  background: var(--panel-strong);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
  min-height: 210px;
  padding: 26px;
}

.feature-mark {
  align-items: center;
  background: #111;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 32px;
  width: 42px;
}

.feature:nth-child(2) .feature-mark {
  background: var(--green);
}

.feature:nth-child(3) .feature-mark {
  background: var(--pink);
}

.feature h2,
.feature h3 {
  font-size: 24px;
  line-height: 1.08;
  margin: 0 0 10px;
}

.feature p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

.privacy-band {
  background: #111;
  color: #fff;
  margin: 48px 0 0;
  padding: 94px 22px;
}

.privacy-band-inner {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1.2fr);
  margin: 0 auto;
  max-width: 1120px;
}

.privacy-band h2 {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.privacy-list {
  display: grid;
  gap: 14px;
}

.privacy-item {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.32;
  padding-top: 16px;
}

.faq-section {
  padding-top: 24px;
}

.faq-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  padding: 26px;
}

.faq-item h3 {
  font-size: 22px;
  line-height: 1.12;
  margin: 0 0 10px;
}

.faq-item p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.46;
  margin: 0;
}

.document {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  box-shadow: var(--shadow);
  margin-top: 30px;
  padding: clamp(24px, 5vw, 56px);
}

.document h2 {
  font-size: 26px;
  margin: 34px 0 10px;
}

.document h2:first-child {
  margin-top: 0;
}

.document p,
.document li {
  color: #3f3f46;
  font-size: 17px;
  line-height: 1.62;
}

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

.status-table {
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
}

.status-table th,
.status-table td {
  border-bottom: 1px solid var(--hairline);
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}

.status-table th {
  color: #111;
  width: 38%;
}

.site-footer {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 34px 22px 46px;
}

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

.footer-links a:hover {
  color: var(--blue);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-bottom: 54px;
    padding-top: 54px;
  }

  .hero::after {
    background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
  }

  .feature-grid,
  .privacy-band-inner,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .nav-links {
    gap: 10px 14px;
    justify-content: flex-start;
  }

  h1 {
    font-size: 64px;
  }

  .lead {
    font-size: 22px;
    line-height: 1.24;
  }

  .section-title,
  .privacy-band h2 {
    font-size: 44px;
  }

  .section-copy,
  .privacy-item {
    font-size: 19px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-bottom: 28px;
    padding-top: 42px;
  }

  .section {
    padding-bottom: 46px;
    padding-top: 42px;
  }

  .button {
    width: 100%;
  }

  .nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-links a {
    font-size: 12px;
  }

  h1 {
    font-size: 52px;
  }

  .lead {
    font-size: 20px;
  }

  .section-title,
  .privacy-band h2 {
    font-size: 38px;
  }

  .document {
    border-radius: 20px;
    margin-top: 24px;
  }

  .status-table,
  .status-table tbody,
  .status-table tr,
  .status-table th,
  .status-table td {
    display: block;
    width: 100%;
  }

  .status-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .status-table td {
    padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
