:root {
  --ink: #0b1b28;
  --muted: rgba(11, 27, 40, 0.68);
  --line: rgba(11, 27, 40, 0.14);
  --paper: #ffffff;
  --white: #ffffff;
  --green: #679521;
  --green-dark: #679521;
  --navy: #0b1b28;
  --shadow: 0 24px 70px rgba(11, 27, 40, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(11, 27, 40, 0.78), rgba(11, 27, 40, 0));
}

.brand,
.nav-links,
.hero-actions,
.quick-panel {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
  font-weight: 500;
}

.brand small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  gap: 22px;
}

.nav-links a,
.header-call {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
}

.header-call {
  padding: 10px 14px;
  border: 1px solid var(--green);
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
}

.header-call:hover {
  border-color: var(--white);
  color: var(--navy);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 98svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 38%;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(11, 27, 40, 0.36), rgba(11, 27, 40, 0.04) 36%),
    linear-gradient(0deg, rgba(11, 27, 40, 0.28), rgba(11, 27, 40, 0) 34%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(103, 149, 33, 0.34);
  outline-offset: 3px;
}

.button-primary {
  color: var(--white);
  background: var(--green);
}

.button-primary:hover {
  background: var(--navy);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.quick-panel {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - 36px);
  margin: 0;
  display: grid;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.quick-panel h2 {
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.15;
}

.quick-panel p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 400;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 86px 0;
  scroll-margin-top: 96px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.services-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-size: 1.18rem;
}

.services-grid p,
.proof-list {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.split-section .section-heading,
.proof-section > div {
  margin: 0;
  text-align: left;
}

.split-section h2,
.proof-section h2 {
  text-align: left;
}

.routes-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.routes-list span {
  padding: 16px 18px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(11, 27, 40, 0.08);
  font-weight: 700;
}

.proof-list li::before {
  content: "✓";
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: var(--navy);
}

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

@media (max-width: 920px) {
  .quick-panel,
  .split-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    gap: 12px;
    padding: 14px 18px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a,
  .header-call {
    font-size: 0.82rem;
  }

  .header-call {
    padding: 9px 10px;
  }

  .brand strong {
    max-width: 116px;
    line-height: 1.05;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-image {
    object-position: center 62%;
  }

  .quick-panel h2 {
    font-size: 40px;
    line-height: 1.08;
  }

  .quick-panel {
    top: 100px;
    width: 300px;
    max-width: calc(100% - 36px);
    padding: 0;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .services-grid,
  .routes-list {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1120px);
    padding: 64px 0;
  }

  .site-footer {
    display: grid;
  }
}
