.tech-stack-header {
    margin-bottom: 2.5rem;
    position: relative;
}

.tech-badge {
    background: linear-gradient(135deg, rgba(29, 55, 108, 0.1), rgba(45, 198, 83, 0.1));
    color: #2dc653;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    display: inline-block;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(45, 198, 83, 0.2);
}

.modern-stack-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 1rem 0;
    letter-spacing: -0.02em;
}

.gradient-text {
    background: linear-gradient(135deg, #01f33d, #1eb2fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.gradient-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(30px);
    opacity: 0.3;
    z-index: -1;
}
