:root {
  --bg: #070707;
  --bg-soft: #101010;
  --line: rgba(255,255,255,0.12);
  --text: #ffffff;
  --muted: rgba(255,255,255,0.72);
  --muted-2: rgba(255,255,255,0.5);
  --accent: #d7d7d7;
  --primary: #18c964;
  --primary-hover: #12a954;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.32), rgba(0,0,0,0.68)),
    url('hero.jpg') center center / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 45%),
    linear-gradient(to bottom, rgba(0,0,0,0.18), rgba(0,0,0,0.55));
  z-index: 1;
}

.topbar {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 28px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.brand-name {
  letter-spacing: 0.35em;
  font-size: 13px;
  font-weight: 700;
}

.topnav {
  display: flex;
  gap: 28px;
}

.topnav a {
  font-size: 13px;
  color: var(--muted);
  transition: 0.25s ease;
}

.topnav a:hover {
  color: #fff;
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 980px;
  padding: 110px 56px 180px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.03em;
  max-width: 900px;
}

.hero h1 span {
  color: rgba(255,255,255,0.72);
}

.hero-subtitle {
  margin-top: 24px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: 0.25s ease;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.btn-outline {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.04);
  color: #fff;
  backdrop-filter: blur(6px);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.45);
}

.btn-primary {
  background: var(--primary);
  color: white;
}

.btn-primary:hover {
  background: var(--primary-hover);
}

.hero-info {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 56px 40px;
}

.info-card {
  background: rgba(12,12,12,0.58);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  backdrop-filter: blur(8px);
}

.info-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-2);
}

.info-value {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.fleet-preview {
  background: linear-gradient(to bottom, #070707, #0d0d0d);
  padding: 90px 56px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-kicker {
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted-2);
}

.section-head h2,
.final-cta h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.section-head p,
.final-cta p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.fleet-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.fleet-image {
  height: 320px;
  background-size: cover;
  background-position: center;
}

.fleet-image-1 {
  background-image: url('https://images.unsplash.com/photo-1494976388531-d1058494cdd8?q=80&w=1200&auto=format&fit=crop');
}

.fleet-image-2 {
  background-image: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?q=80&w=1200&auto=format&fit=crop');
}

.fleet-image-3 {
  background-image: url('https://images.unsplash.com/photo-1511919884226-fd3cad34687c?q=80&w=1200&auto=format&fit=crop');
}

.fleet-copy {
  padding: 22px 20px 24px;
}

.fleet-copy h3 {
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.fleet-copy p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.final-cta {
  padding: 90px 56px 110px;
  background: #0d0d0d;
  border-top: 1px solid var(--line);
}

.final-cta .btn {
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .hero-info,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .topbar,
  .hero-inner,
  .hero-info,
  .fleet-preview,
  .final-cta {
    padding-left: 28px;
    padding-right: 28px;
  }

  .topnav {
    display: none;
  }

  .hero-inner {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .fleet-image {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .info-card {
    padding: 16px;
  }

  .fleet-preview,
  .final-cta {
    padding-top: 70px;
    padding-bottom: 80px;
  }

}
h1 {
  font-size: 72px;
  letter-spacing: 4px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: -10px;
}

.hero p {
  font-size: 18px;
  opacity: 0.8;
  margin-top: 10px;
}

.hero-content {
  max-width: 650px;
  padding-left: 80px;
}

.hero {
  display: flex;
  align-items: center;
}

h1 {
  font-size: 80px;
  letter-spacing: 6px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.1;
}

.btn {
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn:first-child {
  border: 1px solid white;
}

.btn {
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn:first-child {
  border: 1px solid white;
}

.topbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  transition: all 0.3s ease !important;
}

.topbar.scrolled {
  background: rgba(10, 10, 10, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}