/* Support Pages Common Styles */
.support-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    color: white;
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.support-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.support-hero {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.support-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.support-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Support Content */
.support-content {
    padding: 4rem 0;
    background: #f8fafc;
}

.support-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Grid Layouts */
.support-grid {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}

.support-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

/* Support Cards */
.support-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
}

.support-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.support-card i {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.support-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 1rem;
}

.support-card p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Contact Methods */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.contact-method {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-method i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.contact-method h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.contact-method p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.contact-method span {
    color: #718096;
    font-size: 0.9rem;
}

/* Status Indicators */
.status-overview {
    text-align: center;
    margin: 2rem 0;
}

.status-indicator {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.status-indicator.operational {
    border-color: #10b981;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.status-indicator.operational i {
    color: #10b981;
    font-size: 2rem;
}

.status-indicator h2 {
    color: #1a202c;
    margin: 0;
    font-size: 1.5rem;
}

.status-indicator p {
    color: #4a5568;
    margin: 0;
    font-size: 1rem;
}

/* Community Categories */
.community-categories h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.category-item {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
}

.category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.category-item i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.category-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.category-item p {
    color: #4a5568;
    margin: 0;
}

/* Training Courses */
.training-courses h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.course-item {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-align: center;
}

.course-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.course-item i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.course-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.course-item p {
    color: #4a5568;
    margin: 0;
}

/* Video Tutorials */
.tutorials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.tutorial-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.tutorial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.tutorial-thumbnail {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    flex-shrink: 0;
}

.tutorial-info {
    flex: 1;
}

.tutorial-info h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.tutorial-info p {
    color: #4a5568;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.tutorial-duration {
    background: #f0f4ff;
    color: #667eea;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .support-header {
        padding: 3rem 0 2rem;
    }
    
    .support-hero h1 {
        font-size: 2.5rem;
    }
    
    .support-subtitle {
        font-size: 1rem;
    }
    
    .support-content {
        padding: 3rem 0;
    }
    
    .support-container {
        padding: 0 1rem;
    }
    
    .support-cards {
        grid-template-columns: 1fr;
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
    }
    
    .status-indicator {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 2rem;
    }
    
    .tutorial-card {
        flex-direction: column;
        text-align: center;
    }
    
    .tutorial-thumbnail {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .support-hero h1 {
        font-size: 2rem;
    }
    
    .support-card,
    .contact-method,
    .category-item,
    .course-item,
    .tutorial-card {
        padding: 1.5rem;
    }
}

/* Print Styles */
@media print {
    .support-header {
        background: none;
        color: #000;
    }
    
    .support-card,
    .contact-method,
    .category-item,
    .course-item,
    .tutorial-card {
        break-inside: avoid;
        margin-bottom: 1rem;
    }
}
