:root {
  --blue: #1238f5;
  --blue-dark: #0925be;
  --lime: #c8ff2f;
  --ink: #101010;
  --muted: #666;
  --line: #d8d8d8;
  --soft: #f6f7f9;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 99; background: #fff; padding: 8px 12px; }
.skip-link:focus { left: 8px; }

.site-header {
  height: 72px;
  border-bottom: 1px solid var(--ink);
  background: rgba(255,255,255,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 22px; font-weight: 900; letter-spacing: -1px; text-decoration: none; }
.brand-mark { color: var(--blue); }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-weight: 700; font-size: 14px; text-decoration: none; }
.nav a:hover { color: var(--blue); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 4px 4px 0 var(--blue);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--blue); }
.button.blue { background: var(--blue); box-shadow: 4px 4px 0 var(--ink); }
.button.ghost { background: #fff; color: var(--ink); box-shadow: none; }

.hero { padding: 84px 0 86px; border-bottom: 1px solid var(--ink); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1; letter-spacing: -.045em; }
h1 { margin-top: 18px; font-size: clamp(54px, 7vw, 94px); max-width: 760px; }
.hero-copy > p { max-width: 630px; color: #454545; font-size: 20px; margin: 27px 0 32px; }
.url-form { display: flex; gap: 10px; max-width: 660px; }
.url-field { flex: 1; min-width: 0; min-height: 54px; padding: 0 17px; border: 1px solid var(--ink); outline: none; }
.url-field:focus { box-shadow: 0 0 0 3px rgba(18,56,245,.2); }
.microcopy { color: var(--muted); font-size: 13px; margin-top: 13px; }
.form-note { display: none; margin-top: 14px; padding: 12px 14px; border-left: 4px solid var(--blue); background: #f2f5ff; font-size: 14px; }
.form-note.show { display: block; }

.review-card { position: relative; border: 1px solid var(--ink); background: #fff; box-shadow: 14px 14px 0 var(--lime); }
.review-bar { display: flex; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid var(--ink); font-weight: 800; font-size: 13px; }
.review-bar span:last-child { color: var(--blue); }
.tabs { display: flex; border-bottom: 1px solid var(--line); }
.tab { flex: 1; border: 0; border-right: 1px solid var(--line); background: #fff; padding: 12px 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tab:last-child { border-right: 0; }
.tab.active { color: #fff; background: var(--blue); }
.review-body { padding: 26px 26px 30px; min-height: 300px; }
.review-score { display: flex; align-items: baseline; gap: 8px; margin-bottom: 24px; }
.review-score strong { font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.review-score span { color: var(--muted); font-weight: 700; }
.finding { padding: 17px 0; border-top: 1px solid var(--line); }
.finding-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 7px; }
.finding h3 { font-size: 17px; letter-spacing: -.02em; }
.priority { padding: 3px 7px; background: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.finding p { margin: 0; color: var(--muted); font-size: 14px; }
.annotation { position: absolute; color: var(--blue); font-family: "Comic Sans MS", cursive; font-weight: 700; transform: rotate(-7deg); }
.annotation.one { right: -18px; top: -42px; }
.annotation.two { left: -25px; bottom: -47px; transform: rotate(5deg); }

.steps { padding: 94px 0; }
.section-kicker { color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 15px; }
.section-title { font-size: clamp(42px, 5.2vw, 72px); max-width: 850px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.step { min-height: 250px; padding: 29px 29px 32px 0; border-right: 1px solid var(--ink); }
.step + .step { padding-left: 29px; }
.step:last-child { border-right: 0; }
.step-no { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; background: var(--blue); color: #fff; font-weight: 900; }
.step h3 { font-size: 26px; margin: 38px 0 14px; }
.step p { margin: 0; color: var(--muted); max-width: 280px; }

.checks { padding: 94px 0; background: var(--ink); color: #fff; }
.checks .section-title { max-width: 720px; }
.check-list { margin-top: 57px; border-top: 1px solid #555; }
.check-row { display: grid; grid-template-columns: 70px 1fr 1.3fr; gap: 28px; align-items: center; min-height: 118px; border-bottom: 1px solid #555; }
.check-row .num { color: var(--lime); font-weight: 900; }
.check-row h3 { font-size: 27px; letter-spacing: -.03em; }
.check-row p { color: #bdbdbd; margin: 0; }

.pricing { padding: 94px 0; }
.pricing-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.pricing-head p { max-width: 460px; color: var(--muted); margin: 0; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.price-card { border: 1px solid var(--ink); padding: 34px; position: relative; }
.price-card.featured { background: #f3f6ff; border: 2px solid var(--blue); }
.price-label { font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.price { font-size: 64px; font-weight: 900; letter-spacing: -.06em; margin: 22px 0 5px; }
.price small { font-size: 17px; letter-spacing: 0; color: var(--muted); }
.price-card > p { color: var(--muted); min-height: 48px; }
.feature-list { padding: 0; margin: 29px 0 34px; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "↳"; color: var(--blue); font-weight: 900; margin-right: 9px; }
.coming { position: absolute; top: 18px; right: 18px; background: var(--lime); padding: 5px 9px; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.faq { padding: 94px 0; background: var(--soft); border-top: 1px solid var(--ink); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-question { width: 100%; border: 0; background: transparent; padding: 23px 0; display: flex; justify-content: space-between; text-align: left; font-weight: 800; }
.faq-answer { display: none; padding: 0 34px 22px 0; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .plus { transform: rotate(45deg); }
.plus { color: var(--blue); font-size: 22px; transition: transform .15s ease; }

.final-cta { padding: 78px 0; background: var(--blue); color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { font-size: clamp(42px, 5vw, 70px); max-width: 760px; }
.final-cta .button { background: #fff; color: var(--ink); box-shadow: 5px 5px 0 var(--lime); white-space: nowrap; }
.site-footer { padding: 32px 0; background: var(--ink); color: #fff; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #c9c9c9; font-size: 13px; }

.legal-main { padding: 72px 0 100px; }
.legal { max-width: 820px; }
.legal h1 { font-size: clamp(48px, 7vw, 78px); }
.legal .updated { color: var(--muted); margin: 18px 0 46px; }
.legal h2 { font-size: 25px; margin-top: 38px; letter-spacing: -.025em; }
.legal p, .legal li { color: #444; }
.legal a { color: var(--blue); }
.legal-callout { margin-top: 42px; padding: 22px; border: 1px solid var(--ink); background: var(--soft); }
.not-found { min-height: calc(100vh - 176px); display: grid; place-items: center; text-align: center; }

@media (max-width: 900px) {
  .hero-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .annotation.one { right: 5px; }
  .step-grid { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--ink); padding: 28px 0; min-height: 0; }
  .step + .step { padding-left: 0; }
  .step:last-child { border-bottom: 0; }
  .check-row { grid-template-columns: 50px 1fr; padding: 24px 0; }
  .check-row p { grid-column: 2; }
  .pricing-head, .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 64px; }
  .nav a:not(.button) { display: none; }
  .nav .button { min-height: 39px; padding: 0 13px; font-size: 12px; }
  .hero { padding: 55px 0 64px; }
  h1 { font-size: 53px; }
  .hero-copy > p { font-size: 18px; }
  .url-form { flex-direction: column; }
  .url-field { flex: auto; }
  .review-card { box-shadow: 8px 8px 0 var(--lime); }
  .annotation { display: none; }
  .steps, .checks, .pricing, .faq { padding: 70px 0; }
  .section-title { font-size: 43px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { padding: 27px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
