/* Blog — articole */
:root {
    --bg-main: #F8FAFC;
    --bg-card: #FFFFFF;
    --bg-section: #F1F5F9;
    --text-main: #0F172A;
    --text-muted: #475569;
    --primary: #2563EB;
    --primary-hover: #1D4ED8;
    --accent: #22C55E;
    --border: #E2E8F0;
    --shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.hero-section {
    background: #F8FAFC !important;
    min-height: auto !important;
    padding-top: 75px !important;
    padding-bottom: 0 !important;
}

.hero-section h1 {
    color: var(--text-main) !important;
    margin-bottom: 0.5rem !important;
    font-size: 2rem !important;
}

.hero-section .lead {
    color: var(--text-main) !important;
    margin-bottom: 0 !important;
}

.hero-section .hero-inner {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section p {
    margin-bottom: 0.25rem !important;
}

.hero-section .article-meta {
    margin-bottom: 0 !important;
}

.blog-article {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-article h2 {
    color: var(--text-main);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.blog-article h2 .icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    flex-shrink: 0;
}

.blog-article .intro-block {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(34, 197, 94, 0.06) 100%);
    border-left: 4px solid var(--primary);
    padding: 1.5rem 1.75rem;
    border-radius: 0 12px 12px 0;
    margin: 2rem 0;
}

.blog-article .highlight-quote {
    background: var(--bg-section);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-weight: 600;
    font-size: 1.15rem;
    border: 1px solid var(--border);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.blog-article .highlight-quote i {
    color: var(--primary);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.blog-article .list-icon-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.blog-article .list-icon-item i {
    color: var(--accent);
    margin-top: 0.35rem;
    flex-shrink: 0;
}

.blog-article .list-icon-item.negative i {
    color: #DC2626;
}

.blog-article .card-box {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    margin: 1.5rem 0;
    box-shadow: var(--shadow);
}

.blog-article .error-box {
    border-left: 4px solid #DC2626;
    background: rgba(220, 38, 38, 0.06);
}

.blog-article .solution-box {
    border-left: 4px solid var(--accent);
    background: rgba(34, 197, 94, 0.06);
}

.blog-article .conclusion-block {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);
    color: white !important;
    border-radius: 12px;
    padding: 2rem;
    margin: 2.5rem 0;
}

.blog-article .conclusion-block p,
.blog-article .conclusion-block .lead {
    color: white !important;
}

.blog-article a:not(.btn) {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-article a:not(.btn):hover {
    color: var(--primary-hover);
}

.blog-article .conclusion-block a:not(.btn) {
    color: #fff !important;
}

.blog-article .card-box a:not(.btn) {
    font-weight: 600;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.article-meta i {
    color: var(--primary);
}

footer.bg-dark {
    background-color: #1a202c !important;
}

.blog-hero-kicker {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}

.blog-hero-title {
    color: var(--text-main) !important;
}

.page-blog-article .breadcrumb {
    --bs-breadcrumb-divider: '›';
    font-size: 0.9rem;
    justify-content: center;
}

.page-blog-article .breadcrumb a {
    color: var(--primary);
    text-decoration: none;
}

.blog-article h2 {
    flex-wrap: wrap;
}

.blog-related-links {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 88px !important;
    }
    .blog-article h2 {
        font-size: 1.25rem;
    }
    .blog-article h2 .icon-wrap {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 80px !important;
    }
    .blog-hero-title {
        font-size: 1.5rem !important;
    }
    .blog-article {
        font-size: 1rem;
    }
    .article-meta {
        font-size: 0.85rem;
        justify-content: center;
    }
    .page-blog-article .breadcrumb-item.active {
        max-width: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
