
/* Block 1 */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0f172a;
}
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.6) 50%, rgba(37, 99, 235, 0.4) 100%);
}
.hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
.hero-badge {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #60a5fa;
}
.hero-title {
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.hero-text {
  opacity: 0.9;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.btn-hero {
  background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
  border: none;
  box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5);
  transition: all 0.3s ease;
}
.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 35px -5px rgba(37, 99, 235, 0.6);
  background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
}

/* Block 2 */
.ai-fleet-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
    overflow: hidden;
}

.content-wrapper {
    max-width: 500px;
}

.feature-icon-box {
    width: 48px;
    height: 48px;
}

.visual-wrapper {
    display: flex;
    justify-content: center;
}

.decorative-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.15) 0%, rgba(13, 110, 253, 0) 70%);
    z-index: 1;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.floating-card {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    max-width: 280px;
    z-index: 3;
}

.pulse-indicator {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(25, 135, 84, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}

.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .floating-card {
        left: 1rem;
        bottom: -1rem;
        right: 1rem;
        max-width: none;
    }
    
    .content-wrapper {
        margin: 0 auto;
        text-align: center;
    }
}

/* Block 3 */
.eco-logistics-section {
background-color: #f8fcf9;
position: relative;
overflow: hidden;
}
.eco-logistics-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, #198754, #20c997);
}
.badge-label {
background: linear-gradient(135deg, #198754 0%, #20c997 100%);
letter-spacing: 0.5px;
}
.image-stack {
z-index: 1;
}
.img-main-wrapper {
aspect-ratio: 4/3;
transition: transform 0.5s ease;
}
.eco-logistics-section:hover .img-main-wrapper {
transform: scale(1.02);
}
.img-badge-wrapper {
border-left: 4px solid #198754;
}
.hover-lift {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(25, 135, 84, 0.15) !important;
}
@media (max-width: 991px) {
.content-wrapper {
text-align: center;
}
.content-wrapper .row {
justify-content: center;
}
.img-badge-wrapper {
max-width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: -30px !important;
}
}

/* Block 4 */
.order-section {
    padding: 6rem 0;
    position: relative;
    background-color: #f8f9fa;
    isolation: isolate
    }
.glassmorphism {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08)
    }
.order-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
    }
.order-card:hover {
    transform: translatey(-5px)
    }
.order-form .form-label {
    margin-bottom: 0.75rem;
    color: #4a5568
    }
.order-form .input-group-text {
    border-color: #e2e8f0;
    color: #a0aec0;
    background-color: #fdfdfd
    }
.order-form .form-control {
    border-color: #e2e8f0;
    background-color: #fdfdfd;
    color: #2d3748;
    transition: all 0.3s ease
    }
.order-form .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1)
    }
.order-form .input-group:focus-within .input-group-text {
    border-color: #3b82f6;
    color: #3b82f6
    }
.btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    border: none;
    transition: all 0.3s ease
    }
.btn-primary:hover {
    transform: translatey(-2px);
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.4)
    }
.shadow-primary {
    box-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.39)
    }
.bg-glow-1 {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    animation: floatGlow 8s ease-in-out infinite alternate
    }
.bg-glow-2 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    animation: floatGlow 10s ease-in-out infinite alternate-reverse
    }
@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        } 100% {
        transform: translate(30px, 40px);
        }
    }
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease
    }
.hover-lift:hover {
    transform: translatey(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
    }
.ls-1 {
    letter-spacing: 1px
    }
