:root {
  --ink: #101511;
  --muted: #5d665f;
  --paper: #f7f7f2;
  --white: #fffef9;
  --line: #d9ded8;
  --soft: #ecefe8;
  --accent: #163f2b;
  --accent-2: #e8efe8;
  --warm: #efe9dd;
  --danger-soft: #f2ece8;
  --shadow: 0 18px 50px rgba(16, 21, 17, .08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 38px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(247,247,242,.88);
  border-bottom: 1px solid rgba(217,222,216,.8);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-mark {
  display: inline-grid; place-items: center; width: 34px; height: 34px;
  border-radius: 50%; background: var(--ink); color: var(--white);
  font-family: Georgia, "Times New Roman", serif; font-size: 18px;
}
.brand-name { font-size: 19px; }
.nav-cta { text-decoration: none; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

.hero { padding: 92px 0 86px; }
.eyebrow, .section-kicker {
  display: inline-block; text-transform: uppercase; letter-spacing: .13em;
  font-size: 12px; font-weight: 800; color: var(--accent); margin-bottom: 18px;
}
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 900px; font-size: clamp(48px, 8vw, 88px); line-height: .98; }
.hero-copy { max-width: 760px; margin: 28px 0 0; font-size: clamp(18px, 2.5vw, 23px); color: #354039; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button {
  appearance: none; border: 0; border-radius: 999px; padding: 14px 20px;
  font: inherit; font-weight: 800; font-size: 15px; text-decoration: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; transition: transform .18s ease, opacity .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--ink); color: var(--white); }
.button.secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.trust-line { margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.problem-band { background: var(--ink); color: var(--white); padding: 68px 0; }
.problem-grid, .privacy-grid { display: grid; gap: 36px; grid-template-columns: 1fr 1fr; align-items: start; }
.problem-band .section-kicker, .privacy-band .section-kicker { color: #a6c3ad; }
.problem-band h2, .privacy-band h2 { font-size: clamp(36px, 5vw, 58px); line-height: 1.05; }
.problem-copy { color: #dce2dd; font-size: 18px; }
.problem-copy p:first-child { margin-top: 0; }
.problem-copy p:last-child { margin-bottom: 0; }

.section { padding: 88px 0; }
.section.soft { background: var(--soft); }
.section-heading { margin-bottom: 34px; }
.section-heading.narrow { max-width: 720px; }
.section-heading h2 { font-size: clamp(38px, 5vw, 62px); line-height: 1.02; }
.section-heading p { color: var(--muted); font-size: 18px; max-width: 720px; }
.cards { display: grid; gap: 16px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 250px; box-shadow: 0 8px 28px rgba(16,21,17,.03); }
.step { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--accent-2); color: var(--accent); font-weight: 800; font-size: 13px; margin-bottom: 38px; }
.card h3 { font-size: 28px; }
.card p { color: var(--muted); }
.quiet-note { display: flex; gap: 18px; justify-content: space-between; background: var(--warm); border-radius: 16px; padding: 20px 22px; margin-top: 16px; }
.quiet-note span { color: var(--muted); }

.evidence-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.receipt { background: var(--white); border: 1px solid #cdd5ce; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.receipt-top { padding: 19px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.receipt-label { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.receipt-status { background: var(--accent-2); color: var(--accent); border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 800; }
.receipt-row { padding: 20px 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; gap: 18px; }
.receipt-row.last { border-bottom: 0; }
.receipt-key { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.receipt-value { font-size: 16px; }

.boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.boundary { border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); }
.boundary.good { background: var(--accent-2); }
.boundary.not { background: var(--danger-soft); }
.boundary-title { font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.boundary p { color: #3f4942; }

.privacy-band { background: #1a241d; color: var(--white); padding: 72px 0; }
.privacy-grid p { color: #d5ddd7; font-size: 18px; margin-top: 8px; }

.request-panel { background: var(--white); border: 1px solid var(--line); border-radius: 28px; padding: 38px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; box-shadow: var(--shadow); }
.request-copy h2 { font-size: clamp(36px, 4.5vw, 58px); line-height: 1.03; }
.request-copy p { color: var(--muted); font-size: 17px; }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-self: start; }
.request-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }
.request-form label span em { color: var(--muted); font-weight: 500; font-style: normal; }
.request-form .full { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid #cbd2cb; background: #fbfbf7; border-radius: 12px; padding: 13px 14px; font: inherit; color: var(--ink); outline: none; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(22,63,43,.08); }
textarea { resize: vertical; min-height: 110px; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 12px; }
.form-message { grid-column: 1 / -1; min-height: 24px; font-weight: 700; font-size: 14px; }

.site-footer { border-top: 1px solid var(--line); padding: 34px 0 46px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-brand { margin-bottom: 8px; }
.site-footer p { margin: 6px 0; color: var(--muted); font-size: 13px; }
.footer-copy { text-align: right; }

@media (max-width: 820px) {
  .hero { padding: 72px 0 62px; }
  .problem-grid, .privacy-grid, .evidence-layout, .request-panel, .footer-grid { grid-template-columns: 1fr; }
  .cards.three, .boundary-grid { grid-template-columns: 1fr; }
  .quiet-note { flex-direction: column; }
  .footer-copy { text-align: left; }
  .receipt-row { grid-template-columns: 1fr; gap: 7px; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 64px; }
  .nav-cta { font-size: 12px; }
  h1 { font-size: 48px; }
  .hero-copy { font-size: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { padding: 66px 0; }
  .problem-band, .privacy-band { padding: 58px 0; }
  .card { min-height: unset; }
  .request-panel { padding: 24px; border-radius: 22px; gap: 28px; }
  .request-form { grid-template-columns: 1fr; }
  .request-form label, .request-form .full, .form-note, .form-message { grid-column: 1; }
}


/* Contact form abuse prevention: hidden from real visitors, visible to basic bots only. */
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.request-form button[disabled] { opacity: 0.65; cursor: wait; }
