
/* Block 1 */
.hero-section .hero-title {
        text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    }
    .hero-section .hero-title span {
        text-shadow: 0 0 20px rgba(56, 189, 248, 0.5);
    }
    .hero-section .hero-text {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

/* Block 2 */
.features-2026 {
scroll-margin-top: 5rem;
}

/* Block 3 */
.ecosystem-showcase .glass-panel {
transform-style: preserve-3d;
perspective: 1000px;
}
@keyframes pulse-slow {
0%, 100% {
opacity: 0.4;
transform: scale(1);
}
50% {
opacity: 0.6;
transform: scale(1.05);
}
}
.animate-pulse-slow {
animation: pulse-slow 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Block 4 */
.order-section-2026 .order-input {
caret-color: #60a5fa;
}
