.bg-gradient-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #05050A;
    box-sizing: border-box;
}

.bg-gradient-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.bg-gradient-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
