.men-party-body {
    margin: 0;
    min-height: 100vh;
    background: #5a5a6b;
    color: #e0e0e0;
}

.men-party-body[dir="rtl"] {
    direction: rtl;
}

.men-party-body[dir="ltr"] {
    direction: ltr;
}

.landing-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding: 50px 24px;
    color: #ffffff;
    background-image: url('../images/1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
}

.men-party-body[dir="rtl"] .hero {
    text-align: right;
}

.men-party-body[dir="ltr"] .hero {
    text-align: left;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #e8e8e8;
    letter-spacing: 0.2em;
    font-size: 0.95rem;
}

.hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.02;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.75);
}

.hero-note {
    margin: 0 0 28px;
    color: #f0f0f0;
    font-size: 1.1rem;
    max-width: 560px;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.75);
}

.hero-button {
    display: inline-block;
    padding: 15px 34px;
    border-radius: 999px;
    background: #a0a0a0;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-button:hover,
.hero-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(160, 160, 160, 0.28);
}

.hero-meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #f0f0f0;
    font-size: 0.98rem;
}

.meta-item {
    background: rgba(0, 0, 0, 0.42);
    padding: 12px 18px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.section-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 80px 24px;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

.section-card-1,
.section-card-2 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: transparent !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 24px;
}

.men-party-body[dir="rtl"] .section-card-1,
.men-party-body[dir="rtl"] .section-card-2,
.men-party-body[dir="rtl"] .final-cta {
    text-align: right;
}

.men-party-body[dir="ltr"] .section-card-1,
.men-party-body[dir="ltr"] .section-card-2,
.men-party-body[dir="ltr"] .final-cta {
    text-align: left;
}

.section-card-1 {
    background-image: url('../images/2.png');
}

.section-card-2 {
    background-image: url('../images/3.png') !important;
}

.section-card-1::before,
.section-card-2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 0;
}

/* КАРУСЕЛЬ */

.section-card-3 {
    position: relative;
    min-height: 100vh;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.gallery-block {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    direction: ltr;
}

.gallery-track {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    transition: transform 0.6s ease;
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.gallery-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.gallery-text {
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: 40px;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.8);
}

.men-party-body[dir="rtl"] .gallery-text {
    text-align: right;
    direction: rtl;
}

.men-party-body[dir="ltr"] .gallery-text {
    text-align: left;
    direction: ltr;
}

.gallery-text h2,
.gallery-text p {
    margin: 0;
}

.gallery-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 16px;
}

.gallery-text p {
    font-size: 1rem;
    max-width: 680px;
    line-height: 1.8;
}

/* ОБЩИЕ ТЕКСТЫ БЛОКОВ */

.section-card h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    font-size: 1.85rem;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.75);
}

.section-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #f0f0f0;
    line-height: 1.75;
    font-size: 1rem;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.75);
}

.section-card.dark {
    background: rgba(15, 15, 15, 0.92);
}

.section-card.hiv-card {
    border-inline-start: 4px solid #ff5c74;
}

.final-cta {
    position: relative;
    min-height: 100vh;
    padding: 80px 24px;
    background-image: url('https://img.magnific.com/free-photo/red-grunge-background_1048-9745.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    box-sizing: border-box;
}

.final-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.final-cta > * {
    position: relative;
    z-index: 2;
}

.final-cta .hero-button {
    margin-top: 20px;
}

/* ПЛАНШЕТЫ */

@media (max-width: 1024px) {
    .hero,
    .section-card-1,
    .section-card-2,
    .final-cta {
        background-attachment: scroll;
    }

    .hero-content {
        max-width: 620px;
    }

    .hero h1 {
        font-size: clamp(2.7rem, 7vw, 4.2rem);
    }
}

/* МОБИЛЬНАЯ ВЕРСИЯ */

@media (max-width: 760px) {
    .men-party-body {
        min-width: 320px;
    }

    .landing-wrapper {
        padding: 0;
    }

    .hero {
        min-height: 100svh;
        padding: 32px 18px;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-position: 42% center;
    }

    .hero::before {
        background: rgba(0, 0, 0, 0.48);
    }

    .hero-content {
        max-width: 100%;
    }

    .eyebrow {
        margin-bottom: 14px;
        font-size: 0.76rem;
        letter-spacing: 0.16em;
    }

    .hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.7rem);
        line-height: 1.05;
        margin-bottom: 14px;
    }

    .hero-note {
        max-width: 100%;
        margin: 0 auto 22px;
        font-size: 1rem;
        line-height: 1.55;
    }

    .hero-button {
        width: 100%;
        max-width: 280px;
        padding: 15px 22px;
        text-align: center;
        box-sizing: border-box;
    }

    .hero-meta {
        justify-content: center;
        gap: 10px;
        margin-top: 22px;
        font-size: 0.9rem;
    }

    .meta-item {
        padding: 10px 14px;
    }

    .section-card {
        padding: 44px 18px;
    }

    .section-card-1,
    .section-card-2 {
        min-height: 100svh;
        padding: 44px 18px;
        background-attachment: scroll;
        background-position: center;
        text-align: center;
    }

    .section-card-1::before,
    .section-card-2::before {
        background: rgba(0, 0, 0, 0.48);
    }

    .section-card h2 {
        font-size: 1.7rem;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .section-card p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .section-card-3 {
        min-height: 100svh;
    }

    .gallery-block {
        height: 100svh;
    }

    .gallery-slide img {
        height: 100svh;
        object-fit: cover;
    }

    .gallery-text {
        right: 18px;
        left: 18px;
        bottom: 26px;
        padding: 16px;
        border-radius: 18px;
        background: rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(6px);
        text-align: center;
    }

    .gallery-text h2 {
        font-size: 1.65rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .gallery-text p {
        font-size: 0.95rem;
        line-height: 1.55;
        max-width: 100%;
    }

    .final-cta {
        min-height: 100svh;
        padding: 56px 18px;
        background-attachment: scroll;
        text-align: center;
    }

    .final-cta::before {
        background: rgba(0, 0, 0, 0.58);
    }

    .final-cta .hero-button {
        width: 100%;
        max-width: 280px;
    }
}

/* МАЛЕНЬКИЕ ТЕЛЕФОНЫ */

@media (max-width: 420px) {
    .hero {
        padding: 28px 14px;
        background-position: 45% center;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 13vw, 3.1rem);
    }

    .hero-note {
        font-size: 0.95rem;
    }

    .eyebrow {
        font-size: 0.7rem;
    }

    .section-card,
    .section-card-1,
    .section-card-2,
    .final-cta {
        padding-left: 14px;
        padding-right: 14px;
    }

    .section-card h2 {
        font-size: 1.5rem;
    }

    .section-card p,
    .gallery-text p {
        font-size: 0.92rem;
    }

    .gallery-text {
        right: 12px;
        left: 12px;
        bottom: 18px;
        padding: 14px;
    }

    .gallery-text h2 {
        font-size: 1.45rem;
    }
}