/* ШАПКА */
header {
    grid-area: header;
    position: relative;
    min-height: 280px;
    background: rgba(255, 255, 255, 0.3);
    padding: 60px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(167, 139, 250, 0.2);
}

header h1 {
    font-family: 'Russo One', sans-serif !important;
    font-size: clamp(24px, 6vw, 54px); 
    letter-spacing: 4px;
    line-height: 1.1;
    color: #4c1d95;
    line-height: 1;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 15px rgba(167, 139, 250, 0.3));
    width: 100%;
    word-wrap: break-word;
}

header h1 span { 
    color: #ec4899;
    background: linear-gradient(to right, #ec4899, #be185d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #6d28d9;
    opacity: 0.8;
}