:root {
  --navy: #061a2f;
  --navy-2: #0a2948;
  --green: #12861d;
  --green-bright: #1aaa2a;
  --green-soft: #edf8ee;
  --red: #e53935;
  --amber: #ffad0a;
  --white: #ffffff;
  --off-white: #f6f8fa;
  --ink: #102033;
  --muted: #5d6875;
  --line: #dce3e8;
  --shadow: 0 18px 60px rgba(6, 26, 47, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 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;
}

.topbar {
  color: var(--white);
  background: var(--navy);
  font-size: .82rem;
}
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar a { opacity: .9; }
.topbar a:hover { opacity: 1; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  box-shadow: 0 1px 0 rgba(6,26,47,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand img {
  width: 250px;
  height: 82px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: .9rem;
  font-weight: 700;
}
.main-nav > a:not(.button) {
  position: relative;
  padding: 10px 0;
}
.main-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width .2s ease;
}
.main-nav > a:hover::after { width: 100%; }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  background: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--green);
  border-radius: 3px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .82rem;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18,134,29,.22);
  background: #0f7418;
}
.button-small {
  min-height: 42px;
  padding: 0 18px;
}
.button-outline {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
}
.button-outline:hover {
  color: var(--white);
  background: var(--navy);
  box-shadow: none;
}
.button-light {
  width: 100%;
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}
.button-light:hover { background: #f0f5f1; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(30,170,42,.10), transparent 28%),
    linear-gradient(90deg, #fff 0%, #fff 50%, #edf2f5 50%, #edf2f5 100%);
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 80px 70px 80px 0;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1, h2, h3 {
  font-family: "Montserrat", "Inter", sans-serif;
}
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--green); }
.hero-lead {
  max-width: 620px;
  margin: 28px 0;
  color: var(--navy);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  font-weight: 600;
}
.hero-lead strong { color: var(--green); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.trust-line {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: .92rem;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  background:
    linear-gradient(rgba(6,26,47,.05), rgba(6,26,47,.12)),
    url("https://images.unsplash.com/photo-1573164574511-73c773193279?auto=format&fit=crop&w=1400&q=85")
    center/cover no-repeat;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.8), transparent 28%);
}
.hero-card {
  position: absolute;
  left: 8%;
  right: 6%;
  bottom: 7%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  color: var(--white);
  background: rgba(6,26,47,.96);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.hero-card .checkmark {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--green-bright);
  border: 2px solid var(--green-bright);
  border-radius: 50%;
  font-size: 2rem;
}
.hero-card strong, .hero-card span, .hero-card small { display: block; }
.hero-card strong { font-size: 1.15rem; }
.hero-card span { color: #37ce45; font-size: 1.2rem; font-weight: 800; }
.hero-card small { margin-top: 4px; opacity: .85; }

.section { padding: 90px 0; }
.section-soft { background: var(--off-white); }
.section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.section-heading.light h2 { color: var(--white); }

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefit {
  padding: 34px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.benefit:last-child { border-right: 0; }
.icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--green-soft);
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: 800;
}
.benefit h3, .service-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1rem;
  text-transform: uppercase;
}
.benefit p, .service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  position: relative;
  min-height: 260px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(6,26,47,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.service-number {
  margin-bottom: 28px;
  color: var(--green);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.process {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7,36,61,.98), rgba(4,22,39,.99)),
    var(--navy);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.process-step {
  display: flex;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
}
.process-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 2rem;
}
.process-step span {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.process-step h3 {
  margin: 4px 0 10px;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.process-step p { margin: 0; opacity: .8; }
.stop { color: #ff4a45; }
.ready { color: var(--amber); }
.go { color: #33d33d; }
.process-step p { color: rgba(255,255,255,.82); }

.industry-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.industry-grid div {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-right: 1px solid var(--line);
}
.industry-grid div:last-child { border-right: 0; }

.cta {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(10,126,19,.96), rgba(3,79,12,.96)),
    var(--green);
}
.cta-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cta h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.cta p { max-width: 560px; }
.cta .eyebrow { color: #d8ffdc; }

.contact-form {
  padding: 28px;
  background: rgba(4,22,39,.35);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: block;
  margin-bottom: 16px;
}
.contact-form label span {
  display: block;
  margin-bottom: 7px;
  font-size: .82rem;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 6px;
  outline: none;
}
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #71dc79; }

.site-footer {
  padding: 68px 0 20px;
  color: rgba(255,255,255,.82);
  background: var(--navy);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr 1fr;
  gap: 60px;
}
.footer-brand img {
  width: 270px;
  height: 100px;
  object-fit: contain;
  padding: 8px;
  background: var(--white);
  border-radius: 8px;
}
.footer-brand p { max-width: 360px; }
.site-footer h3 {
  color: var(--white);
  font-size: .9rem;
  text-transform: uppercase;
}
.site-footer a,
.site-footer span {
  display: block;
  margin: 8px 0;
}
.site-footer a:hover { color: #59de62; }
.footer-bottom {
  margin-top: 48px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: .82rem;
}
.footer-bottom div {
  display: flex;
  gap: 22px;
}

@media (max-width: 1040px) {
  .main-nav { gap: 16px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:last-child { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .industry-grid div:nth-child(3) { border-right: 0; }
}

@media (max-width: 820px) {
  .topbar-right { display: none; }
  .nav-wrap { min-height: 92px; }
  .brand img { width: 205px; height: 68px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; }

  .hero { background: var(--white); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 50px; }
  .hero-visual { min-height: 500px; }
  .hero-visual::before { display: none; }

  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }

  .cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar-left { font-size: .72rem; gap: 8px; }
  .hero h1 { font-size: 3.55rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { left: 14px; right: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid div { border-bottom: 1px solid var(--line); }
  .industry-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
  .industry-grid div:nth-child(even) { border-right: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
