:root {
  --ink: #17231e;
  --muted: #66756d;
  --green-950: #0e2b22;
  --green-900: #15392d;
  --green-800: #20513e;
  --green-700: #2f7659;
  --green-100: #e8f3ed;
  --green-50: #f5faf7;
  --gold: #d69a2d;
  --gold-pale: #fff7e5;
  --red: #a83434;
  --red-pale: #fff0f0;
  --line: #d8e2dc;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(15, 44, 34, 0.13);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button:disabled { cursor: wait; opacity: .68; transform: none !important; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 226, 220, 0.8);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 850;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--white);
  background: var(--green-900);
  border-radius: 11px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}
nav { display: flex; align-items: center; gap: 24px; }
nav a { color: #415049; font-size: 0.93rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--green-700); }
.nav-cta {
  padding: 9px 15px;
  color: var(--white) !important;
  background: var(--green-900);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  max-width: var(--max);
  min-height: 720px;
  margin: 0 auto;
  padding: 90px 24px;
}
.hero::before {
  position: absolute;
  inset: 6% auto auto 34%;
  width: 440px;
  height: 440px;
  content: "";
  background: radial-gradient(circle, rgba(47, 118, 89, 0.12), transparent 68%);
  pointer-events: none;
}
.hero-copy, .hero-card { position: relative; }
.hero-copy { min-width: 0; }
.eyebrow, .card-kicker {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(3rem, 6.5vw, 5.7rem); }
.hero-lead { max-width: 700px; margin-bottom: 30px; color: #526159; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green-900); box-shadow: 0 10px 28px rgba(21, 57, 45, 0.2); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { color: var(--green-900); background: var(--green-100); border-color: #c6ded1; }
.button-small { min-height: 42px; padding: 8px 14px; color: var(--green-900); background: var(--green-100); }
.button-light { color: var(--green-950); background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.45); }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 26px 0 0; list-style: none; color: #617169; font-size: 0.9rem; }
.trust-list li::before { margin-right: 7px; color: var(--green-700); content: "✓"; font-weight: 900; }

.hero-card {
  padding: 32px;
  background: linear-gradient(145deg, var(--green-950), var(--green-800));
  border-radius: 28px;
  box-shadow: var(--shadow);
  color: var(--white);
}
.hero-card .card-kicker { color: #f0cf74; }
.hero-card h2 { margin-bottom: 26px; font-size: 2rem; }
.evidence-row { display: grid; grid-template-columns: 98px 1fr; gap: 14px; align-items: start; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); }
.evidence-row p { margin: 0; color: #d6e4dc; font-size: 0.92rem; }
.evidence-tag { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: 0.66rem; font-weight: 900; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; }
.evidence-tag.verified, .evidence-tag.documented { color: #c9f3d9; background: rgba(78, 191, 124, .18); }
.evidence-tag.reported { color: #ffe6a1; background: rgba(214,154,45,.2); }
.evidence-tag.unknown { color: #ffd0d0; background: rgba(213,80,80,.2); }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 0 auto 30px;
  overflow: hidden;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.proof-strip div { padding: 19px 22px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--green-900); }
.proof-strip span { margin-top: 2px; color: var(--muted); font-size: 0.83rem; }

.section { padding: 105px max(24px, calc((100vw - var(--max)) / 2)); }
.section-muted { background: var(--green-50); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .intake-layout h2 { margin-bottom: 15px; font-size: clamp(2.15rem, 4.2vw, 3.7rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading.light h2 { color: var(--white); }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-card { position: relative; min-height: 530px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.buyer-card { background: var(--white); box-shadow: 0 16px 50px rgba(24, 64, 49, .08); }
.seller-card { background: var(--gold-pale); border-color: #ecd7a8; }
.service-number { position: absolute; top: 20px; right: 28px; color: rgba(39, 92, 67, .1); font-size: 5.5rem; font-weight: 950; line-height: 1; }
.service-card h3, .sample-card h3 { max-width: 430px; margin-bottom: 12px; font-size: 2rem; }
.service-lead { max-width: 510px; color: var(--muted); font-size: 1.05rem; }
.service-card ul, .price-card ul { padding: 0; margin: 28px 0; list-style: none; }
.service-card li, .price-card li { position: relative; padding: 6px 0 6px 26px; }
.service-card li::before, .price-card li::before { position: absolute; left: 0; color: var(--green-700); content: "✓"; font-weight: 900; }
.text-link { color: var(--green-800); font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.sample-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.sample-card { display: grid; grid-template-columns: minmax(210px, 42%) 1fr; min-height: 430px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 44px rgba(20, 58, 43, .08); }
.sample-image-link { display: grid; min-height: 100%; padding: 24px; place-items: center; overflow: hidden; background: #edf3ef; }
.sample-image-link img { width: auto; max-width: 100%; height: auto; max-height: 382px; object-fit: contain; border: 1px solid rgba(21, 57, 45, .12); border-radius: 4px; box-shadow: 0 14px 30px rgba(20, 58, 43, .14); transition: transform 300ms ease; }
.sample-image-link:hover img { transform: scale(1.025); }
.sample-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; }
.sample-card h3 { font-size: clamp(1.55rem, 2.25vw, 2rem); letter-spacing: -0.02em; }
.sample-copy p:not(.card-kicker) { color: var(--muted); }
.sample-copy .button { margin-top: 10px; }

.process-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--white); background: var(--green-900); border-radius: 50%; font-weight: 900; }
.process-list h3 { margin-bottom: 4px; font-size: 1.2rem; }
.process-list p { margin: 0; color: var(--muted); }

.section-dark { color: #d9e5df; background: var(--green-950); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { padding: 36px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); }
.price-card.featured { background: var(--green-800); border-color: rgba(255,255,255,.3); }
.price-card .card-kicker { color: #f0cf74; }
.price-card h3 { margin-bottom: 0; color: var(--white); font-size: 1.8rem; }
.price { margin: 18px 0 8px; color: var(--white); font-size: 4.5rem; font-weight: 900; line-height: 1; }
.price span { margin-right: 3px; font-size: 1.5rem; vertical-align: top; }
.price-card p:not(.price):not(.card-kicker) { color: #c6d7cf; }
.price-card li::before { color: #f0cf74; }
.pricing-note { max-width: 900px; margin: 28px auto 0; color: #aebfb6; font-size: 0.86rem; text-align: center; }
.pricing-note a { color: var(--white); text-underline-offset: 3px; }

.intake-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.intake-layout > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.privacy-box { margin-top: 28px; padding: 18px; color: #663d00; background: var(--gold-pale); border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; }
.privacy-box p { margin-bottom: 0; font-size: .9rem !important; }
.intake-form { display: grid; gap: 18px; padding: 34px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--radius); }
.intake-form label { display: grid; gap: 7px; color: #405048; font-size: .88rem; font-weight: 800; }
.intake-form .optional { color: var(--muted); font-size: .76rem; font-weight: 650; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-row.three-up { grid-template-columns: .55fr 1fr 1fr; }
input, select, textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #bdcbc3; border-radius: 10px; outline: none; }
input, select { height: 48px; padding: 0 13px; }
textarea { min-height: 130px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(47,118,89,.14); }
.intake-form .button { width: 100%; border: 0; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.intake-form fieldset { margin: 0; padding: 16px; border: 1px solid #bdcbc3; border-radius: 12px; }
.intake-form legend { padding: 0 7px; color: #405048; font-size: .88rem; font-weight: 850; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.check-grid label, .form-consent label { display: flex; grid-template-columns: none; flex-direction: row; gap: 9px; align-items: flex-start; font-weight: 650; line-height: 1.35; }
.check-grid input, .form-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--green-700); }
.form-consent { display: grid; gap: 12px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.form-consent a { color: var(--green-700); }
.form-status { display: none; padding: 12px 14px; border-radius: 10px; font-size: .88rem; font-weight: 750; }
.form-status:not(:empty) { display: block; }
.form-status.working { color: #405048; background: #edf3ef; }
.form-status.success { color: #17633c; background: #dff3e7; border: 1px solid #b8ddc7; }
.form-status.error, .form-error { color: #8b2424; background: var(--red-pale); border: 1px solid #e6bcbc; }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
details { padding: 20px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 13px; }
summary { cursor: pointer; color: var(--green-900); font-weight: 850; }
details p { margin: 12px 0 0; color: var(--muted); }

footer { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 48px max(24px, calc((100vw - var(--max)) / 2)); color: #c2d2ca; background: #0a2019; }
footer strong { color: var(--white); font-size: 1.15rem; }
footer p { margin: 4px 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #d5e2dc; text-decoration: none; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #83988e; font-size: .8rem; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; }
  .hero-card { max-width: 680px; }
  .proof-strip { grid-template-columns: 1fr 1fr; margin-inline: 24px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-section, .intake-layout { grid-template-columns: 1fr; gap: 32px; }
  .field-row.three-up { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .field-row, .field-row.three-up, .check-grid { grid-template-columns: 1fr; }
  .intake-form { padding: 24px 18px; }
}

@media (max-width: 760px) {
  .site-header { padding: 11px 16px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 35px; height: 35px; }
  .nav-cta { padding: 8px 12px; font-size: 0; }
  .nav-cta::after { content: "Start"; font-size: .8rem; }
  .hero { padding: 62px 20px 72px; }
  .hero::before { display: none; }
  h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13.5vw, 4.15rem);
    overflow-wrap: anywhere;
  }
  .hero-lead { max-width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-card { padding: 25px; }
  .evidence-row { grid-template-columns: 90px 1fr; }
  .proof-strip { grid-template-columns: 1fr; margin-inline: 16px; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .section { padding: 76px 20px; }
  .service-grid, .sample-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px 24px; }
  .sample-card { grid-template-columns: 1fr; }
  .sample-image-link { height: 360px; padding: 22px; }
  .sample-image-link img { max-height: 316px; }
  .field-row { grid-template-columns: 1fr; }
  .intake-form { padding: 24px 18px; }
  footer { grid-template-columns: 1fr; }
}

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