:root {
  color-scheme: light;
  --ink: #111816;
  --muted: #66736e;
  --paper: #f5f7f5;
  --panel: #ffffff;
  --line: #d9ded6;
  --green: #105c47;
  --green-2: #0b3f33;
  --amber: #c98123;
  --red: #b94a43;
  --soft: #e8efe8;
  --shadow: 0 18px 42px rgba(16, 34, 28, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(17, 24, 22, 0.08);
  background: rgba(245, 247, 245, 0.92);
  backdrop-filter: blur(16px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-size: 0.78rem;
}

nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-cta {
  padding: 0.68rem 0.9rem;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 68px);
  padding: clamp(48px, 7vw, 92px) clamp(24px, 7vw, 96px) 40px;
  background:
    linear-gradient(90deg, rgba(245, 247, 245, 0.98), rgba(245, 247, 245, 0.76)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='700' viewBox='0 0 900 700'%3E%3Crect width='900' height='700' fill='%23e8efe8'/%3E%3Cg fill='none' stroke='%23105c47' stroke-opacity='.16'%3E%3Cpath d='M80 560 180 490 260 520 360 420 455 455 560 310 660 350 800 210' stroke-width='10'/%3E%3Cpath d='M80 620 200 580 300 590 420 520 560 560 700 470 820 495' stroke-width='6'/%3E%3C/g%3E%3Cg fill='%23c98123' fill-opacity='.42'%3E%3Ccircle cx='180' cy='490' r='14'/%3E%3Ccircle cx='560' cy='310' r='14'/%3E%3Ccircle cx='800' cy='210' r='14'/%3E%3C/g%3E%3Cg fill='%23105c47' fill-opacity='.12'%3E%3Crect x='560' y='80' width='230' height='62' rx='8'/%3E%3Crect x='600' y='166' width='170' height='40' rx='8'/%3E%3Crect x='635' y='236' width='130' height='34' rx='8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.lead {
  max-width: 620px;
  color: #34423d;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions,
.cta-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.primary,
.secondary,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary,
.secondary {
  min-height: 46px;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  font-weight: 800;
}

.primary {
  color: #fff;
  background: var(--green);
  box-shadow: var(--shadow);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.76);
}

.text-link {
  margin-top: 12px;
  color: var(--green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 34px 0 0;
}

.trust-strip div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

dd {
  margin: 6px 0 0;
  font-weight: 850;
}

.audit-preview {
  border: 1px solid rgba(16, 92, 71, 0.28);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background: #111816;
  box-shadow: var(--shadow);
  color: #eef5ee;
}

.preview-header,
.reason-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.preview-header {
  margin-bottom: 20px;
  color: #c7d7cf;
  font-size: 0.92rem;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.metric,
.reason-list div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.metric {
  min-height: 96px;
  padding: 14px;
}

.metric span,
.reason-list span {
  color: #aabbb3;
  font-size: 0.78rem;
}

.metric strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 1.5rem;
}

.metric.warning strong,
.reason-list strong {
  color: #ffd28e;
}

.reason-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.reason-list div {
  padding: 12px 14px;
}

.audit-preview p {
  color: #d8e5df;
  line-height: 1.6;
}

.section,
.cta-band {
  padding: clamp(46px, 7vw, 86px) clamp(24px, 7vw, 96px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.feature-grid,
.pricing-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.pricing-grid article,
.fit-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fit-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.55;
}

.fit-grid article {
  min-height: 250px;
}

.fit-grid .not-fit {
  border-color: rgba(185, 74, 67, 0.24);
  background: #fff7f5;
}

.feature-grid p,
.pricing-grid p,
.steps p,
.cta-band p {
  color: var(--muted);
  line-height: 1.6;
}

.delivery-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.delivery-strip span {
  border: 1px solid rgba(16, 92, 71, 0.18);
  border-radius: 6px;
  padding: 0.72rem 0.86rem;
  color: var(--green-2);
  background: var(--soft);
  font-weight: 800;
}

.contrast {
  background: var(--soft);
}

.plan-label {
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-grid h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.steps {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.steps li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  font-weight: 850;
}

.cta-band {
  justify-content: space-between;
  color: #fff;
  background: var(--green-2);
}

.cta-band div {
  max-width: 760px;
}

.cta-band .eyebrow,
.cta-band p {
  color: #cfe0d7;
}

.cta-band .primary {
  color: var(--green-2);
  background: #fff;
}

.page-shell {
  padding: clamp(38px, 6vw, 78px) clamp(18px, 7vw, 96px);
}

.compact-hero {
  max-width: 920px;
  margin-bottom: 34px;
}

.compact-hero h1 {
  max-width: 780px;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.intake-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.form-panel,
.side-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(16, 34, 28, 0.08);
}

.form-panel {
  display: grid;
  gap: 26px;
  padding: clamp(22px, 4vw, 36px);
}

.form-section {
  display: grid;
  gap: 14px;
}

.form-section h2,
.side-panel h2 {
  font-size: 1.35rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: #31413d;
  font-size: 0.9rem;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.78rem 0.82rem;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

.checkbox-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkbox-list label {
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  background: #fbfcfb;
}

.checkbox-list input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  border: 1px solid rgba(16, 92, 71, 0.24);
  border-radius: 8px;
  padding: 14px;
  background: var(--soft);
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
}

.notice-box,
.side-callout {
  border: 1px solid rgba(185, 74, 67, 0.24);
  border-radius: 8px;
  padding: 18px;
  background: #fff7f5;
}

.notice-box p,
.inline-note,
.compact-steps,
.side-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.inline-note {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.side-panel {
  display: grid;
  gap: 20px;
  padding: 24px;
}

.compact-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2rem;
}

.side-callout {
  border-color: rgba(16, 92, 71, 0.18);
  background: var(--soft);
}

.side-callout strong {
  display: block;
  margin: 8px 0;
  font-size: 2.4rem;
}

.report-page {
  background: var(--paper);
}

.report-card {
  display: grid;
  gap: 24px;
  max-width: 980px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 34, 28, 0.08);
}

.report-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.report-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.report-meta div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fbfcfb;
}

.report-section {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.report-section p,
.report-section li {
  color: var(--muted);
  line-height: 1.65;
}

.resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.resource-panel,
.resource-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 10px 28px rgba(16, 34, 28, 0.08);
}

.resource-panel {
  padding: clamp(22px, 4vw, 34px);
}

.resource-panel h2,
.embedded-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
}

.resource-panel p,
.resource-grid p,
.resource-note,
.tool-table {
  color: var(--muted);
  line-height: 1.6;
}

.embedded-section {
  padding-right: 0;
  padding-left: 0;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.resource-grid article {
  min-height: 180px;
  padding: 24px;
}

.resource-note {
  margin-top: 16px;
  border: 1px solid rgba(185, 74, 67, 0.24);
  border-radius: 8px;
  padding: 18px;
  background: #fff7f5;
}

.tool-table,
.check-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.tool-table div,
.check-table div {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1.4fr;
}

.tool-table div:first-child,
.check-table div:first-child {
  color: var(--ink);
  background: var(--soft);
  font-weight: 850;
}

.tool-table span,
.check-table span {
  min-width: 0;
  border-bottom: 1px solid var(--line);
  padding: 14px;
}

.tool-table div:last-child span,
.check-table div:last-child span {
  border-bottom: 0;
}

.reason-list.light div {
  border-color: var(--line);
  background: #fbfcfb;
}

.reason-list.light span {
  color: var(--muted);
}

.reason-list.light strong {
  color: var(--green);
}

@media (max-width: 940px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    padding: 18px 22px;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .feature-grid,
  .pricing-grid,
  .fit-grid,
  .intake-layout,
  .field-grid,
  .report-header,
  .resource-layout,
  .resource-grid,
  .tool-table div,
  .check-table div {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .topbar {
    position: static;
  }

  h1 {
    font-size: 2.8rem;
  }

  .trust-strip,
  .preview-grid,
  .checkbox-list {
    grid-template-columns: 1fr;
  }

  .section,
  .cta-band,
  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }
}
