.navbar {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(234, 246, 255, .94)) !important;
    border-bottom: 1px solid rgba(8, 102, 214, .12);
    backdrop-filter: blur(12px);
}

.navbar::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(90deg, #0866d6, #61d4ff, #16a34a);
    opacity: .72;
}

.navbar .container {
    position: relative;
    z-index: 1;
}

.team-gradient {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(97, 212, 255, .26), transparent 28%),
        radial-gradient(circle at 92% 12%, rgba(22, 163, 74, .18), transparent 30%),
        linear-gradient(135deg, #eef7ff 0%, #ffffff 46%, #edf8f2 100%);
}

.team-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, rgba(8, 102, 214, .08) 0 1px, transparent 1px),
        linear-gradient(30deg, rgba(22, 163, 74, .06) 0 1px, transparent 1px);
    background-size: 76px 76px;
}

.team-gradient .container {
    position: relative;
    z-index: 1;
}

.team-gradient .team-card {
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(8px);
}

