/* Checkback. One accent color, Public Sans, no images. */
:root {
  /* Tokens from build/outreach/BRAND.md (W2-outreach proposal, not yet approved by Chris). */
  --ink: #16181B;
  --muted: #5B6168;
  --line: #DCDFDA;
  --bg: #FFFFFF;
  --soft: #F3F4F1;
  --accent: #0B6E4F;
  --accent-ink: #FFFFFF;
  --warn-bg: #fff3cd;
  --warn-ink: #5c4400;
}
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #ECEEEA; --muted: #9AA0A6; --line: #2E3236; --bg: #121416; --soft: #1C1F22;
    --accent: #3FB68B; --accent-ink: #121416; --warn-bg: #3a2f00; --warn-ink: #ffe08a;
  }
  input[type=text], input[type=email], input[type=tel], input[type=url], select, textarea { background: #1C1F22; color: var(--ink); border-color: #2E3236; }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 18px/1.55 "Public Sans", "Segoe UI", Arial, sans-serif;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 0 16px; }
header.site { border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 56px; }
.logo { font-weight: 800; font-size: 17px; color: var(--ink); text-decoration: none; letter-spacing: 0.06em; }
.logo span { color: var(--accent); }
nav a { color: var(--muted); text-decoration: none; margin-left: 16px; font-size: 16px; }
h1 { font-size: 34px; line-height: 1.15; margin: 40px 0 16px; letter-spacing: -0.02em; }
h2 { font-size: 24px; line-height: 1.25; margin: 48px 0 12px; }
h3 { font-size: 19px; margin: 24px 0 6px; }
p, ul, ol { margin: 0 0 14px; }
a { color: var(--accent); }
.lede { font-size: 20px; color: var(--muted); }
.jobs { list-style: none; padding: 0; margin: 20px 0; }
.jobs li { padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); position: relative; font-weight: 600; }
.jobs li::before { content: "\2713"; color: var(--accent); position: absolute; left: 2px; font-weight: 800; }
.price { border: 2px solid var(--accent); padding: 20px; margin: 28px 0; }
.price .amount { font-size: 30px; font-weight: 800; }
.price .terms { color: var(--muted); margin-bottom: 16px; }
.btn {
  display: inline-block; background: var(--accent); color: var(--accent-ink);
  padding: 14px 28px; font-weight: 700; font-size: 18px; text-decoration: none;
  border: 0; cursor: pointer; font-family: inherit;
}
.btn:hover { filter: brightness(1.1); }
.small { font-size: 15px; color: var(--muted); }
.steps { padding-left: 22px; }
.steps li { margin-bottom: 12px; }
.sample { background: var(--soft); border: 1px solid var(--line); padding: 20px; font-size: 16px; }
.sample .tag { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.sample h3 { font-size: 17px; }
details { border-bottom: 1px solid var(--line); padding: 12px 0; }
summary { font-weight: 700; cursor: pointer; }
details p { margin-top: 8px; }
footer.site { border-top: 1px solid var(--line); margin-top: 64px; padding: 24px 0 40px; font-size: 15px; color: var(--muted); }
footer.site a { color: var(--muted); margin-right: 16px; }
.draft { background: var(--warn-bg); color: var(--warn-ink); padding: 14px 16px; font-weight: 700; border: 2px solid var(--warn-ink); margin: 24px 0; }
/* form */
form .q { margin: 26px 0; }
form label.q-label, form legend { font-weight: 700; display: block; margin-bottom: 6px; padding: 0; }
form .hint { font-size: 15px; color: var(--muted); margin: -2px 0 8px; }
form .req { color: var(--accent); }
fieldset { border: 0; padding: 0; margin: 0; }
input[type=text], input[type=email], input[type=tel], input[type=url], select, textarea {
  width: 100%; font: inherit; font-size: 17px; padding: 10px 12px; border: 1px solid #9aa0a6; background: #fff; color: var(--ink); border-radius: 0;
}
textarea { min-height: 110px; }
.opt { display: block; padding: 6px 0; }
.opt input { margin-right: 8px; }
.hp { position: absolute; left: -5000px; }
.errors { background: var(--warn-bg); color: var(--warn-ink); padding: 12px 16px; margin: 16px 0; }
/* card */
.check { border-bottom: 1px solid var(--line); padding: 12px 0; }
.check .st { font-weight: 800; margin-right: 8px; }
.check .st.ok { color: var(--accent); }
.check .st.na, .check.unk strong { color: var(--muted); }
.check .note { font-size: 15px; color: var(--muted); }
.check .fix { font-size: 15px; margin-top: 2px; }
@media (max-width: 480px) {
  h1 { font-size: 28px; margin-top: 28px; }
  body { font-size: 17px; }
  nav a { margin-left: 12px; font-size: 15px; }
}
/* hero image and proof (W4, 9/24) */
figure.hero { margin: 8px -16px 20px; }
figure.hero img { display: block; width: 100%; height: auto; }
figure.hero figcaption { font-size: 13px; color: var(--muted); text-align: center; margin-top: 4px; padding: 0 16px; }
.proof { background: var(--soft); border: 1px solid var(--line); padding: 18px 20px; margin: 20px 0; }
.proof .tag { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 10px; }
.proof .nums { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 20px; margin-bottom: 12px; }
.proof .nums b { display: block; font-size: 28px; font-weight: 800; color: var(--accent); line-height: 1.1; }
.proof .nums span { font-size: 15px; color: var(--muted); }
.sig { font-family: "Caveat", cursive; font-weight: 600; font-size: 2.1rem; line-height: 1; margin-top: .25rem; }  /* handwritten, not Chris's real signature (Chris 9/24) */
.plan { padding-left: 22px; }
.plan li { margin-bottom: 12px; }
@media (min-width: 720px) { figure.hero { margin: 8px 0 20px; } }
/* plan page: color strip and guest items (W4, 9/24). Red fix first, yellow fix soon, green working, grey not checked. */
:root { --red: #C0392B; --yellow: #F2C230; }
@media (prefers-color-scheme: dark) { :root { --red: #F07167; --yellow: #F5C94A; } }
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 8px 0; }
@media (min-width: 560px) { .strip { grid-template-columns: repeat(6, 1fr); } }
.cell { padding: 8px 4px; font-size: 13px; font-weight: 700; text-align: center; color: #fff; }
.cell.red, .lg i.red { background: var(--red); }
.cell.yellow, .lg i.yellow { background: var(--yellow); }
.cell.yellow { color: #16181B; }
.cell.green, .lg i.green { background: var(--accent); }
.cell.green { color: var(--accent-ink); }
.cell.grey, .lg i.grey { background: var(--line); }
.cell.grey { color: var(--muted); }
.legend { font-size: 14px; color: var(--muted); }
.lg { margin-right: 14px; white-space: nowrap; }
.lg i { display: inline-block; width: 11px; height: 11px; margin-right: 5px; }
.it { border-left: 6px solid var(--line); background: var(--soft); padding: 10px 14px; margin: 0 0 8px; }
.it.red { border-color: var(--red); } .it.yellow { border-color: var(--yellow); } .it.green { border-color: var(--accent); }
.it .g { font-weight: 700; }
.it .do { font-size: 16px; margin-top: 3px; }
.it .do strong { color: var(--accent); }
.it .note { font-size: 14px; color: var(--muted); }
.prop { font-size: 14px; border: 1px dashed var(--muted); padding: 6px 8px; color: var(--muted); }
/* Google Strength Report score (W4, 9/25): bands 0-39 red, 40-69 yellow, 70-100 green. */
.score { display: flex; gap: 16px; align-items: center; background: var(--soft); border: 1px solid var(--line); padding: 16px; margin: 20px 0 8px; }
.sc { font-size: 48px; font-weight: 800; line-height: 1; }
.sc span { font-size: 16px; color: var(--muted); font-weight: 600; }
.sc.red { color: var(--red); } .sc.yellow { color: #B8860B; } .sc.green { color: var(--accent); }
@media (prefers-color-scheme: dark) { .sc.yellow { color: var(--yellow); } }
.sct { flex: 1; }
.sch { font-weight: 800; margin-bottom: 6px; }
.meter { position: relative; height: 10px; background: linear-gradient(90deg, var(--red) 0 40%, var(--yellow) 40% 70%, var(--accent) 70% 100%); }
.meter i { position: absolute; top: -4px; width: 4px; height: 18px; margin-left: -2px; background: var(--ink); }
.bands { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin: 3px 0 4px; }
.sample-report { margin: 12px 0 20px; }
.sample-report img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.sample-report figcaption { font-size: 13px; color: var(--muted); margin-top: 4px; }
/* Home page sales pass (V-voice, 9/24): owner problems, each with what we do. */
.pains { margin: 8px 0 20px; }
.pain { border-left: 4px solid var(--accent); background: var(--soft); padding: 12px 14px; margin: 0 0 10px; }
.pain p { margin: 0 0 6px; }
.pain p:last-child { margin-bottom: 0; }
.pain .said { font-weight: 600; }
.stack { margin: 10px 0; padding-left: 20px; }
.stack li { margin: 4px 0; }
