/* ===================================
   Article Page Styles
   Optimized for reading wisdom content
   =================================== */

/* Article Container */
.article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Article Header */
.article-header {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.article-meta {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.article-meta time {
    color: #666;
}

.reading-time {
    color: #999;
}

.reading-time::before {
    content: "•";
    margin-right: 10px;
    color: #ccc;
}

.article-header h1 {
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.article-intro {
    font-size: 1.3em;
    color: #555;
    font-weight: 400;
    line-height: 1.7;
    padding: 20px;
    background: #f8f8f8;
    border-left: 4px solid #d32f2f;
}

/* Content Sections */
.content-section {
    margin: 50px 0;
}

.content-section h2 {
    font-size: 2em;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-section h3 {
    font-size: 1.5em;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #333;
}

.content-section p {
    margin-bottom: 25px;
    font-size: 1.15em;
    line-height: 1.8;
    color: #444;
}

/* Champion Quote Block */
.champion-quote {
    border-left: 4px solid #d32f2f;
    padding: 25px 35px;
    margin: 40px 0;
    font-style: italic;
    background: #fafafa;
    font-size: 1.2em;
    line-height: 1.7;
    color: #333;
    position: relative;
}

.champion-quote::before {
    content: '"';
    font-size: 4em;
    color: #d32f2f;
    opacity: 0.2;
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Georgia, serif;
}

/* Key Insights Box */
.key-insights {
    background: #fff9e6;
    border: 2px solid #ffd700;
    border-radius: 8px;
    padding: 30px;
    margin: 50px 0;
}

.key-insights h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 1.4em;
}

.key-insights ul {
    margin: 0;
    padding-left: 25px;
}

.key-insights li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
    font-size: 1.05em;
}

.key-insights li::marker {
    color: #d32f2f;
}

/* Article Footer */
.article-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.article-category {
    color: #666;
    font-size: 0.95em;
}

.article-category strong {
    color: #333;
}

.article-category a {
    color: #d32f2f;
    text-decoration: none;
    padding: 4px 10px;
    background: #ffe6e6;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.9em;
    transition: background 0.3s;
}

.article-category a:hover {
    background: #ffd1d1;
}

/* Related Articles */
.related-articles {
    margin-top: 80px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 8px;
}

.related-articles h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.related-articles ul {
    list-style: none;
    padding: 0;
}

.related-articles li {
    margin-bottom: 15px;
}

.related-articles a {
    color: #333;
    text-decoration: none;
    font-size: 1.1em;
    transition: color 0.3s;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.related-articles a:hover {
    color: #d32f2f;
    background: white;
}

/* Blog Index Styles */
.blog-index {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.page-header h1 {
    font-size: 3em;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.page-header p {
    font-size: 1.2em;
    color: #666;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    gap: 40px;
}

.article-card {
    border: 1px solid #e0e0e0;
    padding: 35px;
    transition: all 0.3s ease;
    background: white;
    border-radius: 8px;
}

.article-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    border-color: #d32f2f;
}

.article-card time {
    color: #999;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.article-card h2 {
    margin: 0 0 15px 0;
    font-size: 1.8em;
    line-height: 1.3;
}

.article-card h2 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.article-card h2 a:hover {
    color: #d32f2f;
}

.excerpt {
    color: #666;
    margin: 15px 0 20px 0;
    font-size: 1.05em;
    line-height: 1.6;
}

.article-card .article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.category {
    background: #e3f2fd;
    color: #1976d2;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .article-header h1 {
        font-size: 2em;
    }
    
    .article-intro {
        font-size: 1.1em;
    }
    
    .content-section h2 {
        font-size: 1.6em;
    }
    
    .content-section p {
        font-size: 1.05em;
    }
    
    .champion-quote {
        padding: 20px 25px;
        font-size: 1.05em;
    }
    
    .article-card {
        padding: 25px;
    }
    
    .article-card h2 {
        font-size: 1.5em;
    }
}
