/* ===== SVG Banner Animations - Стили для SVG ===== */

.banner-svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.banner-svg-bg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
}

.page-header {
    position: relative;
}
