
/* ================================================
   ARTICLE COLOR MODULES - Vibrant & Bold
   ================================================ */

/* --- Tip / Success Box (Green) --- */
.article-content .tip-box,
.article-content .info-box {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.18) 0%, rgba(6, 182, 130, 0.12) 100%);
    border: 1px solid rgba(16, 185, 129, 0.5);
    border-left: 5px solid #10b981;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.12);
    position: relative;
}
.article-content .tip-box::before,
.article-content .info-box::before {
    content: "TIP";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #10b981;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
}
.article-content .tip-box p,
.article-content .info-box p {
    color: #065f46;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .tip-box strong,
.article-content .info-box strong {
    color: #059669;
}

/* --- Warn / Warning Box (Orange) --- */
.article-content .warn-box,
.article-content .warning-box {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(234, 88, 12, 0.12) 100%);
    border: 1px solid rgba(245, 158, 11, 0.5);
    border-left: 5px solid #f59e0b;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.12);
    position: relative;
}
.article-content .warn-box::before,
.article-content .warning-box::before {
    content: "WARNING";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #f59e0b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}
.article-content .warn-box p,
.article-content .warning-box p {
    color: #78350f;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .warn-box strong,
.article-content .warning-box strong {
    color: #d97706;
}

/* --- Danger Box (Red) --- */
.article-content .danger-box {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.12) 100%);
    border: 1px solid rgba(239, 68, 68, 0.5);
    border-left: 5px solid #ef4444;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.12);
    position: relative;
}
.article-content .danger-box::before {
    content: "DANGER";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #ef4444;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}
.article-content .danger-box p {
    color: #7f1d1d;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .danger-box strong {
    color: #dc2626;
}

/* --- Info Blue Box --- */
.article-content .info-blue-box {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.12) 100%);
    border: 1px solid rgba(59, 130, 246, 0.5);
    border-left: 5px solid #3b82f6;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.12);
    position: relative;
}
.article-content .info-blue-box::before {
    content: "INFO";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #3b82f6;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}
.article-content .info-blue-box p {
    color: #1e3a5f;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .info-blue-box strong {
    color: #2563eb;
}

/* --- Purple Accent Box --- */
.article-content .purple-box {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(109, 40, 217, 0.12) 100%);
    border: 1px solid rgba(124, 58, 237, 0.5);
    border-left: 5px solid #7c3aed;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.12);
    position: relative;
}
.article-content .purple-box::before {
    content: "KEY POINT";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #7c3aed;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.4);
}
.article-content .purple-box p {
    color: #3b0764;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .purple-box strong {
    color: #6d28d9;
}

/* --- Cyan Accent Box --- */
.article-content .cyan-box {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(8, 145, 178, 0.12) 100%);
    border: 1px solid rgba(6, 182, 212, 0.5);
    border-left: 5px solid #06b6d4;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
    margin: 32px 0;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.12);
    position: relative;
}
.article-content .cyan-box::before {
    content: "NOTE";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #06b6d4;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(6, 182, 212, 0.4);
}
.article-content .cyan-box p {
    color: #164e63;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .cyan-box strong {
    color: #0891b2;
}

/* --- Stat Boxes --- */
.article-content .stat-box {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(6, 182, 212, 0.2) 100%);
    border: 2px solid rgba(124, 58, 237, 0.4);
    border-radius: 18px;
    padding: 28px 32px;
    margin: 32px 0;
    text-align: center;
    box-shadow: 0 8px 30px rgba(124, 58, 237, 0.15);
}
.article-content .stat-box .stat-value {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    display: block;
}
.article-content .stat-box .stat-label {
    color: #6d28d9;
    font-size: 0.95rem;
    margin-top: 8px;
    font-weight: 500;
    display: block;
}

/* --- Highlight Box --- */
.article-content .highlight-box {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(109, 40, 217, 0.08) 100%);
    border: 1px solid rgba(124, 58, 237, 0.35);
    border-left: 5px solid #7c3aed;
    border-radius: 0 14px 14px 0;
    padding: 20px 24px;
    margin: 32px 0;
}
.article-content .highlight-box p {
    color: #3b0764;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
}
.article-content .highlight-box strong {
    color: #7c3aed;
}

/* --- Check List --- */
.article-content .check-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}
.article-content .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: #1f2937;
    font-size: 1.02rem;
    line-height: 1.7;
    padding: 14px 18px;
    background: rgba(16, 185, 129, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(16, 185, 129, 0.2);
}
.article-content .check-list li::before {
    content: "\2713";
    color: #10b981;
    font-weight: 900;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 1px;
    background: rgba(16, 185, 129, 0.15);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Step Card (Horizontal) --- */
.article-content .step-card {
    display: flex;
    gap: 20px;
    margin: 24px 0;
    padding: 24px 28px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(6, 182, 212, 0.04) 100%);
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.08);
    align-items: flex-start;
}
.article-content .step-card .step-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: #fff;
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}
.article-content .step-card .step-content {
    flex: 1;
}
.article-content .step-card .step-content h4 {
    margin: 0 0 8px 0;
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 700;
}
.article-content .step-card .step-content p {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.7;
}
@media (max-width: 640px) {
    .article-content .step-card {
        flex-direction: column;
        gap: 16px;
    }
    .article-content .step-card .step-num {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        border-radius: 10px;
    }
}

/* --- Numbered Steps (Inline List) --- */
.article-content .steps {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    counter-reset: step-counter;
}
.article-content .steps li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(6, 182, 212, 0.06) 100%);
    border-radius: 12px;
    border: 1px solid rgba(124, 58, 237, 0.25);
    counter-increment: step-counter;
}
.article-content .steps li::before {
    content: counter(step-counter);
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

/* --- Rating Stars --- */
.article-content .rating {
    display: inline-flex;
    gap: 4px;
    color: #f59e0b;
    font-size: 1.2rem;
}
.article-content .rating .empty {
    color: #e5e7eb;
}

/* --- Pros / Cons columns --- */
.article-content .pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 32px 0;
}
@media (max-width: 640px) {
    .article-content .pros-cons {
        grid-template-columns: 1fr;
    }
}
.article-content .pros-cons .pros,
.article-content .pros-cons .cons {
    padding: 22px 26px;
    border-radius: 16px;
}
.article-content .pros-cons .pros {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.12) 100%);
    border: 2px solid rgba(16, 185, 129, 0.4);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.12);
}
.article-content .pros-cons .cons {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.12) 100%);
    border: 2px solid rgba(239, 68, 68, 0.4);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.12);
}
.article-content .pros-cons h4 {
    margin: 0 0 14px 0;
    font-size: 1.05rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-content .pros-cons .pros h4 { 
    color: #059669; 
}
.article-content .pros-cons .pros h4::before {
    content: "\2713";
    font-size: 1.1rem;
}
.article-content .pros-cons .cons h4 { 
    color: #dc2626; 
}
.article-content .pros-cons .cons h4::before {
    content: "\2717";
    font-size: 1.1rem;
}
.article-content .pros-cons ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.article-content .pros-cons ul li {
    margin-bottom: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    position: relative;
    color: #374151;
    font-size: 0.97rem;
}
.article-content .pros-cons .pros ul li {
    background: rgba(16, 185, 129, 0.08);
}
.article-content .pros-cons .cons ul li {
    background: rgba(239, 68, 68, 0.08);
}

/* --- Quote card with avatar --- */
.article-content .quote-card {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(6, 182, 212, 0.06) 100%);
    border: 2px solid rgba(124, 58, 237, 0.25);
    border-radius: 16px;
    padding: 28px 32px;
    margin: 32px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.1);
}
.article-content .quote-card .quote-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}
.article-content .quote-card .quote-text {
    color: #374151;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.8;
}
.article-content .quote-card .quote-author {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 12px;
    font-weight: 500;
}

/* --- Article divider with gradient --- */
.article-content .divider-gradient {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent, #7c3aed, #06b6d4, transparent);
    margin: 40px 0;
    border-radius: 2px;
}

/* --- Comparison table --- */
.article-content .comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    font-size: 0.92rem;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(124, 58, 237, 0.3);
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.1);
}
.article-content .comparison-table th {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #fff;
    font-weight: 700;
    padding: 16px 20px;
    text-align: left;
    font-size: 0.95rem;
}
.article-content .comparison-table td {
    color: #374151;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(124, 58, 237, 0.1);
    background: #fff;
}
.article-content .comparison-table tr:last-child td {
    border-bottom: none;
}
.article-content .comparison-table tr:nth-child(even) td {
    background: rgba(124, 58, 237, 0.03);
}
.article-content .comparison-table tr:hover td {
    background: rgba(124, 58, 237, 0.08);
}
.article-content .comparison-table .winner {
    color: #059669;
    font-weight: 700;
}
.article-content .comparison-table .loser {
    color: #dc2626;
    font-weight: 700;
}

/* --- Quick Facts Box --- */
.article-content .quick-facts {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(234, 88, 12, 0.08) 100%);
    border: 2px solid rgba(245, 158, 11, 0.4);
    border-radius: 14px;
    padding: 24px 28px;
    margin: 28px 0;
}
.article-content .quick-facts h4 {
    color: #d97706;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-content .quick-facts h4::before {
    content: "\2139";
    font-size: 1.1rem;
}
.article-content .quick-facts ul {
    margin: 0;
    padding-left: 20px;
}
.article-content .quick-facts li {
    color: #78350f;
    margin-bottom: 8px;
    font-size: 0.97rem;
}

/* --- Video Embed Box --- */
.article-content .video-box {
    background: #000;
    border: 2px solid rgba(124, 58, 237, 0.3);
    border-radius: 16px;
    overflow: hidden;
    margin: 32px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.article-content .video-box iframe,
.article-content .video-box video {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}
