.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 #FF4134 !important;
    box-shadow: 0 0 20px rgba(255, 65, 52, 0.3), 0 0 40px rgba(255, 65, 52, 0.12) !important;
    position: relative;
}

.popup-title {
    color: #FF4134 !important;
    text-shadow: 0 0 10px rgba(255, 65, 52, 0.5) !important;
}

.popup-subtitle {
    color: rgba(255, 255, 255, 0.85) !important;
}

.popup-close {
    background: rgba(255, 65, 52, 0.1) !important;
    border: 2px solid rgba(255, 65, 52, 0.3) !important;
    color: #FF4134 !important;
}

.popup-close:hover {
    background: rgba(255, 65, 52, 0.25) !important;
    border-color: #FF4134 !important;
    box-shadow: 0 0 20px rgba(255, 65, 52, 0.5) !important;
}

.form-group input {
    background: rgba(255, 65, 52, 0.05) !important;
    border: 2px solid rgba(255, 65, 52, 0.2) !important;
    color: #ffffff !important;
}

.form-group input:focus {
    border-color: #FF4134 !important;
    box-shadow: 0 0 15px rgba(255, 65, 52, 0.3) !important;
    outline: none;
}

.popup-submit {
    background: linear-gradient(135deg, #FF4134 0%, #ff6b5f 100%) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(255, 65, 52, 0.4) !important;
}

.popup-submit:hover {
    background: linear-gradient(135deg, #ff6b5f 0%, #ff8c83 100%) !important;
    box-shadow: 0 6px 30px rgba(255, 65, 52, 0.6) !important;
    transform: translateY(-2px);
}

.benefit-item svg {
    color: #FF4134 !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 #FF4134 !important;
    box-shadow: 0 -5px 30px rgba(255, 65, 52, 0.3) !important;
}

.cookie-popup-title {
    color: #FF4134 !important;
    text-shadow: 0 0 10px rgba(255, 65, 52, 0.6) !important;
}

.cookie-popup-title::before {
    content: '🏷️ ';
}

.cookie-popup-text {
    color: rgba(255, 255, 255, 0.85) !important;
}

.cookie-popup-link {
    color: #ff6b5f !important;
    text-shadow: 0 0 5px rgba(255, 65, 52, 0.4);
}

.cookie-popup-link:hover {
    color: #ff8c83 !important;
    text-shadow: 0 0 10px rgba(255, 65, 52, 0.6);
}

.cookie-popup-btn-secondary {
    background: rgba(255, 65, 52, 0.1) !important;
    color: #ff6b5f !important;
    border: 2px solid rgba(255, 65, 52, 0.3) !important;
}

.cookie-popup-btn-secondary:hover {
    background: rgba(255, 65, 52, 0.2) !important;
    border-color: #FF4134 !important;
    color: #ff8c83 !important;
}

.cookie-popup-btn-primary {
    background: linear-gradient(135deg, #FF4134 0%, #ff6b5f 100%) !important;
    border: 2px solid #FF4134 !important;
    box-shadow: 0 4px 15px rgba(255, 65, 52, 0.4) !important;
}

.cookie-popup-btn-primary:hover {
    background: linear-gradient(135deg, #ff6b5f 0%, #ff8c83 100%) !important;
    box-shadow: 0 6px 25px rgba(255, 65, 52, 0.6) !important;
}
