/* ===================================================
   Clean overrides strip gradients, glow, marquees,
   floating cards, and decorative motion.
   Loaded last; uses !important to win the cascade.
   =================================================== */

/* ---------- Gradient text → solid ---------- */
.text-gradient,
.hero-title .text-gradient,
.section-title .text-gradient,
.global-stat-value.text-gradient,
.feature-stat-value.text-gradient,
[class*="gradient-text"] {
  background: transparent !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  background-clip: initial !important;
  color: var(--primary) !important;
  filter: none !important;
  text-shadow: none !important;
}

/* ---------- Gradient backgrounds → flat ---------- */
.bg-gradient-axon,
.tracking-page-hero,
#sync-banner,
.continent-header,
.service-img-overlay,
[class*="img-gradient"],
[class*="-overlay-gradient"],
[style*="linear-gradient"],
[style*="radial-gradient"],
[style*="conic-gradient"] {
  background-image: none !important;
}
.continent-header { background: var(--primary) !important; }
#sync-banner { background: var(--primary) !important; }
.tracking-page-hero { background: var(--background) !important; }
.service-img-overlay { background: rgba(0,0,0,.25) !important; }
.transport-img-gradient,
.transport-img-bottom {
  background: transparent !important;
  background-image: none !important;
}

/* ---------- Hero: full-bleed image, centered text, smooth crossfade ---------- */
.hero-overlay-1,
.hero-overlay-2,
.hero-grid,
.hero-orb-1,
.hero-orb-2,
.hero-svg-wrap,
.hero-svg-wrap svg,
.hero-float-card,
.hero-right,
.hero-illu {
  display: none !important;
}
.hero-grid-layout {
  display: block !important;
  text-align: center !important;
}
#hero-content {
  display: block !important;
  max-width: 900px;
  margin: 0 auto;
}
.hero-copy-swap { transition: opacity .35s ease, transform .35s ease; min-height: 180px; }
.hero-copy-swap.is-leaving { opacity: 0; transform: translateY(12px); }

.hero-copy { display:flex; flex-direction:column; gap:1.5rem; align-items:center; position:relative; z-index:2; }
.hero-ctas { justify-content: center !important; }
#hero { animation: none !important; position: relative; min-height: 80vh; }
#hero-bg { animation: none !important; filter: none !important; position:absolute; inset:0; overflow:hidden; }
/* Stacked crossfade layers */
.hero-bg-layer {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  will-change: opacity;
}
.hero-bg-layer.active { opacity: 1; }
/* Dark scrim for legibility */
#hero-bg::after {
  content: "" !important;
  display: block !important;
  position: absolute !important; inset: 0 !important;
  background: linear-gradient(180deg, rgba(2,6,23,.55) 0%, rgba(2,6,23,.7) 100%) !important;
  z-index: 1 !important;
}
#hero-bg::before { display: none !important; }
.hero-content { position: relative; z-index: 2; }
.hero-title {
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
  font-weight: 800;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  display: flex; flex-direction: column; gap: .25em;
}
.hero-title-line { color:#fff !important; }
.hero-title-accent { color: var(--primary) !important; }
.hero-desc {
  color: rgba(255,255,255,.92) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 auto;
}

/* Logo image wordmark - tight crop, preserve aspect ratio */
.logo-img {
  width: auto;
  height: 56px;
  display: block;
  object-fit: contain;
}
.logo .logo-text { display: none !important; }
.footer-logo .logo-img { height: 44px; }
@media (max-width: 640px){ .logo-img { height: 42px; } }



/* Hero slider controls: solid, no blur */
.slide-controls .btn {
  background: var(--card) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* ---------- Glow / halo / ping ---------- */
.badge-dot-ping,
.animate-ping,
.logo-icon::after,
.logo-icon::before,
[class*="glow"],
[class*="-glow"] {
  display: none !important;
  animation: none !important;
  box-shadow: none !important;
}
.badge-dot-inner { background: var(--primary) !important; }

/* ---------- Glass / blur → solid surfaces ---------- */
.glass,
.glass-strong,
.btn-glass,
#header,
#header.scrolled,
.mobile-menu,
.dropdown-menu {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: var(--card) !important;
  border-color: var(--border) !important;
}
#header { box-shadow: 0 1px 0 var(--border) !important; }

/* ---------- Kill looping / decorative animations ---------- */
.animate-float,
.animate-pulse-slow,
.animate-pulse,
.animate-bounce-dot,
.animate-bounce,
.marquee-track,
[class*="animate-"] { animation: none !important; }

/* Stop any SMIL animations inside the hero area */
#hero svg animate,
#hero svg animateTransform,
#hero svg animateMotion { display: none !important; }

/* Partners: static row, no fade masks, no marquee */
.partners-fade-l,
.partners-fade-r { display: none !important; }
.partners-scroll-wrap { overflow: hidden !important; }
.marquee-track {
  transform: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1.5rem 2.5rem !important;
}

/* Section header decorations */
.section-title::after,
.section-title::before,
.section-badge::after,
.section-badge::before { display: none !important; animation: none !important; }

/* Shimmer / shine effects */
.shine,
.shimmer,
[class*="shine"],
[class*="shimmer"] { animation: none !important; background-image: none !important; }

/* Active nav state for current page */
.nav-active { color: var(--primary) !important; font-weight: 600 !important; }

/* Generic main wrapper for sub-pages */
.page-main { padding-top: 5rem; }

/* Streamline icons keep them simple: no color filters, no inversion.
   Show the native single-color SVG as-is. Neutralize colored badge backgrounds
   so the icon reads on its own instead of being recolored white-on-blue. */
img.sl-icon{vertical-align:middle;display:block}
.service-icon-badge,
.stat-icon,
.tracking-stat-icon,
.feature-icon,
.feature-icon-wrap{
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--primary) !important;
}
.service-icon-badge img.sl-icon,
.stat-icon img.sl-icon,
.tracking-stat img.sl-icon,
.feature-icon img.sl-icon,
.feature-icon-wrap img.sl-icon{
  width: 40px; height: 40px;
  filter: none !important;
}

/* ---------- Hero redesign: centered, cinematic ---------- */
#hero { min-height: min(92vh, 900px) !important; display: flex !important; align-items: center !important; position: relative !important; overflow: hidden !important; }
@media (max-width: 640px) {
  #hero { min-height: auto !important; }
  .hero-grid-layout { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
}
.hero-bg-image { position: absolute !important; inset: 0 !important; }
.hero-bg-layer { position: absolute !important; inset: 0 !important; background-size: cover !important; background-position: center !important; opacity: 0; transition: opacity 1.2s ease; }
.hero-bg-layer.active { opacity: 1; }
.hero-bg-scrim {
  position: absolute !important; inset: 0 !important; pointer-events: none;
  background: linear-gradient(180deg, rgba(6,10,25,.55) 0%, rgba(6,10,25,.35) 40%, rgba(6,10,25,.75) 100%) !important;
}
.hero-content { position: relative; z-index: 2; width: 100%; }
.hero-grid-layout { grid-template-columns: 1fr !important; padding-top: 6rem !important; padding-bottom: 6rem !important; }
.hero-copy-centered { text-align: center; max-width: 60rem; margin: 0 auto; position: relative; }
.hero-title-xl {
  font-size: clamp(2.5rem, 7vw, 5.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  color: #fff !important;
  text-shadow: 0 4px 30px rgba(0,0,0,.45);
}
.hero-title-xl .hero-title-line { display: block; }
.hero-title-accent-yellow {
  display: block !important;
  color: #fbbf24 !important;
  background: none !important;
  -webkit-text-fill-color: #fbbf24 !important;
  margin-top: .25em;
}
.hero-desc-centered {
  color: rgba(255,255,255,.92) !important;
  max-width: 44rem !important;
  margin: 1.5rem auto 0 !important;
  font-size: clamp(1rem, 1.4vw, 1.2rem) !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.hero-ctas-centered { justify-content: center; margin-top: 2.25rem !important; }
.btn-outline-light { background: rgba(255,255,255,.08) !important; border-color: rgba(255,255,255,.55) !important; color: #fff !important; backdrop-filter: blur(6px); }
.btn-outline-light:hover { background: rgba(255,255,255,.18) !important; }

.hero-location-badge {
  position: absolute;
  right: 0; bottom: -3.5rem;
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .55rem 1rem;
  background: rgba(255,255,255,.95);
  color: #0f172a;
  border-radius: 999px;
  font-size: .875rem; font-weight: 600;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(8px);
}
.hero-location-badge svg { color: var(--primary); }
.hero-location-dot { width: .5rem; height: .5rem; background: #10b981; border-radius: 999px; box-shadow: 0 0 0 4px rgba(16,185,129,.25); animation: heroPulse 1.8s ease-in-out infinite; }
@keyframes heroPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(16,185,129,.25);} 50% { box-shadow: 0 0 0 8px rgba(16,185,129,.05);} }
@media (max-width: 640px) {
  .hero-location-badge { position: static; margin: 2.5rem auto 0; }
}

/* ---------- Logo bigger ---------- */
.logo-img { width: auto !important; height: 72px !important; }
.logo-name { font-size: 1.75rem !important; }
.logo-tagline { font-size: .85rem !important; }
@media (max-width: 640px) {
  .header-inner { height: 4.5rem !important; }
  .logo-img { width: auto !important; height: 48px !important; }
  .logo-name { font-size: 1.5rem !important; }
}



/* ── Hero Track Form ── */
.hero-track-form {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: min(560px, 92%);
  background: rgba(255,255,255,.97);
  border-radius: 999px;
  padding: .4rem .4rem .4rem 1.1rem;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,.5);
  margin: 1.5rem auto .5rem;
  position: relative;
}
.hero-track-form .hero-track-icon { color: #64748b; flex-shrink: 0; }
.hero-track-form input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #0f172a;
  padding: .75rem .25rem;
  min-width: 0;
}
.hero-track-form input::placeholder { color: #94a3b8; }
.hero-track-btn { border-radius: 999px !important; padding: .75rem 1.5rem !important; white-space: nowrap; display: inline-flex; align-items: center; gap: .35rem; }
@media (max-width: 520px) {
  .hero-track-form { flex-wrap: wrap; border-radius: 20px; padding: .6rem; }
  .hero-track-form input { width: 100%; padding: .6rem .5rem; }
  .hero-track-btn { width: 100%; justify-content: center; }
  .hero-track-form .hero-track-icon { display: none; }
}

/* ── Mobile: shorter hero, larger text, polished track form ── */
@media (max-width: 640px) {
  #hero { min-height: auto !important; }
  .hero-content {
    min-height: auto !important;
    padding: 5rem .75rem 3rem !important;
    align-items: flex-start !important;
  }
  .hero-grid-layout {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hero-copy { gap: .625rem !important; }
  .hero-title-xl {
    font-size: clamp(2.1rem, 7vw, 2.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.025em !important;
  }
  .hero-desc-centered {
    font-size: clamp(1.05rem, 4vw, 1.2rem) !important;
    line-height: 1.55 !important;
    margin-top: .75rem !important;
  }
  .hero-track-form {
    margin-top: 1.25rem !important;
    width: min(520px, 100%) !important;
    border-radius: 1.25rem !important;
    padding: .875rem !important;
    gap: .625rem;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 40px -16px rgba(0,0,0,.45);
  }
  .hero-track-form input {
    width: 100%;
    text-align: center;
    font-size: 1.05rem !important;
    padding: .85rem .5rem !important;
  }
  .hero-track-form .hero-track-icon { display: none !important; }
  .hero-track-btn {
    width: 100%;
    justify-content: center;
    padding: .85rem 1.25rem !important;
    font-size: 1rem !important;
  }
  .hero-ctas-centered { margin-top: 1rem !important; }
  .hero-ctas-centered .btn-lg {
    padding: .65rem 1.25rem !important;
    font-size: .9375rem !important;
  }
  .slide-controls {
    bottom: .75rem !important;
    gap: .5rem !important;
  }
  .slide-controls .btn {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
}

