/* Typography & layout refinements — lighter than raw preview extract */
.sp-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  z-index: 2000;
  background: linear-gradient(90deg, #0ea5e9, #06d6e8);
  pointer-events: none;
}

/* Nav: brand sits slightly higher, less heavy */
nav {
  padding: 14px 40px !important;
  align-items: center !important;
}

nav .nav-logo {
  font-family: "Syne", "Outfit", sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.0625rem !important;
  letter-spacing: -0.02em !important;
  align-items: center !important;
  transform: translateY(-4px);
}

nav .nav-logo img,
nav .logo-mark {
  transform: translateY(1px);
}

nav .logo-mark {
  width: 28px !important;
  height: 28px !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
}

nav .nav-logo img {
  width: 28px !important;
  height: 28px !important;
}

.nav-links a {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
}

.btn-ghost,
.btn-primary {
  font-size: 0.8125rem !important;
  padding: 7px 16px !important;
}

/* Hero: pull content up, lighter headline */
#hero {
  align-items: flex-start !important;
}

.hero-content {
  padding: 96px 20px 36px 48px !important;
  align-self: flex-start !important;
}

.hero-badge {
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  padding: 5px 12px !important;
  margin-bottom: 20px !important;
  letter-spacing: 0.09em !important;
}

h1.hero-title {
  font-family: "Syne", "Outfit", sans-serif !important;
  font-size: clamp(2rem, 3.6vw, 3.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  max-width: 14ch !important;
  margin-bottom: 16px !important;
  color: #f0f4f8 !important;
  background: none !important;
  -webkit-text-fill-color: #f0f4f8 !important;
}

h1.hero-title .hero-title__accent {
  background: linear-gradient(135deg, #a8d8f0 0%, #06d6e8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.hero-sub {
  font-family: "Outfit", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  max-width: 26rem !important;
  margin-bottom: 24px !important;
  color: #94a3b8 !important;
}

.hero-ctas {
  margin-bottom: 32px !important;
  gap: 10px !important;
}

.cta-primary,
.cta-secondary {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  padding: 11px 22px !important;
  border-radius: 9px !important;
}

.cta-secondary {
  font-weight: 500 !important;
}

.stats-strip {
  max-width: 100% !important;
}

.stat-card {
  padding: 14px 14px !important;
}

.stat-label {
  font-size: 0.58rem !important;
  letter-spacing: 0.1em !important;
}

.stat-value {
  font-family: "Syne", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.stat-delta {
  font-size: 0.65rem !important;
}

/* Section headings — less bulky site-wide */
.section-label {
  font-size: 0.65rem !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 12px !important;
}

h2.section-title {
  font-size: clamp(1.5rem, 2.8vw, 2.35rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
  margin-bottom: 14px !important;
}

.section-desc {
  font-size: 0.9375rem !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

.cta-title {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem) !important;
  font-weight: 700 !important;
}

/* Truck brand decal — smaller */
.brand-decal {
  font-size: 22px !important;
  font-weight: 700 !important;
  gap: 12px !important;
}

.brand-decal b {
  width: 44px !important;
  height: 44px !important;
  font-size: 12px !important;
}

@media (max-width: 900px) {
  nav {
    padding: 12px 18px !important;
  }

  nav .nav-logo {
    transform: translateY(-2px);
  }

  .hero-content {
    padding: 88px 20px 28px !important;
  }

  h1.hero-title {
    font-size: clamp(1.85rem, 8vw, 2.5rem) !important;
    max-width: none !important;
  }

  .nav-links {
    display: none !important;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 0;
  }

  .nav-links.is-open {
    display: flex !important;
  }

  .nav-actions {
    margin-left: auto;
  }

  nav .sp-nav__toggle {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
  }

  nav .sp-nav__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #f0f4f8;
  }
}
