/* Simple Blog Article Styles */
.article-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
}

.article-content {
    color: #333;
}

/* Article Header */
.article-header {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.article-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-date {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.article-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0.75rem;
    font-weight: 400;
}

.article-subtitle {
    font-size: 1rem;
    color: #777;
    font-style: italic;
}

/* Strategy Sections */
.strategy {
    margin-bottom: 2.5rem;
}

.strategy h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.number {
    background: #666;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
}

.strategy p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.strategy ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.strategy li {
    margin-bottom: 0.5rem;
    color: #444;
}

.strategy li strong {
    color: #222;
}

/* Stats Box */
.stats-box {
    display: flex;
    gap: 2rem;
    margin: 2.5rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
}

/* Success Formula */
.success-formula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.formula-item {
    font-weight: 500;
    color: #333;
}

.success-formula i {
    color: #666;
}

/* Example Box */
.example-box {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

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

.example-item i {
    color: #666;
    margin-top: 0.25rem;
}

.example-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.example-item p {
    color: #555;
    margin: 0;
}

/* Trust List */
.trust-list {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.trust-list li {
    margin-bottom: 0.75rem;
    color: #444;
}

/* SEO Factors */
.seo-factors {
    display: flex;
    gap: 1.5rem;
    margin: 1.5rem 0;
    justify-content: center;
}

.seo-factor {
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    flex: 1;
    max-width: 150px;
}

.seo-factor i {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.seo-factor h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.seo-factor p {
    font-size: 0.8rem;
    color: #666;
    margin: 0.25rem 0 0 0;
}

.highlight-factor {
    border-color: #ddd;
}

/* Feedback Cycle */
.feedback-cycle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    flex-wrap: wrap;
}

.cycle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.cycle-item i {
    color: #666;
    font-size: 1.25rem;
}

.cycle-item span {
    font-size: 0.85rem;
    color: #555;
    font-weight: 500;
}

.feedback-cycle > i {
    color: #999;
    font-size: 1rem;
}

/* How To Section */
.how-to-section {
    margin: 3rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.check-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.check-icon i {
    color: #666;
    font-size: 2rem;
}

.how-to-section h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 1.5rem;
}

.how-to-section > p {
    text-align: center;
    color: #555;
    margin-bottom: 2rem;
}

.how-to-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.how-to-item {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.how-to-item i {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.how-to-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.how-to-item p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

/* Final Thoughts */
.final-thoughts {
    margin: 3rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.final-thoughts h2 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}

.final-thoughts p {
    color: #444;
    margin-bottom: 0.75rem;
}

/* CTA Section */
.cta-section {
    margin: 3rem 0;
    text-align: center;
}

.cta-box {
    padding: 2.5rem 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.cta-icon {
    color: #666;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-box h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.75rem;
}

.cta-box p {
    color: #555;
    margin-bottom: 1.5rem;
}

.cta-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.cta-button:hover {
    background: #555;
}

/* Footer */
.article-footer {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
}

.article-footer p {
    color: #888;
    font-size: 0.9rem;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .article-container {
        padding: 100px 15px 40px;
    }
    
    .article-title {
        font-size: 1.8rem;
    }
    
    .stats-box {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .success-formula {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .seo-factors {
        flex-direction: column;
        gap: 1rem;
    }
    
    .feedback-cycle {
        flex-direction: column;
        gap: 1rem;
    }
    
    .feedback-cycle > i {
        transform: rotate(90deg);
    }
    
    .how-to-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .article-container {
        padding: 90px 10px 30px;
    }
    
    .article-title {
        font-size: 1.6rem;
    }
    
    .strategy h2 {
        font-size: 1.2rem;
    }
} 