.wrapper {
    background-image: url('/assets/stub/stub-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 20px 0 70px;
    overflow-x: hidden;
}

.wrapper_container {
    padding-top: 20px;
    padding-bottom: 100px;
}

/* Декораторы */
.decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.cleverTop {
    max-width: 180px;
    top: -50px;
    left: 5%;
    transform: rotate(100deg);
}

.greenBoxTop {
    max-width: 180px;
    top: 30px;
    left: 45%;
}

.greenBoxLeft {
    max-width: 280px;
    top: 15%;
    left: -5%;
    transform: rotate(40deg);
}

.purpleBoxRight {
    max-width: 320px;
    top: 10%;
    right: -8%;
    transform: rotate(-20deg);
    z-index: 4;
}

.cleverBottom {
    max-width: 140px;
    bottom: 80px;
    right: 15%;
    transform: rotate(-120deg);
}

/* Logo */
.logo {
    max-width: 400px;
    margin-bottom: 40px;
    z-index: 10;
}

.logo img {
    width: 100%;
}

/* Promo Cards */
.promo-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    z-index: 10;
    flex-wrap: wrap;
    padding: 0 20px;
}

.promo-card {
    position: relative;
    width: 380px;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Maldives Card */
.promo-card--maldives {
    /*background: linear-gradient(180deg, #87CEEB 0%, #4DB6E5 40%, #F5DEB3 100%);*/
    /*width: 480px;*/
    /*height: 520px;*/
}

.promo-card-div {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 45px;
}

.button-offer {
    background-color: #A2D23F;
    width: 100%;
    font-size: 20px;
    padding: 24px;
    border-radius: 24px;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.3s;
    text-align: center;
    margin-top: 35px;
}

.button-offer:hover {
    background-color: #8ccf3c;
}

.promo-card__beach {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 1;
}

.promo-card__beach img {
    width: 100%;
    object-fit: cover;
}

.promo-card__inner {
    position: relative;
    z-index: 2;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Maldives Header */
.maldives-header {
    text-align: center;
}

.maldives-header__logos {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.maldives-header__logo {
    height: 36px;
    width: auto;
}

.maldives-header__logo--mtravel {
    height: 32px;
}

.maldives-header__coffee {
    width: 140px;
    margin: 0 auto 15px;
}

.maldives-header__coffee img {
    width: 100%;
}

.maldives-header__title {
    margin-bottom: 15px;
}

.maldives-header__title img {
    width: 260px;
    margin: 0 auto;
    display: block;
}

.maldives-header__date {
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.maldives-header__cups {
    width: 200px;
    margin: 15px auto 0;
}

.maldives-header__cups img {
    width: 100%;
}

.promo-card__content {
    position: relative;
    z-index: 2;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-card__logos {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.promo-card__logo {
    height: 40px;
    width: auto;
}

.promo-card__logo--mtravel {
    height: 35px;
}

.promo-card__date {
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.promo-card__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #A2D23F;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.3s;
}

.promo-card:hover .promo-card__btn {
    background: #93CD0C;
}

/* Umra Card */
.promo-card--umra {
    background: #1a1a2e;
}

.promo-card__umra-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.promo-card__btn--umra {
    background: #D4AF37;
}

.promo-card:hover .promo-card__btn--umra {
    background: #C5A028;
}

/* Back Button */
.back-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    z-index: 10;
}

.btn {
    display: inline-block;
    padding: 15px 50px;
    background: #A2D23F;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.89);
    font-size: 16px;
    transition: 0.3s;
    text-transform: uppercase;
    text-decoration: none;
}

.btn:hover {
    background: #93CD0C;
    box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}

.home-link {
    background: #9401AA;
    text-transform: none;
}

.home-link:hover {
    background: #a20fbf;
}

/* Info Grid */
.info-grid {
    color: #fff;
    z-index: 10;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.info-col {
    border-radius: 12px;
    max-width: 220px;
}

.info-title {
    font-weight: 700;
}

.info-col p {
    line-height: 1.1;
    font-size: 11px;
}

/* Responsive */
@media screen and (max-width: 1440px) {
    .logo {
        max-width: 350px;
    }

    .purpleBoxRight {
        max-width: 280px;
    }

    .greenBoxLeft {
        max-width: 240px;
    }

    .promo-card--maldives {
        width: 440px;
        height: 480px;
    }

    .promo-card--umra {
        width: 340px;
        height: 480px;
    }

    .maldives-header__title img {
        width: 220px;
    }

    .maldives-header__cups {
        width: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .promo-cards {
        gap: 20px;
    }

    .promo-card--maldives {
        width: 400px;
        height: 460px;
    }

    .promo-card--umra {
        width: 340px;
        height: 460px;
    }

    .maldives-header__title img {
        width: 200px;
    }

    .maldives-header__coffee {
        width: 120px;
    }

    .maldives-header__cups {
        width: 160px;
    }
}

@media screen and (max-width: 800px) {
    .wrapper {
        padding-bottom: 30px;
    }

    .wrapper_container {
        padding-bottom: 150px;
    }

    .logo {
        max-width: 280px;
        margin-bottom: 30px;
    }

    .promo-cards {
        flex-direction: column;
        align-items: center;
    }

    .promo-card--maldives {
        width: 100%;
        max-width: 400px;
        height: 450px;
    }

    .promo-card--umra {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }

    .cleverTop {
        max-width: 120px;
        top: -20px;
    }

    .purpleBoxRight {
        max-width: 200px;
        right: -15%;
        top: 5%;
    }

    .greenBoxLeft {
        max-width: 180px;
        top: 25%;
        left: -10%;
    }

    .greenBoxTop {
        display: none;
    }

    .cleverBottom {
        display: none;
    }

    .info-grid {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
    }

    .info-col {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        max-width: 220px;
    }

    .promo-card--maldives {
        height: 420px;
    }

    .promo-card--umra {
        height: 380px;
    }

    .promo-card__logo {
        height: 30px;
    }

    .promo-card__logo--mtravel {
        height: 25px;
    }

    .promo-card__umra-title h2 {
        font-size: 26px;
    }

    .promo-card__umra-title p {
        font-size: 14px;
    }

    .btn {
        padding: 12px 40px;
        font-size: 14px;
    }

    .greenBoxLeft,
    .purpleBoxRight {
        display: none;
    }

    .maldives-header__logo {
        height: 28px;
    }

    .maldives-header__logo--mtravel {
        height: 24px;
    }

    .maldives-header__title img {
        width: 180px;
    }

    .maldives-header__coffee {
        width: 100px;
    }

    .maldives-header__cups {
        width: 140px;
    }

    .maldives-header__date {
        font-size: 12px;
        padding: 6px 15px;
    }
}
