:root {
  color-scheme: light;
  --ink: #19201d;
  --muted: #5b6761;
  --line: #d8ded8;
  --paper: #fbfaf4;
  --panel: #ffffff;
  --green: #0f6b4f;
  --green-soft: #dff1e8;
  --amber: #9b640f;
  --amber-soft: #fff0cb;
  --blue: #255f85;
  --coral: #c4523f;
  --shadow: 0 24px 70px rgba(25, 32, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(216, 222, 216, 0.72);
  background: rgba(251, 250, 244, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #202722;
  border-radius: 7px;
  background: #ffdf6e;
  box-shadow: 3px 3px 0 #202722;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

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

.nav-cta,
.button,
.signup button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 760;
}

.nav-cta {
  padding: 0 16px;
  background: var(--ink);
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 68px);
  padding: clamp(44px, 8vw, 98px) clamp(18px, 4vw, 56px) 42px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 223, 110, 0.68), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 86% 12%, rgba(196, 82, 63, 0.18), transparent 30%),
    linear-gradient(180deg, #fbfaf4 0%, #eef5ef 100%);
}

.hero-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(25, 32, 29, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 32, 29, 0.09) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

.hero-inner {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 10vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.hero-lede,
.section-heading p,
.workflow p,
.proof-copy p,
.cta-section p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  padding: 0 20px;
  border: 1px solid var(--ink);
}

.button.primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 #ffdf6e;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.68);
}

.quick-stats {
  display: grid;
  max-width: 620px;
  margin: 30px 0 0;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.quick-stats div {
  padding-top: 12px;
  border-top: 1px solid rgba(25, 32, 29, 0.22);
}

.quick-stats dt {
  font-weight: 850;
}

.quick-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-shot {
  overflow: hidden;
  border: 1px solid rgba(25, 32, 29, 0.18);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.shot-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #f2f4ef;
  color: var(--muted);
  font-size: 0.82rem;
}

.shot-toolbar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #e06a50;
}

.shot-toolbar span:nth-child(2) {
  background: #f0bd45;
}

.shot-toolbar span:nth-child(3) {
  margin-right: 8px;
  background: #3f9d71;
}

.score-strip {
  display: grid;
  gap: 12px;
  padding: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.score-strip article {
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfaf4;
}

.score-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.score-strip strong {
  font-size: 1.08rem;
}

.table-wrap {
  overflow-x: auto;
  padding: 0 18px 18px;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.pill.green {
  background: var(--green-soft);
  color: var(--green);
}

.pill.amber {
  background: var(--amber-soft);
  color: var(--amber);
}

.intent-band {
  display: grid;
  gap: 14px;
  padding: 22px clamp(18px, 4vw, 56px);
  border-block: 1px solid var(--line);
  background: #fff;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.intent-band p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.query-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.query-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7f6ef;
  color: #39413c;
  font-size: 0.9rem;
}

.section,
.workflow,
.cta-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 770px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 22px;
}

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

.feature,
.quote-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature {
  min-height: 230px;
  padding: 24px;
}

.feature p,
.faq-list p,
.steps span {
  color: var(--muted);
}

.icon {
  display: inline-grid;
  width: 44px;
  height: 32px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 999px;
  background: #ffdf6e;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
}

.workflow {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  grid-template-columns: 0.8fr 1.2fr;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  min-height: 112px;
  padding: 22px 22px 22px 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  counter-increment: step;
}

.steps li::before {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  content: counter(step);
  font-weight: 850;
}

.steps strong {
  display: block;
  margin-bottom: 6px;
}

.proof {
  display: grid;
  gap: 26px;
  align-items: center;
  grid-template-columns: 1fr 0.72fr;
}

.quote-card {
  padding: 28px;
  background: #22362f;
  color: #fff;
}

.quote-card p {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 820;
  line-height: 1.04;
}

.quote-card span {
  color: rgba(255, 255, 255, 0.72);
}

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

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  max-width: 820px;
  margin: 12px 0 0;
}

.cta-section {
  display: grid;
  gap: 28px;
  align-items: center;
  grid-template-columns: 1fr 0.85fr;
}

.signup {
  padding: 22px;
  border: 1px solid rgba(25, 32, 29, 0.18);
  border-radius: 8px;
  background: #fff;
  box-shadow: 8px 8px 0 #ffdf6e;
}

.signup label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.signup div {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.signup input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
}

.signup button {
  border: 0;
  padding: 0 18px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 850;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero-inner,
  .workflow,
  .proof,
  .cta-section,
  .intent-band {
    grid-template-columns: 1fr;
  }

  .product-shot {
    transform: none;
  }

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

@media (max-width: 640px) {
  .site-header {
    padding-inline: 16px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .quick-stats,
  .score-strip,
  .signup div {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .steps li {
    padding-left: 68px;
  }

  .site-footer {
    flex-direction: column;
  }
}
