/*--------------------------------------------------------------
# Minimalist Blog Design - Organic Traffic Article
# Consistent with Other Blog Articles
--------------------------------------------------------------*/

/* Blog Main Container */
.blog-main {
    background: #F8FAFC;
    padding: 60px 0;
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.blog-breadcrumb {
    padding: 20px 0;
    font-size: 14px;
    color: #64748B;
    margin-bottom: 30px;
}

.blog-breadcrumb a {
    color: #0052FF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #0041cc;
}

.blog-breadcrumb .separator {
    margin: 0 10px;
    color: #CBD5E1;
}

.blog-breadcrumb .current {
    color: #0F172A;
    font-weight: 600;
}

/* Article Container */
.blog-article {
    max-width: 800px;
    margin: 0 auto;
}

/* Article Header */
.article-header {
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #64748B;
    font-weight: 500;
}

.article-meta time,
.article-meta .reading-time {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article-meta .category {
    background: #E7F1FD;
    color: #0052FF;
    padding: 4px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.article-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    color: #0F172A;
    margin: 0 0 30px 0;
    letter-spacing: -0.03em;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 25px;
    border-top: 1px solid #E2E8F0;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: #0F172A;
}

.author-title {
    font-size: 14px;
    color: #64748B;
}

/* Article Content */
.article-content {
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.article-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 20px;
}

.article-content h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0F172A;
    margin: 50px 0 25px 0;
    line-height: 1.3;
    letter-spacing: -0.02em;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E8F0;
}

.article-content h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1E293B;
    margin: 35px 0 20px 0;
    line-height: 1.4;
}

.article-content ul,
.article-content ol {
    margin: 25px 0;
    padding-left: 30px;
}

.article-content li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #334155;
    margin-bottom: 12px;
}

.article-content strong {
    font-weight: 700;
    color: #0F172A;
}

/* Key Insights */
.key-insight {
    padding: 20px 25px;
    margin: 30px 0;
    background: #F8FAFC;
    border-left: 3px solid #0052FF;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7;
    color: #0F172A;
}

.insight-highlight {
    padding: 20px 25px;
    margin: 30px 0;
    background: #EFF6FF;
    border-left: 3px solid #3B82F6;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7;
    color: #1E40AF;
}

/* Objection Section */
.objection-section {
    margin: 40px 0;
}

.objection-item {
    background: #F8FAFC;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 25px;
    border-left: 3px solid #F59E0B;
}

.objection-item h3 {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    color: #0F172A;
    font-weight: 700;
}

.objection-item p {
    margin: 0;
    font-size: 1rem;
}

/* Example Box */
.example-box {
    background: #F0FDF4;
    padding: 25px;
    border-radius: 4px;
    margin: 30px 0;
    border-left: 3px solid #10B981;
}

.example-box p {
    margin: 0;
    font-size: 1rem;
    color: #047857;
}

/* Strategy Section */
.strategy-section {
    margin: 40px 0;
}

.strategy-item {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
    padding: 30px;
    background: #F8FAFC;
    border-radius: 4px;
}

.strategy-number {
    width: 50px;
    height: 50px;
    background: #0052FF;
    color: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
}

.strategy-content {
    flex: 1;
}

.strategy-content h3 {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    color: #0F172A;
}

.strategy-content p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.strategy-content p:last-child {
    margin-bottom: 0;
}

.action-point {
    background: #EFF6FF;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 15px;
    border-left: 3px solid #3B82F6;
    font-size: 0.95rem;
    line-height: 1.6;
}

.action-point strong {
    color: #1E40AF;
}

/* Compound Timeline */
.compound-timeline {
    margin: 40px 0;
}

.timeline-stage {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E8F0;
}

.timeline-stage:last-child {
    border-bottom: none;
}

.stage-label {
    background: #0052FF;
    color: #ffffff;
    min-width: 90px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
    flex-shrink: 0;
}

.stage-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.stage-content p {
    margin: 0;
    font-size: 1rem;
    color: #334155;
}

/* Traffic Comparison */
.traffic-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.traffic-type {
    padding: 30px;
    border-radius: 4px;
    border-left: 3px solid;
}

.traffic-type.rented {
    background: #FEF2F2;
    border-left-color: #EF4444;
}

.traffic-type.owned {
    background: #F0FDF4;
    border-left-color: #10B981;
}

.traffic-type h3 {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.traffic-type.rented h3 {
    color: #DC2626;
}

.traffic-type.owned h3 {
    color: #047857;
}

.traffic-type .definition {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 15px;
    font-style: italic;
}

.traffic-type ul {
    margin: 15px 0;
    padding-left: 25px;
}

.traffic-type li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 8px;
}

.traffic-type .verdict {
    margin: 15px 0 0 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 0.95rem;
}

/* Warning Box */
.warning-box {
    background: #FEF2F2;
    padding: 25px;
    border-radius: 4px;
    margin: 30px 0;
    border-left: 3px solid #EF4444;
}

.warning-box p {
    margin: 0;
    font-size: 1.1rem;
    color: #DC2626;
    font-weight: 600;
}

/* Final Insight Box */
.final-insight {
    background: #0F172A;
    color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    margin: 50px 0;
}

.final-insight p {
    color: #E2E8F0;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.final-insight p:last-child {
    margin-bottom: 0;
}

.final-insight strong {
    color: #60A5FA;
}

/* Article CTA Section */
.article-cta {
    background: #0052FF;
    padding: 50px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 40px;
}

.cta-content h3 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0 0 30px 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #0052FF;
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-cta:hover {
    background: #F8FAFC;
    color: #0041cc;
}

/* Share Article */
.article-share {
    text-align: center;
    padding: 40px;
    background: #F8FAFC;
    border-radius: 4px;
    margin-bottom: 40px;
}

.article-share h4 {
    margin: 0 0 25px 0;
    font-size: 1.3rem;
    color: #0F172A;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
    color: #ffffff;
}

.share-btn.twitter {
    background: #1DA1F2;
}

.share-btn.linkedin {
    background: #0A66C2;
}

.share-btn.facebook {
    background: #1877F2;
}

.share-btn:hover {
    opacity: 0.9;
    color: #ffffff;
}

/* Related Articles */
.related-articles {
    padding: 50px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.related-articles h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 40px 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.related-card {
    background: #F8FAFC;
    padding: 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
}

.related-card:hover {
    background: #ffffff;
    border-color: #0052FF;
}

.related-tag {
    display: inline-block;
    background: #E7F1FD;
    color: #0052FF;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    width: fit-content;
}

.related-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.related-card p {
    font-size: 0.95rem;
    color: #64748B;
    line-height: 1.6;
    margin: 0 0 15px 0;
    flex: 1;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0052FF;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .article-header,
    .article-content {
        padding: 40px 35px;
    }
    
    .article-title {
        font-size: 2.5rem;
    }
    
    .article-content h2 {
        font-size: 1.9rem;
    }
    
    .article-content h3 {
        font-size: 1.4rem;
    }
    
    .strategy-item {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .blog-main {
        padding: 40px 0;
    }
    
    .article-header,
    .article-content {
        padding: 30px 25px;
    }
    
    .article-title {
        font-size: 2rem;
    }
    
    .article-content p,
    .article-content li {
        font-size: 1rem;
    }
    
    .article-content h2 {
        font-size: 1.6rem;
        margin: 35px 0 20px 0;
    }
    
    .article-content h3 {
        font-size: 1.3rem;
    }
    
    .strategy-item,
    .timeline-stage {
        flex-direction: column;
        gap: 20px;
    }
    
    .strategy-number {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
    
    .stage-label {
        min-width: 80px;
        font-size: 0.85rem;
    }
    
    .traffic-comparison {
        grid-template-columns: 1fr;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
    
    .article-cta,
    .related-articles {
        padding: 30px 25px;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .article-title {
        font-size: 1.7rem;
    }
    
    .objection-item,
    .example-box,
    .strategy-item,
    .traffic-type {
        padding: 20px;
    }
}