.popup-overlay {
    background: rgba(10, 10, 10, 0.95) !important;
}

.popup-container {
    background: linear-gradient(135deg, #0c0c0c 0%, #121212 50%, #0c0c0c 100%) !important;
    border: 2px solid #EFBF04 !important;
    box-shadow: 0 0 20px rgba(239, 191, 4, 0.3), 0 0 40px rgba(239, 191, 4, 0.12) !important;
    position: relative;
}

.popup-title {
    color: #EFBF04 !important;
    text-shadow: 0 0 10px rgba(239, 191, 4, 0.5) !important;
}

.popup-subtitle {
    color: rgba(255, 255, 255, 0.85) !important;
}

.popup-close {
    background: rgba(239, 191, 4, 0.1) !important;
    border: 2px solid rgba(239, 191, 4, 0.3) !important;
    color: #EFBF04 !important;
}

.popup-close:hover {
    background: rgba(239, 191, 4, 0.25) !important;
    border-color: #EFBF04 !important;
    box-shadow: 0 0 20px rgba(239, 191, 4, 0.5) !important;
}

.form-group input {
    background: rgba(239, 191, 4, 0.05) !important;
    border: 2px solid rgba(239, 191, 4, 0.2) !important;
    color: #ffffff !important;
}

.form-group input:focus {
    border-color: #EFBF04 !important;
    box-shadow: 0 0 15px rgba(239, 191, 4, 0.3) !important;
    outline: none;
}

.popup-submit {
    background: linear-gradient(135deg, #EFBF04 0%, #F4D03F 100%) !important;
    border: none !important;
    color: #000000 !important;
    box-shadow: 0 4px 20px rgba(239, 191, 4, 0.4) !important;
}

.popup-submit:hover {
    background: linear-gradient(135deg, #F4D03F 0%, #F7DC6F 100%) !important;
    box-shadow: 0 6px 30px rgba(239, 191, 4, 0.6) !important;
    transform: translateY(-2px);
}

.benefit-item svg {
    color: #EFBF04 !important;
}

.benefit-item {
    color: rgba(255, 255, 255, 0.85) !important;
}

.cookie-popup {
    background: linear-gradient(135deg, #0c0c0c 0%, #161616 100%) !important;
    border-top: 3px solid #EFBF04 !important;
    box-shadow: 0 -5px 30px rgba(239, 191, 4, 0.3) !important;
}

.cookie-popup-title {
    color: #EFBF04 !important;
    text-shadow: 0 0 10px rgba(239, 191, 4, 0.6) !important;
}

.cookie-popup-title::before {
    content: '🏷️ ';
}

.cookie-popup-text {
    color: rgba(255, 255, 255, 0.85) !important;
}

.cookie-popup-link {
    color: #F4D03F !important;
    text-shadow: 0 0 5px rgba(239, 191, 4, 0.4);
}

.cookie-popup-link:hover {
    color: #F7DC6F !important;
    text-shadow: 0 0 10px rgba(239, 191, 4, 0.6);
}

.cookie-popup-btn-secondary {
    background: rgba(239, 191, 4, 0.1) !important;
    color: #F4D03F !important;
    border: 2px solid rgba(239, 191, 4, 0.3) !important;
}

.cookie-popup-btn-secondary:hover {
    background: rgba(239, 191, 4, 0.2) !important;
    border-color: #EFBF04 !important;
    color: #F7DC6F !important;
}

.cookie-popup-btn-primary {
    background: linear-gradient(135deg, #EFBF04 0%, #F4D03F 100%) !important;
    border: 2px solid #EFBF04 !important;
    color: #000000 !important;
    box-shadow: 0 4px 15px rgba(239, 191, 4, 0.4) !important;
}

.cookie-popup-btn-primary:hover {
    background: linear-gradient(135deg, #F4D03F 0%, #F7DC6F 100%) !important;
    box-shadow: 0 6px 25px rgba(239, 191, 4, 0.6) !important;
}