/* Article Page Styles */

.article-header {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: white;
    padding: 120px 0 4rem;
}

.breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: white;
}

.breadcrumb i {
    margin: 0 0.5rem;
    font-size: 0.8rem;
}

.article-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.article-header h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: white;
    max-width: 900px;
}

.article-meta {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    opacity: 0.9;
}

.article-excerpt {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
}

/* Article Content */
.article-content {
    padding: 4rem 0;
    background: white;
    color: #333;
}

.content-wrapper {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
    background: white;
    color: #333;
}

/* About page specific overrides */
.mission-vision, .our-story, .leadership, .values {
    background: white !important;
    color: #333 !important;
}

.mission-card, .vision-card, .leader-card, .value-card {
    background: white !important;
    color: #333 !important;
}

.mission-card h2, .vision-card h2, .leader-card h3, .value-card h3,
.our-story h2, .leadership h2, .values h2 {
    color: #1a365d !important;
}

.mission-card p, .vision-card p, .leader-card p, .value-card p,
.our-story p, .leadership p, .values p {
    color: #333 !important;
}

.content-wrapper > * {
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Override global section padding on article pages - this fixes the excessive white space */
.article-content section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Section spacing and heading fixes */
.content-wrapper > section {
    margin-bottom: 2rem;
}

/* Fix excessive spacing by zeroing first-child heading margins within sections */
.content-wrapper section > h1:first-child,
.content-wrapper section > h2:first-child,
.content-wrapper section > h3:first-child,
.content-wrapper section > h4:first-child {
    margin-top: 0 !important;
}

.content-wrapper h2 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #667eea;
    padding-bottom: 0.5rem;
}

.content-wrapper h3 {
    color: #2d3748;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.content-wrapper h4 {
    color: #4a5568;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.content-wrapper p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #4a5568;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.content-wrapper ul,
.content-wrapper ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.content-wrapper li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #4a5568;
}

/* Main Article Content */
.content-wrapper section {
    max-width: 100%;
    overflow-wrap: break-word;
}

.content-wrapper table {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

.content-wrapper table td,
.content-wrapper table th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0.5rem;
    vertical-align: top;
    max-width: 200px;
}

/* Stats and metric grids */
.stats-grid,
.benefits-grid,
.metric-grid,
.kpi-grid {
    width: 100%;
    box-sizing: border-box;
}

.stat-card,
.benefit,
.metric {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* Text content specific constraints */
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4 {
    max-width: 100%;
    word-wrap: break-word;
}

.content-wrapper ul,
.content-wrapper ol,
.content-wrapper li {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Responsive table handling */
@media (max-width: 768px) {
    .content-wrapper table {
        font-size: 0.9rem;
    }
    
    .content-wrapper table td,
    .content-wrapper table th {
        padding: 0.25rem;
        max-width: 150px;
    }
}

/* Executive Summary Section */
.executive-summary {
    background: #f7fafc;
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
}

.key-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.metric {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.metric-icon {
    width: 50px;
    height: 50px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-content h3 {
    color: #1a365d;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.metric-content p {
    color: #4a5568;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Breaking News Section */
.breaking-news {
    background: linear-gradient(135deg, #fed7d7 0%, #feb2b2 100%);
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 5px solid #e53e3e;
}

.breaking-news h2 {
    color: #742a2a;
    border-bottom-color: #e53e3e;
}

.performance-grid h3 {
    color: #742a2a;
    margin-bottom: 1.5rem;
}

.perf-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.perf-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.perf-item h4 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.perf-item p {
    margin-bottom: 0;
    font-weight: 600;
    color: #667eea;
}

/* Five Pillar Framework */
.five-pillar-framework .pillar {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 5px solid #667eea;
}

.pillar h3 {
    color: #1a365d;
    margin-top: 0;
}

.criteria {
    margin-top: 1.5rem;
}

.criteria h4 {
    color: #667eea;
    margin-bottom: 1rem;
}

.role-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.role-category strong {
    color: #1a365d;
}

/* Market Landscape */
.market-analysis {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.market-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
}

.market-leaders h4,
.investment-data h4 {
    color: #1a365d;
    margin-bottom: 1rem;
}

/* Implementation Roadmap */
.roadmap-phases {
    display: grid;
    gap: 2rem;
}

.phase {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #48bb78;
}

.phase h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.phase-timeline {
    color: #48bb78;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Investment Framework */
.roi-analysis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.cost-savings,
.multi-model-strategy {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.cost-savings h3,
.multi-model-strategy h3 {
    color: #1a365d;
    margin-top: 0;
}

/* Governance Frameworks */
.governance-frameworks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
}

.framework {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
}

.framework h4 {
    color: #1a365d;
    margin-top: 0;
}

/* Call to Action Sections */
.call-to-action,
.final-cta {
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem;
    border-radius: 12px;
}

.call-to-action h2,
.final-cta h3 {
    color: white;
    border: none;
    margin-bottom: 1rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.cta-card {
    background: white;
    color: #333;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-card h3 {
    color: #1a365d;
    margin-bottom: 1rem;
}

.cta-card p {
    color: #4a5568;
}

/* References */
.references ol {
    padding-left: 1rem;
}

.references li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* Article Sidebar */
.article-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.share-buttons,
.related-articles {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.share-buttons h4,
.related-articles h4 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.social-share {
    display: flex;
    gap: 1rem;
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
}

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.email {
    background: #667eea;
}

.related-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.related-item {
    text-decoration: none;
    color: inherit;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-item:hover {
    border-color: #667eea;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.1);
}

.related-item h5 {
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.related-item span {
    color: #718096;
    font-size: 0.85rem;
}

/* Article Footer Content (moved from sidebar) */
.article-footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e2e8f0;
}

.article-footer-content .share-buttons,
.article-footer-content .related-articles {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 0;
}

.article-footer-content .share-buttons h4,
.article-footer-content .related-articles h4 {
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 968px) {
    .content-wrapper {
        padding: 0 1rem;
    }
    
    .article-footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .key-metrics {
        grid-template-columns: 1fr;
    }
    
    .perf-items {
        grid-template-columns: 1fr;
    }
    
    .role-categories {
        grid-template-columns: 1fr;
    }
    
    .market-data {
        grid-template-columns: 1fr;
    }
    
    .roi-analysis {
        grid-template-columns: 1fr;
    }
    
    .governance-frameworks {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .article-header {
        padding: 100px 0 3rem;
    }
    
    .article-header h1 {
        font-size: 2rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .executive-summary,
    .breaking-news,
    .pillar,
    .market-analysis,
    .phase,
    .cost-savings,
    .multi-model-strategy,
    .framework,
    .call-to-action,
    .cta-card {
        padding: 1.5rem;
    }
    
    .social-share {
        justify-content: center;
    }
}

/* Additional styles for article-specific components */

/* Stats Grid for Mundane Work Article */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* Impact Areas */
.impact-areas {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.impact-area {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
}

.impact-area h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* AI Applications */
.ai-applications {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.application {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.application h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Advantages */
.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.advantage {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #48bb78;
}

.advantage h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Benefits Grid for AI Agents Article */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.benefit {
    background: #edf2f7;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.benefit h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.benefit p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #4a5568;
}

/* Use Cases */
.use-cases {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.use-case {
    display: flex;
    gap: 1.5rem;
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    align-items: flex-start;
}

.use-case-icon {
    width: 60px;
    height: 60px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
}

.use-case-content h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Considerations */
.considerations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.consideration {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.consideration h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.consideration h3 i {
    color: #667eea;
}

/* Key Takeaway */
.key-takeaway {
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #38b2ac;
    margin: 2rem 0;
}

.key-takeaway h3 {
    color: #234e52;
    margin-top: 0;
    margin-bottom: 1rem;
}

.key-takeaway p {
    color: #2d3748;
    margin-bottom: 0;
}

/* Blockquote */
blockquote {
    background: #f7fafc;
    border-left: 5px solid #667eea;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    font-size: 1.1rem;
    color: #2d3748;
}

/* Attribution */
.attribution {
    background: #f0f4f8;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    border-left: 3px solid #cbd5e0;
}

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

.attribution a {
    color: #667eea;
    text-decoration: none;
}

.attribution a:hover {
    text-decoration: underline;
}

/* External Link */
.external-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.external-link:hover {
    text-decoration: underline;
}

/* Governance Benefits for Data Governance Article */
.governance-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.governance-benefits .benefit {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #667eea;
}

.governance-benefits .benefit h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.governance-benefits .benefit h3 i {
    color: #667eea;
}

/* Components */
.components {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.component {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.component h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Accessibility Benefits */
.accessibility-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.access-benefit {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.access-benefit h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Steps */
.steps {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.step {
    display: flex;
    gap: 2rem;
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    align-items: flex-start;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #667eea;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Stories */
.stories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.story {
    background: #edf2f7;
    padding: 2rem;
    border-radius: 12px;
}

.story h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* ROI Article Specific Styles */
.framework-steps {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.framework-step {
    display: flex;
    gap: 2rem;
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    align-items: flex-start;
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.kpi {
    background: #667eea;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.roi-formula {
    background: #e6fffa;
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #38b2ac;
    margin: 1.5rem 0;
    text-align: center;
}

.roi-formula strong {
    font-size: 1.2rem;
    color: #1a365d;
}

.roi-formula p {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #4a5568;
}

.strategic-impacts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.impact {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.impact h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

.success-examples {
    display: grid;
    gap: 2rem;
    margin: 2rem 0;
}

.success-example {
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #38b2ac;
}

.success-example h3 {
    color: #234e52;
    margin-top: 0;
    margin-bottom: 1rem;
}

.success-metric {
    font-size: 1.5rem;
    font-weight: 700;
    color: #38b2ac;
    margin-bottom: 1rem;
}

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

.practice {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
}

.practice h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Sources List */
.sources-list ol {
    padding-left: 1.5rem;
}

.sources-list li {
    margin-bottom: 0.75rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Challenges for Implementation Gap Article */
.challenges {
    margin: 2rem 0;
}

.challenge {
    background: #f7fafc;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border-left: 5px solid #e53e3e;
}

.challenge h3 {
    color: #1a365d;
    margin-top: 0;
    margin-bottom: 1rem;
}

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

.solution {
    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid #38b2ac;
    color: #2d3748;
}

.solution p {
    color: #2d3748 !important;
}

.solution h3 {
    color: #234e52;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Responsive adjustments for new components */
@media (max-width: 768px) {
    .article-header {
        padding: 100px 0 3rem;
    }
    
    .article-header h1 {
        font-size: 2rem;
        max-width: 100%;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 2rem;
    }
    
    .article-sidebar {
        order: -1;
    }
    
    .stats-grid,
    .benefits-grid,
    .considerations,
    .governance-benefits,
    .accessibility-benefits,
    .stories,
    .strategic-impacts,
    .practices,
    .solutions,
    .advantages {
        grid-template-columns: 1fr;
    }
    
    .use-case,
    .step,
    .framework-step {
        flex-direction: column;
        gap: 1rem;
    }
    
    .use-case-icon,
    .step-number {
        align-self: center;
    }
    
    .kpi-grid {
        grid-template-columns: 1fr;
    }
}

/* Navigation to Resources */
.back-to-resources {
    background: #f7fafc;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

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

.back-to-resources a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-to-resources a:hover {
    color: #1a365d;
}

.resources-footer-nav {
    background: #f7fafc;
    padding: 2rem 0;
    margin-top: 3rem;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

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

.resources-footer-nav h3 {
    color: #1a365d;
    margin-bottom: 1rem;
}

.resources-footer-nav p {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

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

@media (max-width: 480px) {
    .content-wrapper {
        padding: 0 0.5rem;
    }
    
    .article-header h1 {
        font-size: 1.5rem;
    }
}

/* Print Styles */
@media print {
    .navbar,
    .article-sidebar,
    .call-to-action,
    .final-cta,
    .footer {
        display: none;
    }
    
    .article-header {
        background: none;
        color: #333;
        padding: 1rem 0;
    }
    
    .article-header h1 {
        color: #333;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
    }
}

