/* 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: 20px 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;
}

.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: -58%;
    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-value-pill {
    overflow: visible;
}

.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;
    }
}

/*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;
    }
}


.winner-card {
    max-width: 300px;
}

.winner-card-image {
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 14px;
    max-width: 230px;
}

.winner-card-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 999px;
}

.winner-card-quote {
    margin: 0 0 6px;
    font-style: italic;
    font-size: 18px;
    line-height: 1.15;
    color: #1f1f1f;
}

.winner-card-author {
    font-size: 18px;
    line-height: 1.1;
    color: #1f1f1f;
}

.winner-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.winner-gallery-item {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

.winner-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.campaigns-status-card {
    background: #e4002b;
    min-height: 315px;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.campaigns-status-title {
    font-family: "Libertinus Sans", serif;
    font-size: 30px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 10px;
}

.campaigns-status-badge {
    font-family: "Libertinus Sans", serif;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.campaign-showcase-slider {
    display: block;
    background: #f1f1f1;
    padding-top: 0;
}

.campaign-showcase-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.campaign-showcase-slider .slick-dots {
    display: none !important;
}
.campaign-showcase-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.campaign-showcase-card {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 36px;
    padding: 34px 42px;
    width: 550px;
    text-align: right;
    z-index: 2;
}

.campaign-showcase-card__top {
    font-size: 56px;
    line-height: 1.1;
    color: #111;
}

.campaign-showcase-card__brand {
    width: 150px;
    margin-left: auto;
}

.campaign-showcase-card__title {
    font-size: 56px;
    line-height: 1.05;
    color: #111;
}

@media (max-width: 768px) {

    .campaign-showcase-card {
        left: 50%;
        right: unset;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        text-align: right;
        z-index: 2;
    }
    .campaign-showcase-card__top {
        font-size: 40px;
    }
    .campaign-showcase-card__title {
        font-size: 40px;

    }

}