/**
 * MAZ ERP Elementor Template Styles
 * Version: 1.0.0
 */

/* Global Styles */
.maz-erp-template {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Hero Section */
.maz-hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.maz-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.maz-hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.maz-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.maz-btn-primary {
    background: #fff;
    color: #667eea;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.maz-btn-primary:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.maz-btn-secondary {
    background: transparent;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.maz-btn-secondary:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-2px);
}

/* Stats Section */
.maz-stats-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.maz-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.maz-stat-item {
    padding: 20px;
}

.maz-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.maz-stat-label {
    font-size: 1rem;
    color: #666;
}

/* Features Section */
.maz-features-section {
    padding: 80px 0;
}

.maz-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}

.maz-section-subtitle {
    font-size: 1.125rem;
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.maz-feature-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.maz-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.maz-feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #667eea;
}

.maz-feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.maz-feature-description {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.maz-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.maz-feature-list li {
    padding: 0.5rem 0;
    color: #666;
    position: relative;
    padding-left: 1.5rem;
}

.maz-feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.maz-feature-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.maz-feature-link:hover {
    color: #764ba2;
}

/* Why Choose Us Section */
.maz-why-choose-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.maz-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.maz-benefit-item {
    text-align: center;
    padding: 2rem;
}

.maz-benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #667eea;
}

.maz-benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.maz-benefit-description {
    color: #666;
    line-height: 1.7;
}

.maz-stats-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    text-align: center;
}

.maz-stat-inline {
    padding: 1.5rem;
}

.maz-stat-inline-number {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 0.5rem;
}

.maz-stat-inline-label {
    font-size: 0.9rem;
    color: #666;
}

/* Testimonials Section */
.maz-testimonials-section {
    padding: 80px 0;
}

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

.maz-testimonial-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 4px solid #667eea;
}

.maz-testimonial-quote {
    font-size: 1.125rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.maz-testimonial-author {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.maz-testimonial-role {
    color: #666;
    font-size: 0.9rem;
}

/* CTA Section */
.maz-cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.maz-cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.maz-cta-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.maz-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.maz-cta-features {
    margin-top: 2rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Footer */
.maz-footer {
    background: #2c3e50;
    color: #fff;
    padding: 60px 0 30px;
}

.maz-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.maz-footer-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.maz-footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.maz-footer-section ul li {
    margin-bottom: 0.5rem;
}

.maz-footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.maz-footer-section a:hover {
    color: #fff;
}

.maz-footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .maz-hero-title {
        font-size: 2.5rem;
    }
    
    .maz-section-title {
        font-size: 2rem;
    }
    
    .maz-features-grid,
    .maz-testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .maz-hero-buttons,
    .maz-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .maz-btn-primary,
    .maz-btn-secondary {
        width: 100%;
        max-width: 300px;
    }
}

/* Utility Classes */
.maz-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.maz-text-center {
    text-align: center;
}

.maz-mt-1 { margin-top: 1rem; }
.maz-mt-2 { margin-top: 2rem; }
.maz-mt-3 { margin-top: 3rem; }
.maz-mb-1 { margin-bottom: 1rem; }
.maz-mb-2 { margin-bottom: 2rem; }
.maz-mb-3 { margin-bottom: 3rem; }

