.site-content-menu {
    position: relative;
    z-index: 40;
    border-bottom: 1px solid var(--rd-pink-border, #e8b4ce);
    background: #fff;
}

/* Actors catalog */
.actors-page {
    padding-bottom: 34px;
}

.actors-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 16px;
    align-items: stretch;
    margin: 18px 0 12px;
    padding: 24px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #171724 0%, #27263b 58%, #3a2637 100%);
    color: #ffffff;
}

.actors-page-hero__copy {
    display: grid;
    align-content: center;
    gap: 9px;
}

.actors-page-hero__copy span,
.actors-page-list__header span {
    color: #f1a9cc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.actors-page-hero__copy h1 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.actors-page-hero__copy p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.actors-page-hero__summary {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 3px;
    min-height: 144px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.actors-page-hero__summary strong {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.actors-page-hero__summary span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.actors-page-hero__summary small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.actors-page-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #ececf3;
    border-radius: 8px;
    background: #ffffff;
}

.actors-page-selectors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    background: transparent;
}

.actors-page-select {
    display: grid;
    gap: 7px;
    min-width: 0;
    margin: 0;
}

.actors-page-select label {
    color: #6f6f82;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.actors-page-select select {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #ececf3;
    border-radius: 8px;
    background: #fff;
    color: #202032;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
}

.actors-page-select select:focus {
    border-color: var(--rd-pink-border, #e8b4ce);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(192, 38, 116, 0.11);
}

.actors-page-toolbar > .actors-page-filter {
    display: none;
}

.actors-page-filter {
    display: grid;
    gap: 8px;
}

.actors-page-filter strong {
    color: #6f6f82;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.actors-page-filter nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.actors-page-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid #ececf3;
    border-radius: 999px;
    background: #ffffff;
    color: #3d3d50;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.actors-page-filter a:hover,
.actors-page-filter a.is-active {
    border-color: var(--rd-pink-border, #e8b4ce);
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink, #c02674);
}

.actors-page-list {
    padding: 16px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
}

.actors-page-list__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.actors-page-list__header h2 {
    margin: 4px 0 0;
    color: #171724;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
}

.actors-page-list__header p {
    margin: 0;
    color: #77778a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-align: right;
}

.actors-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.actors-card {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(17, 17, 31, 0.06);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.actors-card:hover {
    border-color: var(--rd-pink-border, #e8b4ce);
    box-shadow: 0 6px 18px rgba(17, 17, 31, 0.12);
    transform: translateY(-2px);
}

.actors-card > a {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
}

.actors-card__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: linear-gradient(135deg, #232337 0%, #12121e 100%);
}

.actors-card__image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(18, 18, 30, 0) 0%, rgba(18, 18, 30, 0.72) 100%);
}

.actors-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.actors-card:hover .actors-card__image img {
    transform: scale(1.035);
}

.actors-card__image span {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #2b2b3d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
}

.actors-card__body {
    display: grid;
    gap: 9px;
    padding: 11px;
}

.actors-card__body h2 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #171724;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actors-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.actors-card__meta span {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 6px;
    align-items: center;
    min-width: 0;
    min-height: 42px;
    padding: 7px;
    border-radius: 7px;
    background: #f6f6fa;
}

.actors-card__meta i {
    grid-row: 1 / span 2;
    color: var(--rd-pink, #c02674);
    font-size: 12px;
}

.actors-card__meta b {
    min-width: 0;
    overflow: hidden;
    color: #202032;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actors-card__meta small {
    min-width: 0;
    overflow: hidden;
    color: #77778a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actors-card__body p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #77778a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.actors-card__body p i {
    color: var(--rd-pink, #c02674);
}

.actors-page-empty {
    padding: 28px 16px;
    border: 1px dashed #d9d9e3;
    border-radius: 8px;
    background: #fafafe;
    color: #6f6f82;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1040px) {
    .actors-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .actors-page-hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .actors-page-hero__copy h1 {
        font-size: 28px;
    }

    .actors-page-hero__summary {
        min-height: 0;
    }

    .actors-page-toolbar {
        grid-template-columns: 1fr;
    }

    .actors-page-list__header {
        display: grid;
        gap: 8px;
    }

    .actors-page-list__header p {
        text-align: left;
    }

    .actors-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 560px) {
    .actors-page {
        width: min(calc(100% - 24px), var(--rd-max-width, 1200px));
        max-width: calc(100vw - 24px);
        overflow-x: hidden;
    }

    .actors-page-hero {
        grid-template-columns: minmax(0, 1fr) minmax(86px, 0.5fr);
        gap: 8px;
        align-items: stretch;
        margin-top: 10px;
        padding: 12px;
    }

    .actors-page-hero__copy {
        gap: 5px;
        min-width: 0;
    }

    .actors-page-hero__copy span {
        font-size: 9px;
    }

    .actors-page-hero__copy h1 {
        font-size: 21px;
        line-height: 1.08;
    }

    .actors-page-hero__copy h1,
    .actors-page-hero__copy p {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .actors-page-hero__copy p {
        font-size: 11px;
        line-height: 1.35;
    }

    .actors-page-hero__summary {
        justify-items: center;
        min-width: 0;
        min-height: 0;
        padding: 10px 8px;
        text-align: center;
    }

    .actors-page-hero__summary strong {
        font-size: 27px;
    }

    .actors-page-hero__summary span {
        font-size: 11px;
    }

    .actors-page-hero__summary small {
        font-size: 10px;
    }

    .actors-page-toolbar,
    .actors-page-list {
        max-width: 100%;
        overflow-x: hidden;
        padding: 10px;
    }

    .actors-page-selectors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .actors-page-select label {
        font-size: 10px;
    }

    .actors-page-select select {
        min-height: 36px;
        padding: 7px 8px;
        font-size: 11px;
    }

    .actors-page-select,
    .actors-page-selectors,
    .actors-page-filter,
    .actors-page-filter nav,
    .actors-card {
        min-width: 0;
    }

    .actors-page-filter a {
        max-width: 100%;
        min-height: 32px;
        padding: 7px 9px;
        font-size: 11px;
        white-space: normal;
    }

    .actors-page-filter--sort a {
        gap: 5px;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 10px;
        white-space: nowrap;
    }

    .actors-page-filter--sort a i {
        font-size: 10px;
    }

    .actors-card__body {
        gap: 7px;
        padding: 9px;
    }

    .actors-card__body h2 {
        font-size: 14px;
    }

    .actors-card__meta {
        grid-template-columns: 1fr;
    }

    .actors-card__meta span {
        min-height: 32px;
        padding: 6px;
    }

    .actors-card__meta small,
    .actors-card__body p {
        display: none;
    }
}

.site-content-menu__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: visible;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.site-content-menu__dropdown {
    position: relative;
    flex: 0 0 auto;
}

.site-content-menu__link,
.site-content-menu__summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 14px;
    border: 1px solid var(--rd-pink-border, #e8b4ce);
    border-radius: 6px;
    background: #fff;
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.site-content-menu__summary {
    gap: 8px;
    cursor: pointer;
    list-style: none;
}

.site-content-menu__summary::-webkit-details-marker {
    display: none;
}

.site-content-menu__summary::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid currentColor;
}

.site-content-menu__dropdown[open] .site-content-menu__summary::after {
    transform: rotate(180deg);
}

.site-content-menu__link:hover,
.site-content-menu__link:focus,
.site-content-menu__link.is-active,
.site-content-menu__summary:hover,
.site-content-menu__summary:focus,
.site-content-menu__summary.is-active,
.site-content-menu__dropdown[open] .site-content-menu__summary {
    border-color: var(--rd-pink-border, #e8b4ce);
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink-dark, #a91f62);
}

.site-content-menu__link--vip {
    border-color: var(--rd-pink, #c02674);
    background: var(--rd-pink, #c02674);
    color: #fff;
}

.site-content-menu__link--vip small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}

.site-content-menu__link--vip:hover,
.site-content-menu__link--vip:focus,
.site-content-menu__link--vip.is-active {
    border-color: var(--rd-pink-dark, #a91f62);
    background: var(--rd-pink-dark, #a91f62);
    color: #fff;
}

.site-content-menu__dropdown-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    z-index: 60;
    display: none;
    width: min(320px, calc(100vw - 32px));
    max-height: min(62vh, 420px);
    overflow: auto;
    padding: 6px;
    border: 1px solid var(--rd-pink-border, #e8b4ce);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 17, 36, 0.14);
    transform: translateX(-50%);
}

.site-content-menu__dropdown[open] .site-content-menu__dropdown-list {
    display: grid;
    gap: 2px;
}

.site-content-menu__dropdown-item {
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--rd-text, #111);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-content-menu__dropdown-item:hover,
.site-content-menu__dropdown-item:focus,
.site-content-menu__dropdown-item.is-active {
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink-dark, #a91f62);
}

.movies_list .movie_item {
    border-radius: 4px;
}

.movies_list .movie_item .image,
.movies_list .movie_item .image img {
    border-radius: 4px 4px 0 0;
}

.movies-selected-list {
    padding-top: 0;
}

.movies-selected-hero {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    padding: 18px 20px;
    border-radius: 8px;
    background: #17141b;
    color: #fff;
}

.movies-selected-hero > span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 24px;
    align-items: center;
    padding: 5px 8px;
    border-radius: 6px;
    background: rgba(192, 38, 116, 0.18);
    color: #f4dbe6;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.movies-selected-hero .group_title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
}

.movies-selected-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.movies-selected-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.movies-selected-hero__meta span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.home-page-tools {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 0;
}

.home-page-tools__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 7px 16px;
    border: 1px solid transparent;
    border-radius: var(--rd-radius-sm, 6px);
    background: var(--rd-pink, #c02674);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.home-page .home-page-tools > .home-page-tools__button,
.home-page .home-page-tools > .free-movies-btn {
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.home-page-tools__button:hover,
.home-page-tools__button:focus {
    background: var(--rd-pink-dark, #a91f62);
    color: #fff;
}

.home-page-tools__button small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.home-page > .movies_list {
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(192, 38, 116, 0.14);
}

.home-page > .movies_list:first-of-type {
    margin-top: 8px;
}

.home-page > .rules {
    max-width: var(--rd-max-width, 1200px);
    margin: 22px auto 0;
    padding: 18px 0 4px;
    border-top: 1px solid rgba(192, 38, 116, 0.14);
    background: transparent;
    text-align: left;
}

.home-page > .rules::before,
.home-page > .rules::after {
    content: none;
}

.home-page > .rules p {
    margin: 0;
    color: var(--rd-text-mid, #444);
    font-size: 13px;
    line-height: 1.55;
}

.home-rules-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.home-rules-card {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: 14px 14px 13px;
    border: 1px solid rgba(232, 180, 206, 0.72);
    border-radius: 4px;
    background: linear-gradient(180deg, #fff 0%, #fff8fc 100%);
    box-shadow: 0 1px 5px rgba(17, 17, 17, 0.05);
}

.home-rules-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--rd-pink, #c02674), rgba(232, 180, 206, 0.28));
}

.home-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0edf2;
}

.home-page .home-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.home-section-header .group_title,
.home-page .home-section-header .group_title {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-section-header__link {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--rd-pink, #c02674);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.home-section-header__link:hover {
    color: var(--rd-pink-dark, #a91f62);
}

.home-section-mobile-more {
    display: none;
}

.home-magazine {
    background: #fff;
    color: #15151d;
}

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background-color: #171724;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 12, 20, 0.94) 0%, rgba(12, 12, 20, 0.76) 48%, rgba(12, 12, 20, 0.22) 100%);
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: end;
    min-height: 520px;
    padding-top: 54px;
    padding-bottom: 34px;
}

.home-hero__copy {
    max-width: 680px;
}

.home-eyebrow,
.home-section-kicker {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 26px;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-eyebrow {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.84);
}

.home-section-kicker {
    margin-bottom: 8px;
    background: #fbeaf3;
    color: #a91f62;
}

.home-hero h1 {
    max-width: 720px;
    margin: 15px 0 13px;
    color: #fff;
    font-size: 46px;
    line-height: 1.03;
    letter-spacing: 0;
}

.home-hero p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.55;
}

.home-hero__badges,
.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.home-hero__badges {
    margin-top: 22px;
}

.home-hero__badges span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 800;
}

.home-hero__actions {
    margin-top: 24px;
}

.home-btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: var(--rd-pink, #c02674);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.home-btn:hover,
.home-btn:focus {
    background: var(--rd-pink-dark, #a91f62);
    color: #fff;
    transform: translateY(-1px);
}

.home-btn--light {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.96);
    color: #171724;
}

.home-btn--light:hover,
.home-btn--light:focus {
    border-color: #fff;
    background: #fff;
    color: var(--rd-pink-dark, #a91f62);
}

.home-btn--secondary {
    border-color: var(--rd-pink-border, #e8b4ce);
    background: #fff;
    color: var(--rd-pink, #c02674);
}

.home-btn--secondary:hover,
.home-btn--secondary:focus {
    border-color: var(--rd-pink, #c02674);
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink-dark, #a91f62);
}

.home-now-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.home-now-card a {
    display: grid;
    gap: 7px;
    padding-bottom: 13px;
}

.home-now-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.home-now-card span,
.home-now-card strong {
    display: block;
    margin-right: 13px;
    margin-left: 13px;
}

.home-now-card span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-now-card strong {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.home-vip-invite {
    padding: 18px 0 28px;
    background: #fff;
    color: #111;
}

.home-vip-invite__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 22px;
    align-items: center;
    overflow: hidden;
    padding: 24px 30px;
    border-radius: 0;
    background:
        linear-gradient(135deg, #c02674 0%, #171724 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(192, 38, 116, 0.2);
}

.home-vip-invite__copy {
    max-width: 720px;
}

.home-vip-invite__copy > span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 28px;
    padding: 6px 9px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-vip-invite h1 {
    max-width: 760px;
    margin: 12px 0 10px;
    color: #fff;
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 0 2px 12px rgba(17, 17, 17, 0.18);
}

.home-vip-invite p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.52;
}

.home-vip-invite__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
}

.home-vip-invite__actions .home-btn {
    min-height: 48px;
    padding-right: 20px;
    padding-left: 20px;
    border-color: rgba(255, 255, 255, 0.76);
    background: #fff;
    color: #171724;
    box-shadow: 0 14px 30px rgba(17, 17, 29, 0.2);
}

.home-vip-invite__actions .home-btn:hover,
.home-vip-invite__actions .home-btn:focus {
    border-color: #fff;
    background: #f4edf1;
    color: #c02674;
}

.home-vip-invite__actions .home-btn i {
    color: #c02674;
}

.home-vip-invite__link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 42px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.44);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.home-vip-invite__offer {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-vip-invite__offer > span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-vip-invite__offer strong {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.home-vip-invite__offer em {
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.home-vip-invite__offer ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.home-vip-invite__offer li {
    display: flex;
    gap: 8px;
    align-items: center;
    min-width: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.home-vip-invite__offer li i {
    width: 16px;
    text-align: center;
}

.home-vip-thumbs {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #11111d;
}

.home-vip-thumbs__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(96px, 1fr);
    gap: 0;
    overflow-x: auto;
    padding: 0;
}

.home-vip-thumbs__item {
    position: relative;
    overflow: hidden;
    min-height: 72px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    isolation: isolate;
}

.home-vip-thumbs__item img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    opacity: 0.86;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.home-vip-thumbs__item:hover img,
.home-vip-thumbs__item:focus img {
    opacity: 1;
    transform: scale(1.04);
}

.home-vip-thumbs--bottom .home-vip-thumbs__track {
    grid-auto-columns: minmax(82px, 0.82fr);
}

.home-vip-thumbs--bottom .home-vip-thumbs__item {
    min-height: 56px;
}

.home-vip-thumbs--bottom .home-vip-thumbs__item img {
    height: 56px;
}

.home-vip-statusbar {
    padding: 10px 0;
    background: #171724;
    color: #fff;
}

.home-vip-statusbar__inner {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 36px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.home-vip-statusbar__inner i {
    flex: 0 0 auto;
    color: var(--rd-pink, #c02674);
    font-size: 16px;
}

.home-vip-statusbar__inner p {
    margin: 0;
}

.home-vip-statusbar__inner a {
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.44);
    text-underline-offset: 3px;
}

.home-vip-statusbar__inner a:hover,
.home-vip-statusbar__inner a:focus {
    color: #fff;
    text-decoration-color: #fff;
}

.home-section {
    padding: 42px 0;
}

.home-section--premieres,
.home-section--stars,
.home-section--timeline,
.home-section--ranking,
.home-section--access {
    background: #fff;
}

.home-section--discovery {
    background: #f7f7fa;
}

.home-section--timeline {
    padding-top: 18px;
    background: #17141b;
    color: #fff;
}

.home-section--timeline .home-section-title {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-section--timeline .home-section-kicker {
    background: rgba(192, 38, 116, 0.16);
    color: #f4dbe6;
}

.home-section--timeline .home-section-title a {
    color: #f4dbe6;
    white-space: nowrap;
}

.home-section--timeline .home-section-title a:hover,
.home-section--timeline .home-section-title a:focus {
    color: #fff;
}

.home-section--pricing {
    background: #171724;
    color: #fff;
}

.home-section-title {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
}

.home-section-title--compact {
    margin-bottom: 12px;
}

.home-section-title h2 {
    margin: 0;
    color: inherit;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: 0;
}

.home-section-title a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--rd-pink, #c02674);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.home-section--ranking .home-section-title a {
    color: var(--rd-pink, #c02674);
}

.home-premiere-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    gap: 14px;
}

.home-feature-movie,
.home-quick-movie,
.home-trust-card,
.home-return-card,
.home-collection-card,
.home-timeline-card,
.home-star-card,
.home-ranking-row,
.home-plan-card,
.home-vip-active {
    overflow: hidden;
    border: 1px solid #ececf2;
    border-radius: 8px;
    background: #fff;
}

.home-feature-movie {
    position: relative;
    min-height: 430px;
    background: #111;
}

.home-feature-movie a {
    display: block;
    min-height: 430px;
    color: #fff;
}

.home-feature-movie img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-feature-movie a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 10, 18, 0.88), rgba(10, 10, 18, 0.18) 62%);
}

.home-feature-movie a > div {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.home-return-card span,
.home-collection-card span,
.home-plan-card span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 24px;
    align-items: center;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--rd-pink, #c02674);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.home-feature-movie__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.home-feature-movie__topline span,
.home-feature-movie__topline time {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-feature-movie__topline span {
    background: var(--rd-pink, #c02674);
    color: #fff;
}

.home-feature-movie__topline time {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.home-feature-movie h3 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.08;
}

.home-feature-movie__actors {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 !important;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
}

.home-feature-movie__actors strong {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

.home-feature-movie__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
}

.home-feature-movie__meta em {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    min-height: 27px;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.home-feature-movie p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.5;
}

.home-quick-list {
    display: grid;
    gap: 14px;
}

.home-quick-movie a {
    display: grid;
    grid-template-columns: minmax(172px, 48%) minmax(0, 1fr);
    min-height: 124px;
    color: #15151d;
}

.home-quick-movie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-quick-movie__body {
    display: grid;
    gap: 7px;
    grid-template-rows: auto auto 1fr auto;
    align-content: stretch;
    min-width: 0;
    padding: 12px 12px 10px;
}

.home-quick-movie__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.home-quick-movie__meta span,
.home-quick-movie__metrics span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    min-height: 22px;
    padding: 4px 7px;
    border-radius: 5px;
    background: #fbeaf3;
    color: #a91f62;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-quick-movie__quality i,
.home-quick-movie__metrics i {
    font-size: 12px;
}

.home-quick-movie__quality b,
.home-quick-movie__metrics b {
    font-weight: 900;
}

.home-quick-movie strong {
    font-size: 15px;
    line-height: 1.18;
}

.home-quick-movie small {
    color: #6c6d78;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.home-quick-movie__metrics {
    align-self: end;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.home-quick-movie__metrics span {
    background: #f7f7fa;
    color: #4f5060;
    text-transform: none;
}

.home-trust-band {
    padding: 28px 0;
    background: #171724;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-trust-card {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #20202b, #252535);
    padding: 18px;
}

.home-trust-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: rgba(76, 124, 219, 0.16);
    color: #9bb9ff;
    font-size: 18px;
}

.home-trust-card:nth-child(2) i {
    background: rgba(43, 173, 97, 0.16);
    color: #79d79d;
}

.home-trust-card:nth-child(3) i {
    background: rgba(192, 38, 116, 0.18);
    color: #f39bc5;
}

.home-trust-card:nth-child(4) i {
    background: rgba(255, 184, 77, 0.15);
    color: #ffd38c;
}

.home-trust-card strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

.home-trust-card span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.45;
}

.home-discovery-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: stretch;
}

.home-return-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.home-return-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.home-return-card div {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 18px;
}

.home-return-card h2 {
    margin: 0;
    color: #15151d;
    font-size: 23px;
    line-height: 1.12;
}

.home-return-card p {
    margin: 0;
    color: #6c6d78;
    font-size: 14px;
    line-height: 1.5;
}

.home-return-card .home-btn {
    align-self: end;
    width: max-content;
}

.home-return-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    align-self: end;
}

.home-return-card__actions .home-btn {
    width: auto;
}

.home-collection-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-collection-card {
    position: relative;
    display: grid;
    align-content: end;
    min-height: 210px;
    padding: 16px;
    background: linear-gradient(135deg, #171724, #2f5fba);
    color: #fff;
    isolation: isolate;
}

.home-collection-card--alt {
    background: linear-gradient(135deg, #291723, #c02674);
}

.home-collection-card--interest {
    background: linear-gradient(135deg, #14212b, #0e8f9f);
}

.home-collection-card--soft {
    background: linear-gradient(135deg, #17291f, #177a45);
}

.home-collection-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(12, 12, 22, 0.82), rgba(12, 12, 22, 0.18) 72%);
}

.home-collection-card__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.home-collection-card__media img {
    position: absolute;
    width: 52%;
    aspect-ratio: 16 / 10;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.home-collection-card__media img:nth-child(1) {
    top: 14px;
    right: -12px;
    transform: rotate(3deg);
}

.home-collection-card__media img:nth-child(2) {
    top: 46px;
    left: 14px;
    width: 44%;
    transform: rotate(-5deg);
}

.home-collection-card__media img:nth-child(3) {
    right: 24px;
    bottom: 52px;
    width: 38%;
    transform: rotate(-2deg);
}

.home-collection-card__media.home-collection-card__media--stars img {
    inset: auto;
    width: 15%;
    aspect-ratio: 4 / 5;
    border-radius: 999px;
    transform: rotate(0deg);
}

.home-collection-card__media--stars img:nth-child(1) {
    top: 8px;
    left: 12px;
    transform: rotate(-6deg);
}

.home-collection-card__media--stars img:nth-child(2) {
    top: 6px;
    left: 25%;
    transform: rotate(4deg);
}

.home-collection-card__media--stars img:nth-child(3) {
    top: 12px;
    left: 48%;
    transform: rotate(-3deg);
}

.home-collection-card__media--stars img:nth-child(4) {
    top: 8px;
    right: 12px;
    transform: rotate(5deg);
}

.home-collection-card__media--stars img:nth-child(5) {
    top: 42px;
    left: 15%;
    transform: rotate(-7deg);
}

.home-collection-card__media--stars img:nth-child(6) {
    top: 36px;
    left: 39%;
    transform: rotate(3deg);
}

.home-collection-card__media--stars img:nth-child(7) {
    top: 43px;
    right: 19%;
    transform: rotate(6deg);
}

.home-collection-card__media--stars img:nth-child(8) {
    top: 74px;
    left: 27%;
    transform: rotate(-4deg);
}

.home-collection-card__media--stars img:nth-child(9) {
    top: 68px;
    right: 31%;
    transform: rotate(5deg);
}

.home-collection-card span {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.16);
}

.home-collection-card strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1.14;
}

.home-timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-timeline-card {
    display: grid;
    min-width: 0;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.home-timeline-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #171724;
}

.home-timeline-card__media img,
.home-timeline-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.16s ease;
}

.home-timeline-card__media:hover img,
.home-timeline-card__media:focus img,
.home-timeline-card__media:hover video,
.home-timeline-card__media:focus video {
    transform: scale(1.035);
}

.home-timeline-card__media--placeholder {
    display: grid;
    place-items: center;
    gap: 8px;
    color: #fff;
    background: linear-gradient(135deg, #171724, #c02674);
    text-align: center;
}

.home-timeline-card__media--placeholder i {
    font-size: 42px;
}

.home-timeline-card__media--placeholder span {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-timeline-card__content {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 16px;
}

.home-timeline-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.home-timeline-card__meta span,
.home-timeline-card__meta time {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    background: #f1f1f5;
    color: #575866;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.home-timeline-card__meta span {
    background: rgba(192, 38, 116, 0.1);
    color: var(--rd-pink, #c02674);
}

.home-timeline-card h3 {
    margin: 0;
    color: #171724;
    font-size: 19px;
    line-height: 1.18;
    letter-spacing: 0;
}

.home-timeline-card h3 a {
    color: inherit;
}

.home-timeline-card h3 a:hover,
.home-timeline-card h3 a:focus {
    color: var(--rd-pink, #c02674);
}

.home-timeline-card p {
    margin: 0;
    color: #62636f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.home-timeline-card__link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    width: max-content;
    max-width: 100%;
    color: var(--rd-pink, #c02674);
    font-size: 13px;
    font-weight: 900;
}

.home-stars-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-star-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1fr);
    gap: 6px;
    min-height: 188px;
    padding: 6px;
    border-color: #27212c;
    background: linear-gradient(135deg, #15151d, #2f1728);
    box-shadow: 0 12px 28px rgba(21, 21, 29, 0.1);
}

.home-star-card__portrait {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 188px;
    border-radius: 6px 0 0 6px;
    color: #fff;
}

.home-star-card__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-star-card__portrait::after {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(0deg, rgba(10, 10, 18, 0.82), rgba(10, 10, 18, 0));
}

.home-star-card__portrait strong {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 1.12;
}

.home-star-card__content {
    display: grid;
    min-width: 0;
    padding: 8px;
    border-radius: 0 6px 6px 0;
    background: rgba(255, 255, 255, 0.08);
}

.home-star-card__movies {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 7px;
    height: 100%;
}

.home-star-card__movies--single {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.home-star-card__movies a {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.home-star-card__movies img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-ranking-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.home-ranking-row {
    border-color: #ececf2;
    background: #fff;
}

.home-ranking-row a {
    display: grid;
    grid-template-columns: 28px 108px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 82px;
    padding: 6px;
    color: #15151d;
}

.home-ranking-row b {
    color: #b8bac4;
    font-size: 18px;
    text-align: center;
}

.home-ranking-row img {
    width: 108px;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    object-fit: cover;
}

.home-ranking-row strong,
.home-ranking-row small {
    display: block;
}

.home-ranking-row strong {
    color: #15151d;
    line-height: 1.2;
}

.home-ranking-row small {
    margin-top: 3px;
    color: #6c6d78;
    font-size: 12px;
    font-weight: 800;
}

.home-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-plan-card {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.home-plan-card--best {
    border-color: var(--rd-pink, #c02674);
    box-shadow: 0 0 0 3px #fbeaf3;
}

.home-plan-card h3 {
    margin: 0;
    color: #15151d;
    font-size: 21px;
    line-height: 1.1;
}

.home-plan-price {
    display: grid;
    gap: 5px;
    align-content: start;
}

.home-plan-price strong {
    color: #15151d;
    font-size: 34px;
    line-height: 1;
}

.home-plan-price strong span {
    display: inline;
    width: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: 0.1em;
}

.home-plan-price small {
    color: #8b8c98;
    font-size: 15px;
    font-weight: 800;
}

.home-plan-price em {
    color: #6c6d78;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.home-plan-card p {
    margin: 0;
    color: #6c6d78;
    font-size: 14px;
    line-height: 1.45;
}

.home-plan-card .home-btn {
    align-self: end;
}

.home-plan-card .home-btn--light {
    border-color: #ececf2;
    background: #fff;
}

.home-plan-card .home-btn--light:hover,
.home-plan-card .home-btn--light:focus {
    border-color: var(--rd-pink, #c02674);
    background: #fbeaf3;
}

.home-section--pricing .home-section-title h2 {
    color: #fff;
}

.home-section--pricing .home-section-kicker {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.74);
}

.home-section--pricing .home-plan-card {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #20202b, #252535);
    color: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.14);
}

.home-section--pricing .home-plan-card--best {
    border-color: rgba(192, 38, 116, 0.72);
    background: linear-gradient(135deg, #241b29, #302033);
    box-shadow: 0 0 0 1px rgba(192, 38, 116, 0.24), 0 18px 34px rgba(0, 0, 0, 0.18);
}

.home-section--pricing .home-plan-card h3,
.home-section--pricing .home-plan-price strong {
    color: #fff;
}

.home-section--pricing .home-plan-price small {
    color: rgba(255, 255, 255, 0.72);
}

.home-section--pricing .home-plan-price em {
    color: #f2b6d4;
}

.home-section--pricing .home-plan-card p {
    color: rgba(255, 255, 255, 0.68);
}

.home-section--pricing .home-plan-card .home-btn--light {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.home-section--pricing .home-plan-card .home-btn--light:hover,
.home-section--pricing .home-plan-card .home-btn--light:focus {
    border-color: #fff;
    background: #fff;
    color: var(--rd-pink-dark, #a91f62);
}

.home-vip-active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(135deg, #fff6fb, #eefcf3);
}

.home-vip-active h2 {
    margin: 0 0 8px;
    color: #15151d;
    font-size: 26px;
    line-height: 1.12;
}

.home-vip-active p {
    max-width: 680px;
    margin: 0;
    color: #4d4e5b;
    font-size: 15px;
}

.home-vip-active__actions {
    display: grid;
    justify-items: end;
    gap: 5px;
}

.home-vip-active__actions strong {
    color: #177a45;
    font-size: 30px;
    line-height: 1;
}

.home-vip-active__actions span {
    color: #6c6d78;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .home-vip-invite__panel,
    .home-hero__inner,
    .home-premiere-layout,
    .home-discovery-layout {
        grid-template-columns: 1fr;
    }

    .home-vip-invite__copy {
        max-width: 720px;
    }

    .home-hero__inner {
        min-height: auto;
        padding-top: 42px;
    }

    .home-now-card {
        max-width: 520px;
    }

    .home-trust-grid,
    .home-collection-grid,
    .home-timeline-grid,
    .home-stars-grid,
    .home-plan-grid,
    .home-ranking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-vip-active {
        grid-template-columns: 1fr;
    }

    .home-vip-active__actions {
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .home-vip-invite {
        padding: 14px 0 24px;
    }

    .home-vip-invite__panel {
        gap: 20px;
        padding: 22px 16px;
    }

    .home-vip-invite h1 {
        font-size: 32px;
    }

    .home-vip-invite p {
        font-size: 15px;
    }

    .home-vip-invite__actions .home-btn,
    .home-vip-invite__link {
        width: 100%;
    }

    .home-vip-invite__link {
        justify-content: center;
    }

    .home-vip-invite__offer {
        padding: 16px;
    }

    .home-vip-thumbs {
        padding: 0;
    }

    .home-vip-thumbs__track {
        grid-auto-columns: minmax(86px, 31vw);
        gap: 0;
        padding: 0;
    }

    .home-vip-thumbs--bottom .home-vip-thumbs__track {
        grid-auto-columns: minmax(72px, 24vw);
    }

    .home-vip-thumbs__item,
    .home-vip-thumbs__item img {
        height: 64px;
        min-height: 64px;
    }

    .home-vip-thumbs--bottom .home-vip-thumbs__item,
    .home-vip-thumbs--bottom .home-vip-thumbs__item img {
        height: 48px;
        min-height: 48px;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero__inner {
        padding-top: 30px;
        padding-bottom: 24px;
    }

    .home-hero h1 {
        font-size: 32px;
    }

    .home-hero p {
        font-size: 15px;
    }

    .home-hero__badges {
        flex-wrap: nowrap;
        gap: 4px;
        margin-top: 16px;
    }

    .home-hero__badges span {
        gap: 3px;
        min-height: 24px;
        padding: 4px 5px;
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
    }

    .home-hero__badges span i {
        display: inline-block;
        font-size: 9px;
    }

    .home-now-card {
        display: none;
    }

    .home-section {
        padding: 30px 0;
    }

    .home-section--timeline {
        padding: 14px 0 34px;
    }

    .home-section--timeline .home-section-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 14px;
    }

    .home-section--timeline .home-section-title h2 {
        min-width: 0;
    }

    .home-section--timeline .home-section-title a {
        flex: 0 0 auto;
        font-size: 12px;
        white-space: nowrap;
    }

    .home-section--timeline .home-timeline-grid {
        gap: 12px;
    }

    .home-section-title {
        display: grid;
        gap: 10px;
        align-items: start;
    }

    .home-section-title a {
        white-space: normal;
    }

    .home-feature-movie,
    .home-feature-movie a {
        min-height: 360px;
    }

    .home-feature-movie h3 {
        font-size: 23px;
    }

    .home-quick-movie a {
        grid-template-columns: minmax(132px, 44%) minmax(0, 1fr);
        min-height: 104px;
    }

    .home-collection-grid,
    .home-timeline-grid,
    .home-stars-grid,
    .home-plan-grid,
    .home-ranking-grid {
        grid-template-columns: 1fr;
    }

    .home-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-collection-card {
        min-height: 190px;
        padding: 12px;
    }

    .home-collection-card strong {
        font-size: 15px;
    }

    .home-plan-price strong {
        font-size: 28px;
    }

    .home-star-card {
        grid-template-columns: minmax(104px, 38%) minmax(0, 1fr);
        min-height: 148px;
    }

    .home-star-card__portrait {
        min-height: 148px;
    }

    .home-star-card__content {
        gap: 9px;
        padding: 10px;
    }

    .home-star-card__movies {
        gap: 5px;
    }

    .home-star-card__portrait strong {
        right: 8px;
        bottom: 8px;
        left: 8px;
        font-size: 14px;
    }

    .home-collection-card__media img {
        width: 46%;
    }

    .home-collection-card__media img:nth-child(1) {
        top: 12px;
        right: 10px;
    }

    .home-collection-card__media img:nth-child(2) {
        top: 24px;
        left: 12px;
        width: 38%;
    }

    .home-collection-card__media img:nth-child(3) {
        right: 22%;
        bottom: 42px;
        width: 34%;
    }

    .home-collection-card__media.home-collection-card__media--stars img {
        inset: auto;
        width: 19%;
    }

    .home-collection-card__media--stars img:nth-child(1) {
        top: 6px;
        left: 10px;
    }

    .home-collection-card__media--stars img:nth-child(2) {
        top: 8px;
        left: 28%;
    }

    .home-collection-card__media--stars img:nth-child(3) {
        top: 6px;
        left: 52%;
    }

    .home-collection-card__media--stars img:nth-child(4) {
        top: 9px;
        right: 8px;
    }

    .home-collection-card__media--stars img:nth-child(5) {
        top: 34px;
        left: 18%;
    }

    .home-collection-card__media--stars img:nth-child(6) {
        top: 32px;
        left: 43%;
    }

    .home-collection-card__media--stars img:nth-child(7) {
        top: 36px;
        right: 16%;
    }

    .home-collection-card__media--stars img:nth-child(8) {
        top: 60px;
        left: 30%;
    }

    .home-collection-card__media--stars img:nth-child(9) {
        top: 58px;
        right: 30%;
    }

    .home-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-trust-card {
        padding: 12px;
    }

    .home-trust-card i {
        width: 32px;
        height: 32px;
        margin-bottom: 9px;
        font-size: 15px;
    }

    .home-trust-card strong {
        font-size: 13px;
    }

    .home-trust-card span {
        font-size: 11px;
        line-height: 1.35;
    }

    .home-return-card .home-btn,
    .home-plan-card .home-btn,
    .home-vip-active__actions .home-btn {
        width: 100%;
    }

    .home-ranking-row a {
        grid-template-columns: 28px 96px minmax(0, 1fr);
        gap: 7px;
        padding: 5px;
    }

    .home-ranking-row img {
        width: 96px;
    }
}

.movie_item .ranking-badge {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: calc(100% - 10px);
    min-height: 22px;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(17, 17, 36, 0.92);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.movie_item .ranking-badge i {
    color: #e8b4ce;
    font-size: 10px;
}

.movie_item .ranking-badge b {
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.movie_item .ranking-badge small {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie_item .actress-name {
    display: none;
}

.movies-timeline-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(192, 38, 116, 0.24);
    border-radius: 6px;
    background: #fff;
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    font-weight: 700;
}

.movies-timeline-card__cta:hover {
    border-color: var(--rd-pink, #c02674);
    background: var(--rd-pink-bg, #fbeaf3);
}

.movies-timeline-page {
    padding-top: 12px;
}

.movies-timeline-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #111124 0%, #19192e 100%);
    color: #fff;
}

.movies-timeline-hero__eyebrow {
    margin: 0 0 7px;
    color: #e8b4ce;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.movies-timeline-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(26px, 4vw, 42px);
    letter-spacing: 0;
}

.movies-timeline-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.movies-timeline {
    position: relative;
    display: grid;
    gap: 18px;
}

.movies-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 118px;
    width: 2px;
    background: linear-gradient(180deg, rgba(192, 38, 116, 0.28), rgba(192, 38, 116, 0));
}

.movies-timeline__group {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 28px;
    box-sizing: border-box;
    min-width: 0;
}

.movies-timeline__group h2 {
    position: sticky;
    top: 76px;
    align-self: start;
    margin: 0;
    padding: 7px 8px;
    border: 1px solid rgba(192, 38, 116, 0.18);
    border-radius: 6px;
    background: #fff;
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.movies-timeline__date-mobile {
    display: none;
}

.movies-timeline__items {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.movies-timeline-card {
    position: relative;
    display: grid;
    box-sizing: border-box;
    min-width: 0;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--rd-border, #eee);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.movies-timeline-card::before {
    content: "";
    position: absolute;
    top: 26px;
    left: -35px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--rd-pink, #c02674);
    box-shadow: 0 0 0 1px rgba(192, 38, 116, 0.24);
}

.movies-timeline-card__header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 2px 2px;
}

.movies-timeline-card__header h3 {
    margin: 0;
    color: var(--rd-text, #111);
    font-size: 22px;
    line-height: 1.16;
}

.movies-timeline-card__header h3 a {
    color: inherit;
}

.movies-timeline-card__header h3 a:hover {
    color: var(--rd-pink, #c02674);
}

.movies-timeline-card__header time {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid rgba(192, 38, 116, 0.18);
    border-radius: 5px;
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.movies-timeline-card__body {
    display: grid;
    grid-template-columns: minmax(480px, 620px) minmax(300px, 1fr);
    gap: 10px;
    align-items: stretch;
    min-width: 0;
}

.movies-timeline-card__image {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border-radius: 4px;
    background: #19192e;
}

.movies-timeline-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    filter: contrast(1.04) saturate(1.03);
    image-rendering: auto;
    transform: translateZ(0);
}

.movies-timeline-card__image span {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 7px;
    border-radius: 4px;
    background: rgba(192, 38, 116, 0.95);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.movies-timeline-card__content {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
    padding: 8px;
    border: 1px solid #f0edf2;
    border-radius: 4px;
    background: linear-gradient(180deg, #fff 0%, #fbf9fc 100%);
}

.movies-timeline-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    color: var(--rd-text-soft, #777);
    font-size: 10px;
}

.movies-timeline-card__meta > a,
.movies-timeline-card__meta > span,
.movies-timeline-card__meta > time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    min-height: 26px;
    padding: 4px 6px;
    border-radius: 5px;
    background: #f7f4f8;
    text-align: center;
}

.movies-timeline-card__meta > a:hover {
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink, #c02674);
}

.movies-timeline-card__meta > a i,
.movies-timeline-card__meta > span i {
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    line-height: 1;
}

.movies-timeline-card__meta > a b,
.movies-timeline-card__meta > span b {
    color: var(--rd-text-mid, #444);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.movies-timeline-card__meta > .movies-timeline-card__quality {
    position: relative;
    min-width: 44px;
    justify-content: center;
    padding: 4px 6px 6px;
    border: 1px solid rgba(192, 38, 116, 0.34);
    background: #111124;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.movies-timeline-card__meta > .movies-timeline-card__quality i,
.movies-timeline-card__meta > .movies-timeline-card__quality b {
    color: #fff;
}

.movies-timeline-card__quality::after {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 3px;
    left: 6px;
    height: 1px;
    border-radius: 1px;
    background: #e8b4ce;
}

.movies-timeline-card p {
    margin: 0;
    color: var(--rd-text-soft, #777);
    font-size: 13px;
}

.movies-timeline-card__relations {
    display: grid;
    gap: 6px;
    padding: 8px 0;
    border-top: 1px solid #f0edf2;
    border-bottom: 1px solid #f0edf2;
}

.movies-timeline-card__relations div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
    align-items: center;
    min-width: 0;
}

.movies-timeline-card__relations strong {
    color: var(--rd-text-soft, #777);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.movies-timeline-card__relations a {
    color: var(--rd-pink, #c02674);
    font-size: 12px;
    font-weight: 700;
}

.movies-timeline-card__actors a {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.movies-timeline-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.movies-timeline-card__chips a,
.movies-timeline-card__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border: 1px solid #f0edf2;
    border-radius: 5px;
    background: #fff;
    color: var(--rd-text-mid, #444);
    font-size: 11px;
    font-weight: 700;
}

.movies-timeline-card__chips span {
    border-color: rgba(192, 38, 116, 0.18);
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink, #c02674);
}

.movies-timeline-card__chips a:hover {
    border-color: rgba(192, 38, 116, 0.28);
    color: var(--rd-pink, #c02674);
}

.movies-timeline-card__cta {
    justify-self: start;
    margin-top: 2px;
}

.movies-timeline-card--entry {
    border-color: rgba(192, 38, 116, 0.16);
    background: linear-gradient(180deg, #fff 0%, #fbeaf3 100%);
}

.movies-timeline-entry__header {
    gap: 6px;
}

.movies-timeline-card__type {
    display: inline-flex;
    justify-self: start;
    min-height: 22px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--rd-pink-bg, #fbeaf3);
    color: var(--rd-pink, #c02674);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
}

.movies-timeline-card--entry .movies-timeline-card__body {
    grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
}

.movies-timeline-card--entry .movies-timeline-card__body--text {
    grid-template-columns: 1fr;
}

.movies-timeline-entry__media {
    display: block;
    min-height: 220px;
}

.movies-timeline-entry__media img,
.movies-timeline-entry__media video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.movies-timeline-entry__media--placeholder {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 220px;
    color: #fff;
    background: linear-gradient(135deg, #171724, #c02674);
    text-align: center;
}

.movies-timeline-entry__media--placeholder i {
    font-size: 56px;
}

.movies-timeline-entry__media--placeholder span {
    position: static;
    color: #fff;
    padding: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.movies-timeline-entry__text {
    display: grid;
    gap: 8px;
    color: var(--rd-text-mid, #444);
    font-size: 14px;
    line-height: 1.55;
}

.movies-timeline-entry__text p,
.movies-timeline-entry__text ul,
.movies-timeline-entry__text ol {
    margin: 0 0 8px;
}

.movies-timeline-article {
    max-width: 900px;
    margin: 0 auto;
    padding: 22px;
    border: 1px solid var(--rd-border, #eee);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.movies-timeline-article__header {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.movies-timeline-article__back {
    justify-self: start;
    color: var(--rd-pink, #c02674);
    font-size: 13px;
    font-weight: 700;
}

.movies-timeline-article__header h1 {
    margin: 0;
    color: var(--rd-text, #111);
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
}

.movies-timeline-article__header p {
    max-width: 760px;
    margin: 0;
    color: var(--rd-text-mid, #444);
    font-size: 17px;
    line-height: 1.5;
}

.movies-timeline-article__header time {
    color: var(--rd-text-soft, #777);
    font-size: 12px;
    font-weight: 700;
}

.movies-timeline-article__media {
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 8px;
    background: #19192e;
}

.movies-timeline-article__media img,
.movies-timeline-article__media video {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.movies-timeline-article__content {
    color: var(--rd-text-mid, #444);
    font-size: 16px;
    line-height: 1.7;
}

.movies-timeline-article__content h2,
.movies-timeline-article__content h3 {
    margin: 22px 0 10px;
    color: var(--rd-text, #111);
    line-height: 1.2;
    letter-spacing: 0;
}

.movies-timeline-article__content p,
.movies-timeline-article__content ul,
.movies-timeline-article__content ol {
    margin: 0 0 14px;
}

.movies-timeline-article__footer {
    margin: 20px 0 0;
}

.movies_timeline_empty {
    padding: 22px;
    border: 1px solid var(--rd-border, #eee);
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 980px) {
    .movies-timeline-card__body {
        grid-template-columns: 1fr;
    }

    .movies-timeline-card--entry .movies-timeline-card__body {
        grid-template-columns: 1fr;
    }

    .movies-timeline-card__image img {
        height: auto;
    }
}

@media (max-width: 560px) {
    .site-content-menu__inner {
        gap: 4px;
        justify-content: flex-start;
    }

    .site-content-menu__link,
    .site-content-menu__summary {
        padding-right: 8px;
        padding-left: 8px;
    }

    .site-content-menu__dropdown-list {
        left: 0;
        max-width: calc(100vw - 4px);
        transform: none;
    }
}

@media (max-width: 760px) {
    .movies-timeline-hero {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 2px;
    }

    .movies-timeline-article,
    .movies_timeline_empty {
        padding-right: 2px;
        padding-left: 2px;
    }

    .movies-timeline::before {
        left: 42px;
    }

    .movies-timeline__group {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
        padding-left: 0;
    }

    .movies-timeline__group h2 {
        position: sticky;
        top: 8px;
        justify-self: stretch;
        padding: 7px 5px;
        font-size: 11px;
        line-height: 1;
    }

    .movies-timeline__date-full {
        display: none;
    }

    .movies-timeline__date-mobile {
        display: grid;
        gap: 2px;
        text-transform: uppercase;
    }

    .movies-timeline__date-mobile span:first-child {
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }

    .movies-timeline__date-mobile span:last-child {
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
    }

    .movies-timeline-card {
        gap: 8px;
        padding: 10px;
    }

    .movies-timeline-card__header {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .movies-timeline-card__header h3 {
        font-size: 18px;
    }

    .movies-timeline-card__header time {
        justify-self: start;
    }

    .movies-timeline-card__meta {
        grid-template-columns: 1fr;
    }

    .movies-timeline-card__image img {
        min-height: 0;
    }

    .movies-timeline-card::before {
        left: -20px;
    }
}

@media (max-width: 860px) {
    .home-rules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .movies_list {
        margin-top: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .home-page .movies_list:first-of-type {
        margin-top: 8px;
    }

    .home-page .home-section-header {
        margin-bottom: 14px;
        padding-bottom: 10px;
    }

    .home-page .home-section-header__link {
        display: none;
    }

    .home-section-mobile-more {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

    .home-section-mobile-more a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 7px 18px;
        border: 1px solid rgba(192, 38, 116, 0.24);
        border-radius: 999px;
        background: #fff;
        color: var(--rd-pink, #c02674);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
    }

    .home-section-mobile-more a:hover {
        border-color: var(--rd-pink, #c02674);
        background: var(--rd-pink-bg, #fbeaf3);
        color: var(--rd-pink-dark, #a91f62);
    }

    .home-page .group_title,
    .home-page .section-title {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 1.2;
    }

    .home-page .movie_item .title {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 5px 10px;
        padding: 10px 11px 12px;
    }

    .home-page .movie_item .date {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 12px;
        line-height: 1.3;
    }

    .home-page .movie_item h2 {
        min-width: 0;
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.28;
    }

    .home-page .movie_item .actress-name {
        display: inline-block;
        max-width: 42vw;
        overflow: hidden;
        color: var(--rd-pink, #c02674);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.28;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-page .movie_item .free-badge {
        padding: 3px 8px;
        font-size: 11px;
    }

    .home-page .movies_list > .all {
        margin-top: 10px;
        font-size: 13px;
    }

    .home-page .home-page-tools {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px 0 10px;
    }

    .home-page .home-page-tools__button,
    .home-page .free-movies-btn {
        width: 100%;
        min-height: 40px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    .home-page .rules p {
        font-size: 12px;
        line-height: 1.45;
    }

    .home-rules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .home-rules-card {
        padding: 12px 10px 11px;
    }
}

/* Compact guest homepage */
.home-magazine--guest .home-hero {
    min-height: 410px;
    background-position: center top;
}

.home-magazine--guest .home-hero::before {
    background: linear-gradient(90deg, rgba(12, 12, 20, 0.94) 0%, rgba(12, 12, 20, 0.72) 50%, rgba(12, 12, 20, 0.22) 100%);
}

.home-magazine--guest .home-hero__inner {
    grid-template-columns: minmax(0, 0.98fr) minmax(260px, 420px);
    gap: 20px;
    min-height: 410px;
    padding-top: 40px;
    padding-bottom: 28px;
}

.home-magazine--guest .home-hero h1 {
    max-width: 620px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 40px;
}

.home-magazine--guest .home-hero p {
    max-width: 560px;
    font-size: 16px;
}

.home-magazine--guest .home-hero__badges {
    margin-top: 16px;
}

.home-magazine--guest .home-hero__actions {
    margin-top: 18px;
}

.home-hero-strip {
    align-self: end;
    display: grid;
    gap: 9px;
    min-width: 0;
}

.home-hero-strip__top {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
}

.home-hero-strip__title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
}

.home-hero-strip__controls {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    flex: 0 0 auto;
}

.home-hero-strip__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    cursor: pointer;
}

.home-hero-strip__nav:hover,
.home-hero-strip__nav:focus {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.18);
}

.home-hero-strip__nav:disabled {
    opacity: 0.35;
    cursor: default;
}

.home-hero-strip__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.home-hero-strip__item {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.home-hero-strip__item:nth-child(n+4) {
    display: none;
}

.home-hero-strip.is-shifted .home-hero-strip__item:nth-child(-n+3) {
    display: none;
}

.home-hero-strip.is-shifted .home-hero-strip__item:nth-child(n+4) {
    display: grid;
}

.home-hero-strip__item:hover,
.home-hero-strip__item:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.13);
}

.home-hero-strip__item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    object-fit: cover;
}

.home-hero-strip__item strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-vip-mini-offer {
    padding: 10px 0 0;
    background: #fff;
}

.home-vip-mini-offer a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid var(--rd-pink-border, #e8b4ce);
    border-radius: 8px;
    background: linear-gradient(90deg, #fff6fb 0%, #f7f7fa 100%);
    color: #15151d;
}

.home-vip-mini-offer span,
.home-vip-mini-offer b {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
}

.home-vip-mini-offer span {
    color: var(--rd-pink-dark, #a91f62);
    white-space: nowrap;
}

.home-vip-mini-offer span strong {
    color: #15151d;
}

.home-vip-mini-offer em {
    min-width: 0;
    overflow: hidden;
    color: #5d5e6c;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-vip-mini-offer b {
    color: var(--rd-pink, #c02674);
    white-space: nowrap;
}

.site-mobile-menu {
    display: none;
}

@media (max-width: 760px) {
    .home-magazine--guest .home-hero {
        min-height: 0;
    }

    .home-magazine--guest .home-hero__inner {
        grid-template-columns: 1fr;
        gap: 16px;
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 18px;
    }

    .home-magazine--guest .home-hero h1 {
        margin-top: 10px;
        margin-bottom: 9px;
        font-size: 28px;
        line-height: 1.07;
    }

    .home-magazine--guest .home-hero p {
        font-size: 14px;
        line-height: 1.45;
    }

    .home-magazine--guest .home-hero__badges {
        margin-top: 13px;
    }

    .home-magazine--guest .home-hero__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        margin-top: 14px;
    }

    .home-magazine--guest .home-hero__actions .home-btn {
        width: 100%;
        min-height: 36px;
        padding: 8px;
        font-size: 12px;
    }

    .home-hero-strip {
        gap: 7px;
    }

    .home-hero-strip__controls {
        display: none;
    }

    .home-hero-strip__track {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-hero-strip__track::-webkit-scrollbar {
        display: none;
    }

    .home-hero-strip__item {
        display: grid;
        flex: 0 0 clamp(142px, 43vw, 174px);
        scroll-snap-align: start;
    }

    .home-hero-strip__item:nth-child(n+4) {
        display: grid;
    }

    .home-hero-strip.is-shifted .home-hero-strip__item:nth-child(-n+3),
    .home-hero-strip.is-shifted .home-hero-strip__item:nth-child(n+4) {
        display: grid;
    }

    .home-hero-strip__item strong {
        font-size: 11px;
    }

    .home-vip-mini-offer {
        padding-top: 8px;
    }

    .home-vip-mini-offer a {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 4px 8px;
        min-height: 0;
        padding: 9px 10px;
    }

    .home-vip-mini-offer em {
        grid-column: 1 / -1;
        white-space: normal;
    }

    .home-vip-mini-offer b {
        grid-row: 1;
        grid-column: 2;
        font-size: 11px;
    }

    .home-magazine--guest .home-section--premieres {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .home-magazine--guest .home-section--premieres .home-section-title {
        margin-bottom: 12px;
    }

    .home-magazine--guest .home-section--premieres .home-section-title h2 {
        font-size: 20px;
        line-height: 1.12;
    }

    .home-magazine--guest .home-premiere-layout {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 3px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-magazine--guest .home-premiere-layout::-webkit-scrollbar {
        display: none;
    }

    .home-magazine--guest .home-quick-list {
        display: contents;
    }

    .home-magazine--guest .home-feature-movie,
    .home-magazine--guest .home-quick-movie {
        flex: 0 0 clamp(148px, 44vw, 178px);
        min-height: 0;
        scroll-snap-align: start;
    }

    .home-magazine--guest .home-feature-movie a,
    .home-magazine--guest .home-quick-movie a {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(0, 1fr);
        min-height: 0;
        color: #15151d;
    }

    .home-magazine--guest .home-feature-movie {
        background: #fff;
    }

    .home-magazine--guest .home-feature-movie img,
    .home-magazine--guest .home-quick-movie img {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .home-magazine--guest .home-feature-movie a::after {
        content: none;
    }

    .home-magazine--guest .home-feature-movie a > div,
    .home-magazine--guest .home-quick-movie__body {
        position: static;
        display: grid;
        gap: 6px;
        min-width: 0;
        padding: 9px;
    }

    .home-magazine--guest .home-feature-movie__actors,
    .home-magazine--guest .home-feature-movie__meta,
    .home-magazine--guest .home-feature-movie p,
    .home-magazine--guest .home-quick-movie small,
    .home-magazine--guest .home-quick-movie__metrics {
        display: none;
    }

    .home-magazine--guest .home-feature-movie__topline {
        gap: 4px;
    }

    .home-magazine--guest .home-feature-movie__topline span,
    .home-magazine--guest .home-feature-movie__topline time,
    .home-magazine--guest .home-quick-movie__meta span {
        min-height: 20px;
        padding: 3px 5px;
        font-size: 9px;
    }

    .home-magazine--guest .home-feature-movie__topline span {
        background: var(--rd-pink, #c02674);
        color: #fff;
    }

    .home-magazine--guest .home-feature-movie__topline time {
        background: #f7f7fa;
        color: #5d5e6c;
    }

    .home-magazine--guest .home-feature-movie h3,
    .home-magazine--guest .home-quick-movie strong {
        display: -webkit-box;
        overflow: hidden;
        color: #15151d;
        font-size: 12px;
        line-height: 1.22;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 580px) {
    .top-header {
        position: sticky;
        top: 0;
        padding: 7px 0;
        border-bottom: 1px solid var(--rd-border, #ececf3);
    }

    .top-header::before,
    .top-header > .view::before,
    .top-header .inline-left h2:not(.logo) {
        display: none;
    }

    .top-header > .view {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 6px;
        width: min(calc(100% - 12px), var(--rd-max-width));
    }

    .top-header .inline-left {
        align-self: center;
        justify-self: start;
    }

    .top-header .inline-left > a {
        align-items: center;
    }

    .top-header .logo {
        width: 82px;
        height: 27px;
        background-size: auto 27px;
    }

    .top-header .inline-right {
        display: flex;
        align-items: center;
        justify-self: end;
        gap: 4px;
        min-width: 0;
    }

    .top-header .inline-right ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        gap: 4px;
        min-width: 0;
    }

    .top-header .flag {
        flex: 0 0 auto;
        gap: 2px;
    }

    .top-header .flag img {
        width: 18px;
        height: 18px;
    }

    .top-header .inline-right li a,
    .top-header .inline-right .button-default,
    .top-header .inline-right .stdButtonGrey,
    .top-header .inline-right .vip-status-badge {
        width: auto;
        min-height: 25px;
        padding: 4px 7px;
        border-radius: 4px;
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
    }

    .site-mobile-menu {
        position: relative;
        display: block;
        justify-self: end;
    }

    .site-mobile-menu details {
        position: relative;
    }

    .site-mobile-menu summary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 25px;
        padding: 4px 8px;
        border: 1px solid var(--rd-pink, #c02674);
        border-radius: 4px;
        background: var(--rd-pink, #c02674);
        color: #fff;
        cursor: pointer;
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        list-style: none;
        white-space: nowrap;
    }

    .site-mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .site-mobile-menu__list {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        z-index: 80;
        display: none;
        min-width: 168px;
        padding: 6px;
        border: 1px solid var(--rd-pink-border, #e8b4ce);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 14px 30px rgba(17, 17, 36, 0.16);
    }

    .site-mobile-menu details[open] .site-mobile-menu__list {
        display: grid;
        gap: 3px;
    }

    .site-mobile-menu__list a {
        display: block;
        padding: 8px 9px;
        border-radius: 6px;
        color: var(--rd-text, #111);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
    }

    .site-mobile-menu__list a:hover,
    .site-mobile-menu__list a:focus,
    .site-mobile-menu__list a.is-active {
        background: var(--rd-pink-bg, #fbeaf3);
        color: var(--rd-pink-dark, #a91f62);
    }

    .site-content-menu {
        display: none;
    }
}

@media (max-width: 640px) {
    .home-return-card__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .home-return-card__actions .home-btn {
        width: 100%;
    }
}
