/* TOP BAR */
.top-red-bar { height: 7px; background: #d00; }
* {
    font-family: "Libertinus Sans", serif;
}

/* HEADER */
header{
    width: 100%;
    margin: auto;
}


/* HEADER MOBILE */
.mobile-header{
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 12px;
}
.mobile-brand{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: 60%;
}
.mobile-brand img{
    height: 32px;
    width: auto;
    display: block;
}
.mobile-actions a{
    color: #222;
    text-decoration: none;
    font-size: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobile-actions a + a{ margin-left: 14px; }
.navbar-toggler{ border: 0; padding: .25rem .4rem; }
.navbar-toggler:focus{ outline: none; box-shadow: none; }
.burger span{ display:block; width:28px; height:2px; background:#111; margin:6px 0; }
.mobile-menu{
    background: #fff;
    border-bottom: 1px solid #eee;
}
.mobile-menu .nav-link{
    padding: .85rem 12px;
    color: #222;
    font-weight: 500;
}
.mobile-menu .nav-link:hover{ color: #000; }

/* MOBILE MENU DROPDOWN + BACKDROP */
@media (max-width: 1200px){
    header{ position: relative; }
    header .d-lg-none{ position: relative; }

    #mobileNav.mobile-menu{
        position: absolute;
        left: 0;
        right: 0;
        top: 67px;
        z-index: 2000;
        background: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 12px 30px rgba(0,0,0,.18);
        max-height: calc(100vh - 67px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-backdrop{
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.35);
        z-index: 1500;
    }
    .mobile-backdrop.is-open{ display: block; }
}

/* HEADER BASE */
header {
    width: 100%;
    margin: auto;
    position: relative;
}

/* VISIBILITY */
.mobile-shell {
    display: block;
}

.desktop-header {
    display: none;
}

/* MOBILE */
.mobile-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 12px;
}

.mobile-menu {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.mobile-menu .nav-link {
    padding: .85rem 12px;
    color: #222;
    font-weight: 500;
}

.mobile-menu .nav-link:hover {
    color: #000;
}

/* MOBILE MENU DROPDOWN + BACKDROP */
@media (max-width: 1199.98px) {
    #mobileNav.mobile-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 2000;
        background: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 12px 30px rgba(0,0,0,.18);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.35);
        z-index: 1500;
    }

    .mobile-backdrop.is-open {
        display: block;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {
    .mobile-shell {
        display: none;
    }
    .desktop-header {
        display: flex;
        background: #fff;
        border: 1px solid #dcdcdc;
        height: 60px;
        align-items: center;
        justify-content: space-between;
    }
    .desktop-strip-inner {
        padding: 0 15px;
    }
    .brand-badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        max-width: 160px;
        margin-left: 10px;
    }
    .nav-dots .nav-item {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .nav-dots .nav-link {
        color: #444;
        font-size: 18px;
        font-weight: 700;
        padding: 0;
        margin-left: 10px;
    }
    .nav-dots .nav-link:hover {
        color: #000;
    }
    .desktop-actions {
        margin-left: 15px;
    }
    .desktop-actions a {
        color: #222;
        text-decoration: none;
        font-size: 1.05rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .desktop-actions a + a {
        margin-left: 14px;
    }
    .mobile-backdrop {
        display: none !important;
    }
}

/* INFO CAMPANIE */
.info-campanie{
    background:#df0024;
    font-family: "Libertinus Sans", serif;
    margin-top: 60px;
}
.info-wrap{
    padding: 36px 18px 44px;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-title{
    font-size: 44px;
    line-height: .95;
    font-weight: 400;
    text-decoration: underline;
    margin: 0;
    width: 240px;
}
.info-text{
    font-size: 16px;
    line-height: 1.55;
    max-width: 240px;
}
.info-text p{
    margin: 0 0 18px;
}
.info-text a{
    color:#000;
}
@media (min-width: 992px){
    .info-wrap{
        padding: 48px 24px 60px;
        max-width: 720px;
    }
    .info-title{ font-size: 50px; }
    .info-text{ font-size: 18px; }
}


.sectie-campanii{
    background:#f1f1f1;
    font-family: "Libertinus Sans", serif;
    padding: 30px 10px 10px  0;
}
.section-title{
    display:flex;
    justify-content:flex-end;
    background: white;
}
.campanii-title{
    position:relative;
    background:#fff;
    padding: 18px 18px 18px 22px;
    width: 100%;
    text-align:right;
    font-size:56px;
    line-height: .95;
    font-weight: 500;
    border-radius: 0;
    margin-right: 0;
}
.campanii-title::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:10px;
    height:100%;
    background:#c70102;
}
.campanii-subtitle{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

@media (min-width: 992px){
    .campanii-title {
        text-align: left;
        width: fit-content;
        margin-right: auto;
    }
    .campanii-title::after {
        height: calc(100% - 36px);
        top: 18px;
    }
    .campanii-subtitle {
        font-size: 34px;
    }
}


/* =========================
   PREMII SHOWCASE
========================= */
.premiu-highlight-section {
    padding: 100px 0 40px;
    /*background: #f4f4f4;*/
}

.premiu-showcase {
    max-width: 360px;
    margin: 0 auto;
}

.premiu-canvas {
    position: relative;
    min-height: 650px;
    background: #f7f7f7;
    overflow: hidden;
}

.premiu-label {
    position: absolute;
    top: 22px;
    left: 12px;
    z-index: 20;
    font-family: "Libertinus Sans", serif;
    font-size: 28px;
    line-height: 1;
    color: #202020;
    text-decoration: underline;
    background: rgba(255,255,255,0.95);
    padding: 6px 10px;
    border-radius: 4px;
    text-underline-offset: 4px;
    text-decoration-color: #d71920;
}

.premiu-gift-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.premiu-gift-badge img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.premiu-status {
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 20;
    background: #d90000;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 4px 16px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-weight: 500;
    min-width: 92px;
    text-align: center;
}

.premiu-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    pointer-events: none;
}

.premiu-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* VIDEO */
.premiu-video-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}

.premiu-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.premiu-overlay-shadow {
    position: absolute;
    inset: 0;
    background:
            linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.06) 40%, rgba(0,0,0,0.22) 100%);
}

/* FOTO */
.premiu-photo-slider {
    position: absolute;
    inset: 0;
    background: #fff;
}

.premiu-photo-slide {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 90px 36px 220px;
    background: white;
}

.premiu-photo-slide img {
    width: 100%;
    max-width: 350px;
    max-height: 420px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.premiu-photo-slider .slick-prev,
.premiu-photo-slider .slick-next {
    z-index: 15;
    width: 34px;
    height: 34px;
}

.premiu-photo-slider .slick-prev {
    left: 8px;
    top: 30%;
}

.premiu-photo-slider .slick-next {
    right: 8px;
    top: 30%;
}

.premiu-photo-slider .slick-prev:before,
.premiu-photo-slider .slick-next:before {
    font-size: 34px;
    color: #000;
    opacity: 1;
}

/* INFO */
.premiu-info-screen {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #d70000 0%, #a80000 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 26px 220px;
    text-align: left;
}

.premiu-info-content {
    width: 100%;
}

.premiu-info-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.premiu-info-content p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 14px;
    color: #fff;
}

/* BUBBLES */
.premiu-bubbles {
    position: absolute;
    right: 16px;
    top: 270px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.premiu-bubbles::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    /*background:*/
    /*        radial-gradient(circle, #ff2d2d 0 2px, transparent 3px) center top / 2px 22px repeat-y;*/
    opacity: 0.95;
}

.premiu-bubble {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #d90000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
    padding: 0;
    outline: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease;
}

.premiu-bubble.info {
    right: -21px;
}
.premiu-bubble.foto {
    right: 4px;
}
.premiu-bubble.video {
    right: 40px;
}

.premiu-bubble span {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}

.premiu-bubble.is-active {
    width: 50px;
    height: 50px;
    border-width: 3px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

.premiu-bubble:hover {
    transform: scale(1.04);
}
.premiu-bubbles img.ellipse {
    position: absolute;
    right: 0;
    top: -20%;
    pointer-events: none;
}
.premiu-bubbles img.ellipse-dot-top {
    position: absolute;
    right: -54px;
    top: -80%;
    pointer-events: none;
}
.premiu-bubbles img.ellipse-dot-bottom {
    position: absolute;
    right: 53px;
    bottom: -45%;
    pointer-events: none;
}

/* CARD */
.premiu-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 35;
    padding: 0 0 0;
}

.premiu-card-top {
    background: #d90000;
    color: #fff;
    border-radius: 12px;
    margin: 0 18px;
    padding: 10px 18px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    position: relative;
    top: 35px;
}

.premiu-card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.premiu-card-value-pill {
    width: calc(100% - 96px);
    max-width: 250px;
    margin: -10px auto 0;
    background: white;
    color: #2e2e2e;
    border-radius: 10px;
    padding: 7px 12px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    top: 40px;
}

.premiu-card-body {
    background: #fff;
    color: black;
    margin: -2px 4px 0;
    border-radius: 12px;
    padding: 50px 16px 18px;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    min-height: 130px;
    /*transition: .3s;*/
}
.premiu-card-body.is-open {
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

.premiu-card-body a {
    color: #5f5f5f;
    text-decoration: underline;
}
.premiu-card-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #000;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

.premiu-card-toggle:focus {
    outline: none;
}

.premiu-card-toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

.premiu-card-toggle[aria-expanded="true"] .premiu-card-toggle-icon {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.premiu-canvas.is-video-active .premiu-card-toggle {
    display: block;
}

/* DESKTOP */
@media (min-width: 768px) {
    /*.premiu-showcase {*/
    /*    max-width: 520px;*/
    /*}*/

    .premiu-photo-slide {
        height: 100%;
        padding: 110px 60px 220px;
    }

    .premiu-photo-slide img {
        max-width: 350px;
        max-height: 480px;
    }

    .premiu-label {
        font-size: 34px;
        top: 24px;
        left: 16px;
    }

    .premiu-bubbles {
        right: 26px;
        top: 260px;
    }

    .premiu-card-top {
        margin: 0 30px;
    }

    .premiu-card-body {
        margin: -2px 10px 0;
    }
}

/*campaign-code-section*/
.campaign-code-section {
    background: #d90000;
    padding: 18px 16px 28px;
    text-align: center;
}

.campaign-code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.campaign-code-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px !important;
    font-family: "Libertinus Sans", sans-serif;
}

.campaign-code-button {
    width: 270px;
    min-height: 128px;
    background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
    border: 1px solid #8f8f8f;
    border-radius: 18px;
    box-shadow:
            inset 0 2px 0 rgba(255,255,255,0.9),
            0 4px 0 rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    padding: 18px 12px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.campaign-code-button:hover {
    text-decoration: none;
    color: #333;
    transform: translateY(1px);
    box-shadow:
            inset 0 2px 0 rgba(255,255,255,0.9),
            0 2px 0 rgba(0,0,0,0.16);
}

.campaign-code-button:active {
    transform: translateY(2px);
}

.campaign-code-button-main {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 8px;
    font-family: "Libertinus Sans", sans-serif;
}

.campaign-code-button-sub {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Libertinus Sans", sans-serif;
}

@media (max-width: 576px) {
    .campaign-code-title {
        font-size: 26px;
    }

    .campaign-code-button {
        width: 220px;
        min-height: 108px;
        border-radius: 16px;
    }

    .campaign-code-button-main {
        font-size: 22px;
    }

    .campaign-code-button-sub {
        font-size: 16px;
    }
}

/*accordeon*/
.campaign-info-section {
    background: #efefef;
    padding: 40px 0 60px;
}

.campaign-accordion {
    max-width: 720px;
}

.campaign-accordion-item {
    margin-bottom: 28px;
}

.campaign-accordion-button {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.campaign-accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.campaign-accordion-text {
    font-family: serif;
    font-size: 34px;
    line-height: 1.1;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #d71920;
    padding-bottom: 6px;
}

.campaign-accordion-icon {
    position: relative;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #000;
}

.campaign-accordion-icon::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 12px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.campaign-accordion-button[aria-expanded="true"] .campaign-accordion-icon::before {
    transform: rotate(-135deg);
    top: 14px;
}

.campaign-accordion-body {
    padding: 16px 0 0 2px;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    max-width: 620px;
}

.campaign-accordion-item.is-disabled {
    opacity: 0.4;
}

.campaign-accordion-item.is-disabled .campaign-accordion-button {
    cursor: default;
}

@media (max-width: 768px) {
    .campaign-accordion-text {
        font-size: 26px;
    }

    .campaign-accordion-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .campaign-accordion-icon::before {
        width: 9px;
        height: 9px;
        top: 10px;
        left: 11px;
    }

    .campaign-accordion-body {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .campaign-accordion-text {
        font-size: 30px;
    }

    .campaign-accordion-item {
        margin-bottom: 22px;
    }
}



/*marketing hero*/
.marketing-hero {
    position: relative;
    overflow: hidden;
    background: #df0024;
    padding: 80px 20px 90px;
}

.marketing-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.marketing-hero__title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 400;
    max-width: 920px;
    text-align: right;
}

.marketing-hero__subtitle {
    margin: 22px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
    max-width: 920px;
    text-align: right;
}

@media (min-width: 992px) {
    .marketing-hero {
        padding: 70px 40px 70px;
    }
    .marketing-hero__title {
        font-size: 80px;
        line-height: 0.95;

    }

    .marketing-hero__subtitle {
        margin-top: 28px;
        font-size: 30px;
        line-height: 1.2;

    }
}
/*pachet servicii magnetus*/
.magnetus-package-section {
    padding: 40px 0 60px;
    background: #ffffff;
}

.magnetus-package-card {
    max-width: 420px;
    margin: 0 auto;
    background: #d90000;
    color: #fff;
    border-radius: 18px;
    padding: 28px 28px 36px;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.magnetus-package-header {
    margin-bottom: 34px;
}

.magnetus-package-title {
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}

.magnetus-package-campaign {
    font-size: 1.05rem;
    line-height: 1.3;
}

.magnetus-package-prize {
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 10px;
}

.magnetus-package-value {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
}

.magnetus-package-box {
    background: #fff;
    border-radius: 18px;
    padding: 34px 26px 28px;
    color: #111;
    margin-bottom: 34px;
}

.magnetus-package-price {
    line-height: 1.2;
}

.magnetus-package-price .label {
    font-size: 1.15rem;
    text-decoration: underline;
    margin-right: 6px;
}

.magnetus-package-price .amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-right: 6px;
}

.magnetus-package-price .vat {
    font-size: 1.1rem;
    color: #333;
}

.magnetus-package-includes h4 {
    font-size: 1.95rem;
    font-weight: 500;
    margin-bottom: 0px;
}

.magnetus-package-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    max-width: 260px;
    margin: auto;
}

.magnetus-package-list li {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.45;
    padding-left: 16px;
    display: inline-block;
    text-align: left;
}

.magnetus-package-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 10px;
    height: 10px;
    border: 3px solid #ff0000;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.magnetus-package-list li + li {
    margin-top: 2px;
}

.magnetus-package-actions {
    margin-top: 10px;
}

.magnetus-package-btn {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #d90000;
    border: 2px solid #d90000;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
}

.magnetus-package-btn:hover {
    opacity: 0.95;
}

.magnetus-package-btn-text {
    flex: 1;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magnetus-package-btn-icon {
    width: 64px;
    min-width: 64px;
    background: #fff;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    border-left: 2px solid #d90000;
}

.magnetus-package-extra h4 {
    font-size: 1.95rem;
    margin-bottom: 10px;
    text-decoration: underline;
}

.magnetus-package-extra p {
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 600;
}

@media (max-width: 768px) {
    .magnetus-package-section {
        padding: 28px 0 40px;
    }

    .magnetus-package-card {
        padding: 22px 16px 28px;
        border-radius: 16px;
    }

    .magnetus-package-title {
        font-size: 1.8rem;
    }

    .magnetus-package-campaign {
        font-size: 0.95rem;
    }

    .magnetus-package-prize {
        font-size: 1.2rem;
    }

    .magnetus-package-value {
        font-size: 1rem;
    }

    .magnetus-package-box {
        padding: 24px 16px 22px;
    }

    .magnetus-package-price .label {
        font-size: 1rem;
    }

    .magnetus-package-price .amount {
        font-size: 2rem;
    }

    .magnetus-package-includes h4 {
        font-size: 1.6rem;
    }

    .magnetus-package-list li {
        font-size: 1rem;
    }

    .magnetus-package-extra h4 {
        font-size: 1.5rem;
    }

    .magnetus-package-extra p {
        font-size: 0.9rem;
    }

    .magnetus-package-btn-text {
        font-size: 1rem;
        padding: 12px 14px;
    }

    .magnetus-package-btn-icon {
        width: 58px;
        min-width: 58px;
    }
}

/* beneficii */

.benefits-section {
    background: #f1f1f1;
    padding: 24px 0 40px;
    overflow: hidden;
}
.benefit-flow-title {
    margin-left: 60px;
    font-size: 80px;
    border-bottom: 2px solid #e1001a;
    width: fit-content;
}
.benefits-slider {
    max-width: 1600px;
    margin: 0 auto;
}

.benefits-slider .slick-list {
    overflow: hidden;
    padding-bottom: 28px;
}

.benefits-slider .slick-slide {
    box-sizing: border-box;
}

.benefits-slider .slick-slide > div {
    padding: 0 10px;
    box-sizing: border-box;
}

.benefit-slide {
    box-sizing: border-box;
}

.benefit-card {
    background: white;
    border-radius: 18px;
    padding: 60px 14px 60px 16px !important;
    box-sizing: border-box;
    min-height: 210px;
    box-shadow: none;
}

.benefit-card-title {
    background: #e00000;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    padding: 10px 14px;
    margin-bottom: 16px;
}

.benefit-card-body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.benefit-side {
    width: 56px;
    min-width: 56px;
    text-align: center;
}

.benefit-side img {
    width: 100%;
    max-width: 56px;
    height: auto;
    display: block;
    margin: 0 auto 6px;
}

.benefit-side span {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: #222;
}

.benefit-text {
    font-size: 20px;
    line-height: 20px;
    color: #2a2a2a;
    margin: 0;
}

.benefit-card-body--center {
    align-items: center;
}

.benefit-big-number {
    width: 70px;
    min-width: 70px;
    text-align: center;
    line-height: 1;
}

.benefit-big-number strong {
    display: block;
    font-size: 64px;
    font-weight: 400;
    color: #555;
}

.benefit-big-number span {
    display: block;
    font-size: 16px;
    color: #555;
    margin-top: 4px;
}

.benefits-slider .slick-dots {
    bottom: -22px;
}

.benefits-slider .slick-dots li {
    width: 36px;
    height: 6px;
    margin: 0px;
}

.benefits-slider .slick-dots li button {
    width: 36px;
    height: 6px;
    padding: 0;
}

.benefits-slider .slick-dots li button:before {
    content: "";
    width: 36px;
    height: 6px;
    /*border-radius: 9;*/
    background: #ffffff;
    opacity: 1;
}

.benefits-slider .slick-dots li.slick-active button:before {
    background: #e00000;
}

@media (min-width: 992px) {
    .benefits-section {
        padding: 40px 0 56px;
    }

    .benefits-slider .slick-slide > div {
        padding: 0 14px;
    }

    .benefit-card {
        min-height: 250px;
        transform: scale(0.8);
        transition: transform .3s ease, opacity .3s ease;
    }

    .benefits-slider .slick-center .benefit-card {
        transform: scale(1);
    }

    .benefit-card-title {
        font-size: 30px;
        padding: 12px 18px;
        margin-bottom: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    .benefit-side {
        width: 86px;
        min-width: 86px;
    }

    .benefit-side img {
        max-width: 86px;
    }

    .benefit-side span {
        font-size: 18px;
    }

    .benefit-text {
        font-size: 24px;
        line-height: 24px;
    }

    .benefit-big-number {
        width: 110px;
        min-width: 110px;
    }

    .benefit-big-number strong {
        font-size: 92px;
    }

    .benefit-big-number span {
        font-size: 24px;
    }
}

@media(max-width: 992px) {
    .benefits-slider .slick-slide > div {
        margin: 10px;
    }
    .benefit-flow-title {
        font-size: 30px;
        margin-left: 15px;

    }
    .benefits-slider .slick-list {
        padding-bottom: 0px;
    }
}

/*Un pas in fata*/

.magnetus-advantage-section {
    background: #ffffff;
}

.magnetus-advantage-card {
    position: relative;
    margin: 0 auto;
    min-height: 340px;
    background: #d90000;
    padding: 90px 24px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: visible;
}

.magnetus-advantage-icon {
    position: absolute;
    top: -22px;
    right: 24px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d8d8d8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.magnetus-advantage-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.magnetus-advantage-content {
    color: #fff;
}

.magnetus-advantage-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 38px;
}

.magnetus-advantage-text {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767.98px) {
    .magnetus-advantage-card {
        min-height: 280px;
        padding: 78px 16px 30px;
    }

    .magnetus-advantage-icon {
        right: 18px;
        width: 60px;
        height: 60px;
        top: -20px;
    }


    .magnetus-advantage-title {
        font-size: 1.7rem;
        margin-bottom: 26px;
    }

    .magnetus-advantage-text {
        font-size: 0.95rem;
    }
}

/*image-section*/
.image-section {
    position: relative;
    height: 130px;
    max-width: 920px;
}
.image-section img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*//////////*/

/* ======================================================================================================
   PREMII SHOWCASE - LAYOUT NOU
========================= */
.premiu-highlight-section {
    padding: 100px 0 40px;
    background: #EFEFEF;
}

.premiu-layout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    background: white;
    padding: 20px;
    align-items: flex-start;
    max-width: 1500px;
    margin: 0 auto;
}

.premiu-left {
    order: 2;
    width: 100%;
}

.premiu-right {
    order: 1;
    position: relative;
    width: 100%;
}

.premiu-left-inner {
    max-width: 100%;
    padding: 0 14px;
}

.premiu-top-label {
    font-size: 30px;
    line-height: normal;
    color: #222;
    margin-bottom: 4px;
}

.premiu-main-title {
    font-size: 54px;
    line-height: 0.95;
    font-weight: 500;
    color: #111;
    margin: 0 0 18px;
}

.premiu-offer-text {
    font-size: 28px;
    line-height: 1.15;
    color: #111;
    margin-bottom: 18px;
}

.premiu-offer-text strong {
    font-weight: 700;
}

.premiu-offer-price {
    color: #d10000;
    font-weight: 700;
}

.premiu-service-box {
    max-width: 540px;
    background: white;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
    padding: 12px 14px 16px;
    margin-bottom: 18px;
}

.premiu-service-title {
    font-size: 30px;
    line-height: normal;
    color: #222;
    text-decoration: underline;
    margin-bottom: 10px;
}

.premiu-service-body {
    font-size: 25px;
    line-height: normal;
    color: #111;
}
.premiu-service-body p {
    text-align: center;
}

.premiu-service-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premiu-service-body li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}

.premiu-service-body li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #d10000;
    font-weight: 700;
}

.premiu-service-value {
    margin-top: 14px;
    border-radius: 6px;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    color: #222;
}

.premiu-service-btn {
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 12px auto 8px;
    background: #d10000;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 30px;
    line-height: normal;
    position: relative;
    overflow: visible;
}
.pret-badge {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    background: #d10000;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.22);
}
.pret-badge-label {
    font-size: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1;
}
.pret-badge-price {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 1px 0;
}
.pret-badge-currency {
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.premiu-service-note {
    text-align: center;
    font-size: 20px;
    color: #111;
}

.premiu-extra-wrap {
    max-width: 520px;
    margin-bottom: 30px;
}

.premiu-extra-title {
    font-size: 30px;
    line-height: normal;
    text-decoration: underline;
    color: #222;
    margin-bottom: 4px;
}

.premiu-extra-body {
    font-size: 25px;
    line-height: normal;
    color: #222;
}

.premiu-vat-note {
    font-size: 20px;
    line-height: normal;
    color: #111;
    margin-top: 54px;
}

.premiu-canvas {
    position: relative;
    max-height: 710px;
    background: transparent;
    overflow: visible;
}

.premiu-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    pointer-events: none;
}

.premiu-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.premiu-video-wrap,
.premiu-photo-slider,
.premiu-info-screen {
    position: absolute;
    inset: 0;
    border-radius: 0;
    background: transparent;
}

.premiu-photo-slide {
    padding: 0 !important;
    background: transparent;
    height: 100%;
    height: 700px;
}

.premiu-photo-slide img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.premiu-info-screen {
    padding: 80px 60px 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    color: #111;
    text-align: left;
}

.premiu-info-content {
    max-width: 500px;
    font-size: 18px;
    line-height: 1.6;
}

.premiu-info-content h3 {
    display: none;
}

.premiu-info-content,
.premiu-info-content p,
.premiu-info-content li,
.premiu-info-content strong {
    color: #111;
}

.premiu-bubbles {
    position: absolute;
    right: 40px;
    bottom: 90px;
    top: auto;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.premiu-bubble {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #d90000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
    padding: 0;
}

.premiu-bubble span {
    font-size: 14px;
    line-height: 1;
}

.premiu-bubble.is-active {
    width: 52px;
    height: 52px;
    border-width: 3px;
}

.premiu-right-disclaimer {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    color: #111;
    margin-top: 50px;
}

.premiu-right-disclaimer a,
.premiu-right-disclaimer button {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}

.premiu-right-disclaimer button {
    background: none;
    border: 0;
}

/* ascunde complet elementele vechi */
.premiu-label,
.premiu-gift-badge,
.premiu-status,
.premiu-card {
    display: none !important;
}

@media (min-width: 1200px) {
    .premiu-layout {
        flex-direction: row;
        gap: 40px;
        justify-content: space-between;
        padding: 40px 80px;
    }

    .premiu-left {
        order: 1;
        padding-top: 10px;
        max-width: 580px;
        width: auto;
    }

    .premiu-right {
        order: 2;
        flex: 1 1 600px;
        width: 600px;
        height: 100%;
        max-width: 600px;

    }


    .premiu-main-title {
        font-size: 60px;
    }

    .premiu-offer-text {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .premiu-main-title {
        font-size: 50px;
    }
    .premiu-offer-text {
        font-size: 30px;
    }
    .premiu-service-btn {
        font-size: 25px;
    }
    .premiu-service-value {
        font-size: 25px;
    }
    .premiu-extra-title {
        font-size: 25px;
    }
    .premiu-extra-body {
        font-size: 20px;
    }
    .premiu-vat-note {
        font-size: 18px;
    }
    .premiu-right-disclaimer {
        font-size: 18px;

    }
}
@media (max-width: 1200px) {
    .premiu-right, .premiu-left {
        max-width: 600px;
        margin: auto;
    }

    .premiu-photo-slide {
        height: 100%;
    }
    .premiu-left-inner {
        max-width: 100%;
    }

    .premiu-main-title {
        font-size: 42px;
    }

    .premiu-offer-text {
        font-size: 24px;
    }

    .premiu-service-title {
        font-size: 25px;
    }

    .premiu-service-value {
        font-size: 18px;
    }

    .premiu-canvas {
        min-height: 700px;
    }

    .premiu-photo-slide {
        padding: 0;
        height: 700px;
    }

    /*.premiu-photo-slide img {*/
    /*    max-height: 440px;*/
    /*}*/

    .premiu-info-screen {
        padding: 40px 30px 90px;
    }

    .premiu-bubbles {
        right: 22px;
        bottom: 40px;
    }

    .premiu-right-disclaimer {
        margin-top: 30px;
        padding: 0 14px;
        font-size: 15px;
    }

    .premiu-vat-note {
        margin-top: 24px;
        font-size: 15px;
    }
}
@media(max-width: 600px) {
    .premiu-photo-slide {
        height: 500px;
    }
    .premiu-canvas {
        max-height: 500px;
        min-height: 500px;
    }
    .premiu-service-body {
        font-size: 20px;
    }
    .premiu-service-title {
        font-size: 20px;
    }
    .premiu-service-btn, .premiu-extra-title {
        font-size: 20px;
    }
    .premiu-extra-body {
        font-size: 16px;

    }
    .premiu-service-btn {
        max-width: 80%;
        font-size: 18px;
    }
}


/*compare section-------------------------------*/

.magnetus-compare-section {
    background: #EFEFEF;
    padding: 40px 20px;
}

.magnetus-compare-wrap {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.magnetus-compare-card {
    position: relative;
    flex: 1 1 0;
    background: white;
    border-radius: 4px;
    padding: 28px 42px 26px;
    min-height: 210px;
}

.magnetus-compare-title {
    margin: 0 0 14px;
    font-size: 50px;
    line-height: normal;
    font-weight: 400;
    color: #111;
}

.magnetus-compare-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.magnetus-compare-list li {
    position: relative;
    padding-left: 28px;
    font-size: 35px;
    line-height: normal;
    color: #111;
    font-weight: 400;
}

.magnetus-compare-list li:last-child {
    margin-bottom: 0;
}

.magnetus-compare-list li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
}

.magnetus-compare-list--bad li::before {
    content: "×";
    color: #d50000;
}

.magnetus-compare-list--good li::before {
    content: "✓";
    color: #5c8a57;
}

.magnetus-compare-middle {
    position: relative;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -50px;
    z-index: 2;
}

.magnetus-compare-middle span {
    color: #d50000;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

.magnetus-compare-accent {
    position: absolute;
    right: 14px;
    bottom: -12px;
    width: 120px;
    height: 14px;
    background: #d50000;
    border-radius: 0 0 8px 8px;
}

@media (max-width: 1300px) {
    .magnetus-compare-title {
        font-size: 48px;
    }
    .magnetus-compare-list li {
        font-size: 32px;
    }
}
@media (max-width: 1200px) {
    .magnetus-compare-title {
        font-size: 45px;
    }
    .magnetus-compare-list li {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .magnetus-compare-section {
        padding: 32px 16px;
    }

    .magnetus-compare-wrap {
        flex-direction: column;
        gap: 18px;
    }

    .magnetus-compare-card {
        width: 100%;
        min-height: unset;
        padding: 22px 24px 22px;
    }


    .magnetus-compare-list li {
        font-size: 30px;
        padding-left: 24px;
    }

    .magnetus-compare-list li::before {
        font-size: 20px;
        top: 3px;
    }

    .magnetus-compare-middle {
        margin: -40px 0;
    }

    .magnetus-compare-middle span {
        font-size: 30px;
    }

    .magnetus-compare-accent {
        right: 12px;
        bottom: -10px;
        width: 90px;
        height: 10px;
    }
}
@media (max-width: 768px) {
    .magnetus-compare-title {
        font-size: 38px;

    }
    .magnetus-compare-list li {
        font-size: 25px;
    }
}

/*Count-down-section*/

.magnetus-countdown-section {
    background: #f1f1f1;
    padding: 90px 20px 80px;
    margin-bottom: 10px;
}

.magnetus-countdown-wrap {
    margin: 0 auto;
    text-align: end;
    max-width: 1320px;
}

.magnetus-countdown-heading {
    margin: 0 0 10px;
    color: #111;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

.magnetus-countdown-box {
    width: 100%;
    padding: 24px 34px;
    background: transparent;
    border: 2px solid #dddddd;
    border-radius: 6px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 54px;
}

.magnetus-countdown-item {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.magnetus-countdown-value {
    font-size: 96px;
    line-height: 0.9;
    font-weight: 400;
    color: #111;
}

.magnetus-countdown-label {
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #111;
    margin-bottom: 10px;
}

.magnetus-countdown-text {
    margin: 18px 0 16px;
    color: #111;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 400;
}

.magnetus-countdown-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 18px;
    background: #d50000;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    transition: opacity 0.2s ease;
}

.magnetus-countdown-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

@media (max-width: 1199.98px) {
    .magnetus-countdown-box {
        gap: 36px;
        padding: 22px 24px;
    }

    .magnetus-countdown-value {
        font-size: 78px;
    }

    .magnetus-countdown-label,
    .magnetus-countdown-heading,
    .magnetus-countdown-text {
        font-size: 32px;
    }

    .magnetus-countdown-btn {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .magnetus-countdown-section {
        padding: 56px 16px 54px;
    }

    .magnetus-countdown-heading {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .magnetus-countdown-box {
        padding: 18px 14px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .magnetus-countdown-item {
        gap: 6px;
    }

    .magnetus-countdown-value {
        font-size: 50px;
    }

    .magnetus-countdown-label {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .magnetus-countdown-text {
        margin: 18px 0 14px;
        font-size: 30px;
        line-height: 1.12;
    }

    .magnetus-countdown-btn {
        width: 100%;
        max-width: 360px;
        font-size: 18px;
        min-height: 42px;
        padding: 10px 16px;
    }
    .magnetus-countdown-text {
        font-size: 28px;
        line-height: normal;
    }
}
@media(max-width: 480px) {
    .magnetus-countdown-value {
        font-size: 42px;
    }
    .magnetus-countdown-label {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

/*corner-note*/
.corner-note {
    position: absolute;
    top: 84%;
    right: 50px;
    z-index: 5;
    text-align: center;
}

.corner-note-box {
    background: white;
    padding: 14px 18px;
    border-radius: 0 0 14px 14px;
    font-size: 25px;
    line-height: normal;
    color: #111;
}


.corner-note-box img {
    width: 40px;
    height: 40px;
    vertical-align: bottom;
    margin-left: 4px;
}

.corner-note-arrow {
    position: absolute;
    right: -50px;
    top: -27px;
    width: 200px;
}
@media (max-width: 780px) {
    .corner-note-box {
        font-size: 20px;
    }
    .corner-note-arrow {
        width: 150px;
    }
}
/* price badge responsive */
@media (max-width: 991px) {
    .pret-badge { right: -26px; width: 56px; height: 56px; }
    .pret-badge-price { font-size: 18px; }
}
@media (max-width: 600px) {
    .pret-badge { right: -20px; width: 48px; height: 48px; }
    .pret-badge-price { font-size: 15px; }
    .pret-badge-label { font-size: 7px; }
    .pret-badge-currency { font-size: 8px; }
}
