.trackn-hero-new {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  color:#007bff;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 123, 255, 0.45), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(0, 200, 255, 0.28), transparent 25%),
    linear-gradient(135deg, #06162f 0%, #083b82 48%, #007bff 100%);
}

.hero-bg-effects {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.7;
  animation: bgMove 18s linear infinite;
}

.hero-row {
  position: relative;
  z-index: 2;
  min-height: 75vh;
  padding-top: 100px;
  padding-bottom: 20px;
}

.hero-text-zone {
  max-width: 620px;
}

.hero-label-new {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(12px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
}

.hero-text-zone h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 1.05;
  font-weight: 900;
  margin-bottom: 26px;
  letter-spacing: -1.5px;
}

.hero-text-zone h1 span {
  color: #18a0ff;
}

.hero-text-zone p {
  max-width: 560px;
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 34px;
}

.hero-buttons-new {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.hero-buttons-new a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    transition:0.35s;
}

.hero-buttons-new i{
    font-size:18px;
    transform:translateX(4px);
}

.btn-demo-new,
.btn-solutions-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
}

.btn-demo-new {
  background: #fff;
  color: #0069e8;
}

.btn-solutions-new {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.06);
}

.hero-stats-new {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.hero-stats-new strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.hero-stats-new small {
  color: rgba(255,255,255,0.82);
  font-weight: 500;
}

.hero-map-visual {
  position: relative;
  min-height: 560px;
  z-index: 2;
  margin-left: 40px;
}

.map-panel {
  position: absolute;
  top: 95px;
  right: 0;
  width: 520px;
  height: 380px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    radial-gradient(circle at 20% 30%, rgba(0,255,255,0.22), transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.18), transparent 28%);
  backdrop-filter: blur(22px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.32);
  border: 1px solid rgba(255,255,255,0.2);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 46px 46px;
}

.route {
  position: absolute;
  height: 6px;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  box-shadow: 0 0 22px rgba(255,255,255,0.9);
  animation: routeMove 3s linear infinite;
}

.route-1 {
  width: 420px;
  top: 150px;
  left: 55px;
  transform: rotate(-24deg);
}

.route-2 {
  width: 360px;
  top: 250px;
  left: 95px;
  transform: rotate(18deg);
  animation-delay: 1s;
}

.gps-point {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.18), 0 0 30px #fff;
  animation: pulseGps 2s ease-in-out infinite;
}

.point-1 { top: 120px; left: 110px; }
.point-2 { top: 220px; right: 120px; animation-delay: .5s; }
.point-3 { bottom: 80px; left: 210px; animation-delay: 1s; }

.vehicle {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #007bff;
  font-size: 1.5rem;
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.vehicle-1 {
  top: 105px;
  left: 250px;
  animation: vehicleMove1 6s ease-in-out infinite;
}

.vehicle-2 {
  bottom: 90px;
  right: 130px;
  animation: vehicleMove2 7s ease-in-out infinite;
}

.glass-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 19px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  color: #073b75;
  font-weight: 800;
  box-shadow: 0 25px 60px rgba(0,0,0,0.22);
  animation: floatCard 4s ease-in-out infinite;
  white-space: nowrap;
}

.glass-card i {
  color: #007bff;
}

.card-live {
  top: 45px;
  right: 120px;
  flex-direction: column;
  gap: 0;
}

.card-live strong {
  font-size: 2rem;
  line-height: 1;
  color: #007bff;
}

.card-alert {
  top: 150px;
  left: 40px;
}

.card-fuel {
  bottom: 120px;
  left: 60px;
  animation-delay: .8s;
}

.card-video {
  bottom: 55px;
  right: 60px;
  animation-delay: 1.3s;
}

@keyframes bgMove {
  from { background-position: 0 0; }
  to { background-position: 140px 140px; }
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulseGps {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: .7; }
}

@keyframes routeMove {
  0% { opacity: .25; }
  50% { opacity: 1; }
  100% { opacity: .25; }
}

@keyframes vehicleMove1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(45px, -20px); }
}

@keyframes vehicleMove2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-55px, 25px); }
}

@media (max-width: 991px) {
  .hero-row {
    padding-top: 130px;
  }

  .hero-text-zone {
    text-align: center;
    margin: auto;
  }

  .hero-text-zone p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons-new,
  .hero-stats-new {
    justify-content: center;
  }

  .hero-map-visual {
    margin-left: 0;
    margin-top: 40px;
    min-height: 520px;
  }

  .map-panel {
    position: relative;
    width: 100%;
    right: auto;
    top: 40px;
  }

  .card-alert {
    left: 10px;
  }

  .card-fuel {
    left: 20px;
  }
}