:root {
  --ink: #172027;
  --muted: #5e6972;
  --line: #d8dee4;
  --canvas: #f6f8f7;
  --surface: #ffffff;
  --green: #176f5a;
  --yellow: #f2c94c;
  --coral: #a84236;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); }
a { color: var(--green); }
button, input, select, textarea { font: inherit; }
.service-status { background: #fff0ef; border-bottom: 1px solid #d8aaa6; color: #852f28; font-size: .86rem; font-weight: 750; padding: 10px 24px; text-align: center; }

.site-header,
footer {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.wordmark { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.wordmark span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: var(--radius); background: var(--yellow); font-weight: 900; }
.site-header nav, footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-header nav a, footer nav a { color: var(--ink); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.site-header nav .nav-cta { background: var(--green); border-radius: 4px; color: #fff; padding: 8px 12px; }

.offer-band,
.process-band,
.pricing-band,
.truth-band { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.offer-band {
  min-height: min(780px, calc(88vh - 68px));
  display: flex;
  align-items: center;
  padding: 68px 0 88px;
}

.offer-copy { display: grid; gap: 22px; align-content: center; max-width: 1000px; }
.eyebrow { margin: 0; color: var(--green); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.4rem, 6vw, 5rem); line-height: 0.98; letter-spacing: 0; }
h2 { margin-bottom: 0; font-size: clamp(1.45rem, 3vw, 2.25rem); letter-spacing: 0; }
.lead { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 1.15rem; line-height: 1.65; }
.price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; }
.price-line strong { font-size: 2.1rem; }
.price-line span { color: var(--muted); font-weight: 700; }
.deliverables { display: grid; gap: 10px; margin: 0; padding-left: 22px; line-height: 1.5; }
.plain-note { max-width: 760px; margin: 0; padding-left: 14px; border-left: 4px solid var(--yellow); color: var(--muted); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.primary-link, .secondary-link { border-radius: 4px; display: inline-flex; font-weight: 850; justify-content: center; min-height: 46px; padding: 12px 18px; text-decoration: none; }
.primary-link { background: var(--green); color: #fff; }
.secondary-link { background: #fff; border: 1px solid #aeb9be; color: var(--ink); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 28px; list-style: none; margin: 0; padding: 0; }
.trust-list li { color: #34434a; font-size: .88rem; font-weight: 750; padding-left: 20px; position: relative; }
.trust-list li::before { color: var(--green); content: "✓"; font-weight: 900; left: 0; position: absolute; }

.request-form {
  display: grid;
  gap: 13px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(23, 32, 39, 0.1);
}

.request-form label { display: grid; gap: 6px; color: #334047; font-size: 0.86rem; font-weight: 800; }
.request-form label > span { color: var(--muted); font-weight: 600; }
.request-form input, .request-form select, .request-form textarea { width: 100%; border: 1px solid #bfc8ce; border-radius: var(--radius); background: #ffffff; color: var(--ink); padding: 10px 11px; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { outline: 3px solid rgba(23, 111, 90, 0.16); border-color: var(--green); }
.request-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 120px; gap: 12px; }
.consent-row { grid-template-columns: 18px 1fr; align-items: start; font-weight: 600 !important; line-height: 1.45; }
.consent-row input { width: 16px; height: 16px; margin-top: 2px; }
.request-form button { min-height: 44px; border: 0; border-radius: var(--radius); background: var(--green); color: #ffffff; font-weight: 900; cursor: pointer; }
.request-form button:hover { background: #0f5948; }
.request-form button:disabled { cursor: wait; opacity: 0.7; }
.request-form small, .form-status { margin: 0; color: var(--muted); line-height: 1.45; }
.form-status.is-error { color: var(--coral); font-weight: 800; }
.form-status.is-success { color: var(--green); font-weight: 800; }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.evidence-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--ink); color: #ffffff; }
.evidence-band div { min-height: 160px; display: grid; align-content: center; gap: 6px; padding: 30px max(24px, calc((100vw - 1180px) / 6)); border-right: 1px solid rgba(255,255,255,0.14); }
.evidence-band span { font-size: 1.85rem; font-weight: 900; }
.evidence-band p { margin: 0; color: #c6d0cc; line-height: 1.45; }

.process-band, .pricing-band, .truth-band { padding: 72px 0; }
.section-heading { max-width: 700px; display: grid; gap: 8px; margin-bottom: 28px; }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { min-height: 190px; display: grid; align-content: start; gap: 10px; padding: 24px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list strong { color: var(--green); }
.process-list span { color: var(--muted); line-height: 1.55; }

.pricing-band { border-top: 1px solid var(--line); }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 940px; }
.pricing-grid article { background: #fff; border: 1px solid var(--line); border-radius: 5px; min-height: 470px; padding: 28px; }
.pricing-grid .pro-plan { border-top: 5px solid var(--green); }
.pricing-grid h3 { font-size: 2.6rem; margin: 15px 0 5px; }
.pricing-grid h3 small { color: var(--muted); font-size: .9rem; }
.pricing-grid article > p:not(.eyebrow) { color: var(--muted); }
.pricing-grid ul { display: grid; gap: 12px; list-style: none; margin: 25px 0 30px; min-height: 190px; padding: 0; }
.pricing-grid li { line-height: 1.45; padding-left: 22px; position: relative; }
.pricing-grid li::before { color: var(--green); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.plan-heading { display: flex; justify-content: space-between; }
.plan-heading span { color: var(--green); font-size: .76rem; font-weight: 850; }

.truth-band { display: grid; grid-template-columns: 0.8fr 1fr; gap: 48px; border-top: 1px solid var(--line); }
.truth-band ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; line-height: 1.5; }
.truth-band > p { grid-column: 1 / -1; max-width: 850px; color: var(--muted); line-height: 1.6; }
footer { border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); font-size: 0.86rem; }

.legal-page { width: min(820px, calc(100% - 40px)); min-height: calc(100vh - 150px); margin: 0 auto; padding: 64px 0; }
.legal-page h1 { margin: 8px 0 34px; font-size: clamp(2.2rem, 5vw, 4rem); }
.legal-page h2 { margin: 30px 0 8px; font-size: 1.2rem; }
.legal-page p { color: var(--muted); line-height: 1.7; }

@media (max-width: 900px) {
  .offer-band { min-height: auto; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .truth-band { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  .site-header, footer { align-items: flex-start; flex-direction: column; }
  .offer-band, .process-band, .pricing-band, .truth-band { width: min(100% - 32px, 1180px); }
  .offer-band { padding: 36px 0; }
  h1 { font-size: 2.55rem; }
  .request-form { padding: 18px; }
  .form-row, .evidence-band, .process-list, .pricing-grid { grid-template-columns: 1fr; }
  .evidence-band div, .process-list li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
  .process-list li { min-height: auto; }
}
