:root {
  --ink: #10251b;
  --muted: #5c6c63;
  --green: #09b850;
  --green-dark: #078d3f;
  --mint: #e9f8ef;
  --cream: #f7f5ed;
  --line: #dce4de;
  --white: #fff;
  --radius: 22px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a {
  color: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 20px;
  top: 10px;
  background: #fff;
  padding: 10px;
  z-index: 99;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16, 37, 27, 0.08);
}
.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  font-weight: 700;
  font-size: 29px;
  text-decoration: none;
  letter-spacing: -1.5px;
}
.brand span {
  color: var(--green);
}
nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #405148;
}
nav a:hover {
  color: var(--green-dark);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 15px 22px;
  border-radius: 12px;
  background: var(--green);
  color: #071a0f;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 8px 24px rgba(9, 184, 80, 0.2);
  transition: 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  background: #12c85c;
}
.button-small {
  padding: 11px 17px;
  font-size: 14px;
  box-shadow: none;
}
.hero {
  background:
    radial-gradient(circle at 90% 15%, #d8f7e4 0, transparent 32%), var(--cream);
  padding: 104px 0 90px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 75px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-dark);
}
.eyebrow span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  background: var(--green);
  border-radius: 50%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(50px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin-bottom: 28px;
}
h1 em {
  font-style: normal;
  color: var(--green-dark);
}
h2 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.hero-copy {
  max-width: 690px;
  font-size: 21px;
  line-height: 1.55;
  color: #43554b;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.text-link {
  font-weight: 700;
  text-underline-offset: 5px;
}
.microcopy {
  font-size: 13px;
  color: var(--muted);
  margin: 16px 0 0;
}
.growth-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #102d21 0%, #091f16 78%);
  color: #fff;
  border: 1px solid rgba(74, 226, 132, 0.18);
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(16, 37, 27, 0.24);
}
.growth-card:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  right: -130px;
  top: -130px;
  background: radial-gradient(
    circle,
    rgba(74, 226, 132, 0.18),
    transparent 68%
  );
}
.system-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.card-label {
  margin: 0;
  color: #b5c9bd;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  font-weight: 700;
}
.live-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: #8eaa9a;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.live-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ae284;
  box-shadow: 0 0 0 5px rgba(74, 226, 132, 0.1);
}
.system-flow {
  position: relative;
  padding: 10px 0;
}
.system-flow:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 45px;
  bottom: 45px;
  width: 1px;
  background: linear-gradient(#4ae284, rgba(74, 226, 132, 0.2));
  border-left: 1px dashed rgba(74, 226, 132, 0.35);
}
.system-row {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  align-items: center;
  padding: 15px 0;
}
.system-row + .system-row {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.system-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #4ae284;
  background: #153b2b;
  border: 1px solid rgba(74, 226, 132, 0.28);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
  font-size: 24px;
  font-weight: 500;
}
.system-row:nth-child(2) .system-icon {
  background: #183728;
}
.system-row:nth-child(3) .system-icon {
  background: #113525;
}
.system-row:nth-child(4) .system-icon {
  background: #0f3022;
}
.system-copy {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  align-content: center;
}
.system-copy strong {
  display: block;
  grid-column: 1;
  grid-row: 1;
  font-size: 17px;
  line-height: 1.2;
}
.system-copy small {
  grid-column: 1;
  grid-row: 2;
  color: #9fb5a8;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.45;
}
.icon-search {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.icon-search:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: currentColor;
  right: -7px;
  bottom: -4px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.icon-star {
  font-size: 18px;
}
.icon-send {
  font-size: 27px;
  line-height: 1;
  transform: translate(-1px, 1px);
}
.icon-loop {
  font-size: 27px;
  line-height: 1;
}
.system-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  border-radius: 12px;
  background: rgba(74, 226, 132, 0.08);
  border: 1px solid rgba(74, 226, 132, 0.13);
  color: #a9bdb1;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.system-result div {
  display: flex;
  gap: 4px;
}
.system-result i {
  display: block;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  background: #4ae284;
}
.system-result i:nth-child(2) {
  opacity: 0.75;
}
.system-result i:nth-child(3) {
  opacity: 0.5;
}
.system-result i:nth-child(4) {
  opacity: 0.25;
}
.proof-strip {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  padding: 34px 0;
  border-top: 1px solid rgba(74, 226, 132, 0.2);
}
.proof-strip:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -150px;
  top: -190px;
  border-radius: 50%;
  background: rgba(74, 226, 132, 0.08);
}
.proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 5px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.proof-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.proof-item strong {
  color: #4ae284;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}
.proof-item strong span {
  font-size: 0.58em;
  vertical-align: top;
  margin-left: 2px;
}
.proof-item p {
  margin: 0;
  color: #b7c9be;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section {
  padding: 105px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 510px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.service-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px;
  background: #fff;
}
.service-card.featured {
  border-color: var(--green);
  background: var(--mint);
}
.number {
  font-size: 12px;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.1em;
}
.price {
  font-weight: 700;
  color: var(--green-dark);
  font-size: 19px;
}
.service-card > p:not(.number):not(.price):not(.timeline) {
  color: var(--muted);
}
.service-card ul,
.fit-card ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.service-card li,
.fit-card li {
  padding: 7px 0;
}
.service-card li:before,
.fit-card.yes li:before {
  content: "✓";
  color: var(--green-dark);
  font-weight: 700;
  margin-right: 10px;
}
.timeline {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin: 25px 0 0;
  font-size: 13px;
  font-weight: 600;
}
.tag {
  position: absolute;
  right: 22px;
  top: 20px;
  background: var(--green);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 20px;
}
.scope-note {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.section-dark {
  background: var(--ink);
  color: #fff;
}
.section-dark .section-heading > p,
.section-dark .portfolio-note {
  color: #a9bcb1;
}
.section-dark .eyebrow {
  color: #4ae284;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case-card {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  background: #183328;
  border: 1px solid #2b493d;
  padding: 30px;
  border-radius: var(--radius);
}
.case-card h3 {
  font-size: 30px;
}
.case-card > p:not(.case-type) {
  color: #b9c8c0;
}
.case-type {
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #4ae284;
  font-weight: 700;
}
.case-card dl {
  margin-top: auto;
}
.case-card dl div {
  border-top: 1px solid #315044;
  padding: 16px 0;
}
.case-card dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #4ae284;
}
.case-card dd {
  margin: 3px 0 0;
  color: #d4dfd9;
}
.case-card a {
  font-weight: 700;
  color: #4ae284;
  text-underline-offset: 4px;
}
.portfolio-note {
  margin: 24px 0 0;
  font-size: 14px;
}
.process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.steps span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
}
.steps h3,
.steps p {
  margin-bottom: 4px;
}
.steps p {
  color: var(--muted);
}
.fit-section {
  background: var(--cream);
}
.fit-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.fit-card {
  height: 100%;
  background: #fff;
  border-radius: var(--radius);
  padding: 30px;
}
.fit-card.no {
  background: #efece3;
}
.fit-card.no li:before {
  content: "—";
  color: #8b675d;
  font-weight: 700;
  margin-right: 10px;
}
.cta-section {
  background: var(--green);
  padding: 75px 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 60px;
  align-items: center;
}
.cta-grid h2 {
  max-width: 700px;
}
.cta-grid p {
  max-width: 700px;
}
.button-light {
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}
.cta-grid > div:last-child p {
  font-size: 14px;
  margin: 15px 0 0;
}
.cta-grid > div:last-child p a {
  font-weight: 700;
}
footer {
  padding: 50px 0;
  background: #0b1c13;
  color: #b6c5bc;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  gap: 28px;
  align-items: start;
  font-size: 14px;
}
.footer-grid .brand {
  color: #fff;
}
.footer-grid a {
  display: block;
  color: #d8e3dc;
}
.footer-grid p {
  margin: 0;
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .hero-grid,
  .section-heading,
  .process-grid,
  .fit-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 70px;
  }
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-item {
    padding: 18px 24px;
  }
  .proof-item:nth-child(3) {
    border-left: 0;
  }
  .proof-item strong {
    font-size: 40px;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .case-card {
    min-height: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fit-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-item,
  .proof-item:first-child {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .proof-item:first-child {
    border-top: 0;
  }
  .site-header .button-small {
    display: none;
  }
  .nav-wrap {
    height: 66px;
  }
  .hero {
    padding: 58px 0 64px;
  }
  .hero-grid {
    gap: 40px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .text-link {
    text-align: center;
  }
  .microcopy {
    text-align: center;
  }
  .growth-card {
    padding: 23px 20px;
  }
  .live-pill {
    display: none;
  }
  .system-copy small {
    font-size: 11px;
  }
  .section {
    padding: 76px 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .section-heading {
    gap: 12px;
    margin-bottom: 34px;
  }
  .fit-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .cta-section {
    padding: 60px 0;
  }
}
