/* ===== Termeni si Conditii Page ===== */

/* ===== Content Section ===== */
.termeni-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9f9 100%);
    padding: 64px 32px 80px;
}

.termeni-container {
    max-width: 820px;
    margin: 0 auto;
}

.termeni-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 48px 52px;
    box-shadow: 0 2px 12px rgba(45, 96, 120, 0.06);
    border: 1px solid rgba(45, 96, 120, 0.08);
}

.termeni-updated {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #5a7a80;
    background: rgba(95, 184, 176, 0.08);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 32px;
    font-weight: 500;
}

.termeni-block {
    margin-bottom: 36px;
}

.termeni-block:last-child {
    margin-bottom: 0;
}

.termeni-block h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a3d4e;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.termeni-block h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2d6078;
    margin-bottom: 10px;
    margin-top: 20px;
}

.termeni-block p {
    font-size: 15px;
    line-height: 1.75;
    color: #4a6670;
    margin-bottom: 12px;
}

.termeni-block ul,
.termeni-block ol {
    margin: 12px 0;
    padding-left: 24px;
}

.termeni-block li {
    font-size: 15px;
    line-height: 1.75;
    color: #4a6670;
    margin-bottom: 6px;
}

.termeni-block a {
    color: #2d6078;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.termeni-block a:hover {
    color: #5fb8b0;
}

.termeni-divider {
    border: none;
    border-top: 1px solid rgba(45, 96, 120, 0.08);
    margin: 36px 0;
}

.termeni-block strong {
    color: #1a3d4e;
    font-weight: 600;
}

@media (max-width: 600px) {
    .termeni-section {
        padding: 40px 16px 56px;
    }

    .termeni-card {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .termeni-block h2 {
        font-size: 19px;
    }

    .termeni-block p,
    .termeni-block li {
        font-size: 14px;
    }
}
