/* Article Page Styles */

/* Article Container */
.article {
    background-color: #f5f3e7;
    min-height: 100vh;
}

/* Article Header */
.article-header {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px 80px;
    text-align: center;
}

.article-meta {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    font-size: 14px;
    color: #74783c;
}

.article-meta time {
    font-weight: 400;
}

.article-category {
    padding: 6px 16px;
    background-color: #74783c;
    color: #f5f3e7;
    border-radius: 20px;
    font-weight: 500;
}

.article-title {
    font-family: 'Spartan', sans-serif;
    font-size: 52px;
    font-weight: 500;
    color: #74783c;
    line-height: 1.2;
    margin-bottom: 24px;
}

.article-subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #333536;
    line-height: 1.6;
    margin-bottom: 40px;
}

.article-author {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333536;
    padding-top: 32px;
    border-top: 1px solid rgba(51, 53, 54, 0.15);
}

.article-author span:first-child {
    font-weight: 500;
}

.reading-time {
    position: relative;
    padding-left: 16px;
}

.reading-time::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #74783c;
}

/* Article Content */
.article-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 40px 100px;
}

.article-section {
    margin-bottom: 56px;
}

.article-section:last-child {
    margin-bottom: 80px;
}

/* Typography */
.lead-paragraph {
    font-size: 22px;
    font-weight: 400;
    color: #333536;
    line-height: 1.8;
    margin-bottom: 32px;
}

.article-content p {
    font-size: 18px;
    color: #333536;
    line-height: 1.8;
    margin-bottom: 24px;
}

.article-content h2 {
    font-family: 'Spartan', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #74783c;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 64px;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #74783c;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 40px;
}

/* Lists */
.article-content ul,
.article-content ol {
    margin: 32px 0;
    padding-left: 24px;
}

.article-content li {
    font-size: 18px;
    color: #333536;
    line-height: 1.8;
    margin-bottom: 16px;
}

.article-content li strong {
    color: #74783c;
    font-weight: 600;
}

/* Blockquote */
.article-quote {
    background-color: white;
    border-left: 4px solid #74783c;
    padding: 32px 40px;
    margin: 48px 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #333536;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}

/* Links */
.article-content a {
    color: #74783c;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s;
}

.article-content a:hover {
    color: #5f6233;
}

/* Article Footer */
.article-footer {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 40px 100px;
    border-top: 2px solid rgba(51, 53, 54, 0.1);
}

.article-cta {
    background-color: white;
    border-radius: 12px;
    padding: 48px;
    text-align: center;
    margin-bottom: 48px;
}

.article-cta h3 {
    font-family: 'Spartan', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #74783c;
    margin-bottom: 16px;
}

.article-cta p {
    font-size: 16px;
    color: #333536;
    line-height: 1.6;
    margin-bottom: 32px;
}

.article-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

/* Share Section */
.article-share {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
}

.article-share span {
    font-size: 14px;
    color: #333536;
    font-weight: 500;
}

.article-share a {
    font-size: 14px;
    color: #74783c;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    border: 1px solid #74783c;
    border-radius: 6px;
    transition: all 0.3s;
}

.article-share a:hover {
    background-color: #74783c;
    color: #f5f3e7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .article-header {
        padding: 40px 30px 60px;
    }

    .article-title {
        font-size: 36px;
    }

    .article-subtitle {
        font-size: 18px;
    }

    .article-content {
        padding: 0 30px 80px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

    .article-content p {
        font-size: 17px;
    }

    .article-content h2 {
        font-size: 28px;
        margin-top: 48px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .article-quote {
        padding: 24px 28px;
        font-size: 20px;
        margin: 40px 0;
    }

    .article-footer {
        padding: 40px 30px 80px;
    }

    .article-cta {
        padding: 32px 24px;
    }

    .article-cta h3 {
        font-size: 24px;
    }

    .article-actions {
        flex-direction: column;
        width: 100%;
    }

    .article-actions .btn-secondary,
    .article-actions .btn-white {
        width: 100%;
        justify-content: center;
    }

    .article-share {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .article-meta {
        flex-direction: column;
        gap: 12px;
    }

    .article-title {
        font-size: 30px;
    }

    .article-subtitle {
        font-size: 16px;
    }

    .article-author {
        flex-direction: column;
        gap: 8px;
    }

    .reading-time::before {
        display: none;
    }

    .reading-time {
        padding-left: 0;
    }

    .article-content h2 {
        font-size: 24px;
    }

    .article-quote {
        font-size: 18px;
        padding: 20px 24px;
    }
}
