:root {
  color-scheme: light;
  --surface: #f4f6f7;
  --surface-strong: #ffffff;
  --ink: #1a1c1e;
  --steel: #5b6168;
  --line: #d7dde1;
  --brand: #c8721e;
  --brand-dark: #7a3f0c;
  --accent: #0e7c86;
  --accent-soft: #d9f1f3;
  --warn: #b26a00;
  --error: #b3261e;
  --shadow: 0 18px 45px rgba(20, 24, 27, 0.12);
  --radius: 8px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

a {
  color: var(--accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--brand-dark);
}

.wrap {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 24px;
}

.skip-link {
  background: var(--ink);
  color: #ffffff;
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -48px;
  z-index: 10;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  background: rgba(244, 246, 247, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 3;
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 68px;
}

.brand-lockup {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

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

.nav-links a {
  color: var(--steel);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

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

.hero {
  background: #14181b;
  color: #ffffff;
  overflow: hidden;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: 640px;
  padding: 70px 24px 82px;
}

.eyebrow {
  color: #f3b46f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

h1 {
  font-size: 4.4rem;
  max-width: 760px;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0;
}

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

.lede {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  margin-top: 22px;
  max-width: 650px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border-radius: var(--radius);
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
}

.button.primary {
  background: var(--brand);
  color: var(--bg);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.button.neutral {
  background: var(--ink);
  color: #ffffff;
}

.trust-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  max-width: 720px;
}

.trust-pill {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 10px 12px;
}

.device-shot {
  background: #101416;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 410px;
  min-height: 560px;
  padding: 18px;
  width: 100%;
}

.app-screen {
  background: #f4f6f7;
  border-radius: 18px;
  color: var(--ink);
  min-height: 524px;
  overflow: hidden;
  padding: 18px;
}

.screen-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.screen-title {
  font-size: 0.95rem;
  font-weight: 800;
}

.screen-chip {
  background: var(--accent-soft);
  border-radius: 999px;
  color: #075d64;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 9px;
}

.result-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(20, 24, 27, 0.08);
  padding: 18px;
}

.result-label {
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.result-number {
  color: var(--brand-dark);
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.result-sub {
  color: var(--steel);
  font-size: 0.98rem;
  margin-top: 8px;
}

.result-note {
  color: var(--steel);
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 12px;
}

.metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.metric {
  background: #f4f6f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.metric strong {
  display: block;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-size: 1.3rem;
  line-height: 1.1;
}

.metric span {
  color: var(--steel);
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 4px;
}

.dial {
  margin-top: 20px;
}

.dial-track {
  background:
    linear-gradient(90deg, var(--warn) 0 31%, var(--accent) 31% 68%, var(--error) 68% 100%);
  border-radius: 999px;
  height: 16px;
  position: relative;
}

.dial-marker {
  background: #ffffff;
  border: 3px solid var(--ink);
  border-radius: 999px;
  height: 28px;
  left: 47%;
  position: absolute;
  top: -6px;
  width: 28px;
}

.dial-labels {
  color: var(--steel);
  display: flex;
  font-size: 0.76rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 9px;
}

.steps {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.step-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 56px;
  padding: 12px;
}

.step-dot {
  background: var(--brand);
  border-radius: 50%;
  color: var(--bg);
  display: inline-flex;
  flex: 0 0 30px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 30px;
  width: 30px;
}

.screenshot-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.screenshot-card {
  margin: 0;
}

.screenshot-card img {
  background: #14181b;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20, 24, 27, 0.12);
  display: block;
  height: auto;
  width: 100%;
}

.screenshot-card figcaption {
  color: var(--steel);
  font-size: 0.94rem;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}

.band {
  padding: 72px 0;
}

.band.white {
  background: #ffffff;
}

.section-head {
  margin-bottom: 28px;
  max-width: 760px;
}

.section-head p {
  color: var(--steel);
  font-size: 1.08rem;
  margin-top: 12px;
}

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

.feature {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.feature p,
.support-panel p,
.privacy-card p,
.faq-item p {
  color: var(--steel);
  margin-top: 9px;
}

.feature-icon {
  align-items: center;
  background: #fff2e4;
  border-radius: 8px;
  color: var(--brand-dark);
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.privacy-grid,
.support-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.privacy-card,
.support-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.support-panel.highlight {
  border-color: rgba(14, 124, 134, 0.4);
  box-shadow: 0 12px 30px rgba(14, 124, 134, 0.1);
}

.list {
  color: var(--steel);
  margin: 12px 0 0;
  padding-left: 20px;
}

.list li + li {
  margin-top: 7px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
}

.legal-page {
  background: #ffffff;
}

.page-hero {
  background: var(--ink);
  color: #ffffff;
  padding: 72px 0;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
  margin-top: 16px;
  max-width: 760px;
}

.date-line {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 18px;
}

.content-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.28fr);
}

.policy-section {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.policy-section:first-child {
  padding-top: 0;
}

.policy-section h2 {
  font-size: 1.55rem;
}

.policy-section p {
  color: var(--steel);
  margin-top: 12px;
}

.policy-section ul {
  color: var(--steel);
  margin: 12px 0 0;
  padding-left: 20px;
}

.policy-section li + li {
  margin-top: 7px;
}

.side-box {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  position: sticky;
  top: 96px;
}

.side-box h2 {
  font-size: 1.2rem;
}

.side-box p,
.side-box li {
  color: var(--steel);
  font-size: 0.95rem;
}

.site-footer {
  background: #101416;
  color: rgba(255, 255, 255, 0.78);
  padding: 34px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

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

.footer-links a {
  color: #ffffff;
}

.fine-print {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-top: 18px;
  max-width: 900px;
}

@media (max-width: 860px) {
  .hero-grid,
  .content-grid,
  .feature-grid,
  .privacy-grid,
  .support-grid,
  .screenshot-grid,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    padding-top: 48px;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .device-shot {
    max-width: 370px;
  }

  .side-box {
    position: static;
  }
}

@media (max-width: 560px) {
  .wrap {
    padding: 0 18px;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-grid {
    gap: 28px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .lede {
    font-size: 1.05rem;
  }

  .cta-row,
  .button {
    width: 100%;
  }

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

  .screenshot-grid {
    gap: 24px;
  }

  .device-shot {
    border-radius: 18px;
    min-height: 0;
    padding: 10px;
  }

  .app-screen {
    border-radius: 12px;
    min-height: 0;
  }

  .band {
    padding: 52px 0;
  }

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