:root {
  color-scheme: light dark;
  --background: #f4f7f7;
  --surface: #ffffff;
  --surface-soft: #e8f0ef;
  --surface-strong: #031924;
  --text: #041b26;
  --muted: #53636b;
  --border: #cfdbdb;
  --accent: #00857d;
  --accent-bright: #00d9c1;
  --accent-hover: #006e68;
  --on-accent: #ffffff;
  --focus: #006fbd;
  --shadow: 0 32px 80px rgba(3, 25, 36, 0.18);
  font-family:
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #001019;
    --surface: #071e29;
    --surface-soft: #0b2b33;
    --surface-strong: #001018;
    --text: #f3f8f7;
    --muted: #b2c2c4;
    --border: #24434a;
    --accent: #00d9c1;
    --accent-bright: #00f2d4;
    --accent-hover: #5af5df;
    --on-accent: #001820;
    --focus: #70baff;
    --shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
}
a {
  color: inherit;
  text-underline-offset: 0.2em;
}
a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  text-wrap: pretty;
}
h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--text);
  color: var(--background);
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header,
footer,
.hero,
.section,
.proof-strip,
.legal-page,
.page-intro,
.document {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}
.site-header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.2rem;
}
.site-header {
  position: relative;
  z-index: 10;
}
.site-header nav,
footer nav,
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-header nav a,
footer nav a {
  text-decoration: none;
  font-weight: 650;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  text-decoration: none;
}
.brand img {
  border-radius: 0.72rem;
}
.platform-badge {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  min-height: 78vh;
  padding-block: clamp(4rem, 9vw, 8rem);
}
.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}
h2 {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}
h3 {
  margin-block: 0 0.65rem;
  font-size: 1.35rem;
}
.lede {
  max-width: 58ch;
  margin-block: 1.65rem 2.1rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.relationship {
  max-width: 62ch;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: 0.86rem;
}
.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border-radius: 0.82rem;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 800;
  text-decoration: none;
  transition:
    background 150ms ease,
    transform 150ms ease;
}
.button:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}
.text-link,
.back-link {
  font-weight: 750;
}
.product-visual {
  position: relative;
  display: grid;
  min-height: 39rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 2.8rem;
  background: var(--surface-soft);
}
.product-visual::before {
  content: "";
  position: absolute;
  inset: 20% -30% -30% 30%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-bright) 22%, transparent);
  filter: blur(10px);
}
.signal {
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, transparent);
  border-radius: 999px;
}
.signal-one {
  width: 25rem;
  height: 25rem;
}
.signal-two {
  width: 34rem;
  height: 34rem;
}
.phone-frame {
  position: relative;
  z-index: 2;
  width: min(19rem, 76%);
  padding: 0.5rem;
  border: 0.28rem solid #00111a;
  border-radius: 2.7rem;
  background: #00111a;
  box-shadow: var(--shadow);
  transform: rotate(2.5deg);
}
.phone-bar {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 1rem 0.55rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 750;
}
.phone-screen {
  min-height: 35rem;
  overflow: hidden;
  border-radius: 2rem;
  background: #f1f5f5;
  color: #071d29;
  padding: 1.15rem 0.9rem 0;
}
.screen-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.screen-heading div {
  display: grid;
}
.screen-heading strong {
  font-size: 1.7rem;
  letter-spacing: -0.05em;
}
.screen-kicker,
.metric-label {
  color: #68777e;
  font-size: 0.7rem;
  font-weight: 750;
}
.screen-action {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}
.workspace-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid #d5dede;
  border-radius: 1rem;
  background: #fff;
  padding: 0.9rem;
}
.workspace-card div {
  display: grid;
  min-width: 0;
}
.workspace-card small,
.workspace-card span {
  color: #68777e;
  font-size: 0.68rem;
}
.workspace-card strong {
  overflow: hidden;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #00857d;
}
.chevron {
  margin-left: auto;
  font-size: 1.4rem !important;
}
.metric-label {
  margin: 1.15rem 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.metric-grid div {
  display: grid;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.75rem;
}
.metric-grid strong {
  font-size: 1.25rem;
}
.metric-grid span {
  color: #68777e;
  font-size: 0.68rem;
}
.record-card {
  margin-top: 0.8rem;
}
.record-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.55rem;
  background: #03232c;
  color: #00d9c1 !important;
  font-weight: 850;
}
.tab-bar {
  display: flex;
  justify-content: space-around;
  margin: 1.1rem -0.9rem 0;
  border-top: 1px solid #d5dede;
  background: #fff;
  padding: 0.75rem 0.35rem 1rem;
  color: #68777e;
  font-size: 0.58rem;
  font-weight: 750;
}
.tab-bar span:first-child {
  color: #00857d;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  background: var(--border);
}
.proof-strip div {
  display: grid;
  background: var(--surface);
  padding: 1.3rem 1.5rem;
}
.proof-strip span {
  color: var(--muted);
  font-size: 0.88rem;
}
.section {
  padding-block: clamp(5rem, 10vw, 9rem);
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: 3rem;
}
.section-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature-grid article {
  min-height: 16rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1.2rem;
  background: var(--surface);
}
.feature-grid article:nth-child(2),
.feature-grid article:nth-child(5) {
  background: var(--surface-strong);
  color: #f3f8f7;
}
.feature-grid p {
  color: var(--muted);
}
.feature-grid article:nth-child(2) p,
.feature-grid article:nth-child(5) p {
  color: #b9c8cb;
}
.feature-number {
  display: block;
  margin-bottom: 3.5rem;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 850;
}
.workflow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 7rem);
}
.workflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.workflow-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.2rem;
  padding-block: 1.7rem;
  border-top: 1px solid var(--border);
}
.workflow-list li > span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--on-accent);
  font-weight: 850;
}
.workflow-list p {
  margin-bottom: 0;
  color: var(--muted);
}
.pro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
  border-block: 1px solid var(--border);
}
.pro-copy > p:last-child {
  max-width: 55ch;
  color: var(--muted);
}
.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.plans div {
  display: grid;
  min-height: 12rem;
  align-content: space-between;
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  background: var(--surface);
  padding: 1.25rem;
}
.plans span,
.plans small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.plans strong {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.05em;
}
.plans .featured-plan {
  border-color: var(--accent);
  background: var(--surface-strong);
  color: #f3f8f7;
  transform: translateY(-0.6rem);
}
.plans .featured-plan span,
.plans .featured-plan small {
  color: #b9c8cb;
}
.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}
.trust-copy {
  color: var(--muted);
  font-size: 1.05rem;
}
footer {
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.88rem;
}
.footer-brand {
  display: grid;
}
.footer-brand strong {
  color: var(--text);
}
.footer-brand span {
  font-size: 0.8rem;
}
.legal-page,
.page-intro,
.document {
  max-width: 780px;
}
.legal-page,
.page-intro {
  padding-block: 4rem 2rem;
}
.document {
  padding-bottom: 7rem;
}
.page-intro h1,
.legal-page h1 {
  margin-block: 1rem;
  font-size: clamp(2.7rem, 7vw, 5rem);
}
.document h2,
.legal-page h2 {
  margin-block: 2.5rem 1rem;
  font-size: 1.7rem;
}
.document h3 {
  margin-block: 1.8rem 0.75rem;
}
.document p,
.document li,
.legal-page p,
.legal-page li {
  color: var(--muted);
}
.document li + li {
  margin-top: 0.55rem;
}
.callout,
.support-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--surface);
  padding: 1.35rem;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.centered-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 1rem;
}
.not-found {
  max-width: 38rem;
  text-align: center;
}
@media (max-width: 820px) {
  .site-header nav a:first-child,
  .site-header nav a:nth-child(2),
  .platform-badge {
    display: none;
  }
  .hero,
  .section-heading,
  .workflow,
  .pro,
  .trust {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .product-visual {
    min-height: 34rem;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-strip {
    grid-template-columns: 1fr;
  }
  .plans {
    margin-top: 1rem;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }
  .site-header nav {
    justify-content: flex-end;
  }
  .feature-grid,
  .plans,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid article {
    min-height: auto;
  }
  .plans .featured-plan {
    transform: none;
  }
  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
