/* Learning Resources SEO Styles */
.page-header {
    text-align: center;
    margin: 40px 0 60px 0;
    padding: 0 20px;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.2;
}

.page-description {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.section-heading {
    font-size: 1.875rem;
    font-weight: 600;
    color: #333;
    margin: 30px 0 20px 0;
    text-align: center;
}

.learning-cta-section {
    text-align: center;
    margin: 50px 0;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.cta-heading {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.cta-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Screen reader only elements */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .page-header {
        margin: 20px 0 40px 0;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .section-heading {
        font-size: 1.5rem;
    }
    
    .cta-heading {
        font-size: 1.5rem;
    }
    
    .learning-cta-section {
        margin: 30px 0;
        padding: 30px 15px;
    }
}
