:root {
  color-scheme: light;
  --ink: #13241a;
  --forest: #183d2b;
  --green: #2f8f3a;
  --lime: #b8d941;
  --mist: #edf4ee;
  --paper: #fbfcf8;
  --line: #c9d5ca;
  --muted: #516158;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }

.site-header,
footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest);
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}

.brand-mark {
  width: 24px;
  height: 28px;
  display: inline-block;
  border-radius: 80% 0 80% 0;
  background: linear-gradient(145deg, var(--lime), var(--green));
  transform: rotate(-12deg);
}

.header-link { font-weight: 700; text-underline-offset: 4px; }
.header-status { color: var(--muted); font-size: .86rem; font-weight: 700; }

.hero {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 680px;
  padding: 72px 32px 96px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

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

h1, h2, h3 { margin-top: 0; color: var(--forest); }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(3rem, 7vw, 6.6rem); line-height: .94; letter-spacing: -.055em; }
h2 { margin-bottom: 42px; max-width: 760px; font-size: clamp(2rem, 4vw, 4.1rem); line-height: 1.02; letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.28rem; }
p { line-height: 1.65; }

.hero-text { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.16rem; }
.hero-actions { margin: 34px 0 16px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { padding: 14px 20px; border: 1px solid var(--forest); border-radius: 4px; font-weight: 800; text-decoration: none; }
.button.primary { color: white; background: var(--forest); }
.button.secondary { background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 24px rgb(24 61 43 / 14%); }
.launch-note { margin: 0; color: var(--muted); font-size: .86rem; }

.report-preview {
  min-height: 500px;
  padding: 30px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 30px 80px rgb(24 61 43 / 14%);
  transform: rotate(1.2deg);
}
.preview-header { display: flex; justify-content: space-between; gap: 30px; color: var(--green); font-size: .76rem; font-weight: 800; }
.preview-rule { height: 3px; margin: 14px 0 22px; background: var(--green); }
.preview-status { padding: 16px; border: 1px solid var(--line); color: var(--forest); font-size: .8rem; font-weight: 800; background: var(--mist); }
.preview-grid { margin: 15px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.preview-grid span { height: 62px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.preview-section { height: 86px; border: 1px solid var(--line); background: linear-gradient(to bottom, white 33%, var(--mist) 33%, var(--mist) 66%, white 66%); }
.preview-photos { margin-top: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.preview-photos span { height: 130px; border: 1px solid var(--line); background: var(--mist); }

.workflow { padding: 96px max(32px, calc((100vw - 1176px) / 2)); background: var(--forest); }
.workflow .eyebrow { color: var(--lime); }
.workflow h2, .workflow h3 { color: white; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-grid article { min-height: 260px; padding: 24px; border: 1px solid rgb(255 255 255 / 20%); background: rgb(255 255 255 / 4%); }
.feature-grid p { color: #d7e2d9; }
.step { display: block; margin-bottom: 60px; color: var(--lime); font: 800 .75rem/1 monospace; }

.trust { max-width: 1176px; margin: 0 auto; padding: 104px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.trust h2 { margin-bottom: 0; }
.trust > p { margin: 34px 0 0; color: var(--muted); font-size: 1.08rem; }

.status-page {
  max-width: 820px;
  min-height: calc(100vh - 162px);
  margin: 0 auto;
  padding: 120px 32px;
}
.status-page h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
.status-page p:not(.eyebrow) { max-width: 680px; margin: 0 0 32px; color: var(--muted); font-size: 1.1rem; }

footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
footer nav { display: flex; gap: 20px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 48px; }
  .report-preview { min-height: 430px; transform: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .trust { margin: 0 32px; grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 560px) {
  .site-header, footer { padding: 20px; }
  .hero { min-height: auto; padding: 54px 20px 72px; }
  h1 { font-size: 3.4rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { text-align: center; }
  .report-preview { min-height: 360px; padding: 18px; }
  .preview-header { font-size: .62rem; }
  .preview-photos span { height: 90px; }
  .workflow { padding: 72px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .trust { margin: 0; padding: 72px 20px; }
  footer { align-items: flex-start; flex-direction: column; gap: 14px; }
}

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