/* Blog Article Styles - v6.5.2 Clean Version */
/* Header styles are now handled by blog.css - this file only adds article-specific styles */

/* Blog Article */
.blog-article {
    background: #fff;
    margin-top: 80px;
}

.article-header {
    background: linear-gradient(135deg, #0a3d38 0%, #0d4f4a 25%, #1a8a7d 50%, #0d4f4a 75%, #0a3d38 100%);
    color: #fff;
    padding: 140px 20px 60px;
    text-align: center;
}

.article-category {
    display: inline-block;
    background: #30D5C8;
    color: #1a1a1a;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 0.95rem;
    opacity: 0.9;
    flex-wrap: wrap;
}

.article-meta i {
    margin-right: 6px;
}

.article-content {
    padding: 60px 20px;
}

.article-content .container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
}

.content-wrapper {
    max-width: 800px;
}

.lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-wrapper h2 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-wrapper h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-wrapper p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.content-wrapper ul {
    margin: 20px 0;
    padding-left: 25px;
}

.content-wrapper ul li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #444;
}

.checklist {
    list-style: none;
    padding-left: 0;
}

.checklist li {
    padding: 12px 15px;
    background: #f9f9f9;
    border-left: 3px solid #30D5C8;
    margin-bottom: 8px;
    border-radius: 4px;
}

.checklist i {
    color: #30D5C8;
    margin-right: 10px;
}

.tip-box {
    background: linear-gradient(135deg, #e8f8f6 0%, #d4f1ec 100%);
    border-left: 4px solid #30D5C8;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
}

.tip-box h3 {
    color: #0d4f4a;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 12px;
}

.tip-box i {
    color: #30D5C8;
    margin-right: 8px;
}

.tip-box p {
    margin-bottom: 0;
}

.cta-box {
    background: linear-gradient(135deg, #0d4f4a 0%, #1a8a7d 100%);
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
}

.cta-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-box p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 25px;
}

.cta-button-large {
    display: inline-block;
    background: #30D5C8;
    color: #1a1a1a;
    padding: 16px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(48, 213, 200, 0.3);
}

.faq-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.faq-item h3 {
    color: #0d4f4a;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 12px;
}

.faq-item p {
    margin-bottom: 0;
}

.product-card {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid #30D5C8;
}

.product-card h3 {
    color: #0d4f4a;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-card strong {
    color: #1a1a1a;
}

.recipe-box {
    background: #fff;
    border: 2px solid #30D5C8;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.recipe-box h3 {
    color: #0d4f4a;
    margin-top: 0;
    margin-bottom: 15px;
}

.recipe-box i {
    color: #30D5C8;
    margin-right: 8px;
}

.recipe-box ul {
    margin-bottom: 15px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.benefit-item {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}

.benefit-item i {
    font-size: 2.5rem;
    color: #30D5C8;
    margin-bottom: 15px;
}

.benefit-item h4 {
    color: #1a1a1a;
    margin-bottom: 10px;
}

.benefit-item p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.comparison-table thead th {
    background: #0d4f4a;
    color: #fff;
    font-weight: 600;
}

.comparison-table tbody tr:hover {
    background: #f9f9f9;
}

/* Sidebar */
.article-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-widget {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.sidebar-widget h3 {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.related-posts {
    list-style: none;
    padding: 0;
}

.related-posts li {
    margin-bottom: 12px;
}

.related-posts a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.related-posts a:hover {
    color: #30D5C8;
}

.cta-widget {
    background: linear-gradient(135deg, #0d4f4a 0%, #1a8a7d 100%);
    color: #fff;
    text-align: center;
}

.cta-widget h3 {
    color: #fff;
}

.cta-widget p {
    color: #fff;
    opacity: 0.9;
    margin-bottom: 20px;
}

.cta-widget .cta-button {
    background: #30D5C8;
    color: #1a1a1a;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: transform 0.2s ease;
}

.cta-widget .cta-button:hover {
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
    .article-content .container {
        grid-template-columns: 1fr;
    }
    
    .article-sidebar {
        position: static;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Article-specific mobile styles only - header handled by blog.css */
    .article-header {
        padding: 120px 20px 40px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .content-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .content-wrapper h3 {
        font-size: 1.2rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
    
    .comparison-table {
        font-size: 0.9rem;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px;
    }
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #30D5C8;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section p {
    color: #aaa;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-section ul a:hover {
    color: #30D5C8;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #888;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
}
