﻿.navbar-scrolled {
    background-color: #0d2c56 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.hero-glow-container {
    position: relative !important;
    overflow: hidden;
    background: linear-gradient(180deg, #071426 0%, #0d2c56 100%) !important;
}

.hero-glow-subtle {
    position: absolute !important; /* Wymuś absolutne pozycjonowanie */
    top: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%); /* Zwiększyłem z 0.08 na 0.2 dla testu */
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}