/* AppraiserBench marketing site — Graphite #18242B · Bench Teal #17A591 ·
   Slate #68777F · Off-white #F7F9F8. Calm, dense, evidence-first. The audience
   is professionally skeptical, so the page reads like a trade document rather
   than a startup landing page. */

:root {
  --graphite: #18242B;
  --graphite-2: #223039;
  --teal: #17A591;
  --teal-dark: #128273;
  --teal-soft: #E6F5F2;
  --slate: #68777F;
  --offwhite: #F7F9F8;
  --surface: #FFFFFF;
  --border: #DFE5E5;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  --r: 12px;
  --sh: 0 1px 2px rgba(24,36,43,.05), 0 8px 26px rgba(24,36,43,.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; background: var(--offwhite); color: var(--graphite);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- topbar ---------- */
.topbar { display: flex; align-items: center; gap: 32px; padding: 14px 24px;
  background: var(--graphite); position: sticky; top: 0; z-index: 40; }
.brand img { display: block; height: 30px; width: auto; }
.topnav { display: flex; gap: 22px; margin-right: auto; }
.topnav a { color: rgba(255,255,255,.74); text-decoration: none; font-size: 14.5px; }
.topnav a:hover { color: #fff; }
.topactions { display: flex; gap: 10px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center;
  font-size: 14.5px; font-weight: 600; text-decoration: none; white-space: nowrap;
  padding: 9px 18px; border-radius: 9px; border: 1px solid var(--border);
  background: var(--surface); color: var(--graphite); cursor: pointer; }
.btn:hover { border-color: #C6D0D0; background: #FBFCFC; }
.btn.primary { background: var(--teal); border-color: var(--teal); color: #fff; }
.btn.primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.btn.ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }
.btn.lg { font-size: 16px; padding: 13px 26px; }
.btn:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }

/* ---------- hero ---------- */
.hero { background: var(--graphite); color: #fff; padding: 76px 0 84px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px;
  color: var(--teal); font-size: 12.5px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(23,165,145,.22); }
.hero h1 { margin: 0; font-size: clamp(34px, 4.3vw, 52px); font-weight: 700;
  letter-spacing: -.03em; line-height: 1.06; max-width: 16ch; text-wrap: balance; }
.lede { margin: 20px 0 0; font-size: 18px; color: rgba(255,255,255,.76); max-width: 52ch; }
.cta-row { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { margin: 26px 0 0; color: rgba(255,255,255,.42); font-size: 13px; }

/* the exhibit card — concrete output, not a decorative screenshot */
.proof-card { background: #fff; border-radius: 14px; padding: 20px 22px 18px;
  box-shadow: 0 18px 48px rgba(0,0,0,.28); color: var(--graphite); }
.proof-head { display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 12px; margin-bottom: 6px; border-bottom: 1px solid var(--border); }
.proof-tag { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); }
.proof-file { font-family: var(--mono); font-size: 11.5px; color: var(--slate); }
.proof-row { display: flex; justify-content: space-between; align-items: center;
  padding: 9px 0; border-bottom: 1px solid #F0F3F3; font-size: 14px; }
.proof-row b { font-family: var(--mono); font-size: 14px; }
.proof-row .pos { color: var(--teal-dark); }
.proof-row .neutral { color: var(--slate); }
.proof-note { margin: 14px 0 0; font-size: 13.5px; color: var(--slate); line-height: 1.55; }
.proof-note b { color: var(--graphite); }
.proof-cite { margin: 10px 0 0; font-size: 11.5px; color: var(--slate);
  border-top: 1px dashed var(--border); padding-top: 10px; }

/* ---------- sections ---------- */
.section { padding: 74px 24px; }
.section-title { margin: 0; font-size: clamp(26px, 3.3vw, 34px); font-weight: 700;
  letter-spacing: -.025em; text-wrap: balance; }
.section-sub { margin: 10px 0 38px; color: var(--slate); font-size: 17px; }
.section-title.light { color: #fff; }
.section-sub.light { color: rgba(255,255,255,.66); }

/* ---------- problem ---------- */
.prob-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.prob { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--teal);
  border-radius: var(--r); padding: 22px 24px; box-shadow: var(--sh); }
.prob h3 { margin: 0 0 8px; font-size: 16.5px; font-weight: 650; line-height: 1.4; }
.prob p { margin: 0; color: var(--slate); font-size: 14.5px; }

/* ---------- tools ---------- */
.band { background: var(--graphite); color: #fff; padding: 74px 0 80px; }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 22px; }
.tool { background: var(--surface); border-radius: var(--r); box-shadow: var(--sh);
  padding: 28px; color: var(--graphite); display: flex; flex-direction: column; }
.rule { width: 36px; height: 4px; border-radius: 3px; background: var(--teal); }
.tool h3 { margin: 18px 0 4px; font-size: 22px; font-weight: 700; letter-spacing: -.015em; }
.tool .tag { margin: 0; font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--slate); }
.tool p { color: var(--slate); font-size: 15px; }
.ticks { list-style: none; margin: 16px 0 0; padding: 0; }
.ticks li { position: relative; padding-left: 26px; margin-bottom: 9px; font-size: 14.5px; }
.ticks li::before { content: ""; position: absolute; left: 4px; top: 7px; width: 7px; height: 12px;
  border: solid var(--teal); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.needs { margin: 18px 0 0 !important; padding-top: 14px; border-top: 1px solid var(--border);
  font-size: 13px; font-family: var(--mono); color: var(--slate); }
.needs b { font-family: var(--sans); color: var(--graphite); }
.band-foot { margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 16px; text-align: center; }
.band-foot b { color: #fff; }

/* ---------- steps ---------- */
.steps { list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.steps .n { flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--teal); color: #fff; font-family: var(--mono); font-size: 14px;
  display: flex; align-items: center; justify-content: center; font-weight: 600; }
.steps h4 { margin: 3px 0 5px; font-size: 16px; font-weight: 650; }
.steps p { margin: 0; color: var(--slate); font-size: 14.5px; }

/* ---------- pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.price { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r);
  box-shadow: var(--sh); padding: 26px; display: flex; flex-direction: column; }
.price.best { border-color: var(--teal); box-shadow: 0 0 0 1px var(--teal), var(--sh); }
.badge { align-self: flex-start; background: var(--teal); color: #fff; font-size: 11px;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; }
.price h3 { margin: 0 0 4px; font-size: 18px; font-weight: 650; }
.price .grants { margin: 0; color: var(--slate); font-size: 13.5px; min-height: 40px; }
.price .amount { font-family: var(--mono); font-size: 38px; font-weight: 600;
  letter-spacing: -.035em; margin: 12px 0 0; font-variant-numeric: tabular-nums; }
.price .per { font-family: var(--sans); font-size: 15px; color: var(--slate); font-weight: 400; }
.price .alt { margin: 4px 0 0; color: var(--slate); font-size: 13.5px; }
.price .btn { margin-top: 20px; }
.price-foot { margin: 28px 0 0; text-align: center; color: var(--slate); font-size: 15px; }

/* ---------- faq ---------- */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r); padding: 16px 20px; }
.faq details[open] { border-color: #C9D6D4; }
.faq summary { cursor: pointer; font-weight: 650; font-size: 16px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--teal); font-weight: 700; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: 12px 0 0; color: var(--slate); font-size: 15px; }

/* ---------- access ---------- */
.access { background: var(--graphite-2); color: #fff; padding: 74px 0 80px; }
.access-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.access h2 { margin: 0 0 12px; font-size: clamp(26px, 3.3vw, 34px); font-weight: 700;
  letter-spacing: -.025em; }
.access > .wrap > div > p { color: rgba(255,255,255,.74); font-size: 16.5px; }
.access-points { list-style: none; margin: 22px 0 0; padding: 0; }
.access-points li { position: relative; padding-left: 26px; margin-bottom: 10px;
  color: rgba(255,255,255,.82); font-size: 15px; }
.access-points li::before { content: ""; position: absolute; left: 4px; top: 7px;
  width: 7px; height: 12px; border: solid var(--teal); border-width: 0 2px 2px 0;
  transform: rotate(45deg); }
.access-form { background: var(--surface); border-radius: 14px; padding: 26px;
  box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.access-form label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--slate); margin-bottom: 14px; }
.access-form input, .access-form select { width: 100%; margin-top: 6px; padding: 11px 12px;
  font-size: 15px; font-family: var(--sans); border: 1px solid var(--border);
  border-radius: 9px; background: #fff; color: var(--graphite); }
.access-form input:focus, .access-form select:focus { outline: 2px solid var(--teal);
  outline-offset: 1px; border-color: var(--teal); }
.access-form .btn { width: 100%; margin-top: 6px; }
.form-note { margin: 12px 0 0; font-size: 13px; color: var(--slate); text-align: center; }
.form-note.bad { color: #B02A2A; }
.form-note.good { color: var(--teal-dark); font-weight: 600; }

/* ---------- footer ---------- */
.foot { background: var(--surface); border-top: 1px solid var(--border); padding: 34px 0; }
.footwrap { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.footlogo { height: 26px; width: auto; }
.footnav { display: flex; gap: 20px; flex-wrap: wrap; }
.footnav a { color: var(--slate); text-decoration: none; font-size: 14px; }
.footnav a:hover { color: var(--graphite); }
.copy { margin: 0; color: var(--slate); font-size: 13px; max-width: 70ch; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .access-wrap { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 760px) {
  .topbar { flex-wrap: wrap; gap: 12px; padding: 12px 16px; }
  .topnav { order: 3; width: 100%; margin-right: 0; gap: 14px; font-size: 14px; }
  .hero { padding: 54px 0 62px; }
  .section { padding: 52px 16px; }
  .wrap { padding: 0 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.access-alt { margin: 20px 0 0; font-size: 14.5px; color: rgba(255,255,255,.62); }
.access-alt a { color: var(--teal); text-decoration: none; font-weight: 600; }
.access-alt a:hover { text-decoration: underline; }
