html, body { margin: 0; padding: 0; background: oklch(0.982 0.008 85); }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
::selection { background: oklch(0.88 0.05 150); }
a { color: oklch(0.48 0.09 155); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: oklch(0.36 0.08 155); }
input, textarea, button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid oklch(0.5 0.1 155); outline-offset: 2px; }
input:focus-visible, textarea:focus-visible { outline: none; }
input::placeholder, textarea::placeholder { color: oklch(0.68 0.01 70); }

@media (max-width: 560px) {
  table { font-size: 13.5px !important; }
}

.page {
  font-family: 'Public Sans', system-ui, sans-serif;
  color: oklch(0.26 0.012 70);
  background: oklch(0.982 0.008 85);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 28px);
}

/* Header */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0 0;
}

.brand { display: flex; align-items: baseline; gap: 10px; }

.brand-name {
  font-family: 'Newsreader', serif;
  font-size: 21px;
  letter-spacing: -0.01em;
}

.brand-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: oklch(0.6 0.12 155);
  display: block;
}

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: oklch(0.58 0.012 70);
}

/* Hero */

.hero { padding: 84px 0 0; }

.hero-title {
  font-family: 'Newsreader', serif;
  font-weight: 400;
  font-size: clamp(34px, 8.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  margin: 0;
  text-wrap: pretty;
}

.hero-title-em {
  font-style: italic;
  color: oklch(0.44 0.07 155);
}

.hero-lede {
  font-size: 18.5px;
  line-height: 1.62;
  margin: 26px 0 0;
  max-width: 33em;
  color: oklch(0.36 0.012 70);
  text-wrap: pretty;
}

.hero-sub {
  font-size: 16px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 33em;
  color: oklch(0.5 0.012 70);
}

/* Signup card */

.signup-card {
  margin: 52px 0 0;
  border: 1px solid oklch(0.9 0.014 80);
  border-radius: 4px;
  background: oklch(0.995 0.005 85);
  padding: clamp(22px, 5vw, 30px) clamp(20px, 5vw, 30px) clamp(24px, 5vw, 32px);
}

.card-title {
  font-family: 'Newsreader', serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  letter-spacing: -0.015em;
}

.card-intro {
  font-size: 15px;
  line-height: 1.55;
  margin: 8px 0 24px;
  color: oklch(0.52 0.012 70);
}

.form { display: grid; gap: 14px; }

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

.field { display: grid; gap: 7px; }

.field-label {
  font-size: 12.5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: oklch(0.5 0.012 70);
}

.input {
  border: 1px solid oklch(0.87 0.014 80);
  border-radius: 3px;
  padding: 11px 13px;
  font-size: 15.5px;
  line-height: 1.5;
  background: oklch(1 0 0);
  outline: none;
  resize: vertical;
  width: 100%;
}

.input:focus-visible {
  border-color: oklch(0.6 0.11 155);
  box-shadow: 0 0 0 3px oklch(0.9 0.05 155);
}

.field-hint {
  font-size: 13px;
  color: oklch(0.6 0.012 70);
}

.link-btn {
  justify-self: start;
  background: none;
  border: none;
  padding: 2px 0;
  font-size: 14px;
  color: oklch(0.48 0.09 155);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.link-btn:hover { color: oklch(0.36 0.08 155); }

.optional-fields {
  display: grid;
  gap: 14px;
  padding: 4px 0 2px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.captcha-block { display: grid; gap: 8px; }

.turnstile-mount { min-height: 66px; }

.captcha-fallback {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: oklch(0.62 0.012 70);
}

.submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.submit-btn {
  background: oklch(0.34 0.055 155);
  color: oklch(0.98 0.01 85);
  border: none;
  border-radius: 3px;
  padding: 13px 26px;
  font-size: 15.5px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.005em;
}

.submit-btn:hover { background: oklch(0.27 0.05 155); }
.submit-btn:disabled { cursor: default; opacity: 0.75; }

.submit-note {
  font-size: 13.5px;
  color: oklch(0.6 0.012 70);
}

.form-error {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: oklch(0.5 0.14 30);
}

.noscript-note {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 16px 0 0;
  color: oklch(0.42 0.012 70);
}

.success-state {
  display: grid;
  gap: 10px;
  padding: 6px 0;
}

/* Focused programmatically after submit — no visible ring needed. */
.success-state:focus { outline: none; }

.success-copy {
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
  color: oklch(0.42 0.012 70);
  max-width: 34em;
}

/* Section headings shared by "How it works" / "Where it sits" */

.section-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: oklch(0.58 0.012 70);
  margin: 0 0 30px;
  font-weight: 400;
}

.section-lead {
  font-family: 'Newsreader', serif;
  font-size: clamp(22px, 5.5vw, 27px);
  line-height: 1.32;
  margin: 0 0 38px;
  letter-spacing: -0.015em;
  max-width: 26em;
  text-wrap: pretty;
}

/* How it works */

.how { padding: 92px 0 0; }

.steps { display: grid; gap: 26px; }

.step {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 18px;
  align-items: start;
}

.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: oklch(0.62 0.1 155);
  padding-top: 3px;
}

.step-title {
  font-size: 16.5px;
  font-weight: 600;
  margin: 0 0 6px;
}

.step-copy {
  font-size: 15.5px;
  line-height: 1.62;
  margin: 0;
  color: oklch(0.42 0.012 70);
  max-width: 32em;
}

/* Comparison table */

.comparison { padding: 92px 0 0; }
.comparison .section-lead { margin: 0 0 34px; }

/* tabindex="0" makes the overflow region keyboard-scrollable; the outline
   only shows for keyboard users, so the visual design is unchanged. */
.table-scroll { overflow-x: auto; margin: 0 -4px; }
.table-scroll:focus-visible { outline: 2px solid oklch(0.5 0.1 155); outline-offset: 4px; }

.compare-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-size: 14.5px;
}

.compare-table thead th,
.compare-table thead td {
  text-align: left;
  padding: 0 14px 12px 0;
  font-weight: 400;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: oklch(0.58 0.012 70);
}

.compare-table thead th:last-child { padding-right: 0; }

.compare-table tbody th,
.compare-table tbody td {
  text-align: left;
  font-weight: 400;
  padding: 13px 14px 13px 0;
  border-top: 1px solid oklch(0.9 0.014 80);
  color: oklch(0.42 0.012 70);
}

.compare-table tbody td:last-child { padding-right: 0; }

.compare-table tbody td.dim { color: oklch(0.66 0.012 70); }

.compare-table .row-kestimo th,
.compare-table .row-kestimo td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid oklch(0.78 0.03 155);
  color: oklch(0.4 0.08 155);
  font-weight: 500;
}

.compare-table .row-kestimo th {
  font-weight: 600;
  color: oklch(0.26 0.012 70);
}

.table-note {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 22px 0 0;
  color: oklch(0.56 0.012 70);
  max-width: 34em;
}

/* Closing CTA */

.closing { padding: 84px 0 0; }

.closing-row {
  border-top: 1px solid oklch(0.9 0.014 80);
  padding: 34px 0 0;
  display: flex;
  gap: 24px;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
}

.closing-copy {
  font-family: 'Newsreader', serif;
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.012em;
  max-width: 22em;
}

.closing-link {
  font-size: 15.5px;
  white-space: nowrap;
}

/* Footer */

.site-footer {
  padding: 64px 0 48px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: oklch(0.62 0.012 70);
}

.site-footer .mono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.05em;
}
