:root {
  --ink: #2c2c2a;
  --muted: #65705f;
  --paper: #fbfcfa;
  --surface: #ffffff;
  --line: #dfe8d5;
  --teal: #3b6d11;
  --teal-dark: #2e570d;
  --blue: #2d6cdf;
  --amber: #fac775;
  --rose: #c95d63;
  --sprout: #639922;
  --leaf-soft: #c0dd97;
  --shadow: 0 24px 70px rgba(44, 44, 42, 0.11);
  --radius: 8px;
  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:
    linear-gradient(90deg, rgba(99, 153, 34, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(99, 153, 34, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(220, 229, 224, 0.9);
  background: rgba(251, 252, 250, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 300px;
}

.brand__logo {
  display: block;
  width: 205px;
  height: auto;
  flex: 0 0 auto;
}

.brand__tagline {
  display: block;
  max-width: 112px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav a:hover {
  color: var(--ink);
}

.topbar__cta {
  border: 1px solid #e8ae48;
  border-radius: var(--radius);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  background: var(--amber);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: clamp(32px, 6vw, 76px);
  min-height: calc(100vh - 180px);
}

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

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

h1,
h2,
h3,
.brand,
.button,
.topbar__cta,
.eyebrow {
  font-family: Poppins, Inter, ui-sans-serif, system-ui, sans-serif;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
}

h1 strong {
  color: var(--teal);
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

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

.hero__lead,
.split p,
.briefing-intro p {
  max-width: 680px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.hero__actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(99, 153, 34, 0.26);
  outline-offset: 2px;
}

.button--primary {
  color: var(--ink);
  border-color: #e8ae48;
  background: var(--amber);
}

.button--primary:hover {
  background: #f5ba58;
}

.button--ghost {
  color: var(--ink);
  background: var(--surface);
}

.ops-panel,
.diagnostic-card,
.briefing-form,
.result-panel,
.plan,
.proof-strip > div,
.process-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.ops-panel {
  padding: 22px;
}

.ops-panel__header,
.ops-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ops-panel__header {
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.ops-panel__header strong {
  color: var(--ink);
}

.ops-row {
  min-height: 56px;
  border-bottom: 1px solid rgba(220, 229, 224, 0.7);
}

.ops-row span {
  color: var(--muted);
}

.ops-row strong {
  font-size: 22px;
}

.ops-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 14px;
}

.ops-breakdown span {
  border: 1px solid rgba(223, 232, 213, 0.9);
  border-radius: 7px;
  padding: 10px 12px;
  color: var(--teal-dark);
  background: #f7fbf1;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.status-good {
  color: var(--teal-dark);
}

.ops-note {
  margin-top: 18px;
  padding: 14px;
  border-left: 4px solid var(--amber);
  color: var(--muted);
  background: #fff9ec;
  line-height: 1.45;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 0;
}

.proof-strip > div {
  padding: 22px;
  box-shadow: none;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.brand-band {
  margin: 34px 0 18px;
  color: #f7fbf1;
  background:
    linear-gradient(135deg, rgba(192, 221, 151, 0.11) 0 1px, transparent 1px),
    linear-gradient(90deg, #1f3f0f, #2e570d 58%, #24450e);
  background-size: 34px 34px, auto;
}

.brand-band__inner {
  display: grid;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 92px) 0;
}

.brand-band .eyebrow {
  color: var(--amber);
}

.brand-band h2 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #ffffff;
}

.brand-band p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(247, 251, 241, 0.78);
  font-size: 19px;
  line-height: 1.62;
}

.brand-band__signal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.brand-band__signal img {
  grid-column: 1 / -1;
  width: 112px;
  height: 112px;
  justify-self: center;
  border-radius: 999px;
  box-shadow: 0 22px 52px rgba(12, 29, 8, 0.38);
}

.brand-band__signal span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(250, 199, 117, 0.32);
  border-radius: 7px;
  padding: 9px 10px;
  color: #fff8e8;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px;
  box-shadow: none;
}

.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 7px;
  color: white;
  background: var(--ink);
  font-weight: 900;
}

.process-list p,
.plan p,
.plan li {
  color: var(--muted);
  line-height: 1.55;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.plan {
  padding: 26px;
  box-shadow: none;
}

.plan--featured {
  border-color: rgba(99, 153, 34, 0.48);
}

.plan__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.plan__top span {
  color: var(--teal-dark);
  font-weight: 900;
}

.plan__top strong {
  max-width: 230px;
  text-align: right;
  font-size: 24px;
  line-height: 1.1;
}

.plan ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.briefing-shell {
  padding-bottom: 110px;
}

.briefing-intro {
  max-width: 780px;
  margin-bottom: 28px;
}

.briefing-app {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: start;
}

.diagnostic-card {
  position: sticky;
  top: 92px;
  padding: 22px;
  box-shadow: none;
}

.diagnostic-card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.diagnostic-card__top span,
.diagnostic-card dt {
  color: var(--muted);
  font-size: 13px;
}

.diagnostic-card__top strong {
  text-align: right;
  font-size: 24px;
}

.score-meter {
  height: 10px;
  margin: 18px 0 20px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8efeb;
}

.score-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rose), var(--amber), var(--teal));
  transition: width 220ms ease;
}

.diagnostic-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.diagnostic-card dd {
  margin: 4px 0 0;
  font-weight: 800;
  line-height: 1.35;
}

.briefing-form {
  padding: 24px;
  box-shadow: none;
}

.form-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.form-progress__bar {
  flex: 1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8efeb;
}

.form-progress__bar span {
  display: block;
  width: 14%;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
  transition: width 220ms ease;
}

.step {
  display: grid;
  gap: 18px;
}

.step[hidden] {
  display: none;
}

.step__header {
  margin-bottom: 2px;
}

.step__header h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.step__header p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.55;
}

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

.field {
  display: grid;
  gap: 8px;
  align-content: start;
}

.field--wide {
  grid-column: 1 / -1;
}

.field[hidden] {
  display: none;
}

.field label {
  font-weight: 800;
}

.field small {
  color: var(--muted);
  line-height: 1.45;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.3;
}

.field textarea {
  min-height: 108px;
  resize: vertical;
}

.result-panel {
  margin-top: 18px;
  padding: 24px;
  box-shadow: none;
}

.result-panel h3 {
  font-size: 28px;
}

.result-panel [data-result-message] {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.55;
}

.public-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.public-result[hidden] {
  display: none;
}

.public-result > div,
.public-result > p {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #f7faf8;
}

.public-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.public-result strong {
  display: block;
  line-height: 1.3;
}

.public-result p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface);
}

@media (max-width: 920px) {
  .topbar {
    align-items: flex-start;
  }

  .nav,
  .topbar__cta {
    display: none;
  }

  .hero,
  .split,
  .brand-band__inner,
  .briefing-app,
  .proof-strip,
  .plan-grid,
  .public-result {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 56px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  .diagnostic-card {
    position: static;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .brand-band__signal {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .section {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .topbar {
    padding-block: 12px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand__logo {
    width: min(190px, 58vw);
  }

  .brand__tagline {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .hero__lead,
  .split p,
  .briefing-intro p,
  .brand-band p:not(.eyebrow) {
    font-size: 17px;
  }

  .brand-band {
    margin: 18px 0 10px;
  }

  .brand-band__inner {
    width: min(100% - 28px, 1180px);
    padding: 52px 0;
  }

  .brand-band__signal {
    grid-template-columns: 1fr;
  }

  .plan__top,
  .ops-panel__header,
  .ops-row,
  .diagnostic-card__top,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan__top strong,
  .diagnostic-card__top strong {
    text-align: left;
  }

  .ops-breakdown {
    grid-template-columns: 1fr;
  }
}

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