:root {
  --green: #93c01f;
  --green-dark: #6f9718;
  --black: #080a0d;
  --ink: #141821;
  --muted: #667085;
  --light: #f5f7f0;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

a { text-decoration: none; }

.topbar {
  background: var(--black);
  color: #f8fafc;
  padding: 10px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 0.84rem;
  flex-wrap: wrap;
}

.socials { letter-spacing: 10px; }

.nav {
  height: 92px;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  line-height: 0.95;
}

.logo-icon {
  width: 54px;
  height: 44px;
  border: 3px solid var(--green-dark);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.55rem;
}

.logo small {
  display: block;
  color: #777;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.nav nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav nav a {
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 35px 0 30px;
}

.nav nav a.active,
.nav nav a:hover {
  color: var(--green-dark);
  border-bottom: 4px solid var(--green);
}

.apply {
  background: var(--green);
  color: #111;
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  min-height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 72px 7%;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.70) 34%, rgba(0,0,0,0.20) 68%),
    url("https://images.unsplash.com/photo-1540962351504-03099e0a754b?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 430px;
  height: 430px;
  background: rgba(147,192,31,0.85);
  border-radius: 50%;
  filter: blur(2px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  margin: 0 0 22px;
  letter-spacing: -0.05em;
}

.hero h1 span,
.services h2 span {
  color: var(--green);
}

.hero p {
  max-width: 500px;
  color: #e5e7eb;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.green { background: var(--green); color: #111; }
.black { background: #050505; color: #fff; }
.outline { color: #fff; border: 1px solid rgba(255,255,255,0.8); }
.outline-dark { color: #111; border: 1px solid rgba(0,0,0,0.45); }

.hero-quote {
  position: absolute;
  right: 15%;
  top: 120px;
  z-index: 2;
  color: var(--green);
  font-size: 3.2rem;
  line-height: 0.92;
  font-weight: 900;
}

.hero-quote strong {
  color: #fff;
  font-size: 2.6rem;
}

.services {
  padding: 70px 7% 90px;
  background:
    linear-gradient(110deg, rgba(0,0,0,0.06) 0%, rgba(255,255,255,0) 18%),
    linear-gradient(280deg, rgba(147,192,31,0.35) 0%, rgba(255,255,255,0) 16%),
    #fff;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.eyebrow.white { color: #fff; }

h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0;
}

.view-all {
  border: 1px solid var(--green-dark);
  color: #111;
  padding: 14px 24px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
}

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

.service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
  position: relative;
  min-height: 380px;
  padding: 0 18px 22px;
}

.photo {
  height: 150px;
  margin: 0 -18px 16px;
  background-size: cover;
  background-position: center;
}

.cockpit { background-image: url("https://images.unsplash.com/photo-1520437358207-323b43b50729?auto=format&fit=crop&w=800&q=80"); }
.cabin { background-image: url("https://images.unsplash.com/photo-1570710891163-6d3b5c47248b?auto=format&fit=crop&w=800&q=80"); }
.fingerprint { background-image: url("https://images.unsplash.com/photo-1584433144859-1fc3ab64a957?auto=format&fit=crop&w=800&q=80"); }
.handshake { background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=800&q=80"); }
.aircraft { background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=800&q=80"); }

.icon {
  position: absolute;
  right: 18px;
  top: 112px;
  width: 70px;
  height: 70px;
  background: #0b0d10;
  color: var(--green);
  border: 4px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 900;
}

.num {
  background: var(--green);
  color: #fff;
  border-radius: 3px;
  padding: 4px 9px;
  font-weight: 900;
  font-size: 0.78rem;
}

.service-card h3 {
  font-size: 1.35rem;
  line-height: 1.05;
  margin: 18px 0 10px;
}

.service-card p {
  color: #596273;
  font-size: 0.95rem;
  min-height: 92px;
}

.service-card a {
  color: var(--green-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.about-why {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
}

.about-panel {
  min-height: 460px;
  padding: 70px 7%;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(104,140,18,0.94), rgba(147,192,31,0.76)),
    url("https://images.unsplash.com/photo-1556388158-158ea5ccacbd?auto=format&fit=crop&w=1000&q=80") center/cover;
}

.about-panel h2 {
  max-width: 540px;
}

.about-panel p {
  color: #fff;
  max-width: 570px;
  margin: 20px 0 32px;
}

.why-panel {
  background: #080a0d;
  color: #fff;
  padding: 70px 7%;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  border-top: 1px solid rgba(147,192,31,0.55);
  border-left: 1px solid rgba(147,192,31,0.55);
}

.why-grid div {
  padding: 24px;
  text-align: center;
  border-right: 1px solid rgba(147,192,31,0.55);
  border-bottom: 1px solid rgba(147,192,31,0.55);
}

.why-grid span {
  display: block;
  color: var(--green);
  font-size: 2rem;
  margin-bottom: 10px;
}

.why-grid h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.why-grid p {
  color: #d1d5db;
  font-size: 0.86rem;
  margin: 0;
}

.journey {
  background:
    linear-gradient(90deg, rgba(63,82,0,0.95), rgba(111,151,24,0.92)),
    url("https://images.unsplash.com/photo-1474302770737-173ee21bab63?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff;
  padding: 38px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.journey h2 {
  font-size: 2rem;
}

.journey p {
  color: #fff;
  margin: 7px 0 0;
}

.process {
  padding: 70px 7%;
  background: #fff;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
  text-align: left;
}

.steps div {
  background: var(--light);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 26px;
}

.steps span {
  color: #fff;
  background: var(--green);
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 900;
}

.steps p {
  color: var(--muted);
}

.partners {
  background: #f8fafc;
  padding: 34px 7%;
}

.partner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  color: #334155;
  font-weight: 900;
  font-size: 1.2rem;
  margin-top: 10px;
}

.footer {
  background: #090b0f;
  color: #fff;
  padding: 50px 7%;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1.1fr 1.35fr;
  gap: 42px;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer p,
.footer a {
  color: #cbd5e1;
  display: block;
  margin: 8px 0;
}

.footer h3 {
  margin-top: 0;
}

@media (max-width: 1150px) {
  .nav {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .nav nav {
    flex-wrap: wrap;
  }

  .nav nav a {
    padding: 0;
  }

  .cards,
  .why-grid,
  .steps,
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-why {
    grid-template-columns: 1fr;
  }

  .hero-quote {
    display: none;
  }
}

@media (max-width: 720px) {
  .topbar,
  .nav,
  .hero,
  .services,
  .about-panel,
  .why-panel,
  .process,
  .partners,
  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cards,
  .why-grid,
  .steps,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 620px;
  }

  .partner-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
