/* Hero slides — full-bleed images */
.hero-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
  transform: scale(1.06);
  transition: transform 7s ease-out;
  filter: saturate(1.08) contrast(1.05);
}

.hero-slide.is-active .hero-slide-img {
  transform: scale(1);
}

/* Taller, more cinematic home hero */
.hero {
  height: clamp(420px, 62vh, 640px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1, 24, 72, 0.35) 0%, rgba(1, 24, 72, 0.15) 40%, rgba(1, 24, 72, 0.55) 100%),
    linear-gradient(90deg, rgba(3, 44, 124, 0.25) 0%, transparent 45%, rgba(44, 125, 23, 0.18) 100%);
}

.hero-overlay {
  z-index: 2;
  top: 48%;
  width: min(920px, calc(100% - 48px));
  padding: 28px 24px;
  border-radius: 18px;
  background: rgba(1, 24, 72, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.hero-overlay h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}

.hero-overlay p {
  margin-top: 8px;
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 1.45;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.98;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.hero-arrow {
  z-index: 3;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: background 180ms ease, transform 180ms ease;
}

.hero-arrow:hover {
  background: linear-gradient(135deg, #032c7c, #2c7d17);
  transform: translateY(-50%) scale(1.06);
}

.hero-dots {
  bottom: 22px;
  z-index: 3;
  gap: 10px;
}

.hero-dot {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: width 200ms ease, background 200ms ease;
}

.hero-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #032c7c, #2c7d17);
}

/* ---------- Airline partners strip ---------- */
.airline-partners {
  position: relative;
  padding: 28px 0 22px;
  background:
    radial-gradient(ellipse 70% 80% at 10% 0%, rgba(3, 44, 124, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 70% at 90% 100%, rgba(44, 125, 23, 0.08), transparent 50%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 55%, #f4faf5 100%);
  border-bottom: 1px solid rgba(3, 44, 124, 0.08);
}

.airline-partners-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.airline-partners-heading {
  text-align: center;
  padding: 0 16px 16px;
}

.airline-partners-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2c7d17;
  background: rgba(44, 125, 23, 0.1);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.airline-partners-title {
  margin: 0 0 6px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  color: #011848;
  letter-spacing: 0.01em;
}

.airline-partners-sub {
  margin: 0;
  font-size: 13px;
  color: #5c6b7a;
}

.airline-partners .ticker--logos {
  position: relative;
  height: 92px;
  background: transparent;
  border: 0;
  overflow: hidden;
}

.airline-partners .ticker-track {
  gap: 16px;
  padding-left: 16px;
  animation: ticker-move 55s linear infinite;
}

.airline-partners .ticker--logos:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.ticker-fade--left {
  left: 0;
  background: linear-gradient(90deg, #f7faff 0%, rgba(247, 250, 255, 0) 100%);
}

.ticker-fade--right {
  right: 0;
  background: linear-gradient(270deg, #f4faf5 0%, rgba(244, 250, 245, 0) 100%);
}

.airline-logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 148px;
  height: 68px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid rgba(3, 44, 124, 0.1);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(1, 24, 72, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.airline-logo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(44, 125, 23, 0.35);
  box-shadow: 0 12px 28px rgba(3, 44, 124, 0.12);
}

.airline-partners .ticker-logo {
  height: 36px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.airline-partners .ticker-logo--svg {
  height: 42px;
  max-width: 180px;
}

/* Home — OUR PRODUCT intro blurb */
.product-section-lead {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  text-align: center;
}

@media (max-width: 760px) {
  .hero {
    height: clamp(360px, 58vh, 520px);
  }

  .hero-overlay {
    width: calc(100% - 28px);
    padding: 18px 14px;
  }

  .hero-arrow {
    width: 40px;
    height: 40px;
  }

  .airline-partners {
    padding: 22px 0 16px;
  }

  .airline-partners .ticker--logos {
    height: 84px;
  }

  .airline-logo-card {
    min-width: 128px;
    height: 60px;
    padding: 8px 14px;
  }

  .ticker-fade {
    width: 40px;
  }
}
