:root {
  --ink: #080a09;
  --muted: #64706b;
  --line: #dbe6df;
  --paper: #fbfdfb;
  --white: #ffffff;
  --green: #078b25;
  --green-dark: #006d19;
  --green-soft: #effaf0;
  --red: #ff0035;
  --amber: #d97900;
  --shadow: 0 18px 45px rgba(21, 44, 27, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

svg,
img {
  display: block;
}

.page-shell {
  width: min(1540px, calc(100% - clamp(48px, 5vw, 96px)));
  margin: 0 auto;
  padding: 8px 0 24px;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 142px;
}

.brand img {
  width: 142px;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

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

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--green-dark);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(430px, 0.76fr);
  gap: clamp(58px, 6vw, 110px);
  align-items: center;
  margin-bottom: 34px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: -12px 27% auto auto;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle, transparent 0 62px, rgba(7, 139, 37, 0.1) 63px 64px, transparent 65px 128px, rgba(7, 139, 37, 0.08) 129px 130px, transparent 131px 205px, rgba(7, 139, 37, 0.06) 206px 207px, transparent 208px);
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(4.1rem, 5.4vw, 6.25rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

h1 span {
  color: var(--red);
}

.lede {
  max-width: 660px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 1.06rem;
}

.trust-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 760px;
  margin-bottom: 30px;
}

.trust-points div {
  min-width: 0;
}

.trust-points svg {
  width: 18px;
  height: 18px;
  margin-bottom: 7px;
  border-radius: 50%;
  background: var(--green);
  fill: none;
  stroke: var(--white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-points strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.88rem;
}

.trust-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.button,
.pricing a,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 850;
}

.button.primary {
  min-height: 58px;
  padding: 0 34px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(7, 139, 37, 0.22);
}

.microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.process-card,
.shortlist-card,
.pricing article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.process-card {
  padding: 32px;
}

.process-card h2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.process-card ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-card li {
  display: grid;
  grid-template-columns: 44px 24px 1fr;
  gap: 12px;
  align-items: start;
  counter-increment: step;
}

.process-card li::before {
  content: counter(step);
  padding-top: 4px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.process-card li span,
.promise-note svg {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-soft);
}

.process-card svg,
.promise-note svg {
  fill: none;
  stroke: var(--green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card li span svg {
  width: 22px;
  height: 22px;
}

.process-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.9rem;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.promise-note {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 14px;
  border-radius: 8px;
  background: var(--green-soft);
}

.promise-note svg {
  width: 34px;
  height: 34px;
  border: 0;
}

.shortlist-card {
  margin-bottom: 30px;
  padding: 32px;
}

.lead-summary {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 18px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.company-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  background: #0b1712;
  color: #5df15f;
  font-size: 2.6rem;
  font-weight: 950;
}

.lead-title h2 {
  margin-bottom: 4px;
  font-size: 1.08rem;
}

.lead-title p {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.88rem;
}

.lead-title p span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 9px 2px;
  border-radius: 50%;
  background: var(--ink);
}

.lead-title strong {
  display: block;
  margin-bottom: 8px;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pills em {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7f8f7;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.pills em:first-child {
  border-color: #9bdfa5;
  background: var(--green-soft);
  color: var(--green);
}

.outline-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--green);
  color: var(--green);
  font-size: 0.85rem;
}

.lead-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lead-details article {
  padding: 22px 20px 0 0;
  border-right: 1px solid var(--line);
}

.lead-details article + article {
  padding-left: 20px;
}

.lead-details article:last-child {
  border-right: 0;
}

.lead-details h3 {
  margin-bottom: 12px;
  font-size: 0.78rem;
}

.lead-details article:nth-child(1) h3,
.lead-details article:nth-child(4) h3 {
  color: var(--green);
}

.lead-details article:nth-child(2) h3,
.lead-details article:nth-child(3) h3 {
  color: var(--amber);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lead-details li,
.fit-grid li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

.lead-details li::before,
.fit-grid li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.lead-details article:nth-child(3) li::before,
.fit-grid .not-list li::before {
  color: var(--red);
  content: "⊗";
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 26px 34px;
}

.fit-grid > div:first-child {
  border-right: 1px solid var(--line);
  padding-right: 48px;
}

.fit-grid h2 {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-grid > div:last-child h2 {
  color: var(--red);
}

.pricing {
  margin-bottom: 24px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pricing article {
  position: relative;
  padding: 22px;
  text-align: center;
}

.pricing .featured {
  border: 2px solid var(--green);
  box-shadow: 0 18px 45px rgba(7, 139, 37, 0.14);
}

.pricing .featured > span {
  position: absolute;
  top: -1px;
  left: -2px;
  right: -2px;
  padding: 5px;
  border-radius: 8px 8px 0 0;
  background: var(--green);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing .featured h3 {
  margin-top: 18px;
}

.pricing h3 {
  margin-bottom: 9px;
  color: var(--green);
  font-size: 0.9rem;
}

.pricing strong {
  display: block;
  margin-bottom: 8px;
  font-size: 2.5rem;
  letter-spacing: -0.06em;
}

.pricing small {
  font-size: 0.9rem;
  font-weight: 600;
}

.pricing p {
  min-height: 42px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.pricing a {
  width: 100%;
  min-height: 40px;
  border: 1px solid #b8dcc0;
  background: var(--green-soft);
  color: var(--green);
  font-size: 0.86rem;
}

.pricing .featured a {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--muted);
  font-size: 0.84rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .hero,
  .lead-details,
  .fit-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero::before {
    right: -180px;
    opacity: 0.7;
  }

  .lead-details article,
  .lead-details article + article,
  .fit-grid > div:first-child {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lead-details article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 16px;
  }

  .site-header {
    gap: 14px;
    margin-bottom: 20px;
  }

  .brand {
    width: 104px;
  }

  .brand img {
    width: 104px;
    height: auto;
  }

  .header-cta {
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .site-nav {
    gap: 22px;
    overflow-x: auto;
  }

  .hero {
    gap: 26px;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 4.25rem);
  }

  .trust-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .button.primary,
  .outline-button {
    width: 100%;
  }

  .process-card,
  .shortlist-card {
    padding: 18px;
  }

  .process-card li {
    grid-template-columns: 38px 20px 1fr;
    gap: 10px;
  }

  .process-card li span {
    width: 38px;
    height: 38px;
  }

  .lead-summary {
    grid-template-columns: 1fr;
  }

  .fit-grid {
    margin-right: 0;
    margin-left: 0;
  }

  .site-footer {
    flex-direction: column;
  }
}
