:root {
  --ink: #0f2744;
  --paper: #f3f6f9;
  --steel: #5c6f82;
  --accent: #e8a020;
  --accent-dark: #c98512;
  --white: #fff;
  --muted: #5f6f7d;
  --line: #d4dde6;
  --maxw: 1180px;
  --bg-dark: #071321;
  --bg-elev: #0d243b;
  --bg-soft: #13304d;
  --text-main: #e5edf6;
  --text-muted: #9eb2c6;
  --line-dark: #29425a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-dark);
  color: var(--text-main);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2 { text-wrap: balance; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 10px; top: 10px; background: #fff; padding: 12px; z-index: 99; }

header {
  height: 84px;
  padding: 0 max(4vw, 24px);
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(7,19,33,.92);
  border-bottom: 1px solid var(--line-dark);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
}

.logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  font-weight: 800;
  letter-spacing: .12em;
}
.logo b {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #0d243b, #163757);
  color: var(--accent);
  font: 700 22px/1 system-ui, sans-serif;
  margin-right: 12px;
}
.logo span { display: flex; flex-direction: column; font-size: 16px; line-height: 1.1; }
.logo small { font-size: 7px; letter-spacing: .18em; color: var(--text-muted); margin-top: 5px; }

nav { display: flex; gap: 20px; font-size: 13px; font-weight: 700; flex-wrap: wrap; color: var(--text-muted); }
nav a:hover { color: var(--accent-dark); }
.header-call {
  font-size: 13px;
  font-weight: 800;
  border-left: 1px solid var(--line-dark);
  padding-left: 24px;
  white-space: nowrap;
}
.header-cta {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid var(--line-dark);
  padding: 10px 14px;
}
.header-cta:hover { background: var(--bg-soft); color: #fff; }
.menu { display: none; background: 0; border: 0; font-size: 24px; cursor: pointer; }

.hero {
  min-height: 82vh;
  color: #fff;
  padding: 100px max(7vw, 30px) 80px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 5vw;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(15,39,68,.92) 0%, rgba(15,39,68,.78) 45%, rgba(15,39,68,.55) 100%),
    url("/assets/images/hero.jpg") center/cover;
}
.hero-copy, .hero-stats { position: relative; z-index: 1; }

.overline {
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 800;
  color: var(--accent);
  margin: 0 0 20px;
}

h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -.03em;
  max-width: 14ch;
}
h1 em { font-style: normal; color: var(--accent); font-weight: 700; }

.lead {
  color: #d5e0ea;
  font-size: 1.08rem;
  max-width: 560px;
  margin: 24px 0;
}

.actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.btn {
  border: 0;
  background: var(--accent);
  color: #102338;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .2s ease;
}
.btn:hover { background: #f0b035; transform: translateY(-1px); }
.plain {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.45);
  padding-bottom: 4px;
}
.plain:hover { color: var(--accent); }
.hero-highlights {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-highlights li {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #d5e0ea;
}

.trust-strip {
  background: #050f1b;
  color: #d3e0ed;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-strip p {
  margin: 0;
  padding: 16px 12px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid rgba(255,255,255,.12);
}
.trust-strip p:last-child { border-right: 0; }

.hero-stats {
  display: grid;
  gap: 14px;
  align-self: center;
}
.hero-stats div {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  padding: 22px 24px;
}
.hero-stats strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
}
.hero-stats span { font-size: 12px; letter-spacing: .08em; color: #b8c9d9; text-transform: uppercase; }

.services {
  padding: 100px max(7vw, 30px);
  background: #081a2c;
}
.service-grid, .why-grid, .fleet-grid, .faq-list {
  max-width: var(--maxw);
  margin-inline: auto;
}
.section-title { max-width: 720px; margin-bottom: 48px; }
.section-title.center { text-align: center; margin-inline: auto; }
.section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
}
.section-note { color: var(--text-muted); font-size: 15px; margin-top: 16px; max-width: 640px; }
.section-title.center .section-note { margin-inline: auto; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.service-grid article {
  border: 1px solid var(--line-dark);
  background: var(--bg-elev);
  overflow: hidden;
  display: grid;
  grid-template-rows: 200px auto;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
.service-grid img { width: 100%; height: 200px; object-fit: cover; }
.service-grid div { padding: 24px; }
.service-grid span {
  font-size: 11px;
  color: var(--accent-dark);
  font-weight: 800;
}
.service-grid h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 8px 0 10px;
}
.service-grid p { margin: 0; color: var(--text-muted); font-size: 15px; }

.why {
  background: #091d31;
  padding: 92px max(7vw, 30px);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-grid article {
  background: var(--bg-elev);
  border: 1px solid var(--line-dark);
  padding: 26px;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
}
.why-grid h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.why-grid p {
  margin: 0;
  color: var(--text-muted);
}

.routes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  background: var(--ink);
  color: #fff;
}
.routes-copy { padding: 100px max(7vw, 30px); }
.routes-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 18px;
}
.routes-copy > p { color: #c8d4e0; max-width: 520px; }
.routes-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.routes-copy li {
  padding-left: 18px;
  position: relative;
  color: #dbe6f0;
  font-weight: 600;
}
.routes-copy li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
}

.routes-map {
  position: relative;
  background:
    radial-gradient(circle at 30% 60%, rgba(232,160,32,.15), transparent 40%),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(135deg, #163456, #0f2744);
}
.pin {
  position: absolute;
  padding: 10px 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}
.pin-lt { left: 18%; bottom: 28%; }
.pin-balt { left: 42%; top: 38%; }
.pin-scan { right: 12%; top: 18%; }

.fleet { padding: 100px max(7vw, 30px); }
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 10px;
}
.fleet-grid article {
  background: var(--bg-elev);
  border: 1px solid var(--line-dark);
  padding: 28px;
  border-radius: 6px;
}
.fleet-grid h3 { font-size: 1.2rem; margin-bottom: 10px; }
.fleet-grid p { margin: 0; color: var(--text-muted); }

.about {
  background: #091d31;
  padding: 100px max(7vw, 30px);
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 8vw;
  align-items: center;
}
.monogram {
  min-height: 360px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.monogram > span {
  font-size: clamp(8rem, 18vw, 12rem);
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.monogram small {
  position: absolute;
  bottom: 24px; left: 24px;
  letter-spacing: .16em;
  line-height: 1.7;
  color: #9fb0c0;
  font-size: 10px;
}
.about h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
}
.about > div:last-child > p { color: var(--text-muted); font-size: 17px; }
.facts {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.facts li {
  border-left: 3px solid var(--accent);
  padding: 8px 0 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #c0cfde;
}

.contact {
  background: var(--ink);
  color: #fff;
  padding: 100px max(7vw, 30px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 6vw;
}
.contact h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}
.contact-lead { color: #c8d4e0; max-width: 520px; margin: 12px 0 0; }
.contact-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}
.contact-data small {
  display: block;
  color: #8fa3b8;
  font-size: 9px;
  letter-spacing: .16em;
  margin-bottom: 8px;
}
.contact-data a,
.contact-data p {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}
.contact-data a:hover { color: var(--accent); }

.contact-note {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.04);
  color: #c8d4e0;
  font-size: 14px;
}
.contact-note h3 { margin: 0 0 12px; color: #fff; font-size: 1rem; }
.contact-note ul { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.contact-note a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.25); }
.quick-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.contact-note details {
  margin-top: 14px;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 12px;
}
.contact-note summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

.faq {
  background: #081a2c;
  padding: 90px max(7vw, 30px) 110px;
}
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}
.faq-list details {
  border: 1px solid var(--line-dark);
  background: var(--bg-elev);
  padding: 16px 18px;
  border-radius: 6px;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text-main);
}
.faq-list p {
  margin: 12px 0 0;
  color: var(--text-muted);
}

.final-cta {
  background: linear-gradient(135deg, #0d2238, #102b45);
  color: #fff;
  padding: 72px max(7vw, 30px);
  text-align: center;
}
.final-cta h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}
.final-cta p {
  margin: 0 auto;
  color: #d5e0ea;
  max-width: 640px;
}
.final-cta .actions {
  justify-content: center;
}
.final-cta .plain {
  border-bottom-color: rgba(255,255,255,.45);
}

footer {
  background: #040d16;
  color: #8fa3b8;
  padding: 28px max(4vw, 24px);
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  flex-wrap: wrap;
}
footer .logo { color: #fff; margin-right: auto; }
footer p { margin: 0; }

@media (max-width: 980px) {
  .service-grid, .fleet-grid, .why-grid, .trust-strip { grid-template-columns: 1fr; }
  .hero, .routes, .about, .contact { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); display: grid; }
  .routes-map { min-height: 240px; }
  .trust-strip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip p:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .header-call, .header-cta { display: none; }
  .menu { display: block; margin-left: auto; }
  nav {
    display: none;
    position: absolute;
    top: 84px; left: 0; right: 0;
    background: var(--bg-elev);
    padding: 20px;
    flex-direction: column;
    border-bottom: 1px solid var(--line-dark);
  }
  nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 80px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-highlights { flex-direction: column; }
  .contact-data { grid-template-columns: 1fr; }
  .service-grid article { grid-template-rows: 180px auto; }
  .final-cta .actions { align-items: flex-start; }
}
