*{
	font-family: "tenon", sans-serif;
}

/* SECTIUNE FUNDAL CU IMAGINE + GRADIENT BACKUP */
.pos-mpos-section {
    position: relative;
    padding-bottom: 60px;
    background-color: #170307; /* fallback solid */

    /* Backup dacă imaginea nu se încarcă */
    background: linear-gradient(180deg, #170307 0%, #26040a 40%, #170307 100%);

    /* Background final cu imagine */
    background-image:url('img/bg.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

/* OVERLAY */
.pos-mpos-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* încă 25% întunecare */
    z-index: 0;
}

.pos-mpos-section .container {
    position: relative;
    z-index: 1; /* aduce conținutul peste overlay */
}

/* CARDURI BENEFICII */
.benefit-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.25);
}

/* LISTE */
.benefit-card ul li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 1.1rem;
}

/* TITLURI */
.pos-mpos-section h3 {
    letter-spacing: 0.5px;
    font-size: 2rem;
}

.pos-mpos-section h4 {
    letter-spacing: 0.5px;
    font-size: 1.375rem;
}

.incentive {
    font-size: 1.375rem;
}

.separator {
    border-color: #E50019;
}

/* CTA */
.btn-primary {
    background-color: #E50019 !important;
    border-color: #E50019 !important;
    box-shadow: 0 0 20px rgba(236, 28, 36, 0.5);
    border-radius: 99px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}

.footer-link

{text-decoration: none;}

.footer-link:hover

{text-decoration: underline;}

