/* =====================================================
   PAGINA TERMENI ȘI CONDIȚII — BunDeTot Theme
===================================================== */

.termeni-page {
    padding: 56px 0 80px;
    min-height: 60vh;
}

.termeni-page__heading {
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
}

.termeni-page__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222;
    margin: 0;
}

/* =====================================================
   CONTENT
===================================================== */
.termeni-page__content {
    max-width: 820px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #333;
}

.termeni-page__content p {
    margin: 0 0 14px;
}

.termeni-page__content h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bdt-brand, #9a0019);
    margin: 0 0 16px;
    padding-bottom: 6px;
    border-bottom: 1.5px solid #f0e0e2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.termeni-page__content h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #444;
    margin: 0 0 8px;
}

/* =====================================================
   SECTIUNI
===================================================== */
.termeni-section {
    margin-bottom: 40px;
    padding: 28px 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-left: 4px solid var(--bdt-brand, #9a0019);
}

.termeni-section--definitii {
    border-left-color: #555;
    background: #fafafa;
}

/* =====================================================
   DEFINITII
===================================================== */
.termeni-definitii {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.termeni-definitii li {
    padding: 10px 14px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    font-size: 0.9rem;
    line-height: 1.65;
}

.termeni-definitii li strong {
    color: #222;
}

/* =====================================================
   ARTICOLE
===================================================== */
.termeni-article {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #eee;
}

.termeni-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* =====================================================
   SUB-ARTICOLE (1.4.x)
===================================================== */
.termeni-subarticle {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 8px 12px;
    align-items: start;
    margin-bottom: 14px;
}

.termeni-subarticle:last-child {
    margin-bottom: 0;
}

.termeni-subarticle__nr {
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--bdt-brand, #9a0019);
    padding-top: 2px;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.termeni-subarticle p {
    margin: 0;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
    .termeni-page {
        padding: 36px 0 56px;
    }

    .termeni-section {
        padding: 20px 18px;
        border-left-width: 3px;
    }

    .termeni-subarticle {
        grid-template-columns: 44px 1fr;
    }
}

@media (max-width: 480px) {
    .termeni-subarticle {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .termeni-subarticle__nr {
        font-size: 0.78rem;
    }
}
