/* Modal CSS nur */
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    background: red !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

.chat-icon {
    width: 18px !important;
    height: 18px !important;
}

.chat-label {
    display: inline !important;
}


.chat-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.chat-icon {
    width: 20px;
    height: 20px;
    stroke: white;
    stroke-width: 2;
    flex-shrink: 0;
}

.chat-label {
    display: inline;
}

.chat-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.6);
    background: linear-gradient(135deg, #00e5ff 0%, #00b0dd 100%);
}

.chat-btn:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .header-chat-btn {
        margin: 0 8px;
    }
    
    .chat-btn {
        padding: 10px 16px;
        font-size: 12px;
        gap: 8px;
    }
    
    .chat-icon {
        width: 18px;
        height: 18px;
    }
}


.chat-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border: none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4);
    padding: 0;
    font-size: 0;
}

.chat-icon {
    width: 24px;
    height: 24px;
    stroke: white;
    stroke-width: 2;
}

.chat-label {
    display: none;
}

.chat-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.6);
    background: linear-gradient(135deg, #00e5ff 0%, #00b0dd 100%);
}

.chat-btn:active {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .header-chat-btn {
        margin: 0 8px;
    }
    
    .chat-btn {
        width: 44px;
        height: 44px;
    }
}

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.2); }
    50% { box-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.3); }
}

.header-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 215, 0, 0.1) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    color: #FFD700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    animation: float 3s ease-in-out infinite;
}

.chat-icon {
    width: 24px;
    height: 24px;
    stroke-width: 2.5;
}

.chat-label {
    display: none;
}

.chat-btn:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 215, 0, 0.2) 100%);
    backdrop-filter: blur(16px);
    border-color: rgba(255, 215, 0, 0.6);
    transform: translateY(-4px);
    animation: glow-pulse 1.5s ease-in-out infinite;
}

.chat-btn:active {
    transform: translateY(-1px);
    animation: none;
}

@media (max-width: 768px) {
    .chat-btn {
        width: 48px;
        height: 48px;
    }
    
    .chat-icon {
        width: 22px;
        height: 22px;
    }
}


.chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    color: #FFD700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.chat-icon {
    width: 22px;
    height: 22px;
}

.chat-label {
    display: none;
}

.chat-btn:hover {
    background: rgba(255, 215, 0, 0.12);
    border-color: #FFD700;
    box-shadow: 0 0 16px rgba(255, 215, 0, 0.25), inset 0 0 16px rgba(255, 215, 0, 0.08);
}

.chat-btn:active {
    transform: scale(0.96);
}

@media (max-width: 768px) {
    .chat-btn {
        width: 40px;
        height: 40px;
    }
    
    .chat-icon {
        width: 20px;
        height: 20px;
    }
}

}

.chat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.25);
    text-transform: uppercase;
}

.chat-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.chat-label {
    display: inline;
}

.chat-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #FFE500 0%, #FFB000 100%);
}

.chat-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .header-chat-btn {
        margin: 0 12px;
    }
    
    .chat-btn {
        padding: 8px 12px;
        font-size: 12px;
        gap: 6px;
    }
    
    .chat-icon {
        width: 16px;
        height: 16px;
    }
    
    .chat-label {
        display: none;
    }
}

