/* SchnellSauber Plugin Styles */

.schnellsauber-lead-form {
    max-width: 800px;
    margin: 0 auto;
}

.schnellsauber-lead-form .service-option {
    transition: all 0.3s ease;
}

.schnellsauber-lead-form .service-option:hover {
    border-color: #4A90E2 !important;
    background: #F0F7FF !important;
    transform: translateY(-2px);
}

.schnellsauber-lead-form .service-option input:checked + strong {
    color: #4A90E2;
}

.schnellsauber-lead-form .service-option:has(input:checked) {
    border-color: #4A90E2 !important;
    background: #F0F7FF !important;
}

.schnellsauber-lead-form button {
    transition: all 0.3s ease;
}

.schnellsauber-lead-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.schnellsauber-lead-form button:active {
    transform: translateY(0);
}

.schnellsauber-lead-form button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

.schnellsauber-lead-form input:focus,
.schnellsauber-lead-form select:focus,
.schnellsauber-lead-form textarea:focus {
    outline: none;
    border-color: #4A90E2 !important;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.schnellsauber-lead-form .form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.schnellsauber-lead-form .form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.schnellsauber-lead-form .step-indicator.active .step-circle {
    background: #4A90E2 !important;
    color: white !important;
}

.schnellsauber-lead-form .step-indicator.active .step-label {
    color: #4A90E2 !important;
    font-weight: 600;
}

.schnellsauber-lead-form .step-indicator.completed .step-circle {
    background: #27ae60 !important;
    color: white !important;
}

.schnellsauber-lead-form .step-indicator.completed .step-label {
    color: #27ae60 !important;
}

/* Location page styles */
.schnellsauber-location-page a:hover {
    opacity: 0.8;
}

.schnellsauber-location-page .service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.schnellsauber-location-page .cities-grid a:hover {
    background: #4A90E2 !important;
    color: white !important;
}

.schnellsauber-location-page .cities-grid a:hover span {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .schnellsauber-lead-form .form-progress {
        overflow-x: auto;
    }
    
    .schnellsauber-lead-form .step-label {
        font-size: 11px !important;
    }
    
    .schnellsauber-lead-form .step-circle {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
    
    .schnellsauber-location-page .location-hero h1 {
        font-size: 32px !important;
    }
    
    .schnellsauber-location-page .location-hero p {
        font-size: 16px !important;
    }
    
    .schnellsauber-location-page .location-content {
        padding: 25px !important;
    }
}

/* Mobile sticky CTA */
@media (max-width: 768px) {
    .mobile-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #4A90E2 0%, #5DD9C1 100%);
        padding: 15px 20px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        text-align: center;
    }
    
    .mobile-sticky-cta a {
        display: block;
        background: white;
        color: #4A90E2;
        padding: 12px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
    }
}
