/* Reinvent Consulting - Brand Override v20260402 */
:root {
    --theme-color:        #7B1113;
    --theme-color2:       #5A0C0E;
    --title-color:        #1A1A1A;
    --body-color:         #555555;
    --rc-primary:         #7B1113;
    --rc-primary-dark:    #5A0C0E;
    --rc-primary-light:   #F4E8E8;
    --rc-text:            #1A1A1A;
    --rc-text-light:      #555555;
    --rc-bg:              #FFFFFF;
    --rc-bg-alt:          #F5F5F5;
    --rc-dark:            #1A1A1A;
}

/* ─── Meniu: hover cu fundal pill ────────────────────────────── */
.main-menu > ul > li {
    margin: 0 3px !important;
}
.main-menu > ul > li > a {
    padding: 7px 10px !important;
    font-size: 15px !important;
    border-radius: 6px;
    transition: background .2s, color .2s !important;
    text-transform: none !important;
}
.th-mobile-menu ul li a {
    text-transform: none !important;
}
.main-menu > ul > li > a:hover,
.main-menu > ul > li.active > a,
nav.main-menu ul li.active > a {
    background: var(--rc-primary-light) !important;
    color: var(--rc-primary) !important;
    border-radius: 6px;
}
/* Dropdown accent */
.main-menu ul ul.sub-menu {
    border-top: 3px solid var(--rc-primary) !important;
}
.main-menu ul ul.sub-menu li a:hover {
    color: var(--rc-primary) !important;
    padding-left: 25px !important;
}

/* ─── Header row: no wrap ─────────────────────────────────────── */
.sticky-wrapper .row {
    flex-wrap: nowrap !important;
}

/* ─── Buton template (header CTA) ────────────────────────────── */
.th-btn {
    background-color: var(--rc-primary) !important;
    border-radius: 8px !important;
    color: #fff !important;
    text-transform: none !important;
    white-space: nowrap !important;
}
@media (max-width: 1399px) {
    .header-button .th-btn {
        padding: 13px 16px !important;
        font-size: 14px !important;
    }
    .main-menu > ul > li > a {
        padding: 7px 7px !important;
        font-size: 14px !important;
    }
    .sticky-wrapper .row {
        gap: 0 !important;
    }
    .sticky-wrapper .row > .col-auto {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
.th-btn:hover, .th-btn.active {
    color: #fff !important;
    background-color: var(--rc-primary-dark) !important;
}
.th-btn:before, .th-btn:after {
    background: var(--rc-primary-dark) !important;
}
.th-btn:hover:after, .th-btn.active:after {
    background-color: var(--rc-primary-dark) !important;
}

/* ─── Topbar ────────────────────────────────────────────────── */
.rc-topbar {
    background: var(--rc-primary);
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}
.rc-topbar a { color: #fff; text-decoration: none; }
.rc-topbar a:hover { color: #ffd0d0; }
.rc-topbar-item { display: inline-flex; align-items: center; gap: 6px; margin-right: 20px; }
.rc-topbar-item i { color: rgba(255,255,255,0.8); }

/* ─── Hero ───────────────────────────────────────────────────── */
.rc-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Overlay subtil — imagine vizibilă, text lizibil */
.rc-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(
        105deg,
        rgba(9,14,20,.60) 0%,
        rgba(9,14,20,.30) 55%,
        rgba(9,14,20,.10) 100%
    );
}
.rc-hero-content { position: relative; z-index: 2; color: #fff; }
.rc-hero-title {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
}
.rc-hero-sub {
    font-size: 1.05rem;
    opacity: .95;
    margin-bottom: 34px;
    max-width: 540px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,.3);
}
@media(max-width:767px) {
    .rc-hero-title { font-size: 1.25rem; }
    .rc-hero { min-height: 400px; }
}
@media(min-width:1200px) {
    .rc-hero-title { font-size: 1.6rem; }
}

/* ─── Page header banner ─────────────────────────────────────── */
.rc-page-header {
    background: linear-gradient(135deg, var(--rc-primary) 0%, #9B1517 100%);
    padding: 70px 0 50px; text-align: center; color: #fff;
}
.rc-page-header h1 { color: #fff; margin-bottom: 12px; font-size: 1.25rem !important; font-weight: 700; line-height: 1.45; }
.rc-page-header .breadcrumb { justify-content: center; background: transparent; padding: 0; }
.rc-page-header .breadcrumb-item { color: rgba(255,255,255,.7); }
.rc-page-header .breadcrumb-item.active { color: #ffd0d0; }
.rc-page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* ─── Tables ─────────────────────────────────────────────────── */
.rc-table-wrap { overflow-x: auto; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.07); }
.rc-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 400px; }
.rc-table thead tr { background: var(--rc-primary); color: #fff; }
.rc-table th { padding: 14px 20px; font-size: .85rem; font-weight: 600; text-align: left; color: #fff !important; }
.rc-table td { padding: 13px 20px; font-size: .9rem; color: #484848; border-bottom: 1px solid #f0f3f7; vertical-align: middle; }
.rc-table tbody tr:last-child td { border-bottom: none; }
.rc-table tbody tr:hover td { background: #fff5f5; }
.rc-price { text-align: right; font-weight: 700; color: var(--rc-primary); white-space: nowrap; }

/* ─── Sections ───────────────────────────────────────────────── */
.rc-section { padding: 72px 0; }
.rc-section-alt { background: var(--rc-bg-alt); }
.rc-section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--rc-primary);
    margin-bottom: 14px;
}
.rc-section-subtitle { color: var(--rc-text-light); font-size: 1rem; max-width: 640px; margin: 0 auto 36px; }

/* ─── Cards (servicii principale) ───────────────────────────── */
.rc-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    overflow: hidden;
    height: 100%;
    transition: box-shadow .25s, transform .25s, border-bottom .25s;
    border-bottom: 3px solid transparent;
}
.rc-card:hover {
    box-shadow: 0 10px 40px rgba(123,17,19,.14);
    transform: translateY(-5px);
    border-bottom-color: var(--rc-primary);
}
.rc-card-img { width: 100%; height: 210px; object-fit: cover; }
.rc-card-body { padding: 26px 22px; }
.rc-card-title { font-size: 1.1rem; font-weight: 700; color: var(--rc-text); margin-bottom: 10px; }
.rc-card-text { color: var(--rc-text-light); font-size: .92rem; line-height: 1.65; }
.rc-card-price { font-size: 1.45rem; font-weight: 800; color: var(--rc-primary); margin: 12px 0 4px; }
.rc-card-price-sub { font-size: .8rem; color: #888; }

/* ─── Icon cards ─────────────────────────────────────────────── */
.rc-icon-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    height: 100%;
    transition: box-shadow .25s, transform .25s;
    border-left: 4px solid var(--rc-primary);
}
.rc-icon-card:hover {
    box-shadow: 0 8px 40px rgba(123,17,19,.13);
    transform: translateY(-4px);
}
.rc-icon-card-icon {
    width: 52px; height: 52px;
    background: var(--rc-primary-light);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.rc-icon-card-icon i { color: var(--rc-primary); font-size: 22px; }
.rc-icon-card-title { font-size: 1rem; font-weight: 700; color: var(--rc-text); margin-bottom: 8px; }
.rc-icon-card-text { color: var(--rc-text-light); font-size: .88rem; line-height: 1.6; }

/* ─── Stats / "De ce Reinvent?" ──────────────────────────────── */
.rc-stats-section {
    background: #fff;
    padding: 56px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.rc-stat-item {
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid #f0f0f0;
}
.rc-stat-item:last-child { border-right: none; }
@media(max-width:767px) { .rc-stat-item { border-right: none; } }
.rc-stat-icon {
    width: 48px; height: 48px;
    background: var(--rc-primary-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
}
.rc-stat-icon i { color: var(--rc-primary); font-size: 1.2rem; }
.rc-stat-num {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--rc-primary);
    line-height: 1;
    margin-bottom: 4px;
}
.rc-stat-label {
    font-size: .85rem;
    color: var(--rc-text-light);
    font-weight: 500;
}
/* Feature items (Why Reinvent sub-row) */
.rc-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
}
.rc-feature-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    background: var(--rc-primary-light);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
}
.rc-feature-icon i { color: var(--rc-primary); font-size: 1rem; }
.rc-feature-title { font-size: .95rem; font-weight: 700; color: var(--rc-text); margin-bottom: 3px; }
.rc-feature-text { font-size: .85rem; color: var(--rc-text-light); margin: 0; line-height: 1.5; }

/* ─── Bandă caracteristici (fundal gri închis) ───────────────── */
.rc-features-band {
    background: var(--rc-primary);
    padding: 28px 0;
}
.rc-feature-item-dark { padding: 12px 0; }
.rc-feature-item-dark .rc-feature-icon {
    background: rgba(255,255,255,.2);
}
.rc-feature-item-dark .rc-feature-icon i { color: #fff; }
.rc-feature-item-dark .rc-feature-title { color: #fff; }
.rc-feature-item-dark .rc-feature-text { color: rgba(255,255,255,.65); }

/* ─── Service grid "Toate serviciile" ────────────────────────── */
.rc-service-item {
    background: #fff;
    border-radius: 12px;
    padding: 26px 18px 22px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(0,0,0,.06);
    transition: all .25s ease;
    border-top: 3px solid var(--rc-primary);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.rc-service-item::before {
    content: '';
    position: absolute; inset: 0;
    background: var(--rc-primary);
    transform: translateY(100%);
    transition: transform .3s ease;
    z-index: 0;
}
.rc-service-item:hover::before { transform: translateY(0); }
.rc-service-item:hover { box-shadow: 0 8px 28px rgba(123,17,19,.2); transform: translateY(-3px); }
.rc-service-icon {
    width: 50px; height: 50px;
    background: var(--rc-primary-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
    position: relative; z-index: 1;
    transition: background .25s;
}
.rc-service-item:hover .rc-service-icon { background: rgba(255,255,255,.2); }
.rc-service-item i {
    font-size: 1.3rem;
    color: var(--rc-primary);
    position: relative; z-index: 1;
    transition: color .25s;
}
.rc-service-item:hover i { color: #fff; }
.rc-service-item h5 {
    font-size: .88rem;
    font-weight: 600;
    color: var(--rc-text);
    margin: 0;
    position: relative; z-index: 1;
    transition: color .25s;
}
.rc-service-item:hover h5 { color: #fff; }

/* ─── CTA strip ──────────────────────────────────────────────── */
.rc-cta {
    background: var(--rc-bg-alt);
    padding: 48px 0;
    text-align: center;
    border-top: 3px solid var(--rc-primary);
}
.rc-cta h2 { color: var(--rc-primary); margin-bottom: 8px; font-size: 1.8rem; }
.rc-cta p { color: var(--rc-text-light); margin-bottom: 24px; font-size: .97rem; }
/* Butoane în CTA (fundal deschis → vișiniu solid + outline vizibil) */
.rc-cta .rc-btn-light {
    background: var(--rc-primary) !important;
    color: #fff !important;
}
.rc-cta .rc-btn-light:hover { background: var(--rc-primary-dark) !important; }
.rc-cta .rc-btn-outline {
    border-color: var(--rc-primary) !important;
    color: var(--rc-primary) !important;
}
.rc-cta .rc-btn-outline:hover { background: var(--rc-primary) !important; color: #fff !important; }

/* ─── Lista compactă info (contact/localizare) ───────────────── */
.rc-info-list { list-style: none; padding: 0; margin: 0; }
.rc-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}
.rc-info-item:last-child { border-bottom: none; }
.rc-info-icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: var(--rc-primary-light);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
}
.rc-info-icon i { color: var(--rc-primary); font-size: .95rem; }
.rc-info-label { font-size: .78rem; font-weight: 600; color: var(--rc-text-light); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px; }
.rc-info-value { font-size: .92rem; color: var(--rc-text); line-height: 1.5; }
.rc-info-value a { color: var(--rc-primary); text-decoration: none; }
.rc-info-value a:hover { color: var(--rc-primary-dark); }

/* ─── OSIM Callout ───────────────────────────────────────────── */
.rc-osim-callout {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    border: 1.5px solid var(--rc-primary-light);
    border-left: 5px solid var(--rc-primary);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(123,17,19,.06);
}
.rc-osim-callout-icon {
    width: 72px; height: 72px; flex-shrink: 0;
    background: var(--rc-primary-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.rc-osim-callout-icon i { color: var(--rc-primary); font-size: 2rem; }
.rc-osim-callout-body { flex: 1; min-width: 200px; }
.rc-osim-callout-body h2 { font-size: 1.35rem; font-weight: 700; color: var(--rc-primary); margin-bottom: 8px; }
.rc-osim-callout-body p { color: var(--rc-text-light); font-size: .93rem; margin: 0; }
@media(max-width:576px) { .rc-osim-callout { padding: 20px; } }

/* ─── Butoane ────────────────────────────────────────────────── */
.rc-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--rc-primary); color: #fff !important;
    padding: 12px 28px; border-radius: 8px;
    font-weight: 600; font-size: .93rem;
    text-decoration: none !important;
    transition: background .2s, transform .15s;
    border: none; cursor: pointer;
}
.rc-btn:hover { background: var(--rc-primary-dark); transform: translateY(-2px); color: #fff !important; }
.rc-btn-outline {
    background: transparent;
    border: 2px solid var(--rc-primary);
    color: var(--rc-primary) !important;
}
.rc-btn-outline:hover { background: var(--rc-primary); color: #fff !important; }
.rc-btn-light { background: #fff; color: var(--rc-primary) !important; }
.rc-btn-light:hover { background: var(--rc-primary-light); }

/* ─── About ──────────────────────────────────────────────────── */
.rc-about-img { border-radius: 16px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,.1); }
.rc-about-img img { width: 100%; display: block; }

/* ─── Contact form ───────────────────────────────────────────── */
.rc-form-group { margin-bottom: 18px; }
.rc-form-group label { font-weight: 600; color: var(--rc-text); margin-bottom: 5px; display: block; font-size: .88rem; }
.rc-form-control {
    width: 100%; padding: 11px 15px;
    border: 1.5px solid #e0e0e0; border-radius: 8px;
    font-size: .93rem; color: var(--rc-text); background: #fff;
    transition: border-color .2s; outline: none;
}
.rc-form-control:focus { border-color: var(--rc-primary); }

/* ─── Contact info card ──────────────────────────────────────── */
.rc-contact-card {
    background: #fff; border-radius: 14px;
    padding: 30px 24px; box-shadow: 0 4px 24px rgba(0,0,0,.07);
    height: 100%; text-align: center;
}
.rc-contact-card-icon {
    width: 60px; height: 60px; background: var(--rc-primary-light);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.rc-contact-card-icon i { color: var(--rc-primary); font-size: 24px; }
.rc-contact-card h4 { font-size: 1.05rem; font-weight: 700; color: var(--rc-text); margin-bottom: 8px; }
.rc-contact-card p { color: var(--rc-text-light); font-size: .9rem; margin: 0; }
.rc-contact-card a { color: var(--rc-text-light); text-decoration: none; }
.rc-contact-card a:hover { color: var(--rc-primary); }

/* ─── Table section heading ──────────────────────────────────── */
.rc-table-section { margin-bottom: 36px; max-width: 900px; margin-left: auto; margin-right: auto; }
.rc-table-section-title {
    font-size: 1.15rem; font-weight: 700; color: var(--rc-primary);
    padding: 10px 18px; background: var(--rc-primary-light);
    border-left: 4px solid var(--rc-primary); border-radius: 0 8px 8px 0;
    margin-bottom: 12px;
}

/* ─── Discount badge ─────────────────────────────────────────── */
.rc-discount {
    background: #fffbec; border: 1px solid #ffc107;
    border-radius: 8px; padding: 12px 18px; margin-top: 18px;
    font-size: .9rem; color: #856404;
}
.rc-discount strong { color: #533f03; }
.rc-warn-icon { color: #f7b900; margin-right: 3px; font-size: .85em; }
.rc-discount.rc-discount-good {
    background: #f0faf4; border: 1px solid #43a047;
    color: #2e6b30;
}
.rc-discount.rc-discount-good strong { color: #1b4d1e; }
.rc-discount.rc-discount-good .rc-good-icon { color: #43a047; margin-right: 5px; font-size: .95em; }

/* ─── Footer VIȘINIU (custom) ────────────────────────────────── */
.rc-footer {
    background: #7B1113 !important;
    background-color: #7B1113 !important;
    padding: 52px 0 0;
    color: rgba(255,255,255,.82);
}
.rc-footer-logo {
    margin-bottom: 18px;
}
.rc-footer-logo img {
    max-height: 46px;
    border-radius: 6px;
    background: #fff;
    padding: 4px 8px;
}
.rc-footer-about {
    color: rgba(255,255,255,.78);
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 12px;
}
.rc-footer-program {
    color: rgba(255,255,255,.7);
    font-size: .87rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rc-footer-program i { color: rgba(255,255,255,.6); }
/* Titluri coloane */
.rc-footer-title {
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    letter-spacing: .03em;
    text-transform: uppercase;
}
/* Liste link-uri */
.rc-footer-links {
    list-style: none;
    padding: 0; margin: 0;
}
.rc-footer-links li { margin-bottom: 9px; }
.rc-footer-links a {
    color: rgba(255,255,255,.76);
    text-decoration: none;
    font-size: .88rem;
    transition: color .18s, padding-left .18s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.rc-footer-links a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .6rem;
    color: rgba(255,255,255,.45);
    flex-shrink: 0;
    transition: color .18s;
}
.rc-footer-links a:hover { color: #fff; padding-left: 3px; }
.rc-footer-links a:hover::before { color: rgba(255,255,255,.9); }
/* Contact list */
.rc-footer-contact {
    list-style: none;
    padding: 0; margin: 0;
}
.rc-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    font-size: .88rem;
    color: rgba(255,255,255,.78);
    line-height: 1.45;
}
.rc-footer-contact i {
    color: rgba(255,255,255,.65) !important;
    font-size: .88rem;
    margin-top: 2px;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}
.rc-footer-contact a {
    color: rgba(255,255,255,.82);
    text-decoration: none;
    transition: color .18s;
}
.rc-footer-contact a:hover { color: #fff; }
/* Bara copyright */
.rc-footer-bottom {
    background: var(--rc-primary-dark);
    margin-top: 44px;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.15);
}
.rc-footer-bottom p {
    color: rgba(255,255,255,.68);
    font-size: .82rem;
    margin: 0;
}
.rc-footer-bottom a {
    color: rgba(255,255,255,.65);
    text-decoration: none;
    font-size: .82rem;
    margin-left: 16px;
    transition: color .18s;
    white-space: nowrap;
}
.rc-footer-bottom a:hover { color: #fff; }

/* ─── Buton flotant WhatsApp ─────────────────────────────────── */
.rc-float-btn {
    position: fixed; bottom: 30px; right: 30px;
    width: 54px; height: 54px;
    background: #25d366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 9999; box-shadow: 0 4px 16px rgba(37,211,102,.4);
    transition: transform .2s; text-decoration: none;
}
.rc-float-btn:hover { transform: scale(1.1); }
.rc-float-btn i { color: #fff; font-size: 26px; }

/* ─── Utility ────────────────────────────────────────────────── */
.rc-divider { border: none; border-top: 2px solid #f0f3f7; margin: 36px 0; }
.text-rc { color: var(--rc-primary) !important; }
.bg-rc { background: var(--rc-primary) !important; }

/* ─── Ascunde scroll-to-top (overlap cu WhatsApp) ────────────── */
.scroll-top { display: none !important; }

/* ─── Secțiune pași „Cum funcționează?" ─────────────────────── */
.rc-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 24px 28px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    height: 100%;
    position: relative;
    transition: box-shadow .25s, transform .25s;
    border-top: 3px solid var(--rc-primary);
}
.rc-step-card:hover {
    box-shadow: 0 10px 40px rgba(123,17,19,.13);
    transform: translateY(-4px);
}
.rc-step-num {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--rc-primary);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px; height: 72px;
    border-radius: 50%;
    background: rgba(123,17,19,.08);
    margin: 0 auto 18px;
}
.rc-step-icon {
    width: 52px; height: 52px;
    background: var(--rc-primary-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.rc-step-icon i { color: var(--rc-primary); font-size: 1.3rem; }
.rc-step-title { font-size: 1.05rem; font-weight: 700; color: var(--rc-text); margin-bottom: 10px; }
.rc-step-text { color: var(--rc-text-light); font-size: .9rem; line-height: 1.65; margin-bottom: 8px; }
.rc-step-sub { font-size: .8rem; color: var(--rc-primary); font-weight: 600; margin: 0; }
.rc-step-arrow {
    color: var(--rc-primary);
    font-size: 1.6rem;
    opacity: .35;
    display: flex; align-items: center; justify-content: center;
}

/* ─── Secțiune cu imagine fundal ────────────────────────────── */
.rc-section-has-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.rc-section-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(26,6,7,.45) 0%,
        rgba(90,12,14,.38) 50%,
        rgba(26,6,7,.45) 100%
    );
    z-index: 0;
}

/* ─── Carduri prețuri „Începe acum" ─────────────────────────── */
.rc-price-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 24px 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,.07);
    height: 100%;
    position: relative;
    display: flex; flex-direction: column;
    transition: box-shadow .25s, transform .25s;
    border: 1px solid #f0f0f0;
    border-bottom: 3px solid transparent;
}
.rc-price-card:hover {
    box-shadow: 0 10px 40px rgba(123,17,19,.14);
    transform: translateY(-5px);
    border-bottom-color: var(--rc-primary);
}
.rc-price-card-badge {
    position: absolute;
    top: -13px; left: 50%;
    transform: translateX(-50%);
    background: var(--rc-primary);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.rc-price-card-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--rc-text);
    margin-bottom: 14px;
}
.rc-price-card-amount {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--rc-primary);
    line-height: 1;
    margin-bottom: 4px;
}
.rc-price-card-detail {
    font-size: .8rem;
    color: #999;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
}
.rc-price-card-list {
    list-style: none;
    padding: 0; margin: 0 0 24px;
    flex: 1;
}
.rc-price-card-list li {
    font-size: .87rem;
    color: var(--rc-text-light);
    padding: 7px 0;
    border-bottom: 1px solid #f8f8f8;
    display: flex; align-items: flex-start; gap: 9px;
    line-height: 1.45;
}
.rc-price-card-list li:last-child { border-bottom: none; }
.rc-price-card-list li i {
    color: var(--rc-primary);
    font-size: .75rem;
    flex-shrink: 0;
    margin-top: 3px;
}

/* ─── EN Badge Tooltip ───────────────────────────────────────── */
.rc-en-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 16px;
    padding: 0 4px;
    background: var(--rc-primary);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    margin-left: 7px;
    cursor: help;
    position: relative;
    vertical-align: middle;
    letter-spacing: .04em;
    flex-shrink: 0;
}
.rc-en-badge::after {
    content: attr(data-en);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    transform: none;
    background: var(--rc-primary);
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: normal;
    max-width: 300px;
    width: max-content;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0,0,0,.18);
    letter-spacing: 0;
    font-style: normal;
}
.rc-en-badge::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 3px);
    left: 6px;
    transform: none;
    border: 5px solid transparent;
    border-top-color: var(--rc-primary);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s;
    z-index: 9999;
}
.rc-en-badge:hover::after,
.rc-en-badge:hover::before {
    opacity: 1;
    visibility: visible;
}
/* ─── Tooltip info badge (!) ──────────────────────────────────── */
.rc-tip-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    background: var(--rc-primary);
    color: #fff;
    border-radius: 50%;
    font-size: .7rem;
    font-weight: 700;
    cursor: help;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
    flex-shrink: 0;
}
.rc-tip-badge::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    left: auto;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    max-width: 280px;
    width: max-content;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0,0,0,.22);
}
.rc-tip-badge::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 3px);
    right: 4px;
    left: auto;
    border: 5px solid transparent;
    border-top-color: #1a1a1a;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s;
    z-index: 9999;
}
.rc-tip-badge:hover::after,
.rc-tip-badge:hover::before { opacity: 1; visibility: visible; }

/* Badge în section title */
.rc-table-section-title .rc-en-badge {
    font-size: 9px;
    height: 18px;
    vertical-align: middle;
    margin-left: 10px;
}

/* ─── Ascunde iconiță template din sub-menu la hover ─────────── */
.main-menu ul.sub-menu li a:before,
.main-menu ul.sub-menu li a:hover:before {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* ═══════════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════════ */

/* ─── Blog card grid ─────────────────────────────────────────── */
.rc-blog-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 20px rgba(0,0,0,.07);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.rc-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(123,17,19,.13);
}
.rc-blog-card-icon {
    background: var(--rc-primary);
    padding: 28px 32px 20px;
    display: flex;
    align-items: center;
}
.rc-blog-card-icon i {
    font-size: 2rem;
    color: rgba(255,255,255,.85);
}
.rc-blog-card-body {
    padding: 22px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rc-blog-card-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--rc-text);
    margin: 10px 0 10px;
    line-height: 1.45;
}
.rc-blog-card-title a {
    color: inherit;
    text-decoration: none;
}
.rc-blog-card-title a:hover { color: var(--rc-primary); }
.rc-blog-card-excerpt {
    font-size: .88rem;
    color: #666;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
}
.rc-blog-card-date {
    font-size: .8rem;
    color: #999;
    margin-bottom: 4px;
    display: block;
}
.rc-blog-card-date i { margin-right: 4px; }
.rc-blog-card-link {
    font-size: .88rem;
    font-weight: 600;
    color: var(--rc-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .2s;
}
.rc-blog-card-link:hover { color: var(--rc-primary-dark); gap: 10px; }

/* ─── Blog badges ────────────────────────────────────────────── */
.rc-blog-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.rc-badge-fiscal    { background: #FEF3C7; color: #92400E; }
.rc-badge-juridic   { background: var(--rc-primary-light); color: var(--rc-primary); }
.rc-badge-contab    { background: #DCFCE7; color: #166534; }
.rc-badge-salarii   { background: #E0F2FE; color: #0369A1; }
.rc-badge-legislatie { background: #F3F4F6; color: #374151; }

/* ─── Article image & title ─────────────────────────────────── */
.rc-article-img {
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.rc-article-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--rc-text);
    line-height: 1.5;
    margin-top: 22px;
    margin-bottom: 20px;
}

/* ─── Article page ───────────────────────────────────────────── */
.rc-article-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--rc-primary-light);
}
.rc-blog-date {
    font-size: .85rem;
    color: #888;
}
.rc-blog-date i { margin-right: 5px; }
.rc-article-body {
    font-size: 1.03rem;
    line-height: 1.85;
    color: #333;
}
.rc-article-body p { margin-bottom: 1.1em; }
.rc-article-body h2, .rc-article-body h3, .rc-article-body h4 {
    color: var(--rc-text);
    margin-top: 1.8em;
    margin-bottom: .6em;
    font-weight: 700;
}
.rc-article-body ul, .rc-article-body ol {
    padding-left: 1.5em;
    margin-bottom: 1.1em;
}
.rc-article-body li { margin-bottom: .4em; }
.rc-article-body strong { color: var(--rc-text); }
.rc-article-cta {
    margin-top: 48px;
    padding: 28px 32px;
    background: var(--rc-primary-light);
    border-radius: 12px;
    border-left: 4px solid var(--rc-primary);
}
.rc-article-cta p { margin-bottom: 16px; font-weight: 600; color: var(--rc-text); }

/* ─── Blog list (newspaper layout) ──────────────────────────── */
.rc-blog-list { display: flex; flex-direction: column; gap: 0; }
.rc-blog-list-item {
    border-bottom: 1px solid #eee;
    padding: 28px 0;
}
.rc-blog-list-item:first-child { padding-top: 0; }
.rc-blog-list-item:last-child { border-bottom: none; }
.rc-blog-list-img {
    display: block;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
}
.rc-blog-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.rc-blog-list-img:hover img { transform: scale(1.04); }
.rc-blog-list-content {
    padding: 0 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.rc-blog-list-content .box-title {
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 8px 0 10px;
}
.rc-blog-list-content .box-title a {
    color: var(--rc-text);
    text-decoration: none;
}
.rc-blog-list-content .box-title a:hover { color: var(--rc-primary); }
.rc-blog-list-excerpt {
    font-size: .9rem;
    color: #666;
    line-height: 1.65;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rc-blog-list-content .th-btn.th-border {
    align-self: flex-start;
    font-size: .85rem;
    padding: 8px 18px;
}
@media (max-width: 767px) {
    .rc-blog-list-img { height: 200px; margin-bottom: 16px; }
    .rc-blog-list-content { padding: 0; }
}
