.elementor-1565 .elementor-element.elementor-element-baa5a14{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #F4F7FB;
    font-family: 'Inter', 'Rubik', sans-serif;
    line-height: 1.5;
    color: #1A2C3E;
    padding: 2rem 1rem;
}

.article-container {
    max-width: 980px;
    margin: 0 auto;
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 2rem 2.5rem;
}

/* Brand Bar */
.brand-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #E9EDF2;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
}
.logo {
    max-height: 48px;
    width: auto;
}
.tagline {
    font-size: 0.85rem;
    color: #2C6E49;
    background: #E8F3ED;
    padding: 0.3rem 0.9rem;
    border-radius: 40px;
    font-weight: 500;
}

/* Typography */
h1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: #0A2540;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    color: #1E3A5F;
    border-right: 5px solid #F9A826;
    padding-right: 1rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.75rem 0 1rem;
    color: #2C3E50;
}

/* Author Byline */
.author-byline {
    display: flex;
    gap: 1rem;
    align-items: center;
    background: #F9FBFD;
    padding: 1.2rem;
    border-radius: 24px;
    margin-bottom: 2rem;
    border: 1px solid #E2E8F0;
}
.author-avatar {
    width: 52px;
    height: 52px;
    background: #0A2540;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}
.author-info {
    flex: 1;
}
.author-name {
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    color: #0A2540;
}
.author-title {
    font-size: 0.85rem;
    color: #4A627A;
    display: block;
}
.update-date {
    font-size: 0.75rem;
    color: #7F8C8D;
    margin-top: 4px;
    display: inline-block;
}

/* Abstract & Key Takeaways */
.abstract-box, .closing-abstract {
    background: #EFF6FF;
    border-right: 6px solid #1E88E5;
    padding: 1.4rem 1.8rem;
    border-radius: 20px;
    margin: 1.5rem 0;
}
.abstract-label, .kt-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    color: #1E88E5;
    display: block;
    margin-bottom: 8px;
}
.key-takeaways {
    background: #FFF8E7;
    border-radius: 24px;
    padding: 1.4rem 2rem;
    margin: 1.5rem 0;
    border: 1px solid #FFE0A3;
}
.key-takeaways ul {
    margin-right: 1.5rem;
}
.key-takeaways li {
    margin-bottom: 0.6rem;
    font-weight: 500;
}

/* Direct Answer under H2/H3 */
.direct-answer {
    background: #F0F4F9;
    border-right: 4px solid #F9A826;
    padding: 0.9rem 1.4rem;
    margin: 0.5rem 0 1.2rem 0;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1E2F3F;
}
.direct-answer strong {
    color: #C75119;
}

/* Paragraphs - short blocks (max 3 lines, but flexible) */
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 85ch;
}

/* Statistics badges */
.stat-badge {
    background: #1A2C3E;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0.75rem 0;
}

/* Case Study */
.case-study {
    background: #FFF5EB;
    border: 1px solid #FDD8A8;
    border-radius: 20px;
    padding: 1.2rem 1.6rem;
    margin: 1.5rem 0;
}
.case-title {
    font-weight: 800;
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
    color: #B45200;
}

/* Table */
.table-responsive {
    overflow-x: auto;
    margin: 1.8rem 0;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.comparison-table th {
    background: #0A2540;
    color: white;
    padding: 12px 10px;
    text-align: center;
    font-weight: 600;
}
.comparison-table td {
    border: 1px solid #DDDDDD;
    padding: 10px 12px;
    text-align: center;
    background: white;
}
.comparison-table tr:nth-child(even) td {
    background: #F8FAFE;
}
.highlight {
    background: #E1F5E8 !important;
    font-weight: 700;
    color: #1F6E43;
}

/* Footer note */
.footer-note {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #DAE3EC;
    font-size: 0.75rem;
    color: #6C7A8A;
    text-align: center;
}

/* FAQ Section */
.faq-section {
    margin-top: 2.5rem;
    background: #F9FAFC;
    border-radius: 28px;
    padding: 1.8rem 2rem;
}
.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #E4EBF2;
    padding-bottom: 1rem;
}
.faq-question {
    font-weight: 700;
    font-size: 1.05rem;
    color: #004080;
    margin-bottom: 0.5rem;
}
.faq-answer {
    font-size: 0.95rem;
    color: #2C3E50;
    line-height: 1.5;
}

/* Closing Summary */
.closing-summary {
    background: #E8F0F9;
    padding: 1.6rem;
    border-radius: 24px;
    margin: 2rem 0;
}

/* source reference */
.source-ref {
    font-size: 0.75rem;
    color: #6c7e97;
    margin: 0.5rem 0 1rem;
}

/* Responsive */
@media (max-width: 750px) {
    .article-container {
        padding: 1.2rem;
    }
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .brand-bar {
        flex-direction: column;
        gap: 0.8rem;
        align-items: flex-start;
    }
}/* End custom CSS */