:root {
  color-scheme: light;
  --ink: #1a1614;
  --muted: #6b6760;
  --line: #e4e0d6;
  --line-strong: #c8c2b3;
  --paper: #f6f2ea;
  --panel: #ffffff;
  --charcoal: #1c1a17;
  --charcoal-soft: #2a2622;
  --accent: #d6452f;
  --accent-dark: #b03720;
  --accent-soft: rgba(214, 69, 47, 0.08);
  --success: #1f9357;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(20, 18, 15, 0.06);
  --shadow-md: 0 12px 32px rgba(20, 18, 15, 0.10);
  --shadow-lg: 0 24px 60px rgba(20, 18, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  font-feature-settings: "ss01", "ss02", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

.site-header {
  align-items: center;
  background: rgba(246, 242, 234, 0.86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(20px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand img {
  border-radius: 9px;
  box-shadow: var(--shadow-sm);
  height: 32px;
  width: 32px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 500;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.18s ease;
}

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

.nav .button {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  padding: 9px 14px;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.nav .button:hover {
  background: var(--charcoal-soft);
  transform: translateY(-1px);
}

.hero {
  background: radial-gradient(120% 80% at 0% 0%, var(--charcoal-soft) 0%, var(--charcoal) 60%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(72px, 11vw, 132px) clamp(20px, 5vw, 64px) clamp(80px, 12vw, 140px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f6f2ea;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  padding: 6px 12px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
}

.hero h1,
.page-title h1 {
  font-size: clamp(40px, 6.6vw, 78px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.02;
  margin: 0 0 22px;
  max-width: 18ch;
  text-wrap: balance;
}

.hero h1 .accent {
  color: var(--accent);
}

.hero p {
  color: rgba(246, 242, 234, 0.84);
  font-size: clamp(17px, 1.6vw, 21px);
  letter-spacing: -0.005em;
  margin: 0 0 36px;
  max-width: 56ch;
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.primary-action,
.secondary-action {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.005em;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  white-space: nowrap;
}

.primary-action {
  background: var(--accent);
  box-shadow: 0 8px 22px rgba(214, 69, 47, 0.32);
  color: #fff;
}

.primary-action:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.secondary-action {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.secondary-action:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 18px 36px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-top: 56px;
  padding-top: 28px;
}

.hero-stats dt {
  color: rgba(246, 242, 234, 0.62);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stats dd {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 4px 0 0;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
  scroll-margin-top: 78px;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.section-eyebrow {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.section h2 {
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 22ch;
  text-wrap: balance;
}

.section > .section-inner > p,
.section-lead {
  color: var(--muted);
  font-size: 17px;
  letter-spacing: -0.005em;
  margin: 0 0 40px;
  max-width: 64ch;
}

.proof-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.proof-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.proof-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.proof-item .icon {
  align-items: center;
  background: var(--accent-soft);
  border-radius: 10px;
  color: var(--accent);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding: 0 10px;
  text-transform: uppercase;
}

.proof-item strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 6px;
}

.proof-item span {
  color: var(--muted);
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

.screenshots {
  background: linear-gradient(180deg, var(--paper) 0%, #ece7da 100%);
}

.shot-strip {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 8px;
}

.shot {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin: 0;
  overflow: hidden;
  padding: 8px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shot:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.shot img {
  aspect-ratio: 1320 / 2868;
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.details-wrap {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.checklist {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin: 0;
  padding: 6px 0;
}

.checklist li {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 16px 18px;
}

.checklist li:last-child {
  border-bottom: 0;
}

.checklist li::before {
  background: var(--success);
  border-radius: 50%;
  color: #fff;
  content: "\2713";
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  text-align: center;
  width: 20px;
}

.cta {
  background: var(--charcoal);
  border-radius: var(--radius-lg);
  color: #fff;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 64px);
  text-align: center;
}

.cta h2 {
  color: #fff;
  margin: 0 auto 12px;
  max-width: 22ch;
}

.cta p {
  color: rgba(246, 242, 234, 0.78);
  margin: 0 auto 24px;
  max-width: 48ch;
}

.cta .actions {
  justify-content: center;
}

.cta .cta-note {
  color: rgba(246, 242, 234, 0.62);
  font-size: 14px;
  margin-top: 18px;
}

.cta .cta-note a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 3px;
}

.footer {
  background: var(--charcoal);
  color: #f2f0e8;
  font-size: 14px;
  padding: 32px clamp(20px, 5vw, 72px);
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer a {
  color: #f2f0e8;
  opacity: 0.78;
  text-decoration: none;
  transition: opacity 0.18s ease;
}

.footer a:hover {
  opacity: 1;
}

.page-title {
  background: var(--charcoal);
  color: #fff;
  padding: clamp(64px, 10vw, 110px) clamp(20px, 5vw, 72px);
}

.page-title-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.page-title p,
.policy p,
.policy li {
  color: var(--muted);
  font-size: 16px;
}

.page-title p {
  color: rgba(246, 242, 234, 0.84);
  margin: 0;
  max-width: 64ch;
}

.policy {
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(48px, 7vw, 84px) 20px;
}

.policy h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 36px 0 10px;
}

.policy p,
.policy li {
  line-height: 1.65;
}

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

@media (max-width: 900px) {
  .details-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
  }

  .nav {
    gap: 14px;
  }

  .nav-extra {
    display: none;
  }

  .hero-stats {
    margin-top: 36px;
  }

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