:root {
  color-scheme: dark;
  --bg: #06110b;
  --bg-soft: #0a1910;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.13);
  --line: rgba(190, 255, 208, 0.16);
  --text: #f5fff7;
  --muted: #b7c8bc;
  --green: #9bdc28;
  --green-strong: #35c36a;
  --blue: #74d7ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius-lg: 32px;
  --radius-md: 22px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(155, 220, 40, 0.22), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(116, 215, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #06110b 0%, #08150f 44%, #030705 100%);
  color: var(--text);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-140%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: #071007;
  font-weight: 800;
  z-index: 100;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(248, 248, 230, 0.92);
  border-bottom: 1px solid rgba(40, 90, 50, 0.18);
}

.nav-shell,
.section-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.nav-shell {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  border-radius: 18px;
  outline-offset: 6px;
}

.brand img {
  width: 220px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(40, 90, 50, 0.10);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  color: #285a32;
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #143a1c;
  background: rgba(40, 90, 50, 0.10);
  transform: translateY(-1px);
}

.nav-links .nav-cta {
  background: rgba(40, 90, 50, 0.10);
  color: #143a1c;
  border: 1px solid rgba(40, 90, 50, 0.28);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(40, 90, 50, 0.28);
  border-radius: 12px;
  background: rgba(40, 90, 50, 0.06);
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: background 160ms ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(40, 90, 50, 0.14);
}

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #285a32;
  border-radius: 2px;
  transition: transform 200ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(5rem, 11vw, 9rem) 0;
}

.eyebrow,
.card-kicker {
  margin: 0 0 1rem;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 900;
}

.hero h1,
.split-section h2,
.section-heading h2,
.proof-copy h2,
.contact h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 1.04;
}

.hero-lede {
  max-width: 560px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.service-card:hover {
  transform: translateY(-3px);
}

.primary {
  background: linear-gradient(135deg, var(--green), var(--green-strong));
  color: #06110b;
  box-shadow: 0 18px 45px rgba(53, 195, 106, 0.25);
}

.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--line);
}

.hero-card,
.client-panel,
.contact-card,
.service-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface-strong), rgba(255, 255, 255, 0.055));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: var(--radius-lg);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(155, 220, 40, 0.26), transparent 64%);
}

.hero-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.hero-card li {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: #edfff1;
  font-weight: 800;
}

.split-section,
.proof-section,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2.5rem, 8vw, 6rem);
  padding: clamp(5rem, 11vw, 9rem) 0;
  border-top: 1px solid var(--line);
}

.split-section h2,
.section-heading h2,
.proof-copy h2,
.contact h2 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
}

.copy-stack {
  display: grid;
  gap: 1.15rem;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.copy-stack p,
.section-heading p,
.proof-copy p,
.contact p {
  margin: 0;
}

.services {
  padding: clamp(5rem, 11vw, 9rem) 0;
  border-top: 1px solid var(--line);
}

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

.section-heading p,
.proof-copy p,
.contact p {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.service-card {
  position: relative;
  min-height: 240px;
  padding: 2rem 1.75rem;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover {
  border-color: rgba(155, 220, 40, 0.34);
  background: linear-gradient(180deg, rgba(155, 220, 40, 0.12), rgba(255, 255, 255, 0.06));
}

.card-number {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--green);
  opacity: 0.85;
}

.service-card h3 {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 12ch;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.stat-row {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.stat-row li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-left: 1.1rem;
  border-left: 2px solid rgba(155, 220, 40, 0.42);
}

.stat-value {
  font-family: inherit;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1;
}

.stat-label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.proof-section {
  align-items: start;
}

.client-panel {
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
}

.client-badges {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.client-badges li {
  padding: 0.65rem 1.05rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(155, 220, 40, 0.22);
  color: #edfff1;
  font-weight: 700;
  font-size: 0.95rem;
}

.contact {
  align-items: center;
}

.contact-cards {
  display: grid;
  gap: 1rem;
}

.contact-card {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 0.6rem;
  padding: 2rem 1.75rem;
  border-radius: var(--radius-lg);
}

.contact-card span {
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.contact-card strong {
  font-size: clamp(1.05rem, 2.4vw, 1.6rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-card-address {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text);
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer a {
  color: #eaffc7;
  font-weight: 800;
  text-decoration: none;
}

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

@media (max-width: 920px) {
  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero,
  .split-section,
  .proof-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  .nav-shell,
  .section-shell {
    width: min(100% - 1rem, var(--max));
  }

  .nav-shell {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    min-height: 64px;
    gap: 0.75rem;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand img {
    width: clamp(140px, 48vw, 200px);
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .nav-links {
    order: 3;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    padding: 0.6rem 0 0.4rem;
    margin: 0.4rem 0 0.2rem;
    border-top: 1px solid rgba(40, 90, 50, 0.18);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    justify-content: flex-start;
    width: 100%;
    padding: 0.85rem 1rem;
  }

  .hero {
    gap: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .split-section,
  .proof-section,
  .contact,
  .services {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .eyebrow,
  .card-kicker {
    margin-bottom: 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    line-height: 1.4;
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(2.1rem, 9.5vw, 2.7rem);
    letter-spacing: -0.04em;
    line-height: 1.05;
    text-wrap: balance;
  }

  .split-section h2,
  .section-heading h2,
  .proof-copy h2,
  .contact h2 {
    font-size: clamp(1.7rem, 7.5vw, 2.3rem);
    line-height: 1.1;
    text-wrap: balance;
  }

  .hero-lede {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 2rem;
    display: grid;
    gap: 0.75rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 1rem;
  }

  .service-card {
    min-height: auto;
    padding: 1.75rem 1.5rem;
  }

  .stat-row {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .client-panel {
    padding: 1.5rem 1.25rem;
  }

  .contact-cards {
    gap: 0.85rem;
  }

  .contact-card {
    padding: 1.5rem 1.4rem;
  }
}
