/* ===== CONTENT SECTIONS - Professional Styling ===== */

/* Main content area */
main {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 48px 20px 60px !important;
}

/* ===== TYPOGRAPHY HIERARCHY ===== */

h1, h2, h3, h4, h5, h6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
}

h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--accent, #F59E0B) !important;
    margin: 0 0 6px 0 !important;
}

h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--text, #E2E8F0) !important;
    margin: 0 0 4px 0 !important;
}

h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--text-light, #CBD5E1) !important;
    margin: 0 0 2px 0 !important;
}

p {
    font-size: 15px !important;
    color: var(--text-light, #CBD5E1) !important;
    line-height: 1.7 !important;
    margin: 8px 0 !important;
}

/* ===== SECTION CONTAINERS ===== */

section {
    margin-bottom: 48px !important;
    padding: 0 !important;
}

section:last-child {
    margin-bottom: 0 !important;
}

/* Section header */
.section-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid var(--accent, #F59E0B) !important;
}

.section-icon {
    font-size: 28px !important;
    display: inline-block !important;
}

.section-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: var(--accent, #F59E0B) !important;
    margin: 0 !important;
}

.section-subtitle {
    font-size: 13px !important;
    color: var(--text-dim, #94A3B8) !important;
    margin-top: 4px !important;
    font-weight: 400 !important;
}

/* ===== CONTENT CARDS ===== */

.content-card {
    background: rgba(26, 33, 56, 0.5) !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 16px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(8px) !important;
}

.content-card:hover {
    background: rgba(26, 33, 56, 0.8) !important;
    border-color: rgba(245, 158, 11, 0.3) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

.content-card.highlight {
    background: rgba(245, 158, 11, 0.05) !important;
    border-color: rgba(245, 158, 11, 0.2) !important;
}

/* ===== LIST ITEMS ===== */

ul, ol {
    margin: 16px 0;
    padding-left: 24px;
}

li {
    margin-bottom: 12px;
    color: var(--text-light, #CBD5E1);
    line-height: 1.7;
}

li strong {
    color: var(--accent, #F59E0B);
}

/* ===== INFO BLOCKS ===== */

.info-block {
    background: rgba(139, 92, 246, 0.08);
    border-left: 4px solid var(--accent, #F59E0B);
    padding: 16px 20px;
    margin: 16px 0;
    border-radius: 0 8px 8px 0;
}

.info-block-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent, #F59E0B);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.info-block-content {
    font-size: 15px;
    color: var(--text-light, #CBD5E1);
    line-height: 1.6;
}

/* ===== STAT BOXES ===== */

.stat-box {
    display: inline-block;
    background: rgba(26, 33, 56, 0.6);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 8px 8px 8px 0;
    font-size: 14px;
}

.stat-label {
    color: var(--text-dim, #94A3B8);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 2px;
}

.stat-value {
    color: var(--accent, #F59E0B);
    font-size: 18px;
    font-weight: 700;
}

/* ===== DIVIDERS ===== */

hr, .divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.3), transparent);
    margin: 32px 0;
}

/* ===== FLEX LAYOUTS ===== */

.flex-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex-col {
    flex: 1;
    min-width: 250px;
}

/* ===== LABELS & BADGES ===== */

.label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.label-critical {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.label-important {
    background: rgba(245, 158, 11, 0.2);
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.label-verified {
    background: rgba(16, 185, 129, 0.2);
    color: #6ee7b7;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    main {
        padding: 32px 14px 40px !important;
    }
    
    h2 { font-size: 22px; }
    h3 { font-size: 18px; }
    h4 { font-size: 15px; }
    
    .section-header {
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    
    .content-card {
        padding: 16px;
    }
    
    .flex-row {
        flex-direction: column;
    }
    
    .flex-col {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    main {
        padding: 24px 10px 30px !important;
    }
    
    h2 { font-size: 18px; }
    h3 { font-size: 16px; }
    
    section {
        margin-bottom: 32px;
    }
    
    .content-card {
        padding: 12px 14px;
    }
}
