/* Sunplex Premium Sliders CSS */
.tr-wrap {
    --trr: #fb4c01;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #232323;
}

.tr-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 7px;
    padding: 0 10px;
    position: relative;
    z-index: 10;
}

.tr-title-lbl {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    border-left: solid 3px #408bea;
    color: #fff;
}

.tr-tabs {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 30px;
    padding: 2px;
    position: relative;
}

.tr-pill {
    position: absolute;
    top: 2px;
    height: calc(100% - 4px);
    background: #fb4c01;
    border-radius: 25px;
    transition: all 0.3s ease;
    z-index: 0;
}

.tr-tab {
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    color: #777;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    cursor: pointer;
    transition: 0.3s;
}

.tr-tab.active {
    color: #fff;
}

.tr-nav {
    margin-left: auto;
}

.nav_items_module {
    display: flex;
}

.nav_items_module .btn {
    height: 28px;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 14px;
}

.nav_items_module .btn:hover {
    color: #408BEA;
}

.tr-carousel-outer {
    position: relative;
}

.tr-ambient-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: opacity .6s ease;
    background-size: cover;
    background-position: center;
    filter: blur(60px) brightness(0.8);
}

.tr-wrap:hover .tr-ambient-bg {
    opacity: 0;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
    overflow: visible !important;
}

.owl-stage-outer {
    padding: 0 0 100px !important;
    margin-bottom: -90px;
    z-index: 5;
}

.owl-item {
    position: relative;
    z-index: 1;
    padding: 12px 10px;
    transition: z-index 0s;
}

.tr-item {
    position: relative;
    cursor: pointer;
    border-radius: 0;
    overflow: visible;
    transition: transform .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.tr-item.tr-push-left-full {
    transform: translateX(-100%);
}

.tr-item.tr-push-right-full {
    transform: translateX(100%);
}

.tr-poster-wrap {
    width: 100%;
    overflow: hidden;
    background: none;
    position: relative;
    transition: opacity .2s;
    border-radius: 0 !important;
}

.tr-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s;
}

.tr-item:hover .tr-poster-img {
    transform: scale(1.2);
}

.tr-rank {
    position: absolute;
    bottom: 0px;
    right: 25px;
    font-size: 120px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
    line-height: 0.8;
    z-index: 5;
    pointer-events: none;
    letter-spacing: -12px;
    font-family: sans-serif;
    font-style: italic;
    transition: 0.3s;
}

.tr-item.tr-hovered.tr-expand-right .tr-rank {
    z-index: 60;
    right: -85%;
    -webkit-text-stroke: 2px rgba(251, 76, 1, 0.9);
}

.tr-item.tr-hovered.tr-expand-left .tr-rank {
    z-index: 60;
    right: 25px;
    -webkit-text-stroke: 2px rgba(251, 76, 1, 0.9);
}

.tr-top-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #00be08;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 5px 10px;
    text-transform: uppercase;
    z-index: 4;
}

.tr-quality-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #cd2026;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 8px;
    z-index: 4;
    border-radius: 3px;
}

.tr-card {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    background: none;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s;
    transform: scaleX(0.5);
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
}

.tr-item.tr-hovered .tr-card {
    opacity: 1;
    pointer-events: all;
    transform: scaleX(1);
}

.tr-item.tr-expand-right .tr-card {
    left: 0;
    transform-origin: left center;
}

.tr-item.tr-expand-left .tr-card {
    left: auto;
    right: 0;
    transform-origin: right center;
}

.tr-card-media {
    position: absolute;
    inset: 0;
    background: none;
    overflow: hidden;
}

.tr-card-bd {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tr-card-yt {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .4s ease;
}

.tr-card-yt.tr-yt-ready {
    opacity: 1;
}

.tr-card-yt iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

.tr-wait-txt {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--trr);
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    animation: tr-pulse 1.5s infinite;
}

@keyframes tr-pulse {

    0%,
    100% {
        opacity: 0.4
    }

    50% {
        opacity: 1
    }
}

.tr-card-yt.tr-yt-ready+.tr-wait-txt {
    opacity: 0;
    visibility: hidden;
}

.tr-full-link {
    position: absolute;
    inset: 0;
    z-index: 20;
    cursor: pointer;
}

.tr-ctrls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.tr-ctrls:hover {
    width: 125px;
    border-radius: 100px;
    padding: 0 10px;
    justify-content: flex-start;
}

.tr-ctrls:hover .tr-vol-container {
    width: 60px;
    margin-left: 5px;
}

.tr-mute {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s;
}

.tr-mute:hover {
    transform: scale(1.1);
}

.tr-request-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 35;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.tr-request-btn:hover {
    background: var(--trr);
    border-color: var(--trr);
    transform: scale(1.1);
}

.tr-request-btn.requested {
    background: #4ade80;
    border-color: #4ade80;
}

.tr-vol-container {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}

.tr-ctrls:hover .tr-vol-container {
    width: 60px;
    opacity: 1;
    margin-left: 5px;
}

.tr-vol-slider {
    width: 100%;
    height: 3px;
    appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
}

.tr-vol-slider::-webkit-slider-thumb {
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.tr-play-link {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 25;
    width: 38px;
    height: 38px;
    opacity: 0;
    transition: all .3s;
}

.tr-play-link .see.play4 {
    position: absolute;
    inset: 0;
    background: url(http://sunplex.local/wp-content/themes/spcore-v2/assets/css/img/play4.svg) 50% 50% no-repeat;
    background-size: contain;
}

.tr-item.tr-hovered .tr-play-link {
    opacity: 1;
    animation: tr-pop 0.35s forwards;
}

@keyframes tr-pop {
    from {
        transform: scale(1.3);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.tr-card-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px;
    z-index: 10;
}

.tr-card-title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: block;
}

.tr-card-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.tr-genres {
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    margin-top: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1.2;
}

.tr-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
}

.tr-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255, 255, 255, .1);
    border-top-color: var(--trr);
    border-radius: 50%;
    animation: tr-spin .7s linear infinite;
}

.tr-loader-txt {
    position: absolute;
    top: calc(50% + 28px);
    left: 50%;
    transform: translateX(-50%);
    color: #fb4c01;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes tr-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

/* ── USER MAIN SLIDER (Enhanced from Old Plugin) ── */
.sp-main-slider-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background: #0d0d0d;
    margin-bottom: 0;
    /* margin-top: -70px; */
    user-select: none;
}

/* ── Owl sizing ─────────────────────────────────────── */
.sp-main-slider-wrap .owl-carousel,
.sp-main-slider-wrap .owl-wrapper-outer,
.sp-main-slider-wrap .owl-wrapper,
.sp-main-slider-wrap .owl-item {
    height: 100% !important;
}

/* ── Background layer system ─────────────────────────── */
.sp-ms-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.sp-ms-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.sp-ms-bg.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    animation: sp-ken-burns 10s ease-out forwards;
}

.sp-ms-bg.is-leaving {
    opacity: 0;
    visibility: visible;
    z-index: 1;
    animation: none !important;
    transition: opacity 0.9s ease-out;
}

.sp-main-slider-wrap {
    margin-bottom: 40px;
}

@keyframes sp-ken-burns {
    0% {
        transform: scale(1.15) translate(0, 0);
    }

    100% {
        transform: scale(1.05) translate(1%, 1%);
    }
}

@keyframes sp-ken-burns-out {
    0% {
        transform: scale(1.12);
        opacity: 1;
    }

    100% {
        transform: scale(1.08);
        opacity: 0;
    }
}

/* ── Cinematic overlay layers ───────────────────────── */
.sp-ms-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.sp-ms-overlay--top {
    background: none;
}

.sp-ms-overlay--bottom {
    background: none;
}

.sp-ms-overlay--left {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, transparent 40%) !important;
}

.sp-ms-overlay--vignette {
    background: none;
}

/* ── Owl slide (content only, no bg) ────────────────── */
.sp-main-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: flex-end;
}

/* ── Content area with Glassmorphism ─────────────────── */
.sp-main-content {
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 6% 6% 80px 6%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* ── Inner content block ─────────────────────────────── */
.sp-main-inner {
    max-width: 650px;
    padding: 20px 0;
    background: transparent;
    position: relative;
    overflow: visible;
}

/* Film Grain Texture */
.sp-main-slider-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.04;
    mix-blend-mode: overlay;
}

/* ── Entrance Animation ─────────────────────────────── */
.sp-content-enter .sp-main-inner {
    animation: sp-glass-fade-in 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sp-content-enter .sp-ms-badges,
.sp-content-enter .sp-main-title,
.sp-content-enter .sp-ms-meta,
.sp-content-enter .sp-main-buttons {
    animation: sp-slide-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sp-content-enter .sp-ms-badges {
    animation-delay: 0.15s;
}

.sp-content-enter .sp-main-title {
    animation-delay: 0.25s;
}

.sp-content-enter .sp-ms-meta {
    animation-delay: 0.35s;
}

.sp-content-enter .sp-main-buttons {
    animation-delay: 0.45s;
}

@keyframes sp-glass-fade-in {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(20px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes sp-slide-up {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Badges with Floating Animation ──────────────────── */
.sp-ms-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    animation: sp-float 3s ease-in-out infinite;
}

@keyframes sp-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.sp-main-type,
.sp-main-quality {
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 2px;
}

.sp-main-type {
    background: rgba(251, 76, 1, 0.9);
    color: #fff;
    box-shadow: 0 4px 12px rgba(251, 76, 1, 0.3);
}

.sp-main-quality {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ── Typography ────────────────────────────────────── */
.sp-main-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.2em;
}

/* ── Trailer Player Container ───────────────────────── */
.sp-trailer-container {
    position: absolute;
    inset: 0;
    z-index: 100;
    background: #000;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sp-trailer-container.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
}

.sp-trailer-video {
    width: 80%;
    height: 80%;
    max-width: 1200px;
    position: relative;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-trailer-video-embed {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.sp-trailer-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.sp-close-trailer {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 120;
    width: 40px;
    height: 40px;
    background: #fb4c01;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(5px);
}

.sp-close-trailer:hover {
    background: #fb4c01;
    transform: scale(1.1) rotate(90deg);
    border-color: #fff;
}

.sp-ms-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    font-weight: 500;
}

.sp-ms-dot {
    color: #fb4c01;
    font-size: 18px;
}

.sp-ms-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffb800;
}

/* ── Buttons ────────────────────────────────────────── */
.sp-main-buttons {
    display: flex;
    gap: 16px;
}

.sp-main-watch,
.sp-main-info {
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sp-main-watch {
    background: #fb4c01;
    color: #fff;
    box-shadow: 0 6px 20px rgba(251, 76, 1, 0.4);
}

.sp-main-watch::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(30deg);
    transition: none;
    animation: sp-shimmer 3s infinite;
}

@keyframes sp-shimmer {
    0% {
        left: -60%;
    }

    100% {
        left: 150%;
    }
}

.sp-main-watch:hover {
    background: #ff5c1a;
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 10px 25px rgba(251, 76, 1, 0.6);
    color: #fff;
}

.sp-main-watch i {
    font-size: 13px;
}

.sp-main-info {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

.sp-main-info:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

/* ── Navigation arrows ───────────────────────────────── */
.sp-ms-nav {
    position: absolute;
    bottom: 30px;
    top: auto;
    transform: none;
    z-index: 50;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 14px;
    pointer-events: all;
}

.sp-main-slider-wrap:hover .sp-ms-nav {
    opacity: 1;
}

.sp-ms-prev {
    left: auto;
    right: 70px;
}

.sp-ms-next {
    right: 30px;
}

.sp-ms-nav:hover {
    background: #fb4c01;
    border-color: #fb4c01;
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(251, 76, 1, 0.4);
}

/* ── Dot indicators (Progress Bars) ──────────────────── */
.sp-ms-dots {
    position: absolute;
    bottom: 43px;
    right: 120px;
    z-index: 50;
    display: flex;
    gap: 10px;
    align-items: center;
}

.sp-ms-dot-btn {
    width: 24px;
    height: 4px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.sp-ms-dot-btn.is-active {
    background: rgba(255, 255, 255, 0.4);
    width: 60px;
}

.sp-ms-dot-btn.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fb4c01;
    animation: sp-dot-progress var(--autoplay-duration, 15s) linear forwards;
    transform-origin: left;
}

@keyframes sp-dot-progress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.sp-ms-dot-btn:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.6);
}

/* ── Starring / Cast Info ────────────────────────── */
.sp-ms-cast {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.sp-ms-cast strong {
    color: #fff;
    font-weight: 600;
}

/* ── Auto Preview Background Layer ────────────────── */
.sp-auto-preview {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
    background: #000;
}

.sp-auto-preview.is-playing {
    opacity: 1;
}

.sp-auto-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
    transform: scale(1.3);
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 1024px) {
    .sp-main-content {
        padding: 6%;
    }

    .sp-main-title {
        font-size: 42px;
    }
}

/* Mobile: below 768px - smaller slider */
@media (max-width: 767px) {
    .sp-main-slider-wrap {
        height: 60vw;
        max-height: 450px;
        min-height: 300px;
        margin-top: 0;
    }

    .sp-main-inner {
        padding: 15px;
        border-radius: 12px;
        max-width: 100%;
    }

    .sp-main-content {
        padding: 5% 5% 45px 5%;
        align-items: flex-end;
    }

    .sp-main-title {
        font-size: 32px;
    }

    .sp-main-buttons {
        gap: 10px;
    }

    .sp-main-watch,
    .sp-main-info {
        padding: 12px 20px;
        font-size: 14px;
    }

    .sp-ms-nav {
        display: none;
    }

    .sp-ms-dots {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 15px;
    }

    .sp-trailer-video {
        width: 95%;
        height: 60%;
    }
}

@media (max-width: 480px) {
    .sp-main-slider-wrap {
        min-height: 360px;
    }

    .sp-main-title {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.2;
    }

    .sp-ms-meta {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .sp-main-buttons {
        flex-direction: row;
        width: 100%;
        gap: 6px;
    }

    .sp-main-watch,
    .sp-main-info {
        justify-content: center;
        padding: 5px 10px;
        font-size: 10px;
    }

    .sp-ms-cast {
        display: none;
    }
}

@media (min-width: 1920px) {
    .sp-main-slider-wrap {
        max-height: 780px;
    }

    .sp-main-title {
        font-size: 52px;
    }

    .sp-main-content {
        padding: 6%;
    }
}