/* Global styles */
.article-stat {
    font-size: 1.2em;
    margin-bottom: 25px;
}

.ordered-list {
    margin: 20px 0 20px 40px;
}

.back-link {
    margin-top: 15px;
}

/* Button styles */
.cta-button {
    padding: 10px 24px;
    font-size: 0.95em;
}

.cta-block {
    display: block;
    padding: 14px;
    border: 2px solid #6D4AFF;
    color: #6D4AFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 20px;
}

.cta-upgrade {
    display: block;
    padding: 14px;
    margin-top: 20px;
    text-align: center;
}

/* Text styles */
.text-muted {
    color: #6b7280;
    margin-bottom: 20px;
}

.text-warning {
    color: #ef4444;
    margin-bottom: 20px;
    font-weight: 600;
}

/* List styles */
.feature-list-muted {
    opacity: 0.6;
}

.feature-list-warning li {
    color: #ef4444;
}

/* Section styles */
.section-light {
    background: #f9fafb;
}

/* Footer styles */
.footer-text {
    margin-top: 20px;
    opacity: 0.6;
}