/**
 * einvestitii-cards-merita-unified.css
 * CSS unificat pentru toate cardurile din carduri-merita/
 * Generat automat — nu edita manual, editeaza fisierele sursa PHP
 * 
 * Cuprins:
 *  1. [card_analiza_financiara] — card-analiza-financiara.php (10,075 chars)
 *  2. [card_argumente_pro_contra] — card-argumente-pro-contra.php (9,104 chars)
 *  3. [card_comparatie_brokeri] — card-comparatie-brokeri.php (7,663 chars)
 *  4. [card_comparatie_exchanges] — card-comparatie-exchanges.php (7,138 chars)
 *  5. [card_cui_se_potriveste] — card-cui-se-potriveste.php (5,237 chars)
 *  6. [card_cumparaturi_hero] — card-cumparaturi-hero.php (3,375 chars)
 *  7. [card_despre_companie] — card-despre-companie.php (6,690 chars)
 *  8. [einv_disclaimer] — card-disclaimer.php (3,351 chars)
 *  9. [card_faq] — card-faq.php (4,957 chars)
 * 10. [card_ghid_pasi] — card-ghid-pasi.php (23,519 chars)
 * 11. [einv_methodology] — card-metodologie.php (6,166 chars)
 * 12. [card_performanta_pret] — card-performanta-pret.php (7,125 chars)
 * 13. [card_piete_financiare] — card-piete-financiare.php (9,933 chars)
 * 14. [einv_analyst_cards_split] — card-recomandari-pret-tinta.php (6,971 chars)
 * 15. [einv_key_risks] — card-riscuri-cheie.php (4,678 chars)
 * 16. [card_scenarii_investitie_v2] — card-scenarii-conservator-v2.php (11,865 chars)
 * 17. [card_scenarii_investitie_v3] — card-scenarii-conservator-v3.php (14,482 chars)
 * 18. [card_scenarii_investitie_conservator] — card-scenarii-conservator.php (8,089 chars)
 * 19. [card_scenarii_investitie] — card-scenarii-investitie.php (10,964 chars)
 * 20. [card_scor_einvestitii_v2] — card-scor-einvestitii-v2.php (9,758 chars)
 * 21. [card_scor_einvestitii] — card-scor-einvestitii.php (5,879 chars)
 * 22. [card_scor_hero] — card-scor-hero.php (2,592 chars)
 * 23. [einv_seo_meta_card] — card-seo-meta.php (5,344 chars)
 */


/* ============================================================
   [card_analiza_financiara] — card-analiza-financiara.php
   ============================================================ */
/* ============================================================
       CARD ANALIZA FINANCIARĂ
       Sus: hero bg image | Jos: split card cu tabs + conținut
    ============================================================ */

    .einv-af {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 56px;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 16px;
        overflow: visible;
    }

    /* ── ZONA SUS: hero bg image ── */
    .einv-af__hero {
        position: relative;
        padding: 50px 32px 40px;
        background-color: #0f1117;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px 16px 0 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .einv-af__hero.bg-loaded {
        background-image: url('https://einvestitii.ro/images/web/analiza_bg.webp');
    }

    .einv-af__hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(8,10,14,0.20) 0%, rgba(8,10,14,0.72) 100%);
        border-radius: 16px 16px 0 0;
        pointer-events: none;
        z-index: 0;
    }

    .einv-af__hero > * { position: relative; z-index: 1; }

    /* Logo */
    .einv-af__logo {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    .einv-af__logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
    .einv-af__logo-fallback {
        font-size: 1.4rem; font-weight: 700; color: #fff; user-select: none; line-height: 1;
    }

    /* Titlu */
    .einv-af__hero-title {
        font-size: 28px !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        letter-spacing: -0.025em;
        margin: 0;
    }
    .einv-af__hero-title .company-highlight { color: #2ada49; }

    /* Intro */
    .einv-af__hero-intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0;
    }

    /* Badge actualizare */
    .einv-af__hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 400;
        color: rgba(255,255,255,0.55);
        line-height: 1;
    }
    .einv-af__hero-badge svg {
        width: 12px; height: 12px; flex-shrink: 0;
        stroke: rgba(255,255,255,0.55);
    }

    /* Separator hero → body */
    .einv-af__sep {
        height: 1px;
        background: rgba(255,255,255,0.06);
        margin: 0;
    }

    /* ── ZONA JOS: split card ── */
    .einv-af__body {
        display: grid;
        grid-template-columns: 240px 1fr;
        background: rgba(255,255,255,0.02);
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }

    /* Taburi verticale stânga */
    .einv-af__tabs {
        display: flex;
        flex-direction: column;
        border-right: 1px solid rgba(255,255,255,0.06);
        padding: 8px;
        gap: 4px;
        background: rgba(255,255,255,0.015);
    }

    .einv-af__tab {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 12px;
        background: transparent;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.18s ease;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        outline: none;
        font-family: inherit;
    }
    .einv-af__tab:hover { background: rgba(255,255,255,0.04); }
    .einv-af__tab.is-active {
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.15);
    }

    .einv-af__tab-icon {
        width: 32px; height: 32px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.15);
        color: #2ada49;
        transition: all 0.18s;
    }
    .einv-af__tab.is-active .einv-af__tab-icon {
        background: rgba(42,218,73,0.16);
    }
    .einv-af__tab-icon svg { width: 15px; height: 15px; }

    .einv-af__tab-label {
        font-size: 13px;
        font-weight: 600;
        color: rgba(232,233,235,0.6);
        line-height: 1.2;
        transition: color 0.18s;
    }
    .einv-af__tab:hover .einv-af__tab-label,
    .einv-af__tab.is-active .einv-af__tab-label { color: #ffffff; }

    .einv-af__tab-arrow {
        flex-shrink: 0;
        margin-left: auto;
        color: rgba(232,233,235,0.15);
        transition: color 0.18s;
    }
    .einv-af__tab.is-active .einv-af__tab-arrow { color: #2ada49; }

    /* Paneluri dreapta */
    .einv-af__panels { position: relative; min-height: 0; }

    .einv-af__panel {
        display: none;
        padding: 28px;
        animation: einvAfFadeIn 0.22s ease;
    }
    .einv-af__panel.is-active { display: block; }

    @keyframes einvAfFadeIn {
        from { opacity: 0; transform: translateY(5px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    .einv-af__panel-title {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .einv-af__content {
        font-size: 14px;
        line-height: 1.75;
        color: rgba(232,233,235,0.72);
        overflow: hidden;
        max-height: 220px;
        transition: max-height 0.4s ease;
        position: relative;
    }
    .einv-af__content.expanded { max-height: 6000px; }

    .einv-af__content p { margin: 0 0 12px; }
    .einv-af__content p:last-child { margin-bottom: 0; }
    .einv-af__content ul, .einv-af__content ol { margin: 0 0 12px 20px; padding-left: 0; }
    .einv-af__content li { margin-bottom: 6px; line-height: 1.65; }

    /* Gradient fade la baza textului trunchiat */
    .einv-af__content:not(.expanded)::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0; right: 0;
        height: 48px;
        background: linear-gradient(to bottom, transparent, rgba(15,17,23,0.95));
        pointer-events: none;
    }

    /* Buton expand */
    .einv-af__expand-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        font-size: 0.74rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.25s ease;
        font-family: inherit;
        margin-top: 14px;
    }
    .einv-af__expand-btn:hover {
        background: rgba(255,255,255,0.04);
        border-color: rgba(42,218,73,0.3);
        color: #2ada49;
    }
    .einv-af__expand-btn svg {
        width: 12px; height: 12px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .einv-af__expand-btn.active svg { transform: rotate(180deg); }

    /* Sageata panel-title: ascunsa pe desktop, vizibila pe mobile */
    .einv-af__panel-title-arrow { display: none; }

    /* Numele companiei in panel-title — ascuns pe mobile */
    .einv-af__panel-company { }

    /* ── MOBILE: accordion ── */
    @media (max-width: 768px) {
        .einv-af {
            border-radius: 14px;
            overflow: hidden;
        }

        .einv-af__hero {
            padding: 50px 20px 40px;
            gap: 12px;
            border-radius: 14px 14px 0 0;
        }

        .einv-af__hero-title { font-size: 22px !important; }

        .einv-af__body {
            display: flex;
            flex-direction: column;
            border-radius: 0 0 14px 14px;
        }

        /* Taburi ascunse — folosim accordion */
        .einv-af__tabs { display: none; }

        /* Accordion */
        .einv-af__panels { display: flex; flex-direction: column; }

        .einv-af__panel {
            display: block !important;
            padding: 0;
            animation: none;
        }

        .einv-af__panel-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 16px 20px;
            margin: 0;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            color: rgba(232,233,235,0.75);
            transition: color 0.18s, background 0.18s;
            user-select: none;
        }
        .einv-af__panel-title:hover { color: #ffffff; background: rgba(255,255,255,0.03); }
        .einv-af__panel-title.is-open { color: #ffffff; }
        .einv-af__panel-company { display: none; }

        .einv-af__panel-title-arrow {
            display: block;
            flex-shrink: 0;
            color: rgba(232,233,235,0.25);
            transition: transform 0.3s ease, color 0.18s;
        }
        .einv-af__panel-title.is-open .einv-af__panel-title-arrow {
            transform: rotate(180deg);
            color: #2ada49;
        }

        .einv-af__panel-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }
        .einv-af__panel-body.is-open {
            max-height: 3000px;
        }

        .einv-af__panel-body-inner {
            padding: 20px;
            border-bottom: 1px solid rgba(255,255,255,0.06);
        }

        /* Pe mobile expand btn ascuns — textul e complet vizibil */
        .einv-af__content {
            max-height: none;
        }
        .einv-af__content::after { display: none; }
        .einv-af__expand-btn { display: none; }
    }

    @media (max-width: 480px) {
        .einv-af__hero { padding: 50px 16px 40px; }
        .einv-af__panel-title { padding: 14px 16px; }
        .einv-af__panel-body-inner { padding: 16px; }
        .einv-af__content { font-size: 13px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_argumente_pro_contra] — card-argumente-pro-contra.php
   ============================================================ */
/* ============================================================
       CARD ARGUMENTE PRO & CONTRA
       Header: identic cu scor-hero (28px, Poppins, transparent bg)
       Tab mobile: identic cu .einv-br__nav din card-brokeri-platforme
       Culori: Pro = #2ada49 | Contra = #f90029
    ============================================================ */

    .card-argumente {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #e8e9eb;
        margin-bottom: 56px;
    }

    /* ── Header ── */
    .argumente-header {
        margin-bottom: 24px;
    }

    .argumente-header h2 {
        font-size: 28px !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.15;
        letter-spacing: -0.025em;
        margin: 0 0 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .argumente-header h2 svg {
        color: #2ada49;
        flex-shrink: 0;
        width: 22px;
        height: 22px;
    }

    .argumente-subtitle {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0;
    }

    /* ── Tab nav mobile — identic cu .einv-br__nav ── */
    .argumente-tabs-nav {
        display: none;
        margin-bottom: 16px;
    }

    .argumente-tabs-nav-inner {
        display: flex;
        gap: 4px;
        padding: 4px;
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .argumente-tab-btn {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 8px 16px;
        background: transparent;
        border: none;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        font-size: 12.5px;
        font-weight: 600;
        color: rgba(232,233,235,0.55);
        cursor: pointer;
        transition: all 0.18s ease;
        white-space: nowrap;
        outline: none;
        line-height: 1.4;
    }

    .argumente-tab-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .argumente-tab-btn:hover {
        color: rgba(232,233,235,0.9);
        background: rgba(255,255,255,0.05);
    }

    /* Tab activ — bg colorat, text alb, doar icon colorat */
    .argumente-tab-btn.tab-pro.is-active {
        background: rgba(42,218,73,0.13);
        color: rgba(232,233,235,0.9);
    }
    .argumente-tab-btn.tab-pro.is-active svg {
        color: #2ada49;
        stroke: #2ada49;
    }
    .argumente-tab-btn.tab-contra.is-active {
        background: rgba(249,0,41,0.13);
        color: rgba(232,233,235,0.9);
    }
    .argumente-tab-btn.tab-contra.is-active svg {
        color: #f90029;
        stroke: #f90029;
    }

    /* ── Grid desktop ── */
    .argumente-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    /* ── Card coloană ── */
    .argument-content-section {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    .argument-content-section:hover {
        border-color: rgba(255,255,255,0.12);
    }

    /* Linie colorată sus pe fiecare card */
    .argumente-content-pro::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 2px;
        background: linear-gradient(90deg, #2ada49, transparent);
        pointer-events: none;
    }

    .argumente-content-contra::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 2px;
        background: linear-gradient(90deg, #f90029, transparent);
        pointer-events: none;
    }

    /* Header coloană desktop */
    .argument-column-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }

    .argument-column-header svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .argumente-content-pro .argument-column-header svg { color: #2ada49; }
    .argumente-content-contra .argument-column-header svg { color: #f90029; }

    /* ── Conținut text ── */
    .argument-content-text {
        font-size: 13.5px;
        line-height: 1.7;
        color: rgba(232,233,235,0.72);
        flex: 1;
        overflow: hidden;
        max-height: 160px;
        transition: max-height 0.4s ease;
        position: relative;
    }

    .argument-content-text.expanded {
        max-height: 2000px;
    }

    .argument-content-text p { margin: 0 0 0.75rem; }
    .argument-content-text p:last-child { margin-bottom: 0; }

    /* Liste */
    .card-argumente .argument-content-text ul,
    .card-argumente .argument-content-text ol {
        list-style: none !important;
        margin: 0 !important;
        padding-left: 0 !important;
    }

    .card-argumente .argument-content-text li {
        position: relative !important;
        padding-left: 1.6rem !important;
        margin-bottom: 0.7rem !important;
        line-height: 1.6 !important;
        list-style: none !important;
        display: block !important;
    }

    .card-argumente .argument-content-text li:last-child {
        margin-bottom: 0 !important;
    }

    /* Bullet Pro — verde */
    .card-argumente .argumente-content-pro .argument-content-text li::before {
        content: '●' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0.1rem !important;
        color: #2ada49 !important;
        font-size: 0.65rem !important;
        line-height: 1.6 !important;
    }

    /* Bullet Contra — roșu */
    .card-argumente .argumente-content-contra .argument-content-text li::before {
        content: '●' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0.1rem !important;
        color: #f90029 !important;
        font-size: 0.65rem !important;
        line-height: 1.6 !important;
    }

    /* ── Buton expand ── */
    .argument-expand-btn {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-top: 12px;
        padding: 6px 10px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 6px;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 500;
        color: rgba(232,233,235,0.55);
        cursor: pointer;
        transition: all 0.2s ease;
        align-self: flex-start;
    }

    .argument-expand-btn:hover {
        border-color: rgba(255,255,255,0.15);
        color: rgba(232,233,235,0.85);
    }

    .argument-expand-btn svg {
        width: 12px;
        height: 12px;
        transition: transform 0.3s ease;
    }

    .argument-expand-btn.active svg {
        transform: rotate(180deg);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {

        .argumente-tabs-nav { display: block; }
        .argument-column-header { display: none; }

        .argumente-content-wrapper {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .argument-content-section {
            display: none;
            border-radius: 12px;
            padding: 16px;
            box-sizing: border-box;
            /* Patrat initial: CSS aspect-ratio */
            aspect-ratio: 1 / 1;
            /* Overflow hidden: trunchiaza textul care nu incape */
            overflow: hidden;
            /* Tranzitie lina la expand */
            transition: aspect-ratio 0s, max-height 0.35s ease;
        }

        .argument-content-section.is-active {
            display: flex;
        }

        /* Expandat: inaltimea naturala */
        .argument-content-section.einv-expanded {
            aspect-ratio: auto;
            overflow: visible;
            cursor: pointer;
        }

        .argument-content-text {
            font-size: 13px;
            max-height: none !important;
            overflow: hidden !important;
            flex: 1;
        }

        .argument-expand-btn {
            display: inline-flex !important;
            flex-shrink: 0;
            margin-top: 10px;
        }

        .card-argumente .argument-content-text li {
            font-size: 13px !important;
            margin-bottom: 0.6rem !important;
        }
    }

        @media (max-width: 480px) {
        .argumente-tab-btn {
            font-size: 12px;
            padding: 7px 12px;
        }

        .argument-content-section {
            padding: 14px;
        }

        .argument-content-section { padding: 14px; }
        .argument-content-text { font-size: 12.5px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_comparatie_brokeri] — card-comparatie-brokeri.php
   ============================================================ */
/* ═══════════════════════════════════════════════════════════
       CARD COMPARATIE BROKERI — v2.1
       Design aliniat cu sistemul site-ului:
         #080a0e bg, #0f1117/#161920 suprafețe
         #2ada49 accent verde, Poppins
    ═══════════════════════════════════════════════════════════ */
    .einv-comp-b {
        background: #0f1117;
        border-radius: 16px;
        margin: 2rem 0;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.06);
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .einv-comp-b__header {
        padding: 1.25rem 1.5rem;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .einv-comp-b__header-left h3 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 3px;
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1.2;
    }

    .einv-comp-b__header-left h3 svg {
        width: 18px; height: 18px;
        stroke: #2ada49; flex-shrink: 0;
    }

    .einv-comp-b__subtitle {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.38);
        margin: 0;
    }

    .einv-comp-b__header-right {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.3);
        white-space: nowrap;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 6px;
        padding: 4px 10px;
    }

    /* ── Tabel ── */
    .einv-comp-b__wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .einv-comp-b__table {
        width: 100%;
        border-collapse: collapse;
        min-width: 900px;
    }

    .einv-comp-b__table thead th {
        background: #13161d;
        padding: 0.75rem 1rem;
        text-align: left;
        font-size: 0.68rem;
        font-weight: 600;
        color: rgba(255,255,255,0.38);
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        white-space: nowrap;
    }

    .einv-comp-b__table thead th:first-child {
        position: sticky; left: 0;
        background: #13161d;
        z-index: 10;
        box-shadow: 2px 0 8px rgba(0,0,0,0.25);
    }

    .einv-comp-b__table tbody tr {
        border-bottom: 1px solid rgba(255,255,255,0.04);
        transition: background 0.18s ease;
        cursor: pointer;
    }

    .einv-comp-b__table tbody tr:last-child { border-bottom: none; }

    .einv-comp-b__table tbody tr:hover { background: rgba(42,218,73,0.03); }

    .einv-comp-b__table td {
        padding: 1rem 1rem;
        font-size: 0.8rem;
        color: rgba(255,255,255,0.75);
        vertical-align: middle;
        line-height: 1.55;
    }

    .einv-comp-b__table td:first-child {
        position: sticky; left: 0;
        background: #0f1117;
        z-index: 5;
        box-shadow: 2px 0 8px rgba(0,0,0,0.25);
    }

    .einv-comp-b__table tbody tr:hover td:first-child { background: #111419; }

    /* ── Broker cell ── */
    .einv-comp-broker-cell {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .einv-comp-logo {
        width: 44px; height: 44px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 10px;
        padding: 6px;
        flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
    }

    .einv-comp-logo img { width: 100%; height: 100%; object-fit: contain; }

    .einv-comp-broker-info { display: flex; flex-direction: column; gap: 2px; }

    .einv-comp-broker-name {
        font-size: 0.9rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
    }

    .einv-comp-broker-rank {
        font-size: 0.65rem;
        color: rgba(255,255,255,0.35);
    }

    /* ── Rating ── */
    .einv-comp-rating { display: flex; flex-direction: column; gap: 2px; }

    .einv-comp-stars {
        color: #f0a023;
        font-size: 0.82rem;
        letter-spacing: 1px;
        line-height: 1;
    }

    .einv-comp-rating-nr {
        font-size: 0.68rem;
        color: rgba(255,255,255,0.4);
    }

    /* ── Reglementare ── */
    .einv-comp-reg-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    .einv-comp-reg-item {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 0.72rem;
        color: rgba(255,255,255,0.7);
        font-weight: 500;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 4px;
        padding: 2px 6px;
        white-space: nowrap;
    }

    .einv-comp-flag { font-size: 0.88rem; }

    /* ── Highlight ── */
    .einv-comp-highlight {
        color: #2ada49;
        font-weight: 600;
    }

    /* ── Comisioane ── */
    .einv-comp-com-row {
        display: block;
        margin-bottom: 4px;
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .einv-comp-com-row:last-child { margin-bottom: 0; }

    .einv-comp-com-row strong {
        color: rgba(255,255,255,0.45);
        font-weight: 500;
    }

    .einv-comp-com-obs {
        color: rgba(255,255,255,0.3);
        font-size: 0.68rem;
    }

    /* ── Active ── */
    .einv-comp-activ-row {
        display: block;
        margin-bottom: 3px;
        font-size: 0.75rem;
        line-height: 1.5;
    }

    .einv-comp-activ-row:last-child { margin-bottom: 0; }
    .einv-comp-activ-row strong { color: rgba(255,255,255,0.85); }

    /* ── Acțiuni ── */
    .einv-comp-actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 120px;
    }

    .einv-comp-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 8px 12px;
        background: rgba(42,218,73,0.08);
        color: #2ada49;
        border: 1px solid rgba(42,218,73,0.22);
        border-radius: 8px;
        font-size: 0.72rem;
        font-weight: 600;
        font-family: inherit;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.2s, border-color 0.2s;
    }

    .einv-comp-cta:hover {
        background: rgba(42,218,73,0.15);
        border-color: rgba(42,218,73,0.4);
        color: #2ada49;
        text-decoration: none;
    }

    .einv-comp-review {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 7px 10px;
        background: transparent;
        color: rgba(255,255,255,0.38);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 7px;
        font-size: 0.68rem;
        font-weight: 500;
        font-family: inherit;
        text-decoration: none;
        white-space: nowrap;
        transition: color 0.2s, border-color 0.2s;
    }

    .einv-comp-review:hover {
        color: rgba(255,255,255,0.75);
        border-color: rgba(255,255,255,0.18);
        text-decoration: none;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
        .einv-comp-b__header { padding: 1rem 1.1rem; }
        .einv-comp-b__header-left h3 { font-size: 0.95rem; }
        .einv-comp-b__table { min-width: 820px; }
        .einv-comp-b__table th,
        .einv-comp-b__table td { padding: 0.75rem 0.85rem; font-size: 0.72rem; }
        .einv-comp-logo { width: 36px; height: 36px; }
        .einv-comp-broker-name { font-size: 0.82rem; }
    }

/* ============================================================
   [card_comparatie_exchanges] — card-comparatie-exchanges.php
   ============================================================ */
/* ═══════════════════════════════════════════════════════════
       CARD COMPARATIE EXCHANGES — v1.0 (EBM dynamic)
       Prefix: .einv-comp-ex__
       Reutilizează structura vizuală din card-comparatie-brokeri
       dar cu coloane specifice crypto.
    ═══════════════════════════════════════════════════════════ */
    .einv-comp-ex {
        background: #0f1117;
        border-radius: 16px;
        margin: 2rem 0;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.06);
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .einv-comp-ex__header {
        background: rgba(240,160,35,0.06);
        padding: 1.5rem 2rem;
        border-bottom: 1px solid rgba(240,160,35,0.15);
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .einv-comp-ex__header-left h3 {
        font-size: 1.35rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 0.4rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
        line-height: 1.2;
    }

    .einv-comp-ex__header-left h3 svg {
        width: 22px; height: 22px;
        stroke: #f0a023; flex-shrink: 0;
    }

    .einv-comp-ex__subtitle {
        font-size: 0.8rem;
        color: rgba(255,255,255,0.5);
        margin: 0;
    }

    .einv-comp-ex__header-right {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.35);
        white-space: nowrap;
        padding-top: 4px;
    }

    /* ── Tabel ── */
    .einv-comp-ex__wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .einv-comp-ex__table {
        width: 100%;
        border-collapse: collapse;
        min-width: 920px;
    }

    .einv-comp-ex__table thead th {
        background: #161920;
        padding: 0.85rem 1.1rem;
        text-align: left;
        font-size: 0.72rem;
        font-weight: 700;
        color: #f0a023;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        white-space: nowrap;
    }

    .einv-comp-ex__table thead th:first-child {
        position: sticky; left: 0;
        background: #161920;
        z-index: 10;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    }

    .einv-comp-ex__table tbody tr {
        border-bottom: 1px solid rgba(255,255,255,0.05);
        transition: background 0.2s ease;
        cursor: pointer;
    }

    .einv-comp-ex__table tbody tr:last-child { border-bottom: none; }
    .einv-comp-ex__table tbody tr:hover { background: rgba(240,160,35,0.04); }

    .einv-comp-ex__table td {
        padding: 1.1rem;
        font-size: 0.82rem;
        color: rgba(255,255,255,0.82);
        vertical-align: middle;
        line-height: 1.6;
    }

    .einv-comp-ex__table td:first-child {
        position: sticky; left: 0;
        background: #0f1117;
        z-index: 5;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    }

    .einv-comp-ex__table tbody tr:hover td:first-child { background: #13161d; }

    /* ── Exchange cell ── */
    .einv-comp-ex__cell {
        display: flex;
        align-items: center;
        gap: 0.85rem;
    }

    .einv-comp-ex__logo {
        width: 52px; height: 52px;
        background: #161920;
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 10px;
        padding: 6px;
        flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
    }

    .einv-comp-ex__logo img {
        width: 100%; height: 100%; object-fit: contain;
    }

    .einv-comp-ex__info { display: flex; flex-direction: column; gap: 3px; }

    .einv-comp-ex__name {
        font-size: 1rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
    }

    .einv-comp-ex__rank {
        font-size: 0.68rem;
        color: rgba(255,255,255,0.45);
    }

    /* ── Rating ── */
    .einv-comp-ex__rating { display: flex; flex-direction: column; gap: 3px; }

    .einv-comp-ex__stars {
        color: #f0a023;
        font-size: 0.85rem;
        letter-spacing: 1px;
        line-height: 1;
    }

    .einv-comp-ex__rating-nr {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.5);
    }

    /* ── Reglementare ── */
    .einv-comp-ex__reg-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .einv-comp-ex__reg-item {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 0.78rem;
        color: rgba(255,255,255,0.82);
        font-weight: 500;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 5px;
        padding: 2px 7px;
        white-space: nowrap;
    }

    .einv-comp-ex__flag { font-size: 0.95rem; }

    /* ── Highlights ── */
    .einv-comp-ex__highlight {
        color: #f0a023;
        font-weight: 600;
    }

    .einv-comp-ex__taxe-label {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.4);
    }

    .einv-comp-ex__dep-highlight {
        color: #2ada49;
        font-weight: 600;
    }

    /* ── Acțiuni ── */
    .einv-comp-ex__actions {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 130px;
    }

    .einv-comp-ex__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0.6rem 1rem;
        background: rgba(240,160,35,0.1);
        color: #f0a023;
        border: 1px solid rgba(240,160,35,0.3);
        border-radius: 8px;
        font-size: 0.75rem;
        font-weight: 600;
        font-family: inherit;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.2s, border-color 0.2s;
    }

    .einv-comp-ex__cta:hover {
        background: rgba(240,160,35,0.18);
        border-color: rgba(240,160,35,0.5);
        color: #f0a023;
        text-decoration: none;
    }

    .einv-comp-ex__review {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0.5rem 0.9rem;
        background: transparent;
        color: rgba(255,255,255,0.5);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 7px;
        font-size: 0.7rem;
        font-weight: 500;
        font-family: inherit;
        text-decoration: none;
        white-space: nowrap;
        transition: color 0.2s, border-color 0.2s;
    }

    .einv-comp-ex__review:hover {
        color: rgba(255,255,255,0.85);
        border-color: rgba(255,255,255,0.22);
        text-decoration: none;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
        .einv-comp-ex__header { padding: 1.1rem 1.25rem; }
        .einv-comp-ex__header-left h3 { font-size: 1.1rem; }
        .einv-comp-ex__table { min-width: 820px; }
        .einv-comp-ex__table th,
        .einv-comp-ex__table td { padding: 0.8rem; font-size: 0.75rem; }
        .einv-comp-ex__logo { width: 42px; height: 42px; }
        .einv-comp-ex__name { font-size: 0.9rem; }
    }

/* ============================================================
   [card_cui_se_potriveste] — card-cui-se-potriveste.php
   ============================================================ */
/* ============================================================
       CARD CUI SE POTRIVEȘTE — namespace .einv-csp
    ============================================================ */

    .einv-csp {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #e8e9eb;
        margin-bottom: 56px;
    }

    /* ── Header liber ── */
    .einv-csp__header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .einv-csp__header svg {
        width: 22px; height: 22px;
        flex-shrink: 0;
        color: #2ada49;
    }
    .einv-csp__header h2 {
        font-size: 28px !important;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }
    .einv-csp__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 24px;
    }

    /* ── Tabs nav — ascuns pe desktop ── */
    .einv-csp__tabs-nav { display: none; }

    /* ── Grid 2 col desktop ── */
    .einv-csp__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    /* ── Card coloană ── */
    .einv-csp__col {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }
    .einv-csp__col:hover { border-color: rgba(255,255,255,0.12); }

    /* Prima coloana: border top verde */
    .einv-csp__col--suitable {
        border-top: 2px solid rgba(42,218,73,0.5);
    }
    /* A doua coloana: border top rosu */
    .einv-csp__col--not-suitable {
        border-top: 2px solid rgba(255,107,107,0.5);
    }

    /* ── Titlu coloana ── */
    .einv-csp__col-title {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 16px;
        line-height: 1.2;
    }
    .einv-csp__col-title svg { width: 16px; height: 16px; flex-shrink: 0; }
    .einv-csp__col--suitable .einv-csp__col-title { color: #2ada49; }
    .einv-csp__col--not-suitable .einv-csp__col-title { color: #ff6b6b; }

    /* ── Liste ── */
    .einv-csp__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .einv-csp__list li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
        line-height: 1.6;
        color: rgba(232,233,235,0.72);
    }
    .einv-csp__list li svg {
        width: 14px; height: 14px;
        flex-shrink: 0;
        margin-top: 3px;
    }
    .einv-csp__list--suitable li svg   { stroke: #2ada49; }
    .einv-csp__list--not-suitable li svg { stroke: #ff6b6b; }

    /* ── Mobile: tabs identice cu .einv-br__nav ── */
    @media (max-width: 768px) {

        .einv-csp__header h2 { font-size: 22px !important; }

        .einv-csp__tabs-nav {
            display: flex;
            gap: 4px;
            padding: 4px;
            background: #0f1117;
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 12px;
            margin-bottom: 14px;
            box-sizing: border-box;
        }

        .einv-csp__tab-btn {
            flex: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 8px 10px;
            background: transparent;
            border: none;
            border-radius: 8px;
            font-family: inherit;
            font-size: 12.5px;
            font-weight: 600;
            color: rgba(232,233,235,0.55);
            cursor: pointer;
            transition: all 0.18s ease;
            white-space: nowrap;
        }
        .einv-csp__tab-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
        .einv-csp__tab-btn:hover { color: rgba(232,233,235,0.9); background: rgba(255,255,255,0.05); }

        /* Activ: icon colorat, text alb */
        .einv-csp__tab-btn.active { color: rgba(232,233,235,0.9); }
        .einv-csp__tab-btn.tab-suitable.active {
            background: rgba(42,218,73,0.13);
        }
        .einv-csp__tab-btn.tab-suitable.active svg { color: #2ada49; stroke: #2ada49; }
        .einv-csp__tab-btn.tab-not-suitable.active {
            background: rgba(255,107,107,0.13);
        }
        .einv-csp__tab-btn.tab-not-suitable.active svg { color: #ff6b6b; stroke: #ff6b6b; }

        /* Grid → single col cu tab switching */
        .einv-csp__grid { grid-template-columns: 1fr; gap: 0; }
        .einv-csp__col { display: none; }
        .einv-csp__col.active {
            display: block;
            animation: einvCspFadeIn 0.25s ease;
        }
        @keyframes einvCspFadeIn {
            from { opacity: 0; transform: translateY(6px); }
            to   { opacity: 1; transform: translateY(0); }
        }
    }

    @media (max-width: 480px) {
        .einv-csp__header h2 { font-size: 22px !important; }
        .einv-csp__col { padding: 16px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_cumparaturi_hero] — card-cumparaturi-hero.php
   ============================================================ */
/* ============================================================
       CARD HERO CUMPĂRĂTURI — identic cu einv-af__hero
    ============================================================ */

    .einv-ch {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 56px;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 16px;
        overflow: hidden;
    }

    .einv-ch__hero {
        position: relative;
        padding: 50px 32px 40px;
        background-color: #0f1117;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .einv-ch__hero.bg-loaded {
        background-image: url('https://einvestitii.ro/images/web/analiza_bg4.webp');
    }

    .einv-ch__hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(8,10,14,0.20) 0%, rgba(8,10,14,0.72) 100%);
        border-radius: 16px;
        pointer-events: none;
        z-index: 0;
    }

    .einv-ch__hero > * { position: relative; z-index: 1; }

    /* Rocket emoji */
    .einv-ch__rocket {
        font-size: 2.4rem;
        line-height: 1;
        display: inline-block;
        animation: einvChFloat 4s ease-in-out infinite;
        filter: drop-shadow(0 4px 12px rgba(42,218,73,0.3));
        align-self: flex-start;
    }

    @keyframes einvChFloat {
        0%, 100% { transform: translateY(0) rotate(-3deg); }
        50%       { transform: translateY(-10px) rotate(3deg); }
    }

    /* Titlu */
    .einv-ch__title {
        font-size: 28px !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        letter-spacing: -0.025em;
        margin: 0;
    }
    .einv-ch__title .company-highlight { color: #2ada49; }

    /* Intro */
    .einv-ch__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0;
    }
    .einv-ch__intro p { margin: 0; }
    .einv-ch__intro strong { color: rgba(232,233,235,0.9); font-weight: 600; }

    /* Trust badges */
    .einv-ch__badges {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 4px;
    }

    .einv-ch__badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 20px;
        padding: 4px 12px;
        font-size: 11px;
        font-weight: 500;
        color: rgba(232,233,235,0.72);
        line-height: 1;
    }
    .einv-ch__badge svg {
        width: 12px; height: 12px;
        flex-shrink: 0;
        stroke: #2ada49;
    }

    /* ── Mobile ── */
    @media (max-width: 768px) {
        .einv-ch { border-radius: 14px; }
        .einv-ch__hero {
            padding: 50px 20px 40px;
            border-radius: 14px;
            gap: 14px;
        }
        .einv-ch__title { font-size: 22px !important; }
        .einv-ch__rocket { font-size: 2rem; }
    }

    @media (max-width: 480px) {
        .einv-ch__hero { padding: 50px 16px 40px; }
        .einv-ch__title { font-size: 22px !important; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_despre_companie] — card-despre-companie.php
   ============================================================ */
/* ===== DESPRE COMPANIE CARD STYLES ===== */
.card-despre-companie {
    background: transparent;
    border: none;
    padding: 0;
    color: #e8e9eb;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 56px;
}

/* Header */
.despre-header {
    margin-bottom: 24px;
}

.despre-header h2 {
    font-size: 28px !important;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.15;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.despre-header h2 svg {
    color: #2ada49;
}

.despre-header h2 .company-highlight {
    color: #2ada49;
    transition: color 0.3s ease;
}

.despre-header h2 .company-highlight:hover {
    color: #3fef5c;
}

.despre-subtitle {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(232,233,235,0.72);
    margin: 0;
}

/* ===== TABS NAVIGATION - DOAR MOBILE ===== */
.despre-tabs-nav {
    display: none;
}

/* Grid 2x2 pentru desktop */
.despre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* Secțiuni individuale */
.despre-section {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.despre-section:hover {
    border-color: rgba(255,255,255,0.12);
}

/* Header fiecare secțiune */
.section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.section-header svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #2ada49;
}

/* Conținut secțiuni */
.section-content {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(232,233,235,0.72);
    flex: 1;
    position: relative;
    overflow: hidden;
    max-height: 220px;
    transition: max-height 0.4s ease;
}

.section-content.expanded {
    max-height: 2000px;
}

.section-content p {
    margin: 0 0 0.75rem 0;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.section-content strong {
    color: rgba(232,233,235,0.9);
    font-weight: 600;
}

.section-content a {
    color: #2ada49;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.section-content a:hover {
    color: #3fef5c;
}

.section-content ul,
.section-content ol {
    list-style: disc outside;
    margin: 0.75rem 0 0.75rem 1.2rem;
    padding-left: 0;
}

.section-content li {
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

.section-content li:last-child {
    margin-bottom: 0;
}

.section-content li::marker {
    color: #2ada49;
}

/* Empty state */
.section-empty {
    background: rgba(255,255,255,0.02);
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    font-size: 13px;
    color: rgba(232,233,235,0.45);
}

/* ===== BUTON EXPAND/COLLAPSE ===== */
.despre-expand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
    padding: 0.5rem 0.85rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 0.74rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
    align-self: flex-start;
}

.despre-expand-btn:hover {
    background: rgba(255,255,255,0.04);
    color: #2ada49;
    border-color: rgba(42,218,73,0.3);
}

.despre-expand-btn svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.despre-expand-btn.active svg {
    transform: rotate(180deg);
}

/* RESPONSIVE */
@media (max-width: 968px) {
    .despre-grid {
        gap: 1.25rem;
    }

    .despre-section {
        padding: 1.25rem;
        min-height: 320px;
    }

    .section-content {
        max-height: 200px;
    }
}

@media (max-width: 768px) {
    .despre-header h2 { font-size: 22px !important; }

    .despre-subtitle { font-size: 14px; }

    .despre-tabs-nav {
        display: flex;
        gap: 4px;
        padding: 4px;
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 12px;
        margin-bottom: 14px;
        box-sizing: border-box;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .despre-tab-btn {
        flex: 1;
        min-width: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 8px 6px;
        background: transparent;
        border: none;
        border-radius: 8px;
        font-family: inherit;
        font-size: 12px;
        font-weight: 600;
        color: rgba(232,233,235,0.55);
        cursor: pointer;
        transition: all 0.18s ease;
        white-space: nowrap;
    }

    .despre-tab-btn svg {
        width: 13px;
        height: 13px;
        flex-shrink: 0;
        color: #2ada49;
    }

    .despre-tab-btn.active {
        background: rgba(42,218,73,0.13);
        color: rgba(232,233,235,0.9);
    }

    .section-header {
        display: none;
    }

    .despre-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .despre-section {
        display: none;
        padding: 16px;
        min-height: auto;
    }

    .despre-section.active {
        display: flex;
        animation: despreCardFadeIn 0.3s ease;
    }

    @keyframes despreCardFadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    .despre-section:hover {
        transform: none;
    }

    .section-content {
        font-size: 0.875rem;
        max-height: 120px;
    }

    .section-content li {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .despre-header h2 { font-size: 22px !important; }

    .despre-subtitle {
        font-size: 0.8rem;
    }

    .despre-section {
        padding: 1rem;
    }

    .section-content {
        font-size: 0.825rem;
        line-height: 1.6;
        max-height: 100px;
    }

    .despre-tabs-nav {
        gap: 0.25rem;
        padding: 0.3rem;
    }

    .despre-tab-btn {
        font-size: 0.65rem;
        padding: 0.6rem 0.3rem;
        gap: 0.3rem;
        min-width: 65px;
    }

    .despre-tab-btn svg {
        width: 12px;
        height: 12px;
    }

    .despre-expand-btn {
        font-size: 0.75rem;
        padding: 0.45rem 0.75rem;
    }

    .despre-expand-btn svg {
        width: 12px;
        height: 12px;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   [einv_disclaimer] — card-disclaimer.php
   ============================================================ */
/* ===== H3 SIZING - ADAPTAT (consistent cu celelalte carduri) ===== */
    .disclaimer-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        margin: 0;
    }
    
    @media (max-width: 968px) {
        .disclaimer-title { font-size: 1.5rem; }
    }
    
    @media (max-width: 768px) {
        .disclaimer-title { font-size: 1.4rem; }
    }
    
    @media (max-width: 480px) {
        .disclaimer-title { font-size: 1.35rem; }
    }
    
    /* ===== DISCLAIMER LEGAL - DESIGN ADAPTAT ===== */
    .einv-disclaimer-legal {
        background: rgba(52,54,58,0.6);
        backdrop-filter: blur(8px);
        border: 0px solid rgba(255, 255, 255, 0.08);
        border-left: 4px solid #f90029;
        border-radius: 10px;
        padding: 2rem;
        margin: 3rem 0 1.5rem 0;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #f1f1f1;
    }
    
    /* ===== HEADER ===== */
    .disclaimer-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .disclaimer-icon {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        color: #f90029;
    }
    
    /* ===== CONTENT ===== */
    .disclaimer-text {
        font-size: 0.85rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 0 1rem 0;
    }
    
    .disclaimer-text:last-child {
        margin-bottom: 0;
    }
    
    .disclaimer-text strong {
        color: rgba(255, 255, 255, 0.95);
        font-weight: 600;
    }
    
    /* ===== RESPONSIVE - TABLET ===== */
    @media (max-width: 968px) {
        .einv-disclaimer-legal {
            padding: 1.5rem;
            margin: 2.5rem 0 1.25rem 0;
        }
        
        .disclaimer-icon {
            width: 26px;
            height: 26px;
        }
        
        .disclaimer-text {
            font-size: 0.8rem;
        }
    }
    
    /* ===== RESPONSIVE - MOBILE ===== */
    @media (max-width: 768px) {
        .einv-disclaimer-legal {
            padding: 1.25rem;
        }
        
        .disclaimer-header {
            gap: 0.5rem;
            margin-bottom: 1rem;
            padding-bottom: 0.85rem;
        }
        
        .disclaimer-icon {
            width: 24px;
            height: 24px;
        }
        
        .disclaimer-text {
            font-size: 0.75rem;
        }
    }
    
    /* ===== RESPONSIVE - MOBILE MIC ===== */
    @media (max-width: 480px) {
        .einv-disclaimer-legal {
            padding: 1.25rem;
            margin: 2rem 0 1rem 0;
        }
        
        .disclaimer-icon {
            width: 22px;
            height: 22px;
        }
        
        .disclaimer-text {
            font-size: 0.7rem;
            line-height: 1.6;
        }
    }
    
    /* ===== PRINT ===== */
    @media print {
        .einv-disclaimer-legal {
            page-break-inside: avoid;
            border: 1px solid #000;
            border-left: 4px solid #000;
            background: none;
            backdrop-filter: none;
        }
    }
    
    /* Anti tap highlight mobile */
    * {
        -webkit-tap-highlight-color: transparent;
    }

/* ============================================================
   [card_faq] — card-faq.php
   ============================================================ */
/* ===== CARD PRINCIPAL ===== */
.einv-faq {
    background: transparent;
    border: none;
    padding: 0;
    color: #e8e9eb;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 56px;
}

/* ===== HEADER ===== */
.faq-header {
    margin-bottom: 24px;
}

.faq-header h2 {
    font-size: 28px !important;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.15;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-header h2 svg {
    color: #2ada49;
    flex-shrink: 0;
}

.faq-header h2 .company-highlight {
    color: #2ada49;
    transition: color 0.3s ease;
}

.faq-header h2 .company-highlight:hover {
    color: #3fef5c;
}

.faq-subtitle {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(232,233,235,0.72);
    margin: 0;
}

/* ===== FAQ ITEMS CONTAINER ===== */
.faq-items-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ===== FAQ ITEM ===== */
.faq-item {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-item:hover {
    border-color: rgba(255,255,255,0.12);
}

.faq-item.active {
    border-color: rgba(42,218,73,0.25);
}

/* ===== QUESTION ===== */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    gap: 14px;
    user-select: none;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-question-text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.faq-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: rgba(232,233,235,0.4);
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon,
.faq-item:hover .faq-icon { color: #2ada49; }

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* ===== ANSWER ===== */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 1200px;
    padding: 0 20px 18px 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.faq-answer-content {
    padding-top: 1rem;
}

.faq-answer-content p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(232,233,235,0.72);
    margin: 0 0 10px 0;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content strong {
    color: rgba(232,233,235,0.9);
    font-weight: 600;
}

.faq-answer-content a {
    color: #2ada49;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-answer-content a:hover {
    color: #3fef5c;
}

/* ===== HIGHLIGHT BOXES ===== */
.faq-highlight {
    background: rgba(255,255,255,0.03);
    border-left: 3px solid rgba(42,218,73,0.4);
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    margin: 10px 0;
    font-size: 12.5px;
    line-height: 1.65;
    color: rgba(232,233,235,0.72);
}

/* ===== LISTE CU ICONIȚE VERZI ===== */
.faq-answer-content ul {
    margin: 0.75rem 0;
    padding-left: 0;
    list-style: none;
}

.faq-answer-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(232,233,235,0.72);
}

.faq-answer-content ul li:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232ada49' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
    .faq-header h3 {
        font-size: 1.75rem;
    }

    .einv-faq {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .faq-header h2 { font-size: 22px !important; }



    .faq-items-container {
        gap: 0.85rem;
    }



    .faq-question-text { font-size: 14px; }

    .faq-icon {
        width: 20px;
        height: 20px;
    }







    .faq-answer-content ul li {
        padding-left: 1.5rem;
    }

    .faq-answer-content ul li::before {
        width: 12px;
        height: 12px;
        top: 0.3em;
    }
}

@media (max-width: 480px) {
    .faq-header h2 { font-size: 22px !important; }













    .faq-answer-content ul li {
        padding-left: 1.4rem;
    }

    .faq-answer-content ul li::before {
        width: 11px;
        height: 11px;
        top: 0.25em;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   [card_ghid_pasi] — card-ghid-pasi.php
   ============================================================ */
/* ===== BASE STYLES ===== */
.einv-ghid-pasi {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e8e9eb;
    margin-bottom: 56px;
}

/* ===== PASUL 1 - CONTAINER ===== */
.step-1-container {
    margin-bottom: 24px;
}

.guide-step-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}
.guide-step-card:hover { border-color: rgba(255,255,255,0.12); }

.step-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.step-icon-wrapper {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon-wrapper svg {
    width: 100%;
    height: 100%;
    color: #2ada49;
    stroke-width: 2;
}

.step-title-wrapper h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
}

.step-text {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(232,233,235,0.72);
    margin: 0;
}

/* ===== TITLU BROKERI RECOMANDAȚI ===== */
.brokeri-title {
    font-size: 22px !important;
    font-weight: 700;
    color: #ffffff;
    margin: 40px 0 16px 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.brokeri-title svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    stroke: #2ada49;
}

/* ===== BROKERI SECTION ===== */
.brokers-section-standalone {
    margin: 0;
    padding: 0 0 1.5rem 0;
}

.brokers-scroll-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0.5rem 1.5rem 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(42, 218, 73, 0.4) rgba(255,255,255,0.03);
    margin: 0 -0.5rem;
}

.brokers-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.brokers-scroll-container::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.04);
    border-radius: 10px;
}

.brokers-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(42, 218, 73, 0.4);
    border-radius: 10px;
    transition: background 0.3s;
}

.brokers-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(42, 218, 73, 0.6);
}

/* ===== BROKER CARD ===== */
.broker-card-final {
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 1.5rem;
    position: relative;
    scroll-snap-align: center;
    transition: all 0.4s ease;
    cursor: grab;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.broker-card-final:hover {
    background: #1c2029;
    border-color: rgba(255, 255, 255, 0.11);
}

/* Badge Locul 1/2/3 */
.broker-rank-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 1rem;
    border-radius: 0 0 10px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.broker-card-final.rank-1 .broker-rank-badge {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #000000;
}

.broker-card-final.rank-2 .broker-rank-badge {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    color: #000000;
}

.broker-card-final.rank-3 .broker-rank-badge {
    background: linear-gradient(135deg, #cd7f32, #e5a569);
    color: #000000;
}

.broker-header-section {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.broker-logo-container {
    flex: 0 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.broker-logo-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
    position: relative;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}

.broker-logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.broker-info-header {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.broker-name-final {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

.broker-rating {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0.2rem 0;
}

.star {
    color: #f59e0b;
    font-size: 0.8rem;
}

.star.empty {
    color: #161920;
}

.rating-text {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 0.2rem;
}

.broker-description {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
    margin: 0;
}

.broker-content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.broker-highlight-offer {
    background: rgba(42, 218, 73, 0.08);
    border-left: 2px solid #2ada49;
    padding: 0.3rem 0.5rem;
    border-radius: 0 6px 6px 0;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
}

.broker-highlight-offer strong {
    color: #2ada49;
}

.broker-details-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}

.broker-details-list li {
    margin-bottom: 0.6rem;
    padding-left: 0;
    display: block;
    text-indent: 0;
}

.broker-details-list li:last-child {
    margin-bottom: 0;
}

.broker-details-list strong {
    color: #2ada49;
    font-weight: 600;
    display: inline;
}

.broker-details-list .detail-content {
    color: rgba(255, 255, 255, 0.9);
    display: inline;
}

/* Buton recenzie */
.broker-review-link {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0.5rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.6rem;
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    width: fit-content;
}

.broker-review-link:hover {
    color: rgba(255, 255, 255, 0.8);
    background: #1c2029;
    border-color: rgba(255, 255, 255, 0.11);
}

.broker-review-link svg {
    width: 12px;
    height: 12px;
}

.broker-actions-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.broker-cta-final {
    flex: 1;
    background: #2ada49;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.broker-cta-final:hover {
    background: #ffffff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(42, 218, 73, 0.3);
}

/* Info button (i) */
.info-button-final {
    width: 28px;
    height: 28px;
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: relative;
}

.info-button-final:hover {
    background: #1c2029;
    border-color: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.8);
}

.disclaimer-tooltip-final {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 0.75rem;
    min-width: 200px;
    max-width: 280px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(5px);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.info-button-final:hover .disclaimer-tooltip-final {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.disclaimer-tooltip-final::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-top-color: #0f1117;
}

.disclaimer-text-final {
    font-size: 0.65rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

/* ===== CARD VEZI TOȚI BROKERII ===== */
.vezi-toti-brokerii-card {
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 0 1.5rem 0;
}

.vezi-toti-brokerii-card:hover {
    background: #161920;
    transform: translateX(5px);
}

/* ===== AL 4-LEA CARD MOBILE ===== */
.vezi-toti-broker-card-mobile {
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 1.5rem;
    position: relative;
    scroll-snap-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 420px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.vezi-toti-broker-card-mobile:hover {
    background: #1c2029;
    border-color: rgba(255, 255, 255, 0.11);
}

.vezi-toti-broker-card-mobile .icon-wrapper {
    width: 100px;
    height: 100px;
    background: rgba(42, 218, 73, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vezi-toti-broker-card-mobile .icon-wrapper svg {
    width: 50px;
    height: 50px;
    stroke: #2ada49;
}

.vezi-toti-broker-card-mobile h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.vezi-toti-broker-card-mobile p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.vezi-toti-broker-card-mobile .cta-arrow {
    width: 50px;
    height: 50px;
    background: rgba(42, 218, 73, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vezi-toti-broker-card-mobile:hover .cta-arrow {
    background: rgba(42, 218, 73, 0.3);
}

.vezi-toti-broker-card-mobile .cta-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #2ada49;
}

/* ===== MODAL ===== */
.vezi-toti-icon {
    width: 40px;
    height: 40px;
    background: rgba(42, 218, 73, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.vezi-toti-brokerii-card:hover .vezi-toti-icon {
    background: rgba(42, 218, 73, 0.15);
}

.vezi-toti-icon svg {
    width: 20px;
    height: 20px;
    stroke: #2ada49;
}

.vezi-toti-separator {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.vezi-toti-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.vezi-toti-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.vezi-toti-description {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.3;
}

.vezi-toti-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(42, 218, 73, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.vezi-toti-brokerii-card:hover .vezi-toti-arrow {
    background: rgba(42, 218, 73, 0.2);
    transform: translateX(3px);
}

.vezi-toti-arrow svg {
    width: 16px;
    height: 16px;
    stroke: #2ada49;
}

/* ===== PAȘII 2-5 GRID ===== */
.steps-2345-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 0;
    margin-top: 24px;
}

.steps-2345-grid .guide-step-card {
    height: 100%;
}

/* Icoane plată */
.payment-methods-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-icon svg {
    height: 24px;
    width: auto;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.payment-icon:hover svg {
    color: #2ada49;
}

.payment-icon img {
    height: 24px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.payment-icon:hover img {
    opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 769px) {
    .brokers-scroll-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        overflow-x: visible;
        padding: 0;
    }

    .broker-card-final {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .brokers-scroll-container {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .brokers-scroll-container {
        overflow-x: auto;
        display: flex;
    }

    .broker-card-final {
        flex: 0 0 340px;
        width: 340px;
    }

    .vezi-toti-broker-card-mobile {
        display: flex;
        flex: 0 0 340px;
        width: 340px;
    }

    .guide-step-card {
        padding: 16px;
    }

    .steps-2345-grid {
        display: flex;
        grid-template-columns: none;
        gap: 1rem;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(42, 218, 73, 0.4) rgba(255,255,255,0.03);
        padding-bottom: 1rem;
    }

    .steps-2345-grid::-webkit-scrollbar {
        height: 6px;
    }

    .steps-2345-grid::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.04);
        border-radius: 10px;
    }

    .steps-2345-grid::-webkit-scrollbar-thumb {
        background: rgba(42, 218, 73, 0.4);
        border-radius: 10px;
    }

    .steps-2345-grid .guide-step-card {
        flex: 0 0 calc(100vw - 120px);
        scroll-snap-align: center;
        height: 230px;
        overflow: hidden;
    }

    .step-icon-wrapper { width: 30px; height: 30px; }
    .step-icon-wrapper svg { width: 100%; height: 100%; }
    .step-title-wrapper h3 { font-size: 16px; }
    .step-text { font-size: 12px; }
    .payment-icon svg { height: 20px; }
    .payment-icon img { height: 20px; }
    .brokeri-title { font-size: 22px !important; }
    .brokeri-title svg { width: 24px; height: 24px; }
    .broker-card-final { flex: 0 0 300px; }
    .steps-2345-grid { grid-template-columns: 1fr; }

    .vezi-toti-brokerii-card { padding: 0.9rem 1.25rem; }
    .vezi-toti-icon { width: 36px; height: 36px; }
    .vezi-toti-icon svg { width: 18px; height: 18px; }
    .vezi-toti-separator { height: 36px; }
    .vezi-toti-title { font-size: 0.95rem; }
    .vezi-toti-description { font-size: 0.75rem; }
    .vezi-toti-arrow { width: 28px; height: 28px; }
    .vezi-toti-arrow svg { width: 14px; height: 14px; }
}

@media (max-width: 480px) {
    .guide-step-card { padding: 14px; }

    .broker-card-final { flex: 0 0 320px; width: 320px; }

    .vezi-toti-broker-card-mobile { flex: 0 0 320px; width: 320px; }
    .vezi-toti-broker-card-mobile .icon-wrapper { width: 80px; height: 80px; }
    .vezi-toti-broker-card-mobile .icon-wrapper svg { width: 40px; height: 40px; }
    .vezi-toti-broker-card-mobile h4 { font-size: 1.1rem; }
    .vezi-toti-broker-card-mobile p { font-size: 0.8rem; }

    .broker-comparison-modal.active { padding: 1rem 0.5rem; }
    .modal-close-button { top: -8px; right: -8px; width: 35px; height: 35px; }
    .modal-close-button svg { width: 18px; height: 18px; }

    .steps-2345-grid .guide-step-card {
        flex: 0 0 calc(100vw - 100px);
        height: 230px;
        overflow: hidden;
    }

    .step-icon-wrapper { width: 28px; height: 28px; }
    .step-icon-wrapper svg { width: 100%; height: 100%; }
    .step-title-wrapper h3 { font-size: 15px; }

    .payment-methods-icons { gap: 0.75rem; }
    .payment-icon svg, .payment-icon img { height: 18px; }

    .vezi-toti-brokerii-card { padding: 0.8rem 1rem; gap: 0.75rem; }
    .vezi-toti-icon { width: 32px; height: 32px; }
    .vezi-toti-icon svg { width: 16px; height: 16px; }
    .vezi-toti-separator { height: 32px; }
    .vezi-toti-title { font-size: 0.9rem; }
    .vezi-toti-description { font-size: 0.7rem; }
    .vezi-toti-arrow { width: 24px; height: 24px; }
    .vezi-toti-arrow svg { width: 12px; height: 12px; }
}


/* ===================================================================
   GRID BROKERI EBM — aspect identic cu card-brokeri-platforme
   Prefix cu .einv-ghid-brokeri-grid pentru specificitate înaltă
   și a evita conflicte cu tema Fabula
=================================================================== */
.einv-ghid-brokeri-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 1.5rem;
}

.einv-ghid-brokeri-grid .einv-br__card {
    background: #0f1117 !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 16px !important;
    padding: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    transition: border-color 0.25s ease, background 0.25s ease;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    box-sizing: border-box;
}
.einv-ghid-brokeri-grid .einv-br__card:hover {
    border-color: rgba(42,218,73,0.2) !important;
}

.einv-ghid-brokeri-grid .einv-br__card-top {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
}

.einv-ghid-brokeri-grid .einv-br__logo-wrap {
    width: 40px !important; height: 40px !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    border-radius: 10px !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 6px !important; flex-shrink: 0 !important;
}
.einv-ghid-brokeri-grid .einv-br__logo-wrap img {
    width: 100% !important; height: 100% !important; object-fit: contain !important;
}

.einv-ghid-brokeri-grid .einv-br__badge {
    display: inline-flex !important; align-items: center !important;
    padding: 3px 9px !important; border-radius: 5px !important; border: 1px solid !important;
    font-size: 10px !important; font-weight: 600 !important; letter-spacing: 0.2px;
    line-height: 1.6 !important; white-space: nowrap !important; margin-right: auto !important;
}

.einv-ghid-brokeri-grid .einv-br__rating {
    display: flex !important; align-items: center !important; gap: 4px !important;
    font-size: 12px !important; font-weight: 600 !important; color: rgba(255,255,255,0.8) !important;
    white-space: nowrap !important; flex-shrink: 0 !important;
}

.einv-ghid-brokeri-grid .einv-br__card-body {
    margin-bottom: 12px !important;
}
.einv-ghid-brokeri-grid .einv-br__card-name {
    font-size: 15px !important; font-weight: 700 !important; color: #ffffff !important;
    margin: 0 0 4px !important; line-height: 1.2 !important;
}
.einv-ghid-brokeri-grid .einv-br__card-tagline {
    font-size: 12px !important; color: rgba(255,255,255,0.5) !important;
    margin: 0 !important; line-height: 1.5 !important;
}

.einv-ghid-brokeri-grid .einv-br__features {
    list-style: none !important; margin: 0 0 12px !important; padding: 0 !important;
    display: flex !important; flex-direction: column !important; gap: 6px !important;
}
.einv-ghid-brokeri-grid .einv-br__feature {
    display: flex !important; align-items: center !important; gap: 7px !important;
    font-size: 12px !important; color: rgba(255,255,255,0.75) !important; line-height: 1.35 !important;
}
.einv-ghid-brokeri-grid .einv-br__feature svg { flex-shrink: 0; }

.einv-ghid-brokeri-grid .einv-br__meta {
    display: flex !important; gap: 0 !important; margin-bottom: 14px !important;
    background: rgba(255,255,255,0.025) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 8px !important; overflow: hidden !important;
}
.einv-ghid-brokeri-grid .einv-br__meta-item {
    flex: 1 !important; display: flex !important; flex-direction: column !important;
    gap: 2px !important; padding: 8px 10px !important;
    border-left: none;
}
.einv-ghid-brokeri-grid .einv-br__meta-item + .einv-br__meta-item {
    border-left: 1px solid rgba(255,255,255,0.05) !important;
}
.einv-ghid-brokeri-grid .einv-br__meta-label {
    font-size: 9.5px !important; color: rgba(255,255,255,0.35) !important; font-weight: 500 !important;
    text-transform: uppercase !important; letter-spacing: 0.4px !important;
}
.einv-ghid-brokeri-grid .einv-br__meta-val {
    font-size: 12px !important; color: rgba(255,255,255,0.82) !important; font-weight: 600 !important;
}

.einv-ghid-brokeri-grid .einv-br__actions {
    display: flex !important; flex-direction: column !important; gap: 8px !important; margin-top: auto !important;
}
.einv-ghid-brokeri-grid .einv-br__cta-primary {
    display: flex !important; align-items: center !important; justify-content: center !important; gap: 7px !important;
    padding: 10px 16px !important;
    background: rgba(42,218,73,0.1) !important; color: #2ada49 !important;
    border: 1px solid rgba(42,218,73,0.3) !important; border-radius: 8px !important;
    font-size: 12.5px !important; font-weight: 600 !important; font-family: inherit !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.einv-ghid-brokeri-grid .einv-br__cta-primary:hover {
    background: rgba(42,218,73,0.18) !important; border-color: rgba(42,218,73,0.5) !important;
    color: #2ada49 !important; text-decoration: none !important;
}
.einv-ghid-brokeri-grid .einv-br__cta-primary svg { flex-shrink: 0; }

.einv-ghid-brokeri-grid .einv-br__cta-secondary {
    display: flex !important; align-items: center !important; justify-content: center !important; gap: 6px !important;
    padding: 9px 14px !important;
    background: transparent !important; color: rgba(255,255,255,0.45) !important;
    border: 1px solid rgba(255,255,255,0.1) !important; border-radius: 8px !important;
    font-size: 12px !important; font-weight: 500 !important; font-family: inherit !important;
    text-decoration: none !important;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.einv-ghid-brokeri-grid .einv-br__cta-secondary:hover {
    color: rgba(255,255,255,0.85) !important; border-color: rgba(255,255,255,0.22) !important;
    text-decoration: none !important;
}
.einv-ghid-brokeri-grid .einv-br__cta-secondary svg { flex-shrink: 0; }

.einv-ghid-brokeri-grid .einv-br__card-disclaimer {
    font-size: 9.5px !important; color: rgba(255,255,255,0.25) !important;
    margin: 4px 0 0 !important; line-height: 1.4 !important; text-align: center !important;
}

@media (max-width: 600px) {
    .einv-ghid-brokeri-grid { grid-template-columns: 1fr; }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   [einv_methodology] — card-metodologie.php
   ============================================================ */
/* ===== H2 TITLE ===== */
.methodology-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

@media (max-width: 968px) {
    .methodology-title { font-size: 1.75rem; }
}

@media (max-width: 768px) {
    .methodology-title {
        font-size: 1.55rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 480px) {
    .methodology-title { font-size: 1.4rem; }
}

/* ===== H3 CARD TITLES ===== */
.trust-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 968px) {
    .trust-card-title { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .trust-card-title { font-size: 1.4rem; }
}

@media (max-width: 480px) {
    .trust-card-title { font-size: 1.35rem; }
}

/* ===== METHODOLOGY SECTION ===== */
.einv-methodology-section {
    margin: 3rem 0 1.5rem 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ===== DESKTOP: GRID 3 COLOANE ===== */
.trust-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* ===== TRUST CARD ===== */
.trust-card {
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 2rem;
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
}

/* ===== HEADER ===== */
.trust-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.trust-card-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(42, 218, 73, 0.1);
    border: 1px solid rgba(42, 218, 73, 0.3);
    border-radius: 12px;
}

.trust-card-icon {
    width: 28px;
    height: 28px;
    color: #2ada49;
}

/* ===== TEXT ===== */
.trust-card-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.25rem 0;
}

.trust-card-text strong {
    color: #2ada49;
    font-weight: 600;
}

/* ===== LISTE ===== */
.trust-card-list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.trust-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 0.65rem 0;
}

.trust-card-list li:last-child {
    margin-bottom: 0;
}

.list-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: #2ada49;
    margin-top: 0.2rem;
}

.trust-card-list li span {
    flex: 1;
}

.trust-card-list li strong {
    color: #ffffff;
    font-weight: 600;
}

/* ===== LINK ===== */
.trust-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    font-weight: 500;
    color: #2ada49;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trust-card-link:hover {
    color: #3fef5c;
    gap: 0.75rem;
}

.trust-card-link svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.trust-card-link:hover svg {
    transform: translateX(3px);
}

/* ===== RESPONSIVE - TABLET ===== */
@media (max-width: 968px) {
    .einv-methodology-section {
        margin: 2.5rem 0 1.25rem 0;
    }

    .trust-cards-container {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .trust-card { padding: 1.5rem; }
    .trust-card-icon-wrapper { width: 46px; height: 46px; }
    .trust-card-icon { width: 26px; height: 26px; }
    .trust-card-text { font-size: 0.875rem; }
    .trust-card-list li { font-size: 0.8rem; }
    .list-icon { width: 13px; height: 13px; }
    .trust-card-link { font-size: 0.8rem; }
    .trust-card-link svg { width: 13px; height: 13px; }
}

/* ===== RESPONSIVE - MOBILE: SCROLL ORIZONTAL ===== */
@media (max-width: 768px) {
    .trust-cards-container {
        display: flex;
        grid-template-columns: unset;
        gap: 1rem;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0.5rem 0.5rem 1.5rem 0.5rem;
        margin: 0 -0.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(42, 218, 73, 0.4) #161920;
    }

    .trust-cards-container::-webkit-scrollbar {
        height: 8px;
    }

    .trust-cards-container::-webkit-scrollbar-track {
        background: #161920;
        border-radius: 10px;
    }

    .trust-cards-container::-webkit-scrollbar-thumb {
        background: rgba(42, 218, 73, 0.4);
        border-radius: 10px;
        transition: background 0.3s;
    }

    .trust-cards-container::-webkit-scrollbar-thumb:hover {
        background: rgba(42, 218, 73, 0.6);
    }

    .trust-card {
        flex: 0 0 320px;
        scroll-snap-align: center;
        padding: 1.25rem;
    }

    .trust-card-icon-wrapper { width: 44px; height: 44px; }
    .trust-card-icon { width: 24px; height: 24px; }
    .trust-card-text { font-size: 0.875rem; }
    .trust-card-link { font-size: 0.8rem; }
    .trust-card-link svg { width: 12px; height: 12px; }
}

/* ===== RESPONSIVE - SMALL MOBILE ===== */
@media (max-width: 480px) {
    .einv-methodology-section {
        margin: 2rem 0 1rem 0;
    }

    .trust-card { flex: 0 0 280px; padding: 1.25rem; }
    .trust-card-icon-wrapper { width: 42px; height: 42px; }
    .trust-card-icon { width: 22px; height: 22px; }
    .trust-card-text { font-size: 0.825rem; }
    .trust-card-list li { font-size: 0.75rem; gap: 0.5rem; }
    .list-icon { width: 12px; height: 12px; }
    .trust-card-link { font-size: 0.75rem; }
    .trust-card-link svg { width: 11px; height: 11px; }
}

/* ===== PRINT ===== */
@media print {
    .einv-methodology-section {
        page-break-inside: avoid;
    }

    .trust-cards-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .trust-card-link {
        display: none;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   [card_performanta_pret] — card-performanta-pret.php
   ============================================================ */
/* ============================================================
       CARD PERFORMANȚA PREȚULUI
       Design system: transparent wrapper, carduri rgba(255,255,255,0.02)
    ============================================================ */

    .einv-performance-card {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #e8e9eb;
        margin-bottom: 56px;
    }

    /* ── Header ── */
    .einv-performance-card-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .einv-performance-card-icon {
        flex-shrink: 0;
        color: #2ada49;
        width: 22px;
        height: 22px;
    }

    .einv-performance-card-header h2 {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.025em;
        color: #ffffff;
        margin: 0;
    }

    /* ── Intro ── */
    .einv-performance-card-intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 24px;
    }

    /* ── Range bar 52W ── */
    .einv-bar-wrapper {
        position: relative;
        padding: 0 5%;
        margin-bottom: 3.5rem;
    }

    .einv-bar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .einv-bar-price {
        font-size: 0.95rem;
        font-weight: 600;
    }

    .einv-bar-price--low  { color: #ff6b6b; }
    .einv-bar-price--high { color: #2ada49; }

    .einv-bar-container {
        position: relative;
        width: 100%;
        height: 14px;
        background: linear-gradient(to right, #ff6b6b, #ffd93d, #2ada49);
        border-radius: 7px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        margin-bottom: 2.5rem;
    }

    .einv-bar-marker {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        height: 22px;
        background: #ffffff;
        border: 3px solid #60a5fa;
        border-radius: 50%;
        box-shadow: 0 3px 12px rgba(96,165,250,0.6), 0 0 0 5px rgba(96,165,250,0.15);
        z-index: 10;
    }

    .einv-marker-label {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        text-align: center;
    }

    .einv-marker-price {
        font-size: 0.85rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 0.15rem;
    }

    .einv-marker-desc {
        font-size: 0.65rem;
        color: rgba(255,255,255,0.55);
        margin: 0;
    }

    /* ── Grid mini cards + metrics ── */
    .einv-cards-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1.8fr;
        gap: 14px;
        align-items: stretch;
    }

    /* Mini card */
    .einv-mini-card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .einv-mini-card:hover {
        border-color: rgba(255,255,255,0.12);
    }

    .einv-mini-card-value {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 0.4rem;
        line-height: 1;
    }

    .einv-mini-card--growth .einv-mini-card-value  { color: #2ada49; }
    .einv-mini-card--decline .einv-mini-card-value { color: #ff6b6b; }

    .einv-mini-card-label {
        font-size: 12px;
        color: rgba(232,233,235,0.55);
        margin: 0;
        line-height: 1.5;
    }

    /* Card metrici */
    .einv-metrics-card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 14px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .einv-metrics-card:hover {
        border-color: rgba(255,255,255,0.12);
    }

    .einv-metric-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        position: relative;
    }

    .einv-metric-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 60%;
        background: rgba(255,255,255,0.06);
    }

    .einv-metric-icon {
        width: 22px;
        height: 22px;
        color: #2ada49;
        flex-shrink: 0;
    }

    .einv-metric-value {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0;
        line-height: 1;
    }

    .einv-metric-label {
        font-size: 11px;
        color: rgba(232,233,235,0.55);
        margin: 0;
        line-height: 1.4;
    }

    /* ── Responsive ── */
    @media (max-width: 968px) {
        .einv-cards-grid {
            grid-template-columns: 1fr 1fr;
        }
        .einv-metrics-card {
            grid-column: 1 / -1;
        }
    }

    @media (max-width: 768px) {
        .einv-performance-card-header h2 { font-size: 22px !important; }
        .einv-bar-wrapper { padding: 0 3%; margin-bottom: 3.5rem; }
        .einv-bar-price { font-size: 0.85rem; }
        .einv-cards-grid { gap: 10px; }
        .einv-mini-card { padding: 16px; }
        .einv-mini-card-value { font-size: 1.25rem; }
        .einv-metrics-card { padding: 16px; gap: 10px; }
        .einv-metric-item::after { display: none; }
        .einv-metric-value { font-size: 1rem; }
    }

    @media (max-width: 480px) {
        .einv-performance-card-header h2 { font-size: 22px !important; }
        .einv-bar-price { font-size: 0.8rem; }
        .einv-mini-card { padding: 14px; }
        .einv-mini-card-value { font-size: 1.15rem; }
        .einv-metrics-card { padding: 14px; gap: 8px; }
        .einv-metric-value { font-size: 0.95rem; }
        .einv-metric-icon { width: 18px; height: 18px; }
    }

    /* ── Buton CTA invest ── */
    .einv-metric-item--cta {
        justify-content: center;
    }

    .einv-cta-emoji {
        font-size: 1.2rem;
        line-height: 1;
    }

    .einv-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        background: #2ada49;
        color: #080a0e;
        border: none;
        border-radius: 9px;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        transition: opacity 0.18s ease, transform 0.18s ease;
        white-space: nowrap;
        width: 100%;
    }

    .einv-cta-btn:hover {
        opacity: 0.88;
        transform: translateY(-1px);
    }

    .einv-cta-btn:active {
        transform: translateY(0);
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_piete_financiare] — card-piete-financiare.php
   ============================================================ */
/* ================================================
       WRAPPER
    ================================================ */
    .einv-pf-wrap {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #f1f1f1;
        margin: 0 0 1.5rem 0;
    }

    /* ================================================
       H2 TITLU
    ================================================ */
    .einv-pf-title {
        font-size: 2rem;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 0.75rem 0;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        line-height: 1.2;
    }
    .einv-pf-title svg {
        color: #2ada49;
        flex-shrink: 0;
    }
    .einv-pf-intro {
        font-size: 0.88rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.7);
        margin: 0 0 1.75rem 0;
    }

    /* ================================================
       MAIN TABS NAV - fara scroll, flex-wrap
    ================================================ */
    .einv-pf-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.3rem;
        margin: 0 0 1.4rem 0;
        padding: 0.3rem;
        background: rgba(15, 16, 18, 0.55);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .einv-pf-nav-btn {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.55rem 0.5rem;
        background: transparent;
        border: none;
        border-radius: 7px;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.45);
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.22s ease;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        text-align: center;
    }
    .einv-pf-nav-btn:hover {
        background: rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.8);
    }
    .einv-pf-nav-btn.is-active {
        background: rgba(42, 218, 73, 0.12);
        color: #2ada49;
    }

    /* ================================================
       TAB PANELS
    ================================================ */
    .einv-pf-panel { display: none; }
    .einv-pf-panel.is-active {
        display: block;
        animation: einvPfFadeIn 0.26s ease;
    }
    @keyframes einvPfFadeIn {
        from { opacity: 0; transform: translateY(5px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    /* ================================================
       GRID 3 COLOANE (Indici / Marfuri)
    ================================================ */
    .einv-pf-cols {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        align-items: start;
    }

    /* GRID 1 COLOANA - centrata (Crypto / Valute) */
    .einv-pf-cols--single {
        display: grid;
        grid-template-columns: minmax(0, 420px);
        gap: 1.25rem;
        justify-content: center;
    }

    .einv-pf-col {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    /* ================================================
       HEADER COLOANA
    ================================================ */
    .einv-pf-col-head {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0 0.1rem;
        margin-bottom: 0.1rem;
    }
    .einv-pf-col-head img {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        object-fit: contain;
        flex-shrink: 0;
    }
    .einv-pf-col-head-title {
        font-size: 0.88rem;
        font-weight: 600;
        color: #2ada49;
        margin: 0;
    }
    .einv-pf-col-sep {
        height: 2px;
        background: linear-gradient(to right, rgba(42, 218, 73, 0.3), transparent);
        border-radius: 2px;
        margin-bottom: 0.2rem;
    }

    /* ================================================
       MINI CARD - baza
    ================================================ */
    .einv-pf-card {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.65rem 0.8rem;
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 10px;
        text-decoration: none;
        color: inherit;
        transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
        -webkit-tap-highlight-color: transparent;
    }
    .einv-pf-card:hover {
        background: rgba(42, 218, 73, 0.055);
        border-color: rgba(42, 218, 73, 0.22);
        transform: translateY(-1px);
        text-decoration: none;
        color: inherit;
    }
    .einv-pf-card:active { transform: translateY(0); }

    /* Logo simplu (1 icon cerc) */
    .einv-pf-card-logo {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .einv-pf-card-logo img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    /* Duo logo (Valute - 2 iconuri suprapuse) */
    .einv-pf-card-duo-logo {
        flex-shrink: 0;
        position: relative;
        width: 42px;
        height: 30px;
    }
    .einv-pf-card-duo-logo .einv-duo-img {
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(30, 32, 36, 0.9);
        border: 1.5px solid rgba(255,255,255,0.08);
        object-fit: contain;
        top: 50%;
        transform: translateY(-50%);
    }
    .einv-pf-card-duo-logo .einv-duo-img:first-child {
        left: 0;
        z-index: 2;
    }
    .einv-pf-card-duo-logo .einv-duo-img:last-child {
        left: 16px;
        z-index: 1;
    }

    /* Text dreapta logo - doua randuri (Indici / Marfuri) */
    .einv-pf-card-body {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }
    .einv-pf-card-name {
        font-size: 0.8rem;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .einv-pf-card-val {
        font-size: 0.76rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.2;
    }
    .einv-pf-card-val * {
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    /* Text dreapta logo - un rand (Crypto / Valute) */
    .einv-pf-card-body--row {
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }
    .einv-pf-card-body--row .einv-pf-card-name {
        flex-shrink: 0;
    }
    .einv-pf-card-body--row .einv-pf-card-val {
        flex: 1;
        min-width: 0;
    }

    /* ================================================
       "VEZI TOȚI/TOATE" LINK
    ================================================ */
    .einv-pf-see-all {
        margin-top: 1.1rem;
        display: flex;
        justify-content: flex-end;
    }
    .einv-pf-see-all a {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        font-size: 0.775rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.38);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 0.2s ease, border-color 0.2s ease;
    }
    .einv-pf-see-all a:hover {
        color: #2ada49;
        border-bottom-color: rgba(42, 218, 73, 0.3);
        text-decoration: none;
    }
    .einv-pf-see-all a svg {
        width: 13px;
        height: 13px;
        transition: transform 0.2s ease;
        flex-shrink: 0;
    }
    .einv-pf-see-all a:hover svg { transform: translateX(3px); }

    /* ================================================
       RESPONSIVE
    ================================================ */
    @media (max-width: 768px) {
        .einv-pf-title { font-size: 1.6rem; }
        .einv-pf-title svg { width: 26px; height: 26px; }
        .einv-pf-intro { font-size: 0.82rem; margin-bottom: 1.4rem; }
        .einv-pf-nav-btn { font-size: 0.82rem; padding: 0.5rem 0.4rem; }
        .einv-pf-cols { gap: 0.75rem; }
        .einv-pf-cols--single { grid-template-columns: 1fr; }
        .einv-pf-card { padding: 0.55rem 0.65rem; gap: 0.5rem; border-radius: 8px; }
        .einv-pf-card-logo { width: 26px; height: 26px; }
        .einv-pf-card-logo img { width: 20px; height: 20px; }
        .einv-pf-card-duo-logo { width: 36px; height: 26px; }
        .einv-pf-card-duo-logo .einv-duo-img { width: 20px; height: 20px; }
        .einv-pf-card-duo-logo .einv-duo-img:last-child { left: 13px; }
        .einv-pf-card-name { font-size: 0.72rem; }
        .einv-pf-card-val { font-size: 0.68rem; }
        .einv-pf-col-head img { width: 16px; height: 16px; }
        .einv-pf-col-head-title { font-size: 0.78rem; }
    }

    @media (max-width: 480px) {
        .einv-pf-title { font-size: 1.4rem; }
        .einv-pf-nav-btn { font-size: 0.72rem; padding: 0.42rem 0.25rem; }
        .einv-pf-cols { gap: 0.5rem; }
        .einv-pf-card { padding: 0.5rem 0.5rem; gap: 0.4rem; border-radius: 7px; }
        .einv-pf-card-logo { width: 22px; height: 22px; }
        .einv-pf-card-logo img { width: 17px; height: 17px; }
        .einv-pf-card-duo-logo { width: 30px; height: 22px; }
        .einv-pf-card-duo-logo .einv-duo-img { width: 17px; height: 17px; }
        .einv-pf-card-duo-logo .einv-duo-img:last-child { left: 11px; }
        .einv-pf-card-name { font-size: 0.65rem; }
        .einv-pf-card-val { font-size: 0.62rem; }
        .einv-pf-col-head-title { font-size: 0.72rem; }
    }

/* ============================================================
   [einv_analyst_cards_split] — card-recomandari-pret-tinta.php
   ============================================================ */
/* ============================================================
       ANALYST CARDS SPLIT — namespace .einv-ac
       Wrapper transparent, titluri libere ca la celelalte carduri
    ============================================================ */

    /* ── Header liber — pe fondul paginii ── */
    .einv-ac__header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .einv-ac__icon {
        flex-shrink: 0;
        color: #2ada49;
        width: 22px;
        height: 22px;
    }
    .einv-ac__header h2 {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.025em;
        color: #ffffff;
        margin: 0;
    }

    /* ── Intro liber — pe fondul paginii ── */
    .einv-ac__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 20px;
    }

    /* ── Grid 2 coloane ── */
    .einv-ac__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 56px;
        align-items: start;
    }

    /* ── Coloana: titlu + intro + card ── */
    .einv-ac__col {
        display: flex;
        flex-direction: column;
    }

    /* ── Card conținut ── */
    .einv-ac__card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
        display: flex;
        flex-direction: column;
    }
    .einv-ac__card:hover { border-color: rgba(255,255,255,0.12); }

    /* ── Rating bar ── */
    .einv-ac__bar-track {
        position: relative;
        width: 100%;
        height: 12px;
        background: linear-gradient(to right, #f90029 0%, #ffd711 50%, #2ada49 100%);
        border-radius: 6px;
        margin-bottom: 1.5rem;
    }
    .einv-ac__bar-marker {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 22px;
        height: 22px;
        background: #ffffff;
        border: 3px solid;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3), 0 0 0 4px rgba(255,255,255,0.15);
        z-index: 2;
    }
    .einv-ac__scale-labels {
        display: flex;
        justify-content: space-between;
        font-size: 0.62rem;
        color: rgba(255,255,255,0.45);
        font-weight: 500;
    }
    .einv-ac__scale-label { text-align: center; flex: 1; }
    .einv-ac__scale-label:first-child { text-align: left; }
    .einv-ac__scale-label:last-child  { text-align: right; }

    .einv-ac__rating-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .einv-ac__rating-label {
        font-size: 1.3rem;
        font-weight: 700;
        display: block;
        margin-bottom: 6px;
    }
    .einv-ac__rating-sub {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    .einv-ac__rec-mean  { font-size: 0.85rem; color: rgba(232,233,235,0.65); }
    .einv-ac__analyst-count { font-size: 0.78rem; color: rgba(232,233,235,0.5); }

    /* ── Price targets ── */
    .einv-ac__targets {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
        flex: 1;
    }
    .einv-ac__target-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 14px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 8px;
        transition: border-color 0.2s ease;
    }
    .einv-ac__target-item:hover { border-color: rgba(255,255,255,0.12); }
    .einv-ac__target-mean {
        background: rgba(42,218,73,0.05);
        border-color: rgba(42,218,73,0.18);
    }
    .einv-ac__target-label  { font-size: 13px; color: rgba(232,233,235,0.72); font-weight: 500; }
    .einv-ac__target-value  { font-size: 1rem; font-weight: 700; color: #2ada49; }
    .einv-ac__target-value--current { color: #e8e9eb; }

    .einv-ac__upside {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        padding: 10px 14px;
        border-radius: 8px;
        text-align: center;
        margin-bottom: 10px;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .einv-ac__upside-pos { color: #2ada49; }
    .einv-ac__upside-neg { color: #f90029; }

    /* ── No data ── */
    .einv-ac__no-data {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 20px;
        text-align: center;
        flex: 1;
    }
    .einv-ac__no-data p {
        font-size: 13px;
        color: rgba(232,233,235,0.55);
        line-height: 1.6;
        margin: 0;
    }

    /* ── Expand button — identic cu einv-scor-v2__expand-btn ── */
    .einv-ac__expand-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        font-size: 0.74rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.25s ease;
        font-family: inherit;
        margin-top: 12px;
        align-self: flex-start;
    }
    .einv-ac__expand-btn:hover {
        background: rgba(255,255,255,0.04);
        border-color: rgba(42,218,73,0.3);
        color: #2ada49;
    }
    .einv-ac__expand-btn svg {
        width: 12px; height: 12px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .einv-ac__expand-btn.active svg { transform: rotate(180deg); }

    /* ── Collapsible ── */
    .einv-ac__collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .einv-ac__collapse.expanded {
        max-height: 400px;
        margin-top: 10px;
    }
    .einv-ac__collapse p {
        font-size: 0.78rem;
        line-height: 1.65;
        color: rgba(232,233,235,0.65);
        margin: 0;
        padding: 12px 14px;
        background: rgba(255,255,255,0.02);
        border-radius: 8px;
        border-left: 3px solid rgba(42,218,73,0.3);
    }
    .einv-ac__collapse strong { color: rgba(232,233,235,0.9); font-weight: 600; }

    /* ── Responsive ── */
    @media (max-width: 968px) {
        .einv-ac__grid { grid-template-columns: 1fr; }
        .einv-ac__col { width: 100%; }
        .einv-ac__col:last-child { margin-top: 56px; }
    }
    @media (max-width: 768px) {
        .einv-ac__header h2 { font-size: 22px !important; }
        .einv-ac__scale-labels { font-size: 0.56rem; }
    }
    @media (max-width: 480px) {
        .einv-ac__header h2 { font-size: 22px !important; }
        .einv-ac__card { padding: 16px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [einv_key_risks] — card-riscuri-cheie.php
   ============================================================ */
/* ============================================================
       CARD RISCURI CHEIE — namespace .einv-kr
    ============================================================ */

    .einv-kr {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        color: #e8e9eb;
        margin-bottom: 56px;
    }

    /* ── Header liber ── */
    .einv-kr__header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .einv-kr__header-icon {
        flex-shrink: 0;
        color: #f90029;
        width: 22px; height: 22px;
    }
    .einv-kr__title {
        font-size: 28px !important;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }
    .einv-kr__title .company-highlight { color: #2ada49; }

    .einv-kr__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 24px;
    }

    /* ── Grid 2x2 desktop ── */
    .einv-kr__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    /* ── Risk item card ── */
    .einv-kr__item {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }
    .einv-kr__item:hover { border-color: rgba(255,255,255,0.12); }

    .einv-kr__item-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }
    .einv-kr__item-icon {
        flex-shrink: 0;
        color: #f90029;
        width: 20px; height: 20px;
    }
    .einv-kr__item-title {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin: 0;
        line-height: 1.2;
    }

    /* ── Risk level badge ── */
    .einv-kr__badge {
        display: inline-block;
        padding: 3px 10px;
        border-radius: 5px;
        font-size: 9.5px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 12px;
    }
    .einv-kr__badge--very-high { background: rgba(249,0,41,0.15);   border: 1px solid rgba(249,0,41,0.3);   color: #f90029; }
    .einv-kr__badge--high      { background: rgba(255,165,0,0.15);  border: 1px solid rgba(255,165,0,0.3);  color: #ffa500; }
    .einv-kr__badge--medium    { background: rgba(255,215,17,0.15); border: 1px solid rgba(255,215,17,0.3); color: #ffd711; }
    .einv-kr__badge--low       { background: rgba(42,218,73,0.15);  border: 1px solid rgba(42,218,73,0.3);  color: #2ada49; }

    /* ── Description ── */
    .einv-kr__desc {
        font-size: 13px;
        line-height: 1.7;
        color: rgba(232,233,235,0.65);
        margin: 0;
    }
    .einv-kr__desc strong { color: rgba(232,233,235,0.9); font-weight: 600; }

    /* ── Tablet: 1 col ── */
    @media (max-width: 968px) {
        .einv-kr__grid { grid-template-columns: 1fr; }
    }

    /* ── Mobile: accordion ── */
    @media (max-width: 768px) {
        .einv-kr__title { font-size: 22px !important; }
        .einv-kr__grid { gap: 8px; }

        .einv-kr__item-header {
            cursor: pointer;
            padding-right: 28px;
            position: relative;
            margin-bottom: 0;
        }
        /* Sageata accordion */
        .einv-kr__item-header::after {
            content: '';
            position: absolute;
            right: 0; top: 50%;
            transform: translateY(-50%);
            width: 18px; height: 18px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            transition: transform 0.3s ease;
        }
        .einv-kr__item.is-open .einv-kr__item-header::after {
            transform: translateY(-50%) rotate(180deg);
        }

        /* Collapsed: ascunde badge + desc */
        .einv-kr__item-body {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.35s ease;
            margin-top: 0;
        }
        .einv-kr__item.is-open .einv-kr__item-body {
            max-height: 400px;
            margin-top: 12px;
        }
    }

    @media (max-width: 480px) {
        .einv-kr__item { padding: 16px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_scenarii_investitie_v2] — card-scenarii-conservator-v2.php
   ============================================================ */
/* ============================================================
       CARD SCENARII V2  — namespace .einv-scenarios-v2
    ============================================================ */
    .einv-scenarios-v2 {
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 2rem;
        color: #f1f1f1;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 1.5rem;
    }

    /* Header */
    .einv-scenarios-v2__header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .einv-scenarios-v2__header-icon { flex-shrink: 0; color: #2ada49; }
    .einv-scenarios-v2__title {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.2;
    }

    /* Badge hybrid */
    .einv-scenarios-v2__badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.2);
        border-radius: 20px;
        padding: 0.2rem 0.6rem;
        font-size: 0.68rem;
        color: #2ada49;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .einv-scenarios-v2__subtitle {
        font-size: 0.875rem;
        line-height: 1.6;
        color: rgba(255,255,255,0.7);
        margin: 0.35rem 0 1.25rem;
    }
    .einv-scenarios-v2__subtitle strong { color: #fff; font-weight: 600; }

    /* ---- Calculator interactiv ---- */
    .einv-scenarios-v2__calc {
        background: #161920;
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 10px;
        padding: 1.1rem 1.25rem;
        margin-bottom: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        align-items: flex-end;
    }
    .einv-scenarios-v2__calc-group {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        flex: 1;
        min-width: 140px;
    }
    .einv-scenarios-v2__calc-label {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.4);
    }
    .einv-scenarios-v2__calc-input-wrap {
        position: relative;
    }
    .einv-scenarios-v2__calc-input-wrap span {
        position: absolute;
        left: 0.75rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.8rem;
        color: rgba(255,255,255,0.4);
        pointer-events: none;
    }
    .einv-scenarios-v2__calc-input {
        width: 100%;
        box-sizing: border-box;
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 0.55rem 0.75rem 0.55rem 2rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        font-family: inherit;
        outline: none;
        transition: border-color 0.2s;
    }
    .einv-scenarios-v2__calc-input:focus {
        border-color: rgba(42,218,73,0.4);
    }
    .einv-scenarios-v2__calc-select {
        width: 100%;
        box-sizing: border-box;
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 0.55rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        font-family: inherit;
        outline: none;
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        transition: border-color 0.2s;
    }
    .einv-scenarios-v2__calc-select:focus {
        border-color: rgba(42,218,73,0.4);
    }
    .einv-scenarios-v2__calc-select option { background: #0f1117; }

    /* Grid scenarii */
    .einv-scenarios-v2__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    /* Card scenariu individual */
    .einv-sc-card {
        background: #161920;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 1.5rem;
        transition: background 0.3s ease;
    }
    .einv-sc-card:hover { background: #1c2029; }

    .einv-sc-card__header {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }
    .einv-sc-card__icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .einv-sc-card--optimist .einv-sc-card__icon { background: rgba(42,218,73,0.15); color: #2ada49; }
    .einv-sc-card--prudent  .einv-sc-card__icon { background: rgba(255,165,2,0.15);  color: #ffa502; }
    .einv-sc-card--pesimist .einv-sc-card__icon { background: rgba(249,0,41,0.15);   color: #f90029; }

    .einv-sc-card__title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #fff;
        margin: 0 0 0.2rem;
    }
    .einv-sc-card__subtitle {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.5);
        margin: 0;
    }

    /* Metrics */
    .einv-sc-card__metrics { margin-bottom: 1.25rem; }
    .einv-sc-card__metric-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .einv-sc-card__metric-row:last-child { border-bottom: none; }
    .einv-sc-card__metric-label { font-size: 0.78rem; color: rgba(255,255,255,0.65); }
    .einv-sc-card__metric-value { font-size: 0.875rem; font-weight: 600; color: #fff; }

    /* Return box */
    .einv-sc-card__return {
        background: #0f1117;
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .einv-sc-card__return-label {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.55);
        margin: 0 0 0.4rem;
    }
    .einv-sc-card__return-pct {
        font-size: 1.75rem;
        font-weight: 700;
        margin: 0 0 0.4rem;
    }
    .einv-sc-card--optimist .einv-sc-card__return-pct { color: #2ada49; }
    .einv-sc-card--prudent  .einv-sc-card__return-pct { color: #ffa502; }
    .einv-sc-card--pesimist .einv-sc-card__return-pct { color: #f90029; }

    .einv-sc-card__return-detail {
        font-size: 0.78rem;
        color: rgba(255,255,255,0.7);
        margin: 0;
        line-height: 1.6;
    }
    .einv-sc-card__return-detail strong { color: #fff; font-weight: 700; }

    /* Description */
    .einv-sc-card__desc {
        font-size: 0.78rem;
        line-height: 1.6;
        color: rgba(255,255,255,0.7);
        margin: 0 0 1rem;
    }

    /* FAQ */
    .einv-sc-card__faq {
        background: #161920;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 8px;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    .einv-sc-card__faq-q {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.85rem 1rem;
        font-size: 0.78rem;
        color: #fff;
        cursor: pointer;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
        transition: background 0.2s;
    }
    .einv-sc-card__faq-q:hover { background: #1c2029; }
    .einv-sc-card__faq-icon {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        color: rgba(255,255,255,0.45);
        transition: transform 0.3s ease;
    }
    .einv-sc-card__faq.is-open .einv-sc-card__faq-icon { transform: rotate(180deg); }
    .einv-sc-card__faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .einv-sc-card__faq.is-open .einv-sc-card__faq-a {
        max-height: 400px;
        padding: 0.85rem 1rem;
    }
    .einv-sc-card__faq-a p {
        font-size: 0.78rem;
        line-height: 1.6;
        color: rgba(255,255,255,0.65);
        margin: 0;
    }
    .einv-sc-card__faq-a a { color: #2ada49; text-decoration: underline; }

    /* CTA */
    .einv-sc-card__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.7rem 1rem;
        background: rgba(42,218,73,0.1);
        color: #2ada49;
        border: 1px solid rgba(42,218,73,0.28);
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.83rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
    }
    .einv-sc-card__cta:hover { background: rgba(42,218,73,0.17); border-color: rgba(42,218,73,0.4); }
    .einv-sc-card__cta svg { width: 15px; height: 15px; flex-shrink: 0; }

    /* Disclaimer */
    .einv-scenarios-v2__disclaimer {
        margin-top: 1.25rem;
        font-size: 0.68rem;
        line-height: 1.5;
        color: rgba(255,255,255,0.22);
        border-top: 1px solid rgba(255,255,255,0.05);
        padding-top: 0.85rem;
    }

    /* ---- Tabs mobile ---- */
    .einv-scenarios-v2__tabs { display: none; }

    /* ---- Responsive tablet ---- */
    @media (max-width: 968px) {
        .einv-scenarios-v2 { padding: 1.75rem; }
        .einv-scenarios-v2__title { font-size: 1.75rem; }
        .einv-scenarios-v2__grid { grid-template-columns: 1fr; }
    }

    /* ---- Responsive mobile ---- */
    @media (max-width: 768px) {
        .einv-scenarios-v2 { padding: 1.5rem; }
        .einv-scenarios-v2__title { font-size: 1.55rem; }

        .einv-scenarios-v2__calc { flex-direction: column; gap: 0.75rem; }
        .einv-scenarios-v2__calc-group { min-width: 0; }

        .einv-scenarios-v2__tabs {
            display: flex;
            background: #0f1117;
            border-radius: 12px;
            padding: 0.35rem;
            margin-bottom: 1.25rem;
            gap: 0.35rem;
        }
        .einv-scenarios-v2__tab-btn {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.35rem;
            padding: 0.6rem 0.4rem;
            background: transparent;
            border: none;
            border-radius: 8px;
            font-family: inherit;
            font-size: 0.78rem;
            font-weight: 500;
            color: rgba(255,255,255,0.55);
            cursor: pointer;
            transition: all 0.25s ease;
        }
        .einv-scenarios-v2__tab-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
        .einv-scenarios-v2__tab-btn.active { background: #161920; color: #fff; }
        .einv-scenarios-v2__tab-btn.tab-optimist.active { background: rgba(42,218,73,0.1); }
        .einv-scenarios-v2__tab-btn.tab-prudent.active  { background: rgba(255,165,2,0.1);  }
        .einv-scenarios-v2__tab-btn.tab-pesimist.active { background: rgba(249,0,41,0.1);   }

        .einv-scenarios-v2__grid { display: block; }
        .einv-sc-card { display: none; }
        .einv-sc-card.active { display: block; animation: einvFadeIn 0.3s ease; }

        @keyframes einvFadeIn {
            from { opacity: 0; transform: translateY(8px); }
            to   { opacity: 1; transform: translateY(0); }
        }
    }

    @media (max-width: 480px) {
        .einv-scenarios-v2 { padding: 1.1rem; }
        .einv-scenarios-v2__title { font-size: 1.4rem; }
        .einv-sc-card { padding: 1.1rem; }
        .einv-sc-card__return-pct { font-size: 1.5rem; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_scenarii_investitie_v3] — card-scenarii-conservator-v3.php
   ============================================================ */
/* ============================================================
       CARD SCENARII V3  — namespace .einv-sc3
       (namespace scurt pentru a evita conflicte cu v1/v2)
    ============================================================ */
    .einv-sc3 {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        color: #e8e9eb;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 56px;
    }

    /* Header */
    .einv-sc3__header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .einv-sc3__header-icon { flex-shrink: 0; color: #2ada49; width: 22px; height: 22px; }
    .einv-sc3__title { font-size: 28px !important; font-weight: 700; color: #fff; margin: 0; line-height: 1.15; letter-spacing: -0.025em; }

    /* Badge hybrid */
    .einv-sc3__badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.2);
        border-radius: 20px;
        padding: 0.2rem 0.6rem;
        font-size: 0.68rem;
        color: #2ada49;
        font-weight: 500;
        margin-bottom: 0.85rem;
    }

    .einv-sc3__subtitle {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 10px 0 20px;
    }
    .einv-sc3__subtitle strong { color: #e8e9eb; font-weight: 600; }

    /* ---- Calculator ---- */
    .einv-sc3__calc {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 1rem 1.25rem;
        margin-bottom: 0.6rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
        align-items: flex-end;
    }
    .einv-sc3__calc-group {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        flex: 1;
        min-width: 0;
    }
    .einv-sc3__calc-label {
        font-size: 0.68rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(255,255,255,0.38);
        white-space: nowrap;
    }
    .einv-sc3__calc-input-wrap { position: relative; }
    .einv-sc3__calc-prefix {
        position: absolute;
        left: 0.7rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.75rem;
        font-weight: 600;
        color: rgba(255,255,255,0.35);
        pointer-events: none;
        user-select: none;
    }
    .einv-sc3__calc-input {
        width: 100%;
        box-sizing: border-box;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 0.55rem 0.6rem 0.55rem 2.7rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        font-family: inherit;
        outline: none;
        transition: border-color 0.2s;
        -moz-appearance: textfield;
    }
    .einv-sc3__calc-input::-webkit-outer-spin-button,
    .einv-sc3__calc-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
    .einv-sc3__calc-input:focus { border-color: rgba(42,218,73,0.4); }

    .einv-sc3__calc-select {
        width: 100%;
        box-sizing: border-box;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 0.55rem 2rem 0.55rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        font-family: inherit;
        outline: none;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.35)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.7rem center;
        transition: border-color 0.2s;
    }
    .einv-sc3__calc-select:focus { border-color: rgba(42,218,73,0.4); }
    .einv-sc3__calc-select option { background: #13161d; }

    /* Buton Cum se calculează */
    .einv-sc3__method-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        font-size: 0.74rem;
        font-weight: 500;
        font-family: inherit;
        cursor: pointer;
        margin-bottom: 1.4rem;
        transition: all 0.25s ease;
    }
    .einv-sc3__method-btn:hover {
        background: rgba(255,255,255,0.04);
        border-color: rgba(42,218,73,0.3);
        color: #2ada49;
    }
    .einv-sc3__method-icon {
        width: 11px; height: 11px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .einv-sc3__method-btn.is-open .einv-sc3__method-icon { transform: rotate(180deg); }

    .einv-sc3__method-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        margin-bottom: 0;
    }
    .einv-sc3__method-content.is-open {
        max-height: 1200px;
        margin-bottom: 1.4rem;
    }
    .einv-sc3__method-inner {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 1rem 1.1rem;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
    }
    .einv-sc3__method-inner p {
        font-size: 0.76rem;
        line-height: 1.65;
        color: rgba(255,255,255,0.6);
        margin: 0;
    }
    .einv-sc3__method-inner p + p {
        padding-top: 0.55rem;
        border-top: 1px solid rgba(255,255,255,0.05);
    }
    .einv-sc3__method-inner strong { color: rgba(255,255,255,0.9); font-weight: 600; }
    .einv-sc3__method-inner em {
        color: rgba(255,165,2,0.85);
        font-style: normal;
        font-weight: 500;
    }

    /* Grid scenarii */
    .einv-sc3__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    /* Card scenariu */
    .einv-sc3__card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        transition: border-color 0.2s ease;
        box-sizing: border-box;
    }
    .einv-sc3__card:hover { border-color: rgba(255,255,255,0.12); }

    .einv-sc3__card-header {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }
    .einv-sc3__card-icon {
        flex-shrink: 0;
        width: 40px; height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .einv-sc3__card--optimist .einv-sc3__card-icon { background: rgba(42,218,73,0.15); color: #2ada49; }
    .einv-sc3__card--prudent  .einv-sc3__card-icon { background: rgba(255,165,2,0.15);  color: #ffa502; }
    .einv-sc3__card--pesimist .einv-sc3__card-icon { background: rgba(249,0,41,0.15);   color: #f90029; }

    .einv-sc3__card-title    { font-size: 1.1rem; font-weight: 600; color: #fff; margin: 0 0 0.2rem; }
    .einv-sc3__card-subtitle { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin: 0; }

    /* Metrics */
    .einv-sc3__metrics { margin-bottom: 1.1rem; }
    .einv-sc3__metric-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.45rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .einv-sc3__metric-row:last-child { border-bottom: none; }
    .einv-sc3__metric-label { font-size: 0.76rem; color: rgba(255,255,255,0.6); }
    .einv-sc3__metric-value { font-size: 0.875rem; font-weight: 600; color: #fff; }

    /* Return box */
    .einv-sc3__return {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .einv-sc3__return-label { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin: 0 0 0.35rem; }
    .einv-sc3__return-pct   { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.35rem; }
    .einv-sc3__card--optimist .einv-sc3__return-pct { color: #2ada49; }
    .einv-sc3__card--prudent  .einv-sc3__return-pct { color: #ffa502; }
    .einv-sc3__card--pesimist .einv-sc3__return-pct { color: #f90029; }
    .einv-sc3__return-detail {
        font-size: 0.76rem;
        color: rgba(255,255,255,0.65);
        margin: 0;
        line-height: 1.6;
    }
    .einv-sc3__return-detail strong { color: #fff; font-weight: 700; }

    /* Description */
    .einv-sc3__desc { font-size: 0.76rem; line-height: 1.6; color: rgba(255,255,255,0.65); margin: 0 0 1rem; }

    /* FAQ */
    .einv-sc3__faq {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 8px;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    .einv-sc3__faq-q {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.8rem 0.9rem;
        font-size: 0.76rem;
        color: #fff;
        cursor: pointer;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
        transition: background 0.2s;
    }
    .einv-sc3__faq-q:hover { background: rgba(255,255,255,0.05); }
    .einv-sc3__faq-icon {
        flex-shrink: 0;
        width: 14px; height: 14px;
        color: rgba(255,255,255,0.4);
        transition: transform 0.3s ease;
    }
    .einv-sc3__faq.is-open .einv-sc3__faq-icon { transform: rotate(180deg); }
    .einv-sc3__faq-a {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .einv-sc3__faq.is-open .einv-sc3__faq-a { max-height: 400px; padding: 0.8rem 0.9rem; }
    .einv-sc3__faq-a p { font-size: 0.76rem; line-height: 1.6; color: rgba(255,255,255,0.6); margin: 0; }
    .einv-sc3__faq-a a { color: #2ada49; text-decoration: underline; }

    /* CTA */
    .einv-sc3__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.65rem 1rem;
        background: rgba(42,218,73,0.1);
        color: #2ada49;
        border: 1px solid rgba(42,218,73,0.28);
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.82rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
    }
    .einv-sc3__cta:hover { background: rgba(42,218,73,0.17); border-color: rgba(42,218,73,0.4); }
    .einv-sc3__cta svg { width: 14px; height: 14px; flex-shrink: 0; }

    /* Disclaimer */
    .einv-sc3__disclaimer {
        margin-top: 1.25rem;
        font-size: 0.67rem;
        line-height: 1.5;
        color: rgba(255,255,255,0.2);
        border-top: 1px solid rgba(255,255,255,0.05);
        padding-top: 0.85rem;
    }

    /* ---- Tabs mobile ---- */
    .einv-sc3__tabs { display: none; }

    /* ---- Responsive tablet ---- */
    @media (max-width: 968px) {
        .einv-sc3__grid { grid-template-columns: 1fr; }
    }

    /* ---- Responsive mobile ---- */
    @media (max-width: 768px) {

        /* Calculator rămâne pe un rând */
        .einv-sc3__calc {
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 0.75rem;
            padding: 0.85rem 1rem;
        }
        .einv-sc3__calc-group { flex: 1; min-width: 0; }
        .einv-sc3__calc-label { font-size: 0.62rem; }
        .einv-sc3__calc-input, .einv-sc3__calc-select { font-size: 0.8rem; padding-top: 0.5rem; padding-bottom: 0.5rem; }

        /* Tabs — stilizate ca .einv-br__nav */
        .einv-sc3__tabs {
            display: flex;
            gap: 4px;
            padding: 4px;
            background: #0f1117;
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 12px;
            margin-bottom: 14px;
            box-sizing: border-box;
        }
        .einv-sc3__tab-btn {
            flex: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 8px 10px;
            background: transparent;
            border: none;
            border-radius: 8px;
            font-family: inherit;
            font-size: 12.5px;
            font-weight: 600;
            color: rgba(232,233,235,0.55);
            cursor: pointer;
            transition: all 0.18s ease;
            white-space: nowrap;
        }
        .einv-sc3__tab-btn svg { width: 13px; height: 13px; flex-shrink: 0; }
        .einv-sc3__tab-btn:hover { color: rgba(232,233,235,0.9); background: rgba(255,255,255,0.05); }
        /* Activ — iconul colorat, textul alb */
        .einv-sc3__tab-btn.active { color: rgba(232,233,235,0.9); }
        .einv-sc3__tab-btn.tab-optimist.active { background: rgba(42,218,73,0.13); }
        .einv-sc3__tab-btn.tab-optimist.active svg { color: #2ada49; stroke: #2ada49; }
        .einv-sc3__tab-btn.tab-prudent.active  { background: rgba(255,165,2,0.13); }
        .einv-sc3__tab-btn.tab-prudent.active svg  { color: #ffa502; stroke: #ffa502; }
        .einv-sc3__tab-btn.tab-pesimist.active { background: rgba(249,0,41,0.13); }
        .einv-sc3__tab-btn.tab-pesimist.active svg { color: #f90029; stroke: #f90029; }

        .einv-sc3__grid { display: block; }
        .einv-sc3__card { display: none; }
        .einv-sc3__card.active { display: block; animation: einvSc3FadeIn 0.28s ease; }

        @keyframes einvSc3FadeIn {
            from { opacity: 0; transform: translateY(7px); }
            to   { opacity: 1; transform: translateY(0); }
        }
    }

    @media (max-width: 480px) {
        .einv-sc3__card { padding: 1.1rem; }
        .einv-sc3__return-pct { font-size: 1.5rem; }
        .einv-sc3__calc { gap: 0.5rem; }
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_scenarii_investitie_conservator] — card-scenarii-conservator.php
   ============================================================ */
/* ===== CARD PRINCIPAL ===== */
.einv-scenarios-card {
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 2rem;
    color: #f1f1f1;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 1.5rem;
}

.einv-scenarios-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.einv-scenarios-card-icon {
    flex-shrink: 0;
    color: #2ada49;
    width: 28px;
    height: 28px;
}

.einv-scenarios-card-header h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.einv-scenarios-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 1.5rem 0;
}

.einv-scenarios-subtitle strong {
    color: #ffffff;
    font-weight: 600;
}

.einv-scenarios-tabs-nav {
    display: none;
}

.einv-scenarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* ===== SCENARIO CARD ===== */
.einv-scenario-card {
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 1.5rem;
    transition: background 0.3s ease;
}

.einv-scenario-card:hover {
    background: #1c2029;
}

.einv-scenario-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.einv-scenario-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.einv-scenario-card--optimist .einv-scenario-icon {
    background: rgba(42, 218, 73, 0.15);
    color: #2ada49;
}

.einv-scenario-card--prudent .einv-scenario-icon {
    background: rgba(255, 165, 2, 0.15);
    color: #ffa502;
}

.einv-scenario-card--pesimist .einv-scenario-icon {
    background: rgba(249, 0, 41, 0.15);
    color: #f90029;
}

.einv-scenario-title-wrapper h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.25rem 0;
}

.einv-scenario-subtitle-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.einv-scenario-metrics {
    margin-bottom: 1.25rem;
}

.einv-scenario-metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.einv-scenario-metric-row:last-child {
    border-bottom: none;
}

.einv-scenario-metric-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

.einv-scenario-metric-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
}

/* ===== RETURN BOX ===== */
.einv-scenario-return {
    background: #0f1117;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.einv-scenario-return-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 0.5rem 0;
}

.einv-scenario-return-value {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.einv-scenario-card--optimist .einv-scenario-return-value { color: #2ada49; }
.einv-scenario-card--prudent  .einv-scenario-return-value { color: #ffa502; }
.einv-scenario-card--pesimist .einv-scenario-return-value { color: #f90029; }

.einv-scenario-return-profit {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.einv-scenario-return-profit strong {
    font-weight: 700;
    color: #ffffff;
}

.einv-scenario-description {
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 1rem 0;
}

.einv-scenario-description strong {
    color: #ffffff;
    font-weight: 600;
}

/* ===== FAQ ===== */
.einv-scenario-faq {
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.einv-scenario-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.einv-scenario-faq-question:hover {
    background: #1c2029;
}

.einv-scenario-faq-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
}

.einv-scenario-faq.is-open .einv-scenario-faq-icon {
    transform: rotate(180deg);
}

.einv-scenario-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.einv-scenario-faq.is-open .einv-scenario-faq-answer {
    max-height: 400px;
    padding: 0.9rem 1rem;
}

.einv-scenario-faq-answer p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.einv-scenario-faq-answer a {
    color: #2ada49;
    text-decoration: underline;
}

/* ===== CTA ===== */
.einv-scenario-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(42, 218, 73, 0.12);
    color: #2ada49;
    border: 1px solid rgba(42, 218, 73, 0.3);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.einv-scenario-cta:hover {
    background: rgba(42, 218, 73, 0.18);
    border-color: rgba(42, 218, 73, 0.4);
}

.einv-scenario-cta svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* ===== RESPONSIVE - TABLET ===== */
@media (max-width: 968px) {
    .einv-scenarios-card-header h3 { font-size: 1.75rem; }
    .einv-scenarios-card { padding: 1.75rem; }

    .einv-scenarios-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}

/* ===== RESPONSIVE - MOBILE ===== */
@media (max-width: 768px) {
    .einv-scenarios-card { padding: 1.5rem; }
    .einv-scenarios-card-header { gap: 0.5rem; }
    .einv-scenarios-card-icon { width: 24px; height: 24px; }
    .einv-scenarios-card-header h3 { font-size: 1.55rem; }
    .einv-scenarios-subtitle { font-size: 0.85rem; }

    .einv-scenarios-tabs-nav {
        display: flex;
        background: #0f1117;
        border-radius: 12px;
        padding: 0.35rem;
        margin-bottom: 1.5rem;
        gap: 0.35rem;
    }

    .einv-scenario-tab-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.65rem 0.5rem;
        background: transparent;
        border: none;
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.8rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .einv-scenario-tab-btn svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .einv-scenario-tab-btn.active {
        background: #161920;
        color: #ffffff;
    }

    .einv-scenario-tab-btn.tab-optimist.active { background: rgba(42, 218, 73, 0.1); }
    .einv-scenario-tab-btn.tab-prudent.active  { background: rgba(255, 165, 2, 0.1); }
    .einv-scenario-tab-btn.tab-pesimist.active { background: rgba(249, 0, 41, 0.1); }

    .einv-scenarios-grid { display: block; }

    .einv-scenario-card { display: none; }

    .einv-scenario-card.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(10px); }
        to   { opacity: 1; transform: translateY(0); }
    }
}

/* ===== RESPONSIVE - SMALL MOBILE ===== */
@media (max-width: 480px) {
    .einv-scenarios-card { padding: 1.25rem; }
    .einv-scenarios-card-header h3 { font-size: 1.4rem; }
    .einv-scenario-card { padding: 1.25rem; }
    .einv-scenario-return-value { font-size: 1.5rem; }
}

/* ============================================================
   [card_scenarii_investitie] — card-scenarii-investitie.php
   ============================================================ */
/* ===== CARD PRINCIPAL ===== */
    .einv-scenarios-card {
        background: rgba(52,54,58,0.6);
        backdrop-filter: blur(8px);
        border: 0px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 2rem;
        color: #f1f1f1;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 1.5rem;
    }
    
    /* ===== HEADER CU H3 + ICON (ASPECT IDENTIC CARD_DESPRE) ===== */
    .einv-scenarios-card-header {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .einv-scenarios-card-icon {
        flex-shrink: 0;
        color: #2ada49;
        width: 28px;
        height: 28px;
    }
    
    .einv-scenarios-card-header h3 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        margin: 0;
    }
    
    /* ===== SUBTITLE ===== */
    .einv-scenarios-subtitle {
        font-size: 0.9rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.75);
        margin: 0 0 1.5rem 0;
    }
    
    .einv-scenarios-subtitle strong {
        color: #ffffff;
        font-weight: 600;
    }
    
    /* ===== TABS NAVIGATION - DOAR MOBILE ===== */
    .einv-scenarios-tabs-nav {
        display: none;
    }
    
    /* ===== GRID 3 SCENARII ===== */
    .einv-scenarios-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
    
    /* CARDURI SCENARIO - FĂRĂ BORDER COLORAT, FĂRĂ GLOW */
    .einv-scenario-card {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 1.5rem;
        transition: background 0.3s ease;
    }
    
    .einv-scenario-card:hover {
        background: rgba(255, 255, 255, 0.05);
    }
    
    /* ===== SCENARIO HEADER ===== */
    .einv-scenario-header {
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }
    
    .einv-scenario-icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .einv-scenario-card--optimist .einv-scenario-icon {
        background: rgba(42, 218, 73, 0.15);
        color: #2ada49;
    }
    
    .einv-scenario-card--prudent .einv-scenario-icon {
        background: rgba(255, 165, 2, 0.15);
        color: #ffa502;
    }
    
    .einv-scenario-card--pesimist .einv-scenario-icon {
        background: rgba(249, 0, 41, 0.15);
        color: #f90029;
    }
    
    .einv-scenario-title-wrapper h5 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #ffffff;
        margin: 0 0 0.25rem 0;
    }
    
    .einv-scenario-subtitle-text {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.6);
        margin: 0;
    }
    
    /* ===== SCENARIO METRICS ===== */
    .einv-scenario-metrics {
        margin-bottom: 1.25rem;
    }
    
    .einv-scenario-metric-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .einv-scenario-metric-row:last-child {
        border-bottom: none;
    }
    
    .einv-scenario-metric-label {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.7);
    }
    
    .einv-scenario-metric-value {
        font-size: 0.875rem;
        font-weight: 600;
        color: #ffffff;
    }
    
    /* ===== RETURN BOX ===== */
    .einv-scenario-return {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        padding: 1rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .einv-scenario-return-label {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.6);
        margin: 0 0 0.5rem 0;
    }
    
    .einv-scenario-return-value {
        font-size: 1.75rem;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
    }
    
    .einv-scenario-card--optimist .einv-scenario-return-value {
        color: #2ada49;
    }
    
    .einv-scenario-card--prudent .einv-scenario-return-value {
        color: #ffa502;
    }
    
    .einv-scenario-card--pesimist .einv-scenario-return-value {
        color: #f90029;
    }
    
    .einv-scenario-return-profit {
        font-size: 0.8rem;
        color: rgba(255, 255, 255, 0.75);
        margin: 0;
    }
    
    .einv-scenario-return-profit strong {
        font-weight: 700;
        color: #ffffff;
    }
    
    /* ===== DESCRIPTION ===== */
    .einv-scenario-description {
        font-size: 0.8rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.75);
        margin: 0 0 1rem 0;
    }
    
    .einv-scenario-description strong {
        color: #ffffff;
        font-weight: 600;
    }
    
    /* ===== FAQ ACCORDION ===== */
    .einv-scenario-faq {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 8px;
        margin-bottom: 1rem;
        overflow: hidden;
    }
    
    .einv-scenario-faq-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.9rem 1rem;
        font-size: 0.8rem;
        font-weight: normal;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
        user-select: none;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-family: inherit;
    }
    
    .einv-scenario-faq-question:hover {
        background: rgba(255, 255, 255, 0.05);
    }
    
    .einv-scenario-faq-icon {
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        color: rgba(255, 255, 255, 0.5);
        transition: transform 0.3s ease;
    }
    
    .einv-scenario-faq.is-open .einv-scenario-faq-icon {
        transform: rotate(180deg);
    }
    
    .einv-scenario-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .einv-scenario-faq.is-open .einv-scenario-faq-answer {
        max-height: 400px;
        padding: 0.9rem 1rem;
    }
    
    .einv-scenario-faq-answer p {
        font-size: 0.8rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
    }
    
    .einv-scenario-faq-answer a {
        color: #2ada49;
        text-decoration: underline;
    }
    
    /* ===== CTA BUTTON (CSS DIN FIȘIERUL PRIMIT) ===== */
    .einv-scenario-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 100%;
        padding: 0.75rem 1rem;
        background: rgba(42, 218, 73, 0.12);
        color: #2ada49;
        border: 1px solid rgba(42, 218, 73, 0.3);
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.85rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .einv-scenario-cta:hover {
        background: rgba(42, 218, 73, 0.18);
        border-color: rgba(42, 218, 73, 0.4);
    }
    
    .einv-scenario-cta svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    
    /* ===== RESPONSIVE ===== */
    @media (max-width: 968px) {
        .einv-scenarios-card-header h3 {
            font-size: 1.75rem;
        }
        
        .einv-scenarios-card {
            padding: 1.75rem;
        }
        
        .einv-scenarios-grid {
            grid-template-columns: 1fr;
            gap: 1.25rem;
        }
    }
    
    @media (max-width: 768px) {
        .einv-scenarios-card {
            padding: 1.5rem;
        }
        
        .einv-scenarios-card-header {
            gap: 0.5rem;
        }
        
        .einv-scenarios-card-icon {
            width: 24px;
            height: 24px;
        }
        
        .einv-scenarios-card-header h3 {
            font-size: 1.55rem;
        }
        
        .einv-scenarios-subtitle {
            font-size: 0.85rem;
        }
        
        /* Tabs Navigation vizibil pe mobile */
        .einv-scenarios-tabs-nav {
            display: flex;
            background: rgba(32,33,36,0.6);
            border-radius: 12px;
            padding: 0.35rem;
            margin-bottom: 1.5rem;
            gap: 0.35rem;
        }
        
        .einv-scenario-tab-btn {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            padding: 0.65rem 0.5rem;
            background: transparent;
            border: none;
            border-radius: 8px;
            font-family: inherit;
            font-size: 0.8rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .einv-scenario-tab-btn svg {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
        }
        
        .einv-scenario-tab-btn.active {
            background: rgba(56,57,61,0.8);
            color: #ffffff;
        }
        
        .einv-scenario-tab-btn.tab-optimist.active {
            background: rgba(42, 218, 73, 0.1);
        }
        
        .einv-scenario-tab-btn.tab-prudent.active {
            background: rgba(255, 165, 2, 0.1);
        }
        
        .einv-scenario-tab-btn.tab-pesimist.active {
            background: rgba(249, 0, 41, 0.1);
        }
        
        .einv-scenario-tab-btn.tab-optimist svg {
            color: #2ada49;
        }
        
        .einv-scenario-tab-btn.tab-prudent svg {
            color: #ffa502;
        }
        
        .einv-scenario-tab-btn.tab-pesimist svg {
            color: #f90029;
        }
        
        /* Grid devine single column cu tabs */
        .einv-scenarios-grid {
            display: block;
        }
        
        .einv-scenario-card {
            display: none;
        }
        
        .einv-scenario-card.active {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    }
    
    @media (max-width: 480px) {
        .einv-scenarios-card {
            padding: 1.25rem;
        }
        
        .einv-scenarios-card-header h3 {
            font-size: 1.4rem;
        }
        
        .einv-scenario-card {
            padding: 1.25rem;
        }
        
        .einv-scenario-return-value {
            font-size: 1.5rem;
        }
    }

/* ============================================================
   [card_scor_einvestitii_v2] — card-scor-einvestitii-v2.php
   ============================================================ */
/* ============================================================
       CARD SCOR eINVESTIȚII V2
       Namespace: .einv-scor-v2
    ============================================================ */

    .einv-scor-v2 {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        color: #e8e9eb;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        margin-bottom: 56px;
    }

    /* Header */
    .einv-scor-v2__header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0;
    }
    .einv-scor-v2__header-icon {
        color: #2ada49;
        flex-shrink: 0;
    }
    .einv-scor-v2__title {
        font-size: 28px !important;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }
    .einv-scor-v2__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 10px 0 24px;
    }

    /* Hero row: cerc + verdict — in card */
    .einv-scor-v2__hero {
        display: grid;
        grid-template-columns: 160px 1fr;
        gap: 2rem;
        align-items: center;
        margin-bottom: 14px;
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .einv-scor-v2__hero:hover {
        border-color: rgba(255,255,255,0.10);
    }

    /* Cerc scor */
    .einv-scor-v2__circle-wrap {
        position: relative;
        width: 160px;
        height: 160px;
        flex-shrink: 0;
    }
    .einv-scor-v2__circle-wrap svg {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }
    .einv-scor-v2__circle-bg {
        fill: none;
        stroke: rgba(255,255,255,0.06);
        stroke-width: 8;
    }
    .einv-scor-v2__circle-prog {
        fill: none;
        stroke-width: 8;
        stroke-linecap: round;
    }
    .einv-scor-v2__circle-num {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .einv-scor-v2__circle-num strong {
        font-size: 2.6rem;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }
    .einv-scor-v2__circle-num span {
        font-size: 0.7rem;
        color: rgba(255,255,255,0.45);
        letter-spacing: 0.03em;
    }

    /* Verdict */
    .einv-scor-v2__verdict {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }
    .einv-scor-v2__verdict-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.9rem 1.1rem;
        border-radius: 12px;
        align-self: flex-start;
    }
    .einv-scor-v2__verdict-emoji {
        font-size: 1.9rem;
        line-height: 1;
    }
    .einv-scor-v2__verdict-title {
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0 0 0.2rem;
        line-height: 1.2;
    }
    .einv-scor-v2__verdict-sub {
        font-size: 0.72rem;
        color: rgba(255,255,255,0.5);
        margin: 0;
    }
    .einv-scor-v2__verdict-desc {
        background: #161920;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
        line-height: 1.7;
        color: rgba(255,255,255,0.82);
    }

    /* ---- Bonus dividend pill ---- */
    .einv-scor-v2__bonus {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.25);
        border-radius: 20px;
        padding: 0.25rem 0.65rem;
        font-size: 0.72rem;
        color: #2ada49;
        font-weight: 500;
        margin-top: 0.25rem;
        align-self: flex-start;
    }

    /* ---- Separator ---- */
    .einv-scor-v2__divider {
        display: none;
    }

    /* Piloni breakdown */
    .einv-scor-v2__piloni-title {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: none;
        color: rgba(232,233,235,0.72);
        margin: 0 0 14px;
    }
    .einv-scor-v2__piloni {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        margin-bottom: 14px;
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 14px;
        padding: 20px;
        box-sizing: border-box;
    }
    .einv-scor-v2__pilon {
        display: grid;
        grid-template-columns: 18px 1fr 48px;
        align-items: center;
        gap: 0.65rem;
    }
    .einv-scor-v2__pilon-icon {
        flex-shrink: 0;
        opacity: 0.85;
    }
    .einv-scor-v2__pilon-body {
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
        min-width: 0;
    }
    .einv-scor-v2__pilon-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }
    .einv-scor-v2__pilon-label {
        font-size: 0.78rem;
        font-weight: 600;
        color: rgba(255,255,255,0.85);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .einv-scor-v2__pilon-weight {
        font-size: 0.65rem;
        color: rgba(255,255,255,0.3);
        flex-shrink: 0;
    }
    .einv-scor-v2__pilon-bar-track {
        height: 5px;
        background: rgba(255,255,255,0.07);
        border-radius: 99px;
        overflow: hidden;
    }
    .einv-scor-v2__pilon-bar-fill {
        height: 100%;
        border-radius: 99px;
        transition: width 0.8s ease;
    }
    .einv-scor-v2__pilon-detail {
        font-size: 0.68rem;
        color: rgba(255,255,255,0.38);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .einv-scor-v2__pilon-score {
        font-size: 0.8rem;
        font-weight: 700;
        text-align: right;
        flex-shrink: 0;
    }

    /* Expand buton */
    .einv-scor-v2__expand-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.6);
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        font-size: 0.74rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.25s ease;
        font-family: inherit;
    }
    .einv-scor-v2__expand-btn:hover {
        background: rgba(255,255,255,0.04);
        border-color: rgba(42,218,73,0.3);
        color: #2ada49;
    }
    .einv-scor-v2__expand-icon {
        width: 12px;
        height: 12px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .einv-scor-v2__expand-btn.is-open .einv-scor-v2__expand-icon {
        transform: rotate(180deg);
    }
    .einv-scor-v2__expand-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .einv-scor-v2__expand-content.is-open {
        max-height: 900px;
    }
    .einv-scor-v2__expand-inner {
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }
    .einv-scor-v2__expand-inner p {
        font-size: 0.78rem;
        line-height: 1.65;
        color: rgba(255,255,255,0.65);
        margin: 0;
        padding: 0.7rem 0.9rem;
        background: rgba(255,255,255,0.02);
        border-radius: 8px;
        border-left: 3px solid rgba(42,218,73,0.3);
    }
    .einv-scor-v2__expand-inner strong {
        color: #2ada49;
        font-weight: 600;
    }

    /* Disclaimer */
    .einv-scor-v2__disclaimer {
        margin-top: 1.25rem;
        font-size: 0.68rem;
        line-height: 1.5;
        color: rgba(255,255,255,0.25);
        border-top: 1px solid rgba(255,255,255,0.05);
        padding-top: 0.85rem;
    }

    /* ---- Responsive ---- */
    @media (max-width: 768px) {
        .einv-scor-v2__hero { padding: 16px; }
        .einv-scor-v2__piloni { padding: 16px; }
        .einv-scor-v2__title { font-size: 22px !important; }

        .einv-scor-v2__hero {
            grid-template-columns: 140px 1fr;
            gap: 1.25rem;
            align-items: center;
        }
        .einv-scor-v2__circle-wrap {
            width: 140px;
            height: 140px;
        }
        .einv-scor-v2__verdict-desc { display: none; }
        .einv-scor-v2__verdict-desc-mob {
            display: block !important;
            grid-column: 1 / -1;
            width: 100%;
            margin-top: 0;
            box-sizing: border-box;
        }
        .einv-scor-v2__pilon-label { font-size: 0.74rem; }
    }

    @media (max-width: 480px) {
        .einv-scor-v2__hero { padding: 14px; }
        .einv-scor-v2__piloni { padding: 14px; }
        .einv-scor-v2__title { font-size: 22px !important; }
        .einv-scor-v2__circle-wrap { width: 120px; height: 120px; }
        .einv-scor-v2__circle-num strong { font-size: 2.1rem; }
    }

    /* Mobile desc (hidden pe desktop) */
    /* verdict-desc-mob: ascuns pe desktop, vizibil pe mobile IN hero */
    .einv-scor-v2__verdict-desc-mob {
        display: none;
        width: 100%;
        font-size: 13px;
        line-height: 1.7;
        color: rgba(232,233,235,0.72);
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 12px 14px;
        box-sizing: border-box;
        margin-top: 4px;
    }

    * { -webkit-tap-highlight-color: transparent; }

/* ============================================================
   [card_scor_einvestitii] — card-scor-einvestitii.php
   ============================================================ */
/* ===== CARD PRINCIPAL ===== */
.einv-score-card {
    background: #0f1117;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 2rem;
    color: #f1f1f1;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 1.5rem;
}

/* ===== HEADER ===== */
.einv-score-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.einv-score-card-icon {
    flex-shrink: 0;
    color: #2ada49;
    width: 28px;
    height: 28px;
}

.einv-score-card-header h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.einv-score-intro {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.5rem 0 1.25rem 0;
}

/* ===== SCOR CONTENT GRID ===== */
.einv-score-content {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 2rem;
    align-items: start;
    margin-bottom: 1.5rem;
}

/* ===== SCOR CIRCULAR ===== */
.einv-score-circle {
    position: relative;
    width: 160px;
    height: 160px;
}

.einv-score-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.einv-score-circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.06);
    stroke-width: 8;
}

.einv-score-circle-progress {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 1s ease;
}

.einv-score-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}

/* ===== VERDICT SECTION ===== */
.einv-score-right-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.einv-verdict-content {
    display: flex;
    align-items: center;
}

.einv-verdict-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
}

.einv-verdict-emoji {
    font-size: 2rem;
    line-height: 1;
}

.einv-verdict-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

.einv-verdict-subtitle {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.3;
}

.einv-verdict-explanation {
    display: block;
    background: #161920;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.einv-verdict-explanation strong {
    color: #ffffff;
    font-weight: 600;
}

.einv-verdict-explanation-mobile {
    display: none;
}

/* ===== BUTON EXPAND ===== */
.einv-score-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.7);
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    margin-bottom: 0;
}

.einv-score-expand-btn:hover {
    background: #161920;
    border-color: rgba(42, 218, 73, 0.3);
    color: #2ada49;
}

.einv-score-expand-icon {
    flex-shrink: 0;
    width: 13px;
    height: 13px;
    transition: transform 0.3s ease;
}

.einv-score-expand-btn.active .einv-score-expand-icon {
    transform: rotate(180deg);
}

.einv-score-expand-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 0;
}

.einv-score-expand-content.expanded {
    max-height: 400px;
    margin-top: 1rem;
}

.einv-score-expand-content p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.75rem 0;
    padding: 0.75rem 1rem;
    background: #161920;
    border-radius: 8px;
    border-left: 3px solid rgba(42, 218, 73, 0.3);
}

.einv-score-expand-content p:first-child { margin-top: 0; }
.einv-score-expand-content p:last-child  { margin-bottom: 0; }

.einv-score-expand-content strong {
    color: #2ada49;
    font-weight: 600;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 968px) {
    .einv-score-card-header h3 { font-size: 1.75rem; }
    .einv-score-card { padding: 1.75rem; }
}

@media (max-width: 768px) {
    .einv-score-card { padding: 1.5rem; }
    .einv-score-card-header h3 { font-size: 1.55rem; }
    .einv-score-intro { font-size: 0.85rem; }

    .einv-score-content {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .einv-score-circle {
        width: 140px;
        height: 140px;
        margin: 0 auto;
    }

    .einv-score-number { font-size: 2.25rem; }
    .einv-verdict-title { font-size: 1.1rem; }

    .einv-verdict-explanation { display: none; }

    .einv-verdict-explanation-mobile {
        display: block;
        background: #161920;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 10px;
        padding: 0.85rem 1rem;
        font-size: 0.8rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.85);
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .einv-verdict-explanation-mobile strong {
        color: #ffffff;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .einv-score-card { padding: 1.25rem; }
    .einv-score-card-header h3 { font-size: 1.4rem; }
    .einv-score-intro { font-size: 0.8rem; }

    .einv-score-content {
        grid-template-columns: 100px 1fr;
        gap: 0.75rem;
    }

    .einv-score-circle { width: 100px; height: 100px; }
    .einv-score-number { font-size: 1.75rem; }
    .einv-verdict-title { font-size: 1rem; }
    .einv-score-expand-btn { font-size: 0.7rem; padding: 0.35rem 0.6rem; }
    .einv-score-expand-icon { width: 11px; height: 11px; }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   [card_scor_hero] — card-scor-hero.php
   ============================================================ */
/* ============================================================
       SCOR HERO — header liber, fără card
       Font: Poppins | Bg: transparent (moștenește #080a0e al paginii)
    ============================================================ */

    .einv-scor-hero-header {
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        padding: 12px 0 40px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Logo + titlu pe același rând */
    .einv-scor-hero-brand {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .einv-scor-hero-logo {
        width: 52px;
        height: 52px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .einv-scor-hero-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .einv-scor-hero-logo-fallback {
        font-size: 1.4rem;
        font-weight: 700;
        color: #ffffff;
        user-select: none;
        line-height: 1;
    }

    .einv-scor-hero-title {
        font-size: 28px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        letter-spacing: -0.025em;
        margin: 0;
    }

    .einv-scor-hero-title .company-highlight {
        color: #2ada49;
    }

    /* Badge actualizare */
    .einv-scor-hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 400;
        color: rgba(255,255,255,0.6);
        line-height: 1;
    }

    .einv-scor-hero-badge svg {
        width: 11px;
        height: 11px;
        flex-shrink: 0;
        stroke: rgba(255,255,255,0.6);
    }

    /* Intro text */
    .einv-scor-hero-intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0;
    }

    .einv-scor-hero-intro p           { margin: 0 0 10px; }
    .einv-scor-hero-intro p:last-child { margin-bottom: 0; }
    .einv-scor-hero-intro strong {
        color: rgba(232,233,235,0.82);
        font-weight: 600;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
        .einv-scor-hero-header { padding-bottom: 32px; gap: 13px; }
        .einv-scor-hero-logo   { width: 44px; height: 44px; }
    }

    @media (max-width: 480px) {
        .einv-scor-hero-header { padding-bottom: 28px; gap: 12px; }
        .einv-scor-hero-logo   { width: 38px; height: 38px; }
        .einv-scor-hero-intro  { font-size: 14px; }
    }

/* ============================================================
   [einv_seo_meta_card] — card-seo-meta.php
   ============================================================ */
/* ===== SEO META CARD ===== */
.einv-seo-meta-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 16px 20px;
    margin: 0 0 40px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e8e9eb;
    box-sizing: border-box;
}

/* ===== BREADCRUMBS ===== */
.seo-breadcrumbs {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1.4;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
}

.breadcrumb-link {
    color: rgba(232,233,235,0.55);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-link:hover {
    color: #2ada49;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: rgba(232,233,235,0.25);
    font-size: 0.85em;
    user-select: none;
}

/* ===== H1 PAGE TITLE ===== */
.seo-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #ffffff;
    margin: 14px 0 12px 0;
    padding: 0;
}

.seo-page-title .ticker-symbol {
    color: #2ada49;
    font-weight: 600;
}

/* ===== METADATA BAR ===== */
.seo-metadata-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8rem;
    line-height: 1.4;
}

.meta-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.author-avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(42,218,73,0.25);
    flex-shrink: 0;
}

.author-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.author-label {
    font-size: 0.65rem;
    color: rgba(232,233,235,0.45);
    font-weight: 500;
    line-height: 1.2;
}

.author-name-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(232,233,235,0.85);
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.2;
}

.author-name-link:hover {
    color: #2ada49;
    text-decoration: underline;
}

.meta-divider {
    color: rgba(232,233,235,0.15);
    font-size: 0.7rem;
    user-select: none;
}

.meta-date,
.meta-reading-time,
.meta-category {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.meta-icon {
    flex-shrink: 0;
    color: rgba(232,233,235,0.3);
    width: 14px;
    height: 14px;
}

.meta-text {
    color: rgba(232,233,235,0.6);
    font-size: 0.8rem;
    font-weight: 500;
}

.meta-category .meta-text {
    color: #2ada49;
    font-weight: 600;
}

/* ===== RESPONSIVE - TABLET ===== */
@media (max-width: 968px) {
    .einv-seo-meta-card { padding: 14px 18px; }
    .breadcrumb-list { font-size: 0.75rem; gap: 0.35rem; }
    .seo-page-title { font-size: 2rem; margin: 12px 0 10px 0; }
    .seo-metadata-bar { font-size: 0.75rem; gap: 0.65rem; }
    .author-avatar-small { width: 28px; height: 28px; }
    .author-label { font-size: 0.6rem; }
    .author-name-link { font-size: 0.75rem; }
    .meta-icon { width: 13px; height: 13px; }
    .meta-text { font-size: 0.75rem; }
}

/* ===== RESPONSIVE - MOBILE ===== */
@media (max-width: 768px) {
    .einv-seo-meta-card { padding: 14px 16px; }
    .breadcrumb-list { font-size: 0.7rem; gap: 0.3rem; }
    .seo-page-title { font-size: 1.6rem; margin: 10px 0 8px 0; }

    .seo-metadata-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .meta-author { width: 100%; }
    .author-avatar-small { width: 36px; height: 36px; }

    /* Publicat + Actualizat pe acelasi rand */
    .einv-seo-dates-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }

    .meta-date,
    .meta-reading-time,
    .meta-category { font-size: 0.7rem; }

    .meta-icon { width: 12px; height: 12px; }
    .meta-text { font-size: 0.7rem; }
    .meta-divider { display: none; }
    .einv-seo-dates-row .meta-divider { display: inline; }
}

/* ===== RESPONSIVE - MOBILE MIC ===== */
@media (max-width: 480px) {
    .einv-seo-meta-card { padding: 12px 14px; }
    .seo-breadcrumbs { margin-bottom: 0.35rem; }
    .breadcrumb-list { font-size: 0.65rem; }
    .seo-page-title { font-size: 1.4rem; margin: 10px 0 8px 0; }
    .author-avatar-small { width: 32px; height: 32px; }
    .author-label { font-size: 0.55rem; }
    .author-name-link { font-size: 0.7rem; }

    .meta-date,
    .meta-reading-time,
    .meta-category { font-size: 0.65rem; }

    .meta-icon { width: 11px; height: 11px; }
    .meta-text { font-size: 0.65rem; }
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-contrast: high) {
    .einv-seo-meta-card {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .breadcrumb-link,
    .author-name-link,
    .meta-text { color: #ffffff; }
}

/* ===== PRINT ===== */
@media print {
    .einv-seo-meta-card {
        border: 1px solid #000;
        background: none;
        backdrop-filter: none;
        padding: 0.5rem;
    }

    .author-avatar-small { border-color: #000; }
    .meta-icon { display: none; }
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   SEPARATOARE + MARGIN-TOP + FONT-SIZE OVERRIDES
   Mutat din CSS inline al cardurilor individuale
   ============================================================ */

/* ── Separator comun — același design la toate cardurile ──── */
.einv-pp-separator,
.einv-argumente-separator,
.einv-sc3-separator,
.einv-ac-separator,
.einv-af-separator,
.einv-ghid-pasi-separator,
.einv-kr-separator,
.einv-csp-separator,
.einv-despre-separator,
.einv-faq-separator,
.einv-sdiv__separator,
.einv-tim__separator {
    height: 1px;
    background: rgba(255,255,255,.06);
    margin-top: 12px;
}

/* ── Margin-top 56px — spațiu față de separatorul precedent ─ */
.einv-performance-card,
.card-argumente,
.einv-sc3,
.einv-af,
.einv-ghid-pasi,
.einv-kr,
.einv-csp,
.card-despre-companie,
.einv-faq,
.einv-sdiv,
.einv-tim {
    margin-top: 56px;
}
/* ── einv-tim: proprietati de baza (font, culoare) ── */
.einv-tim {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e8e9eb;
    margin-bottom: 56px;
}
/* einv-ac__grid (card-recomandari) — margin-top pe grid, nu pe wrapper */
.einv-ac__grid { margin-top: 56px; }

/* ── Font-size titluri: 28px desktop explicit ────────────── */
.einv-performance-card-header h2,
.argumente-header h2,
.einv-ac__header h2,
.einv-af__hero-title,
.faq-header h2,
.despre-header h2,
.einv-csp__header h2 {
    font-size: 28px !important;
}

/* ── Font-size titluri: 22px mobile ≤600px ──────────────── */
@media (max-width: 600px) {
    .einv-performance-card-header h2 { font-size: 22px !important; }
    .argumente-header h2              { font-size: 22px !important; }
    .einv-ac__header h2               { font-size: 22px !important; }
    .einv-af__hero-title              { font-size: 22px !important; }
    .faq-header h2                    { font-size: 22px !important; }
    .despre-header h2                 { font-size: 22px !important; }
    .einv-csp__header h2              { font-size: 22px !important; }
    .einv-kr__title                   { font-size: 22px !important; }
    .einv-sc3__title                  { font-size: 22px !important; }
    .einv-sdiv__title                 { font-size: 22px !important; }
    .einv-tim__title                  { font-size: 22px !important; }
}

/* ============================================================
   CARD SĂNĂTATEA DIVIDENDULUI — namespace .einv-sdiv
   Mutat complet din inline CSS card-sanatate-dividende.php
   ============================================================ */
.einv-sdiv {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #e8e9eb;
    margin-bottom: 56px;
}
.einv-sdiv__header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.einv-sdiv__title {
    font-size: 28px !important;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
    letter-spacing: -0.025em;
}
.einv-sdiv__co { color: #2ada49; }
.einv-sdiv__intro { font-size: 14px; line-height: 1.65; color: rgba(232,233,235,0.72); margin: 0 0 20px; }
.einv-sdiv__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 16px; }
.einv-sdiv__card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.2s;
}
.einv-sdiv__card:hover { border-color: rgba(255,255,255,0.11); }
.einv-sdiv__card-header { display: flex; align-items: center; gap: 7px; }
.einv-sdiv__card-icon { flex-shrink: 0; display: flex; align-items: center; }
/* card-title: alb și mai puțin bold */
.einv-sdiv__card-title { font-size: 12px; font-weight: 500; color: #e8e9eb; flex: 1; line-height: 1.3; }
/* card-val: mai puțin bold */
.einv-sdiv__card-val { font-size: 18px; font-weight: 500; line-height: 1; flex-shrink: 0; }
.einv-sdiv__bar-track { height: 4px; background: rgba(255,255,255,0.07); border-radius: 99px; overflow: hidden; }
.einv-sdiv__bar-fill { height: 100%; border-radius: 99px; transition: width 0.6s ease; }
/* card-label: mai puțin bold */
.einv-sdiv__card-label { font-size: 12px; font-weight: 400; margin: 0; line-height: 1.3; }
.einv-sdiv__card-detail { font-size: 12px; color: rgba(232,233,235,0.55); line-height: 1.6; margin: 0; }
.einv-sdiv__verdict {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 12px;
}
.einv-sdiv__verdict-left { flex-shrink: 0; padding-top: 2px; }
.einv-sdiv__verdict-right { flex: 1; min-width: 0; }
.einv-sdiv__verdict-label { font-size: 16px; font-weight: 700; margin: 0 0 6px; line-height: 1.2; }
.einv-sdiv__verdict-desc { font-size: 13px; color: rgba(232,233,235,0.7); line-height: 1.6; margin: 0 0 8px; }
.einv-sdiv__verdict-dates { display: flex; flex-wrap: wrap; gap: 12px; font-size: 11px; color: rgba(232,233,235,0.4); margin: 0; }
.einv-sdiv__verdict-dates strong { color: rgba(232,233,235,0.7); }
.einv-sdiv__disclaimer {
    display: block;
    font-size: 11px;
    color: rgba(232,233,235,0.3);
    line-height: 1.6;
    margin: 0;
    padding-left: 16px;
    position: relative;
}
.einv-sdiv__disclaimer svg { position: absolute; left: 0; top: 3px; stroke: rgba(232,233,235,0.22); }
@media (max-width: 768px) {
    .einv-sdiv__card { padding: 14px; }
    .einv-sdiv__verdict { flex-direction: column; gap: 12px; padding: 16px; }
    .einv-sdiv__verdict-left { padding-top: 0; }
}
@media (max-width: 480px) {
    .einv-sdiv__card { padding: 12px; }
    .einv-sdiv__card-detail { font-size: 11px; }
}

/* ============================================================
   CARD SCOR EINVESTIȚII V2 — namespace .einv-scor-v2
   Mutat din inline CSS card-scor-einvestitii-v2.php
   ============================================================ */
/* ── PILONI GRID ─────────────────────────────────────────── */
    .einv-scor-v2__piloni-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .einv-scor-v2__pilon-card {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 13px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        transition: border-color 0.2s ease;
    }
    .einv-scor-v2__pilon-card:hover { border-color: rgba(255,255,255,0.11); }
    .einv-scor-v2__pilon-card-top {
        display: flex;
        align-items: center;
        gap: 7px;
    }
    .einv-scor-v2__pilon-card-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .einv-scor-v2__pilon-card-label {
        font-size: 12px;
        /* MODIFICAT: fără bold */
        font-weight: 400;
        color: rgba(232,233,235,0.75);
        line-height: 1.3;
        flex: 1;
    }
    .einv-scor-v2__pilon-card-score {
        /* MODIFICAT: mai mic și mai puțin bold */
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
        flex-shrink: 0;
    }
    @media (max-width: 768px) {
        .einv-scor-v2__pilon-card-score { font-size: 15px; font-weight: 500; }
    }
    .einv-scor-v2__pilon-card .einv-scor-v2__pilon-bar-track {
        height: 3px;
        background: rgba(255,255,255,0.07);
        border-radius: 99px;
        overflow: hidden;
    }
    .einv-scor-v2__pilon-card .einv-scor-v2__pilon-bar-fill {
        height: 100%;
        border-radius: 99px;
        transition: width 0.5s ease;
    }
    .einv-scor-v2__pilon-card .einv-scor-v2__pilon-detail {
        font-size: 11px;
        color: rgba(232,233,235,0.35);
        line-height: 1.4;
        white-space: normal;
    }
    /* ascundem pilonii vechi (nu ștergem din CSS unified) */
    .einv-scor-v2__pilon { display: none !important; }

    @media (max-width: 768px) {
        .einv-scor-v2__piloni-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
        .einv-scor-v2__pilon-card  { padding: 11px; }
    }
    @media (max-width: 480px) {
        .einv-scor-v2__pilon-card { padding: 10px 11px; }
        .einv-scor-v2__pilon-card-label { font-size: 11px; }
    }

    /* ── CERC mai mic: 128px desktop ────────────────────────── */
    .einv-scor-v2__circle-wrap {
        width:  128px !important;
        height: 128px !important;
    }
    .einv-scor-v2__circle-num strong { font-size: 2.2rem; }

    /* ── VERDICT BADGE mai mic ───────────────────────────────── */
    .einv-scor-v2__verdict-title { font-size: 1rem !important; }
    .einv-scor-v2__verdict-badge { padding: 0.7rem 0.9rem !important; }
    .einv-scor-v2__verdict-emoji { font-size: 1.55rem !important; }

    /* ── BONUS: padding-bottom pe mobile ─────────────────────── */
    @media (max-width: 768px) {
        .einv-scor-v2__bonus { margin-bottom: 10px; }
    }

    /* ── LABEL h3 "Scorul eInvestiții" — aliniat cu Hot Keys h3, puțin mai mare ─ */
    h3.einv-scor-v2__hero-label,
    .einv-scor-v2__hero-label {
        display: flex;
        align-items: center;
        gap: 7px;
        /* Hot Keys = 18px → aici puțin mai mare: 20px */
        font-size: 20px;
        font-weight: 700;
        color: #e8e9eb;
        letter-spacing: -.015em;
        line-height: 1.2;
        margin: 0 0 14px 0;
        padding: 0;
        border: none;
        grid-column: 1 / -1;
        grid-row: 1;
    }
    h3.einv-scor-v2__hero-label svg,
    .einv-scor-v2__hero-label svg { flex-shrink: 0; stroke: #2ada49; }
    .einv-scor-v2__hero-label-white { color: #e8e9eb; }
    @media (max-width: 768px) {
        h3.einv-scor-v2__hero-label,
        .einv-scor-v2__hero-label { font-size: 19px; }
    }
    @media (max-width: 480px) {
        h3.einv-scor-v2__hero-label,
        .einv-scor-v2__hero-label { font-size: 17px; }
    }

    /* ── HERO GRID: label rând 1 + cerc|verdict rând 2 ──────── */
    .einv-scor-v2__hero {
        display: grid !important;
        grid-template-columns: 128px 1fr !important;
        grid-template-rows: auto auto auto !important;
        gap: 0 1.5rem !important;
        align-items: center;
        padding: 18px 20px !important;
    }
    .einv-scor-v2__circle-wrap      { grid-row: 2; grid-column: 1; }
    .einv-scor-v2__verdict          { grid-row: 2; grid-column: 2; }
    .einv-scor-v2__verdict-desc-mob { grid-row: 3; grid-column: 1 / -1; }

    @media (max-width: 768px) {
        .einv-scor-v2__circle-wrap { width: 110px !important; height: 110px !important; }
        .einv-scor-v2__circle-num strong { font-size: 2rem; }
        .einv-scor-v2__hero {
            grid-template-columns: 110px 1fr !important;
            gap: 0 1.1rem !important;
            padding: 15px !important;
        }
    }
    @media (max-width: 480px) {
        .einv-scor-v2__circle-wrap { width: 96px !important; height: 96px !important; }
        .einv-scor-v2__circle-num strong { font-size: 1.8rem; }
        .einv-scor-v2__hero {
            grid-template-columns: 96px 1fr !important;
            gap: 0 0.9rem !important;
            padding: 13px !important;
        }
        .einv-scor-v2__hero-label { font-size: 13px; }
    }

    /* ── TABS — identice cu .argumente-tab-btn ───────────────── */
    .einv-scor-v2__tabs-wrap { margin-bottom: 0; }

    .einv-scor-v2__tabs-nav {
        display: flex;
        gap: 4px;
        padding: 4px;
        background: #0f1117;
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 12px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 14px;
    }
    .einv-scor-v2__tab-btn {
        flex: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 8px 16px;
        background: transparent;
        border: none;
        border-radius: 8px;
        font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
        font-size: 12.5px;
        font-weight: 600;
        color: rgba(232,233,235,0.55);
        cursor: pointer;
        transition: all 0.18s ease;
        white-space: nowrap;
        outline: none;
        line-height: 1.4;
    }
    .einv-scor-v2__tab-btn svg { width: 14px; height: 14px; flex-shrink: 0; }
    .einv-scor-v2__tab-btn:hover {
        color: rgba(232,233,235,0.9);
        background: rgba(255,255,255,0.05);
    }
    /* Tab 1 activ — verde (identic cu tab-pro activ) */
    .einv-scor-v2__tab-btn:first-child.is-active {
        background: rgba(42,218,73,0.13);
        color: rgba(232,233,235,0.9);
    }
    .einv-scor-v2__tab-btn:first-child.is-active svg { stroke: #2ada49; }
    /* Tab 2 activ — albastru subtil */
    .einv-scor-v2__tab-btn:last-child.is-active {
        background: rgba(91,159,212,0.12);
        color: rgba(232,233,235,0.9);
    }
    .einv-scor-v2__tab-btn:last-child.is-active svg { stroke: #5b9fd4; }

    .einv-scor-v2__tab-panel { display: none; }
    .einv-scor-v2__tab-panel.is-active { display: block; }

    /* ── MOBILE: niciun tab activ implicit ───────────────────── */
    /* Pe mobile panoul 1 e ascuns din start (is-active adăugat
       doar de JS după click, nu din PHP) */
    @media (max-width: 900px) {
        .einv-scor-v2__tab-btn.is-active--desktop-only {
            background: transparent !important;
            color: rgba(232,233,235,0.55) !important;
        }
        .einv-scor-v2__tab-panel.is-active--desktop-only {
            display: none !important;
        }
    }

    /* ── TAB 2: card metodologie prose ───────────────────────── */
    .einv-scor-v2__metod-card {
        background: rgba(255,255,255,0.02);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 12px;
        padding: 20px;
    }
    .einv-scor-v2__metod-card p {
        font-size: 13px;
        line-height: 1.7;
        color: rgba(232,233,235,0.65);
        margin: 0 0 12px;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
    }
    .einv-scor-v2__metod-card p:last-child { margin-bottom: 0; }
    .einv-scor-v2__metod-card strong { color: #e8e9eb; font-weight: 600; }
    .einv-scor-v2__metod-disclaimer {
        margin-top: 16px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.05);
        font-size: 11px;
        line-height: 1.55;
        color: rgba(255,255,255,0.25);
    }

/* ============================================================
   CARD SCOR HERO — namespace .einv-scor-hero-*
   Mutat din inline CSS card-scor-hero.php
   ============================================================ */
/* ── EYEBROW ──────────────────────────────────────────────── */
    .einv-scor-hero-eyebrow {
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: #2ada49;
        text-transform: uppercase;
        letter-spacing: .12em;
        margin-bottom: 7px;
        line-height: 1;
    }

    /* ── BRAND: logo + text pe același rând ──────────────────── */
    .einv-scor-hero-brand {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }
    .einv-scor-hero-brand-text {
        display: flex;
        flex-direction: column;
    }

    /* ── H2: font-size mai mic pe mobile ─────────────────────── */
    @media (max-width: 600px) {
        .einv-scor-hero-title { font-size: 22px !important; }
    }

    /* ── LAYOUT 2 COLOANE intro+points | scor ────────────────── */
    .einv-scor-hero-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        align-items: start;
    }
    .einv-scor-hero-col-scor .einv-scor-v2 { margin-bottom: 0; }
    .einv-scor-hero-col-scor .einv-scor-v2__header,
    .einv-scor-hero-col-scor .einv-scor-v2__intro { display: none; }
    @media (max-width: 900px) {
        .einv-scor-hero-cols { grid-template-columns: 1fr; gap: 20px; }
    }

    /* ── POINTS: structură de bază ───────────────────────────── */
    .einv-scor-hero-points {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .einv-scor-hero-points__col {
        background: rgba(255,255,255,.03);
        border: 1px solid rgba(255,255,255,.06);
        border-radius: 10px;
        overflow: hidden;
    }

    /* ── H4 heads: Puncte forte / Puncte slabe ───────────────── */
    h4.einv-scor-hero-points__head,
    .einv-scor-hero-points__head {
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 10px 14px;
        /* MODIFICAT: 16px conform cerinței */
        font-size: 16px;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0;
        line-height: 1.2;
        /* reset h4 */
        margin: 0;
        border: none;
    }
    h4.einv-scor-hero-points__head--pos,
    .einv-scor-hero-points__head--pos {
        color: #2ada49;
        background: rgba(42,218,73,.07);
        border-bottom: 1px solid rgba(42,218,73,.12);
    }
    h4.einv-scor-hero-points__head--pos svg,
    .einv-scor-hero-points__head--pos svg { stroke: #2ada49; }
    h4.einv-scor-hero-points__head--risk,
    .einv-scor-hero-points__head--risk {
        color: rgba(255,99,72,.9);
        background: rgba(255,99,72,.07);
        border-bottom: 1px solid rgba(255,99,72,.12);
    }
    h4.einv-scor-hero-points__head--risk svg,
    .einv-scor-hero-points__head--risk svg { stroke: rgba(255,99,72,.9); }

    .einv-scor-hero-points__item {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        padding: 9px 14px;
        border-top: 1px solid rgba(255,255,255,.04);
    }
    .einv-scor-hero-points__item:first-of-type { border-top: none; }
    .einv-scor-hero-points__icon {
        font-size: 14px;
        line-height: 1.5;
        flex-shrink: 0;
    }
    .einv-scor-hero-points__text {
        font-size: 12.5px;
        color: rgba(232,233,235,.62);
        line-height: 1.55;
        margin: 0;
    }
    .einv-scor-hero-points__text strong {
        color: rgba(232,233,235,.88);
        font-weight: 600;
    }

    /* ── H3 "Hot Keys" — DESKTOP (în col-intro) ─────────────── */
    h3.einv-scor-hero-hotkeys-title,
    .einv-scor-hero-hotkeys-title {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 700;
        color: #e8e9eb;
        letter-spacing: -.015em;
        line-height: 1.2;
        margin: 20px 0 12px 0;
        padding: 0;
        border: none;
    }
    h3.einv-scor-hero-hotkeys-title svg,
    .einv-scor-hero-hotkeys-title svg { flex-shrink: 0; stroke: #2ada49; fill: none; }

    /* ── H3 "Hot Keys" — MOBILE ONLY ────────────────────────── */
    /* Clasă complet separată — nicio legătură cu hotkeys-title de sus */
    .einv-scor-hero-hotkeys-title--mobile {
        display: none;
        align-items: center;
        gap: 8px;
        font-size: 20px;
        font-weight: 700;
        color: #e8e9eb;
        letter-spacing: -.015em;
        line-height: 1.2;
        margin: 20px 0 12px 0;
        padding: 0;
        border: none;
    }
    .einv-scor-hero-hotkeys-title--mobile svg { flex-shrink: 0; stroke: #2ada49; fill: none; }

    @media (max-width: 900px) {
        /* ascundem H3-ul desktop din col-intro */
        .einv-scor-hero-col-intro .einv-scor-hero-hotkeys-title { display: none !important; }
        /* afișăm H3-ul mobil */
        .einv-scor-hero-hotkeys-title--mobile { display: flex; font-size: 20px; }
    }
    @media (max-width: 600px) {
        .einv-scor-hero-hotkeys-title--mobile { font-size: 18px; }
    }
    .einv-scor-hero-points--desktop {
        margin-top: 0; /* spațiul vine din H3 */
        display: grid;
    }
    @media (max-width: 900px) {
        .einv-scor-hero-points--desktop { display: none !important; }
    }
    @media (max-width: 500px) {
        .einv-scor-hero-points { grid-template-columns: 1fr; }
    }

    /* ── POINTS MOBILE ───────────────────────────────────────── */
    .einv-scor-hero-points--mobile {
        margin-top: 0;
        display: none;
    }
    @media (max-width: 900px) {
        .einv-scor-hero-points--mobile { display: grid; }
    }

    /* ── "VEZI MAI MULTE" — fără bold, culoare mai deschisă ─── */
    .einv-scor-hero-points__see-more {
        display: flex;
        align-items: center;
        gap: 6px;
        width: 100%;
        padding: 9px 14px;
        background: none;
        border: none;
        border-top: 1px solid rgba(255,255,255,.04);
        font-family: 'Poppins', -apple-system, sans-serif;
        font-size: 12px;
        /* MODIFICAT: fără bold */
        font-weight: 400;
        /* MODIFICAT: culoare mai deschisă */
        color: rgba(232,233,235,.55);
        cursor: pointer;
        transition: color .18s;
        text-align: left;
    }
    .einv-scor-hero-points__see-more:hover { color: rgba(232,233,235,.82); }
    .einv-scor-hero-points__see-more svg {
        width: 13px;
        height: 13px;
        flex-shrink: 0;
        transition: transform .3s;
    }
    .einv-scor-hero-points__see-more.is-open svg { transform: rotate(180deg); }
    .einv-scor-hero-points__see-more.is-open { color: rgba(232,233,235,.7); }
    .einv-scor-hero-points__more .einv-scor-hero-points__item { border-top: 1px solid rgba(255,255,255,.04); }

    /* ── SEPARATOR final ──────────────────────────────────────── */
    .einv-scor-hero-separator {
        height: 1px;
        background: rgba(255,255,255,.06);
        margin-top: 12px;
    }

/* ============================================================
   CARD TIMING INTRARE — namespace .einv-tim
   Mutat din inline CSS card-timing-intrare.php
   ============================================================ */
/* ═══════════════════════════════════════════════════════════════
       CARD TIMING INTRARE v7 — namespace .einv-tim
       Structură identică cu .einv-af:
         .einv-tim__wrap    = .einv-af (border + border-radius pe wrapper)
         .einv-tim__hero    = .einv-af__hero (sus, bg #0f1117)
         .einv-tim__sep     = .einv-af__sep (separator 1px)
         .einv-tim__body    = .einv-af__body (grid 240px + 1fr)
         .einv-tim__tabs    = .einv-af__tabs (sidebar stânga)
         .einv-tim__tab     = .einv-af__tab
         .einv-tim__panels  = .einv-af__panels (dreapta)
         .einv-tim__panel   = .einv-af__panel
       Font-sizes identice cu einv-af:
         hero-verdict:  2rem (32px) fw700  ← ca einv-af__hero-title
         hero-desc:     14px              ← ca einv-af__hero-intro
         hero-badge:    11px              ← ca einv-af__hero-badge
         panel-title:   18px fw700        ← ca einv-af__panel-title desktop
         panel-title mob: 16px fw600      ← ca einv-af__panel-title mobile
         tab-label:     13px fw600        ← ca einv-af__tab-label
         card-label:    13px fw600
         card-detail:   14px line-height 1.75 ← ca einv-af__content
         card-value:    13px fw600
         disclaimer:    11px
    ═══════════════════════════════════════════════════════════════ */

    /* .einv-tim baza mutata in blocul comun */

    /* ── HEADER LIBER ─────────────────────────────────────────── */
    .einv-tim__header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    /* Titlu: 28px pe TOATE ecranele (ca fin-card-sumar-v4__title) */
    .einv-tim__title {
        font-size: 28px !important;
        font-weight: 700;
        color: #ffffff;
        margin: 0;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }
    .einv-tim__co { color: #2ada49; }
    .einv-tim__intro {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 20px;
    }
    .einv-tim__intro strong { color: rgba(232,233,235,0.9); font-weight: 600; }

    /* ── CARD UNITAR (ca .einv-af) ─────────────────────────────── */
    .einv-tim__wrap {
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 16px;
        overflow: visible;
        margin-bottom: 16px;
    }

    /* ── HERO cu bg image + lazy-load (ca einv-af__hero) ────────── */
    .einv-tim__hero {
        display: flex;
        align-items: center;
        gap: 28px;
        padding: 44px 32px 40px;
        background-color: #0f1117;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 16px 16px 0 0;
        position: relative;
    }
    .einv-tim__hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(8,10,14,0.25) 0%, rgba(8,10,14,0.80) 100%);
        border-radius: 16px 16px 0 0;
        pointer-events: none;
        z-index: 0;
    }
    .einv-tim__hero > * { position: relative; z-index: 1; }
    .einv-tim__hero.bg-loaded { background-image: var(--einv-tim-bg); }

    .einv-tim__hero-score {
        font-size: 64px;
        font-weight: 700;
        line-height: 1;
        flex-shrink: 0;
        text-align: center;
        min-width: 96px;
    }
    .einv-tim__hero-score span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: rgba(255,255,255,0.5);
        text-align: center;
        margin-top: 4px;
    }
    .einv-tim__hero-right { flex: 1; min-width: 0; }

    /* Verdict: 1.5rem desktop — mai mic decât 2rem, dar pregnant */
    .einv-tim__hero-verdict {
        font-size: 1.5rem !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin: 0 0 12px;
    }

    /* Pills: badge-uri neutre cu cifra colorată, text alb dimmed */
    .einv-tim__hero-counts {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 0 0 14px;
    }
    .einv-tim__pill {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 500;
        color: rgba(232,233,235,0.6);
        padding: 3px 10px;
        border-radius: 5px;
        background: rgba(255,255,255,0.07);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,0.12);
    }
    .einv-tim__pill-num {
        font-weight: 700;
        font-style: normal;
        display: inline;
    }
    .einv-tim__pill-num--bull    { color: #2ada49 !important; }
    .einv-tim__pill-num--neutral { color: #f0a023 !important; }
    .einv-tim__pill-num--bear    { color: #f90029 !important; }

    /* Descriere: 14px, ca einv-af__hero-intro */
    .einv-tim__hero-desc {
        font-size: 14px;
        line-height: 1.65;
        color: rgba(232,233,235,0.72);
        margin: 0 0 12px;
    }

    /* Badge dată: 11px, ca einv-af__hero-badge */
    .einv-tim__hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 400;
        color: rgba(255,255,255,0.55);
        line-height: 1;
    }
    .einv-tim__hero-badge svg {
        width: 12px; height: 12px;
        flex-shrink: 0;
        stroke: rgba(255,255,255,0.55);
    }

    /* ── SEPARATOR ─────────────────────────────────────────────── */
    .einv-tim__sep {
        height: 1px;
        background: rgba(255,255,255,0.06);
        margin: 0;
    }

    /* ── BODY ──────────────────────────────────────────────────── */
    .einv-tim__body {
        display: grid;
        grid-template-columns: auto 1fr;
        background: rgba(255,255,255,0.02);
        border-radius: 0 0 16px 16px;
        overflow: hidden;
    }

    /* ── TABS: lățime auto ca să încapă tot textul ─────────────── */
    .einv-tim__tabs {
        display: flex;
        flex-direction: column;
        border-right: 1px solid rgba(255,255,255,0.06);
        padding: 8px;
        gap: 4px;
        background: rgba(255,255,255,0.015);
        width: max-content;
        min-width: 210px;
    }
    .einv-tim__tab {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 16px 14px 12px;
        background: transparent;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.18s ease;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        font-family: inherit;
        outline: none;
        white-space: nowrap;
    }
    .einv-tim__tab:hover { background: rgba(255,255,255,0.04); }
    .einv-tim__tab.is-active {
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.15);
    }
    .einv-tim__tab-icon {
        width: 32px; height: 32px;
        border-radius: 8px;
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
        background: rgba(42,218,73,0.08);
        border: 1px solid rgba(42,218,73,0.15);
        color: #2ada49;
        transition: all 0.18s;
    }
    .einv-tim__tab.is-active .einv-tim__tab-icon { background: rgba(42,218,73,0.16); }
    .einv-tim__tab-icon svg { width: 15px; height: 15px; }
    /* Label: 13px fw600, ca einv-af__tab-label */
    .einv-tim__tab-label {
        font-size: 13px;
        font-weight: 600;
        color: rgba(232,233,235,0.6);
        line-height: 1.2;
        transition: color 0.18s;
    }
    .einv-tim__tab:hover .einv-tim__tab-label,
    .einv-tim__tab.is-active .einv-tim__tab-label { color: #ffffff; }
    .einv-tim__tab-arrow {
        flex-shrink: 0;
        margin-left: 12px;
        color: rgba(232,233,235,0.15);
        transition: color 0.18s;
    }
    .einv-tim__tab.is-active .einv-tim__tab-arrow { color: #2ada49; }

    /* ── PANELS ─────────────────────────────────────────────────── */
    .einv-tim__panels { position: relative; min-height: 0; }
    .einv-tim__panel {
        display: none;
        padding: 28px;
        animation: einvTimFade 0.22s ease;
    }
    .einv-tim__panel.is-active { display: block; }
    @keyframes einvTimFade {
        from { opacity: 0; transform: translateY(5px); }
        to   { opacity: 1; transform: translateY(0); }
    }
    /* Titlu panel desktop: 18px fw700, ca einv-af__panel-title */
    .einv-tim__panel-title {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }
    .einv-tim__panel-title-arrow { display: none; }

    /* ── GRID 2 COLOANE ─────────────────────────────────────────── */
    .einv-tim__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    /* ── CARD SEMNAL — neutral ──────────────────────────────────── */
    .einv-tim__card {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 10px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        transition: border-color 0.2s ease;
    }
    .einv-tim__card:hover { border-color: rgba(255,255,255,0.11); }
    .einv-tim__card-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8px;
    }
    .einv-tim__card-label {
        font-size: 13px;
        font-weight: 600;
        color: #ffffff;
        line-height: 1.3;
        flex: 1;
    }
    .einv-tim__card-score {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        flex-shrink: 0;
    }
    .einv-tim__card-bar {
        height: 3px;
        background: rgba(255,255,255,0.07);
        border-radius: 99px;
        overflow: hidden;
    }
    .einv-tim__card-bar-fill {
        height: 100%;
        border-radius: 99px;
        transition: width 0.5s ease;
    }
    .einv-tim__card-value {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
    }
    .einv-tim__card-detail {
        font-size: 12px;
        color: rgba(232,233,235,0.65);
        line-height: 1.65;
        margin: 0;
    }

    /* ── DISCLAIMER — uniform, fără accent ─────────────────────── */
    .einv-tim__disclaimer {
        display: block;
        font-size: 11px;
        color: rgba(232,233,235,0.3);
        line-height: 1.6;
        margin: 0;
        padding-left: 16px;
        position: relative;
    }
    .einv-tim__disclaimer svg {
        position: absolute;
        left: 0;
        top: 3px;
        stroke: rgba(232,233,235,0.22);
    }

    /* ════════════════════════════════════════════════════════════
       RESPONSIVE — TABLET (max-width: 968px)
    ════════════════════════════════════════════════════════════ */
    @media (max-width: 968px) {
        .einv-tim__hero-score { font-size: 52px; }
        .einv-tim__hero-verdict { font-size: 1.3rem !important; }
    }

    /* ════════════════════════════════════════════════════════════
       RESPONSIVE — MOBILE (max-width: 768px)
    ════════════════════════════════════════════════════════════ */
    @media (max-width: 768px) {
        .einv-tim__intro { margin-bottom: 16px; }

        .einv-tim__wrap { border-radius: 14px; overflow: hidden; }

        .einv-tim__hero {
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
            padding: 20px;
            border-radius: 0;
        }
        .einv-tim__hero::after { border-radius: 0; }

        .einv-tim__hero-score {
            font-size: 48px;
            display: flex;
            align-items: baseline;
            gap: 5px;
            min-width: unset;
        }
        .einv-tim__hero-score span { display: inline; font-size: 13px; margin-top: 0; }
        .einv-tim__hero-verdict { font-size: 1.25rem !important; }

        .einv-tim__body {
            display: flex;
            flex-direction: column;
            border-radius: 0 0 14px 14px;
        }
        .einv-tim__tabs { display: none; }

        /* Accordion: identic cu einv-af mobile */
        .einv-tim__panels { display: flex; flex-direction: column; }
        .einv-tim__panel { display: block !important; padding: 0; animation: none; }

        .einv-tim__panel-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 16px 20px;
            margin: 0;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            color: rgba(232,233,235,0.75);
            transition: color 0.18s, background 0.18s;
            user-select: none;
        }
        .einv-tim__panel-title:hover { color: #ffffff; background: rgba(255,255,255,0.03); }
        .einv-tim__panel-title.is-open { color: #ffffff; }

        .einv-tim__panel-title-arrow {
            display: block;
            flex-shrink: 0;
            color: rgba(232,233,235,0.25);
            transition: transform 0.3s ease, color 0.18s;
        }
        .einv-tim__panel-title.is-open .einv-tim__panel-title-arrow {
            transform: rotate(180deg);
            color: #2ada49;
        }

        .einv-tim__panel-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
        .einv-tim__panel-body.is-open { max-height: 3000px; }
        .einv-tim__panel-body-inner { padding: 20px; }

        .einv-tim__grid { grid-template-columns: 1fr; gap: 10px; }
        .einv-tim__card { padding: 14px; }
        .einv-tim__card-score { font-size: 20px; }
    }

    /* ════════════════════════════════════════════════════════════
       RESPONSIVE — SMALL MOBILE (max-width: 480px)
    ════════════════════════════════════════════════════════════ */
    @media (max-width: 480px) {
        .einv-tim__hero { padding: 20px; }
        .einv-tim__hero-score { font-size: 40px; }
        .einv-tim__hero-verdict { font-size: 1.15rem !important; }
        .einv-tim__panel-title { padding: 14px 16px; font-size: 15px; }
        .einv-tim__panel-body-inner { padding: 16px; }
    }

    * { -webkit-tap-highlight-color: transparent; }

    /* ── Titlu: 28px desktop / 22px ≤600px ──────────────────── */
    /* font-size 28px definit in sectiunea .einv-tim__title de la L7914 */
    @media (max-width: 600px) {
        .einv-tim__title { font-size: 22px !important; }
    }

    /* ── card-value: fără bold ───────────────────────────────── */
    .einv-tim__card-value { font-weight: 400; }

    /* ── card-score: mai puțin bold ─────────────────────────── */
    .einv-tim__card-score { font-weight: 500; }

    /* ── margin-top: 56px mutat in blocul comun de la sectiunea separatoare ── */

    /* ── .einv-tim__separator definit in blocul comun de separatoare ── */
