:root {
  --bg: #050806;
  --bg-soft: #090d0a;
  --panel: #0a100c;
  --text: #f3f7f1;
  --muted: #8c978f;
  --green: #9cff2e;
  --green-soft: #78c625;
  --line: rgba(255, 255, 255, 0.09);
  --line-green: rgba(156, 255, 46, 0.22);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 5% 8%, rgba(72, 147, 27, 0.08), transparent 26rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E");
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: #071006;
  background: var(--green);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.brand-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #091005;
  font-size: 12px;
  font-weight: 950;
  background: var(--green);
  clip-path: polygon(50% 0, 100% 26%, 100% 74%, 50% 100%, 0 74%, 0 26%);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #a7b0aa;
  font-size: 12px;
}

.main-nav a,
.header-cta,
.text-link {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--green);
}

.header-cta {
  justify-self: end;
  padding: 11px 15px;
  color: #c4cbc6;
  font-size: 11px;
  border: 1px solid var(--line);
  border-radius: 2px;
}

.header-cta span {
  margin-left: 9px;
  color: var(--green);
}

.header-cta:hover,
.header-cta:focus-visible {
  color: var(--text);
  border-color: var(--line-green);
  background: rgba(156, 255, 46, 0.04);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  padding-top: 82px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.section-grid::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero::before {
  position: absolute;
  top: 4%;
  right: -18%;
  z-index: -1;
  width: 780px;
  height: 780px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(100, 206, 28, 0.1), transparent 60%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  gap: 78px;
  align-items: center;
  min-height: 660px;
  padding-block: 72px 62px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: #aab4ad;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 15px;
  height: 1px;
  background: var(--green);
  box-shadow: 0 0 10px rgba(156, 255, 46, 0.7);
}

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

h1,
h2 {
  text-wrap: balance;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 620px;
  margin-bottom: 25px;
  font-size: clamp(3.25rem, 5.25vw, 5.25rem);
  font-weight: 650;
  line-height: 0.93;
}

h1 em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.hero-intro {
  max-width: 580px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 49px;
  padding: 0 19px;
  font-size: 12px;
  font-weight: 750;
  border: 1px solid transparent;
}

.button-primary {
  color: #081005;
  background: var(--green);
  box-shadow: 0 0 0 rgba(156, 255, 46, 0);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #b0ff5a;
  box-shadow: 0 0 34px rgba(156, 255, 46, 0.16);
  transform: translateY(-2px);
}

.button-ghost {
  color: #bac3bd;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.01);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--text);
  border-color: var(--line-green);
  transform: translateY(-2px);
}

.microcopy {
  margin: 24px 0 0;
  color: #69736c;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.microcopy span,
.metrics-note span {
  margin-right: 6px;
  color: var(--green);
}

.dashboard-wrap {
  position: relative;
  padding: 30px;
}

.dashboard-glow {
  position: absolute;
  inset: 12% 8%;
  background: rgba(118, 223, 40, 0.08);
  filter: blur(65px);
}

.dashboard {
  position: relative;
  padding: 22px;
  background: linear-gradient(145deg, rgba(15, 25, 17, 0.96), rgba(5, 9, 6, 0.96));
  border: 1px solid rgba(156, 255, 46, 0.17);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.dashboard::before,
.dashboard::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  border-color: var(--green);
}

.dashboard::before {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.dashboard::after {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.dashboard-topline,
.dashboard-title,
.dashboard-flow,
.dashboard-footer,
.chart-heading,
.chart-axis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-topline {
  padding-bottom: 14px;
  color: #677069;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  border-bottom: 1px solid var(--line);
}

.status {
  color: #919b94;
  letter-spacing: 0.05em;
}

.status i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--green);
}

.dashboard-title {
  padding: 20px 0 17px;
  color: #adb6b0;
  font-size: 12px;
}

.dashboard-title b {
  color: var(--green);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.chart-card {
  position: relative;
  padding: 18px 18px 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    rgba(0, 0, 0, 0.18);
  background-size: 34px 34px;
}

.chart-heading {
  color: #929b95;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.chart-heading strong {
  color: var(--green);
  font-size: 11px;
}

.chart-bars {
  display: flex;
  gap: 14px;
  align-items: end;
  height: 165px;
  padding: 22px 10px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.chart-bars i {
  flex: 1;
  height: var(--bar);
  min-height: 8px;
  background: linear-gradient(to top, rgba(79, 137, 34, 0.25), var(--green));
  box-shadow: 0 0 20px rgba(156, 255, 46, 0.08);
}

.chart-axis {
  padding: 8px 9px 0;
  color: #4f5751;
  font-size: 7px;
}

.dashboard-flow {
  gap: 10px;
  padding: 16px 0;
  color: #6f7972;
  font-size: 8px;
  border-bottom: 1px solid var(--line);
}

.dashboard-flow i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #2b352e, var(--green));
}

.dashboard-flow b {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: #081005;
  font-size: 9px;
  background: var(--green);
  border-radius: 50%;
}

.dashboard-footer {
  padding-top: 15px;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pillar-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.pillar-strip span {
  padding: 22px 0;
  color: #667068;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-strip span:not(:first-child) {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.section {
  position: relative;
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 110px;
  align-items: end;
  margin-bottom: 60px;
}

.section-heading .eyebrow,
.metrics-copy .eyebrow,
.audience .eyebrow,
.contact .eyebrow {
  margin-bottom: 18px;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  font-weight: 560;
  line-height: 0.98;
}

.section-heading > p,
.metrics-copy > p:not(.eyebrow):not(.metrics-note),
.contact-panel > div > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  min-height: 510px;
  padding: 38px 40px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(12, 19, 14, 0.76), rgba(6, 9, 7, 0.82));
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.service-card::after {
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 330px;
  height: 330px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(156, 255, 46, 0.08), transparent 70%);
}

.service-card:hover {
  border-color: var(--line-green);
  background: linear-gradient(145deg, rgba(13, 23, 16, 0.92), rgba(6, 10, 7, 0.9));
  transform: translateY(-4px);
}

.card-number {
  margin-bottom: 10px;
  color: #4f5952;
  font-size: 11px;
}

.card-tag {
  position: absolute;
  top: 38px;
  right: 40px;
  color: var(--green);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card h3 {
  max-width: 400px;
  margin: 45px 0 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 570;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.service-card > p {
  max-width: 510px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
  color: #b5beb8;
  font-size: 12px;
}

.service-card li span {
  margin-right: 9px;
  color: var(--green);
}

.text-link {
  position: absolute;
  bottom: 36px;
  left: 40px;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--green);
  font-size: 11px;
  font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
  color: #c1ff7f;
}

.text-link:hover span {
  transform: translateX(3px);
}

.method {
  background: linear-gradient(180deg, rgba(7, 11, 8, 0.62), rgba(5, 8, 6, 0.92));
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.method-card {
  position: relative;
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-number,
.method-icon {
  color: #606a63;
  font-size: 10px;
}

.method-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--green);
}

.method-card h3 {
  margin: 105px 0 12px;
  font-size: 19px;
  font-weight: 550;
  letter-spacing: -0.03em;
}

.method-card p {
  margin: 0;
  color: #778179;
  font-size: 11px;
  line-height: 1.6;
}

.metrics {
  overflow: hidden;
}

.metrics::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 55%;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at center, rgba(73, 155, 27, 0.06), transparent 60%);
}

.metrics-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(500px, 1.15fr);
  gap: 110px;
  align-items: center;
}

.metrics-copy h2 {
  margin-bottom: 28px;
}

.metrics-copy > p:not(.eyebrow):not(.metrics-note) {
  max-width: 520px;
}

.metrics-note {
  margin: 34px 0 0;
  color: #727d75;
  font-size: 10px;
}

.metric-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.metric-card {
  min-height: 185px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 13, 9, 0.54);
}

.metric-card strong {
  color: var(--green);
  font-size: 16px;
  font-weight: 550;
  letter-spacing: -0.02em;
}

.metric-card p {
  max-width: 190px;
  margin: 78px 0 0;
  color: #7d8780;
  font-size: 11px;
  line-height: 1.5;
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 120px;
  align-items: center;
}

.audience h2 {
  max-width: 580px;
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-list p {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  padding: 21px 0;
  margin: 0;
  color: #a4ada7;
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px solid var(--line);
}

.audience-list span {
  color: var(--green);
  font-size: 9px;
}

.contact {
  padding-block: 86px;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 100px;
  align-items: center;
  padding: 68px 72px;
  overflow: hidden;
  border: 1px solid rgba(156, 255, 46, 0.18);
  background:
    linear-gradient(90deg, rgba(12, 23, 14, 0.96), rgba(7, 14, 9, 0.84)),
    var(--panel);
}

.contact-panel::after {
  position: absolute;
  top: -70%;
  right: -5%;
  width: 520px;
  height: 520px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(156, 255, 46, 0.12), transparent 68%);
}

.contact-panel h2 {
  max-width: 610px;
  margin-bottom: 23px;
  font-size: clamp(2.3rem, 3.9vw, 3.8rem);
}

.contact-panel > div > p:not(.eyebrow) {
  max-width: 520px;
}

.contact-actions {
  position: relative;
  z-index: 1;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.contact-tags span {
  padding: 7px 9px;
  color: #768078;
  font-size: 8px;
  letter-spacing: 0.06em;
  border: 1px solid var(--line);
  text-transform: uppercase;
}

.contact-actions .button {
  width: min(100%, 340px);
}

.contact-actions small {
  display: block;
  margin-top: 14px;
  color: #647067;
  font-size: 9px;
}

.site-footer {
  padding: 42px 0;
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer-inner > div > p {
  margin: 16px 0 0;
  color: #5f6862;
  font-size: 10px;
}

.footer-inner > p {
  margin: 0;
  color: #515a54;
  font-size: 9px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 100px;
  }

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

  .dashboard-wrap {
    width: min(100%, 700px);
    padding: 20px 0 50px;
  }

  .section-heading,
  .metrics-grid,
  .audience-grid,
  .contact-panel {
    gap: 60px;
  }

  .metrics-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 12px 9px;
    border: 1px solid var(--line);
    background: rgba(5, 8, 6, 0.92);
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 1px;
    background: #c6cec8;
    transition: transform 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 16px;
    left: 16px;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    background: #080d09;
    border: 1px solid var(--line);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.55);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 15px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pillar-strip,
  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-strip span:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .pillar-strip span:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 88px 0;
  }

  .section-heading,
  .metrics-grid,
  .audience-grid,
  .contact-panel {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

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

  .service-card {
    min-height: 500px;
  }

  .contact-panel {
    padding: 48px;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }

  .hero-grid {
    padding-top: 80px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .dashboard-wrap {
    margin-inline: -4px;
  }

  .dashboard {
    padding: 14px;
    transform: none;
  }

  .chart-bars {
    gap: 8px;
    height: 125px;
  }

  .pillar-strip {
    grid-template-columns: 1fr 1fr;
  }

  .pillar-strip span,
  .pillar-strip span:not(:first-child) {
    padding: 17px 12px;
  }

  .service-card {
    min-height: 530px;
    padding: 28px 24px;
  }

  .card-tag {
    top: 28px;
    right: 24px;
  }

  .text-link {
    bottom: 28px;
    left: 24px;
  }

  .method-grid,
  .metric-cards {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 210px;
  }

  .method-card h3 {
    margin-top: 70px;
  }

  .metric-card {
    min-height: 150px;
  }

  .metric-card p {
    margin-top: 52px;
  }

  .contact {
    padding-block: 50px;
  }

  .contact-panel {
    padding: 35px 24px;
  }

  .contact-actions .button {
    gap: 12px;
    width: 100%;
  }

  .footer-inner {
    display: grid;
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
