/**
 * Home — Lançamentos (filmes, séries, canais)
 */

.home-conteudo-block {
    --home-accent: #3b82f6;
    --home-accent-soft: rgba(59, 130, 246, 0.14);
    --home-accent-border: rgba(59, 130, 246, 0.42);
}

.home-conteudo-block--series {
    --home-accent: #9333ea;
    --home-accent-soft: rgba(147, 51, 234, 0.14);
    --home-accent-border: rgba(147, 51, 234, 0.42);
}

.home-conteudo-block--canais {
    --home-accent: #22c55e;
    --home-accent-soft: rgba(34, 197, 94, 0.14);
    --home-accent-border: rgba(34, 197, 94, 0.42);
}

.home-conteudo-panel {
    border: 1px solid rgba(71, 85, 105, 0.45);
    border-radius: 1.15rem;
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.55) 0%, rgba(15, 23, 42, 0.82) 100%);
    box-shadow: 0 16px 36px -22px rgba(0, 0, 0, 0.7);
    padding: 1rem;
    overflow: hidden;
}

@media (min-width: 640px) {
    .home-conteudo-panel {
        padding: 1.15rem 1.25rem;
    }
}

.home-conteudo-panel-bento {
    display: grid;
    gap: 0.875rem;
}

@media (min-width: 768px) {
    .home-conteudo-panel-bento {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        align-items: center;
        gap: 1rem;
    }
}

.home-conteudo-title {
    margin: 0;
    font-size: clamp(1.05rem, 2.5vw, 1.45rem);
    font-weight: 700;
    line-height: 1.2;
    color: #f8fafc;
}

.home-conteudo-title i {
    color: var(--home-accent);
    margin-right: 0.45rem;
}

.home-conteudo-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
}

.home-conteudo-toolbar form {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.home-conteudo-toolbar .lista-busca-smart {
    flex: 1;
    min-width: 0;
}

.home-conteudo-block input[data-busca-smart-input] {
    background: rgba(15, 23, 42, 0.78);
    border-color: rgba(71, 85, 105, 0.65);
    color: #f1f5f9;
}

.home-conteudo-block input[data-busca-smart-input]::placeholder {
    color: #64748b;
}

.home-conteudo-block input[data-busca-smart-input]:focus {
    border-color: var(--home-accent-border);
    outline: none;
    box-shadow: 0 0 0 2px var(--home-accent-soft);
}

.home-conteudo-search-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    border: none;
    background: var(--home-accent);
    color: #fff;
    font-size: 0.875rem;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.home-conteudo-search-btn:hover {
    filter: brightness(1.08);
}

.home-conteudo-more {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.65rem;
    border-radius: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--home-accent);
    text-decoration: none;
    border: 1px solid var(--home-accent-border);
    background: var(--home-accent-soft);
    transition: background 0.2s ease, color 0.2s ease;
}

.home-conteudo-more:hover {
    color: #fff;
    background: var(--home-accent);
}

.home-conteudo-panel--stream {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
}

/* —— Feature unificado (head + hero + dots + cards) —— */
.home-conteudo-feature {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-radius: 0.75rem;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
    background: rgba(8, 12, 20, 0.55);
    border: 1px solid rgba(71, 85, 105, 0.4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 16px 36px -22px rgba(0, 0, 0, 0.7);
}

.home-conteudo-feature-head {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(71, 85, 105, 0.35);
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.42) 0%, rgba(15, 23, 42, 0.55) 100%);
}

@media (min-width: 640px) {
    .home-conteudo-feature-head {
        padding: 1.1rem 1.15rem 0.95rem;
    }
}

.home-conteudo-feature-body[hidden] {
    display: none !important;
}

/* —— Hero destaque estilo IPTV (poster + info + dots) —— */
.home-conteudo-feature-hero-wrap {
    margin-bottom: 0;
}

.home-conteudo-feature .iptv-featured-hero {
    position: relative;
    min-height: clamp(280px, 42vw, 420px);
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.home-conteudo-feature .iptv-featured-hero.is-fading .iptv-featured-bg,
.home-conteudo-feature .iptv-featured-hero.is-fading .iptv-featured-inner {
    opacity: 0;
}

@media (min-width: 768px) {
    .home-conteudo-feature .iptv-featured-hero {
        min-height: clamp(320px, 36vw, 460px);
    }
}

.home-conteudo-feature .iptv-featured-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transform: scale(1.03);
    transition: opacity 0.35s ease;
}

.home-conteudo-feature .iptv-featured-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 20, 20, 0.96) 0%, rgba(20, 20, 20, 0.72) 42%, rgba(20, 20, 20, 0.25) 100%),
        linear-gradient(0deg, rgba(20, 20, 20, 0.92) 0%, transparent 55%);
}

.home-conteudo-feature .iptv-featured-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    min-height: clamp(280px, 42vw, 420px);
    padding: 1.25rem 1rem 1.5rem;
    transition: opacity 0.35s ease;
}

@media (min-width: 768px) {
    .home-conteudo-feature .iptv-featured-inner {
        align-items: center;
        gap: 1.75rem;
        min-height: clamp(320px, 36vw, 460px);
        padding: 2rem 2.5rem;
    }
}

.home-conteudo-feature .iptv-featured-poster {
    flex-shrink: 0;
    width: 6.5rem;
    border-radius: 0.65rem;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 640px) {
    .home-conteudo-feature .iptv-featured-poster { width: 8.5rem; }
}

@media (min-width: 768px) {
    .home-conteudo-feature .iptv-featured-poster { width: 10.5rem; border-radius: 0.75rem; }
}

.home-conteudo-feature .iptv-featured-poster img {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.home-conteudo-feature .iptv-featured-info {
    min-width: 0;
    flex: 1;
    color: #fff;
}

/* Mobile: capa + badge/nome em cima, sinopse embaixo */
@media (max-width: 767px) {
    .home-conteudo-feature .iptv-featured-hero {
        min-height: auto;
    }

    .home-conteudo-feature .iptv-featured-inner {
        display: grid;
        grid-template-columns: 5.25rem minmax(0, 1fr);
        grid-template-rows: auto auto auto auto;
        align-items: start;
        gap: 0.25rem 0.85rem;
        min-height: auto;
        padding: 1rem 1rem 2.65rem;
    }

    .home-conteudo-feature .iptv-featured-poster {
        grid-column: 1;
        grid-row: 1 / 4;
        width: 5.25rem;
        align-self: start;
    }

    .home-conteudo-feature .iptv-featured-info {
        display: contents;
    }

    .home-conteudo-feature .iptv-featured-badge {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0;
        align-self: start;
    }

    .home-conteudo-feature .iptv-featured-meta {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        font-size: 0.62rem;
        gap: 0.2rem 0.45rem;
        line-height: 1.2;
    }

    .home-conteudo-feature .iptv-featured-meta .iptv-featured-rating {
        padding: 0.06rem 0.32rem;
        font-size: 0.62rem;
        border-radius: 0.25rem;
    }

    .home-conteudo-feature .iptv-featured-meta .iptv-featured-rating i {
        font-size: 0.55rem;
    }

    .home-conteudo-feature .iptv-featured-meta .iptv-featured-year,
    .home-conteudo-feature .iptv-featured-meta .iptv-featured-type {
        font-size: 0.62rem;
    }

    .home-conteudo-feature .iptv-featured-title {
        grid-column: 2;
        grid-row: 3;
        margin: 0;
        font-size: 0.95rem;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .home-conteudo-feature .home-featured-desc-wrap {
        grid-column: 1 / -1;
        grid-row: 4;
        max-width: none;
        margin-top: 0.45rem;
    }

    .home-conteudo-feature .home-featured-desc-wrap .iptv-featured-desc {
        margin-top: 0;
    }

    .home-conteudo-feature .iptv-featured-desc {
        grid-column: unset;
        grid-row: unset;
        max-width: none;
        margin-top: 0;
        font-size: 0.78rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
    }

    .home-conteudo-feature .iptv-featured-desc.home-featured-desc--loading {
        min-height: 2.75rem;
    }

    .home-conteudo-feature .iptv-featured-overlay {
        background:
            linear-gradient(90deg, rgba(20, 20, 20, 0.96) 0%, rgba(20, 20, 20, 0.78) 55%, rgba(20, 20, 20, 0.35) 100%),
            linear-gradient(0deg, rgba(20, 20, 20, 0.94) 0%, transparent 62%);
    }
}

.home-conteudo-feature .iptv-featured-badge {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #e50914;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.home-conteudo-block--series .home-conteudo-feature .iptv-featured-badge {
    background: #9333ea;
}

.home-conteudo-feature .iptv-featured-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.home-conteudo-feature .iptv-featured-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.65rem;
    font-size: 0.85rem;
    color: #d1d5db;
}

.home-conteudo-feature .iptv-featured-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.12);
    font-weight: 600;
    color: #fbbf24;
}

.home-conteudo-feature .iptv-featured-year,
.home-conteudo-feature .iptv-featured-type {
    color: #9ca3af;
}

.home-conteudo-feature .home-featured-desc-wrap {
    min-width: 0;
}

.home-conteudo-feature .iptv-featured-desc {
    margin: 0;
    max-width: 42rem;
    font-size: 0.85rem;
    line-height: 1.55;
    color: #d1d5db;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-conteudo-feature .iptv-featured-desc.is-clampable {
    cursor: pointer;
}

.home-conteudo-feature .iptv-featured-desc.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    cursor: default;
}

.home-conteudo-feature .iptv-featured-desc.home-featured-desc--loading {
    min-height: 3.2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.06) 100%);
    background-size: 200% 100%;
    animation: home-conteudo-shimmer 0.95s ease-in-out infinite;
    border-radius: 0.35rem;
}

@media (min-width: 768px) {
    .home-conteudo-feature .iptv-featured-desc {
        font-size: 0.95rem;
        -webkit-line-clamp: 5;
    }
}

.home-conteudo-feature .iptv-featured-dots {
    position: absolute;
    right: 1rem;
    bottom: 0.85rem;
    z-index: 3;
    display: flex;
    gap: 0.35rem;
    align-items: center;
}

@media (min-width: 768px) {
    .home-conteudo-feature .iptv-featured-dots { right: 2rem; bottom: 1rem; }
}

.home-conteudo-feature .iptv-featured-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    transition: width 0.25s ease, background 0.25s ease;
}

.home-conteudo-feature .iptv-featured-dot.is-active {
    width: 1.25rem;
    background: #e50914;
}

.home-conteudo-block--series .home-conteudo-feature .iptv-featured-dot.is-active {
    background: #9333ea;
}

.home-conteudo-feature-hero-skeleton.iptv-featured-hero {
    aspect-ratio: auto;
    min-height: clamp(280px, 42vw, 420px);
    background: linear-gradient(
        90deg,
        rgba(51, 65, 85, 0.35) 0%,
        rgba(71, 85, 105, 0.55) 50%,
        rgba(51, 65, 85, 0.35) 100%
    );
    background-size: 200% 100%;
    animation: home-conteudo-shimmer 0.95s ease-in-out infinite;
    border-radius: 0.75rem 0.75rem 0 0;
}

.home-conteudo-feature .lista-cinema-slide {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.home-conteudo-feature .home-cinema-wrap .lista-cinema-track {
    min-height: 0;
    aspect-ratio: auto;
}

.home-conteudo-feature .lista-cinema-hero-body {
    padding-bottom: 1.15rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.home-conteudo-feature .lista-cinema-hero-plot,
.home-conteudo-feature .lista-cinema-hero-plot--loading {
    flex: 1 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0.5rem 0 0;
    order: 3;
}

.home-conteudo-feature .home-cinema-wrap {
    margin-bottom: 0;
}

.home-conteudo-feature .lista-cinema-stage {
    border-radius: 0.75rem 0.75rem 0 0;
    box-shadow: none;
}

.home-conteudo-feature-dots-bar {
    display: block;
    width: 100%;
    padding: 0.55rem 0.75rem;
    background: rgba(10, 10, 10, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.home-conteudo-feature-dots-bar .lista-cinema-nav.lista-hero-nav {
    position: static;
    width: 100%;
    padding: 0;
    pointer-events: auto;
    display: block;
}

.home-conteudo-feature-dots-bar .lista-cinema-nav.lista-hero-nav .lista-hero-dots {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 0.45rem 0.65rem;
    border-radius: 0.45rem;
    background: rgba(10, 10, 10, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    overflow: visible;
    box-sizing: border-box;
}

.home-conteudo-feature-dots-bar .lista-cinema-nav.lista-hero-nav .lista-hero-dot {
    flex: 0 0 auto;
    width: 0.42rem;
    height: 0.42rem;
    margin: 0;
    padding: 0;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.35);
    transition: background 0.25s ease, width 0.25s ease;
}

.home-conteudo-feature-dots-bar .lista-cinema-nav.lista-hero-nav .lista-hero-dot-active {
    width: 1.15rem;
    background: #fafafa;
    transform: none;
}

.home-conteudo-feature-cards-row {
    position: relative;
    padding: 0.75rem 0.35rem 0.85rem;
}

.home-conteudo-feature-cards-row .home-conteudo-nav-prev {
    left: 0.1rem;
}

.home-conteudo-feature-cards-row .home-conteudo-nav-next {
    right: 0.1rem;
}

.home-conteudo-feature-hero-skeleton {
    aspect-ratio: 16 / 9;
    min-height: 13rem;
    background: linear-gradient(
        90deg,
        rgba(51, 65, 85, 0.35) 0%,
        rgba(71, 85, 105, 0.55) 50%,
        rgba(51, 65, 85, 0.35) 100%
    );
    background-size: 200% 100%;
    animation: home-conteudo-shimmer 0.95s ease-in-out infinite;
}

@media (max-width: 767px) {
    .home-conteudo-feature .home-cinema-wrap .lista-cinema-track {
        aspect-ratio: auto;
        min-height: 0;
        height: auto;
        overflow: visible;
    }

    .home-conteudo-feature .lista-cinema-stage {
        overflow: hidden;
    }

    .home-conteudo-feature .lista-cinema-slide {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        inset: auto;
    }

    .home-conteudo-feature .lista-cinema-slide-active {
        position: relative;
    }

    .home-conteudo-feature .home-cinema-wrap .lista-cinema-hero-body {
        position: relative;
        inset: auto;
        z-index: 2;
        display: grid;
        grid-template-columns: 4.5rem minmax(0, 1fr);
        grid-template-areas:
            "poster copy"
            "plot plot";
        align-items: start;
        gap: 0.65rem 0.7rem;
        padding: 0.7rem 0.8rem 0.85rem;
    }

    .home-conteudo-feature .lista-cinema-backdrop-scrim {
        background:
            linear-gradient(to top, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.72) 52%, rgba(5, 5, 5, 0.42) 100%);
    }

    .home-conteudo-feature .lista-cinema-hero-poster {
        grid-area: poster;
        width: 4.5rem;
    }

    .home-conteudo-feature .lista-cinema-hero-copy {
        grid-area: copy;
        display: flex;
        flex-direction: column;
        min-width: 0;
        gap: 0.35rem;
        max-width: none;
        padding-bottom: 0;
    }

    .home-conteudo-feature .lista-cinema-tag {
        display: none;
    }

    .home-conteudo-feature .lista-cinema-hero-title {
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .home-conteudo-feature .lista-cinema-hero-meta {
        margin: 0;
        font-size: 0.67rem;
    }

    .home-conteudo-feature .lista-cinema-hero-plot,
    .home-conteudo-feature .lista-cinema-hero-plot:not(.lista-cinema-hero-plot--loading),
    .home-conteudo-feature .lista-cinema-hero-plot--loading {
        grid-area: plot;
        display: block;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        width: 100%;
        min-width: 0;
        margin: 0.15rem 0 0;
        font-size: 0.72rem;
        line-height: 1.48;
        color: #d4d4d4;
    }

    .home-conteudo-feature .lista-cinema-hero-plot--loading {
        min-height: 2.5rem;
    }

    .home-conteudo-feature .lista-cinema-hero-actions {
        margin: 0;
    }

    .home-conteudo-feature .lista-cinema-btn {
        width: auto;
        min-height: 2rem;
        padding: 0 0.7rem;
        font-size: 0.72rem;
    }
}

@media (min-width: 768px) {
    .home-conteudo-feature .home-cinema-wrap .lista-cinema-track {
        aspect-ratio: auto;
        min-height: 0;
        height: auto;
        max-height: none;
        overflow: visible;
    }

    .home-conteudo-feature .lista-cinema-stage {
        overflow: hidden;
    }

    .home-conteudo-feature .lista-cinema-slide {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        inset: auto;
    }

    .home-conteudo-feature .lista-cinema-slide-active {
        position: relative;
    }

    .home-conteudo-feature .home-cinema-wrap .lista-cinema-hero-body {
        position: relative;
        inset: auto;
        z-index: 2;
        padding: 0.85rem 1.15rem 1rem;
        gap: 0.85rem;
        align-items: flex-end;
    }

    .home-conteudo-feature .lista-cinema-hero-poster {
        width: clamp(4.5rem, 6vw, 5.75rem);
    }

    .home-conteudo-feature .lista-cinema-hero-copy {
        max-width: min(36rem, calc(100% - 6.5rem));
        padding-bottom: 0;
    }

    .home-conteudo-feature .lista-cinema-tag {
        margin-bottom: 0.35rem;
        font-size: 0.6rem;
    }

    .home-conteudo-feature .lista-cinema-hero-title {
        margin-bottom: 0.3rem;
        font-size: clamp(0.95rem, 1.2vw, 1.15rem);
    }

    .home-conteudo-feature .lista-cinema-hero-meta {
        margin-bottom: 0.35rem;
        font-size: 0.72rem;
    }

    .home-conteudo-feature .lista-cinema-hero-plot,
    .home-conteudo-feature .lista-cinema-hero-plot:not(.lista-cinema-hero-plot--loading) {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        word-break: break-word;
        overflow-wrap: anywhere;
        margin: 0.15rem 0 0;
        font-size: 0.76rem;
        line-height: 1.45;
        color: #d4d4d4;
    }

    .home-conteudo-feature .lista-cinema-hero-actions {
        margin-top: 0.15rem;
    }

    .home-conteudo-feature .lista-cinema-btn {
        min-height: 2rem;
        padding: 0 0.75rem;
        font-size: 0.76rem;
    }

    .home-conteudo-feature-dots-bar {
        padding: 0.4rem 0.65rem;
    }

    .home-conteudo-feature-cards-row {
        padding: 0.6rem 0.35rem 0.7rem;
    }

    .home-conteudo-feature-hero-skeleton {
        min-height: 11rem;
        aspect-ratio: auto;
    }
}

@media (min-width: 1024px) {
    .home-conteudo-feature-hero-skeleton {
        min-height: 11.5rem;
    }
}

@media (max-width: 639px) {
    .home-conteudo-block--filmes .home-conteudo-panel--stream,
    .home-conteudo-block--series .home-conteudo-panel--stream {
        padding: 0;
    }

    .home-conteudo-feature {
        margin-top: 0;
        border-radius: 0.65rem;
    }

    .home-conteudo-feature-head {
        padding: 0.9rem 0.9rem 0.8rem;
    }

    .home-conteudo-feature-dots-bar {
        padding: 0.45rem 0.55rem;
    }

    .home-conteudo-feature-dots-bar .lista-cinema-nav.lista-hero-nav .lista-hero-dots {
        padding: 0.4rem 0.45rem;
    }

    .home-conteudo-feature-cards-row {
        padding: 0.6rem 0.15rem 0.75rem;
        overflow: hidden;
    }

    .home-conteudo-feature-cards-row .home-conteudo-slider {
        scroll-padding-inline: 0.15rem;
    }

    .home-conteudo-feature-hero-skeleton {
        min-height: 14rem;
    }
}

/* —— Cinema embed (legado) —— */
.home-cinema-embed {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(71, 85, 105, 0.42);
}

.home-cinema-embed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.home-cinema-embed-head .lista-cinema-eyebrow {
    margin: 0;
}

.home-cinema-wrap.lista-cinema-wrap {
    margin-bottom: 0;
}

.home-cinema-wrap .lista-cinema-stage {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.home-cinema-wrap .lista-cinema-track {
    min-height: 13rem;
}

@media (max-width: 639px) {
    .home-cinema-embed .home-cinema-wrap .lista-cinema-track {
        aspect-ratio: auto;
        min-height: 24rem;
    }

    .home-cinema-embed .home-cinema-wrap .lista-cinema-hero-body {
        padding-bottom: 2.65rem;
    }
}

@media (min-width: 640px) {
    .home-cinema-wrap .lista-cinema-track {
        min-height: 15rem;
    }
}

@media (min-width: 900px) {
    .home-cinema-wrap .lista-cinema-track {
        min-height: 17rem;
    }
}

.home-cinema-wrap .lista-cinema-hero-copy {
    max-width: 32rem;
}

/* —— Fileira com setas —— */
.home-conteudo-row {
    position: relative;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(71, 85, 105, 0.42);
}

.home-conteudo-nav {
    position: absolute;
    top: 38%;
    z-index: 3;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.home-conteudo-nav:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: rgba(255, 255, 255, 0.28);
}

.home-conteudo-nav[hidden] {
    display: none !important;
}

.home-conteudo-nav-prev {
    left: 0.15rem;
}

.home-conteudo-nav-next {
    right: 0.15rem;
}

@media (max-width: 639px) {
    .home-conteudo-nav {
        display: none;
    }
}

.home-conteudo-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    gap: 0.55rem;
    padding: 0.15rem 0.1rem 0.35rem;
}

@media (min-width: 640px) {
    .home-conteudo-slider {
        gap: 0.75rem;
    }
}

.home-conteudo-slider::-webkit-scrollbar {
    display: none;
}

.home-conteudo-slider .content-slide,
.home-conteudo-slider .home-conteudo-card {
    flex: 0 0 calc((100% - 1.1rem) / 3);
    min-width: calc((100% - 1.1rem) / 3);
    scroll-snap-align: start;
}

@media (min-width: 640px) {
    .home-conteudo-slider .content-slide,
    .home-conteudo-slider .home-conteudo-card {
        flex: 0 0 calc((100% - 2.25rem) / 4);
        min-width: calc((100% - 2.25rem) / 4);
    }
}

@media (min-width: 768px) {
    .home-conteudo-slider .content-slide,
    .home-conteudo-slider .home-conteudo-card {
        flex: 0 0 calc((100% - 3rem) / 5);
        min-width: calc((100% - 3rem) / 5);
    }
}

@media (min-width: 1024px) {
    .home-conteudo-slider .content-slide,
    .home-conteudo-slider .home-conteudo-card {
        flex: 0 0 calc((100% - 5.25rem) / 8);
        min-width: calc((100% - 5.25rem) / 8);
    }
}

/* —— Cards —— */
.home-conteudo-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 0.65rem;
    overflow: hidden;
    background: rgba(30, 41, 59, 0.45);
    border: 1px solid rgba(71, 85, 105, 0.4);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-conteudo-card:hover {
    transform: translateY(-3px);
    border-color: var(--home-accent-border);
    box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.75);
}

.home-conteudo-card.is-featured-active {
    border-color: var(--home-accent-border);
    box-shadow: 0 0 0 1px var(--home-accent-border), 0 12px 28px -14px rgba(0, 0, 0, 0.75);
}

.home-conteudo-card.is-featured-active .home-conteudo-card-title {
    color: #f8fafc;
}

/* Feature hero + fileira: só poster, sem caixa de card */
.home-conteudo-feature .home-conteudo-card {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.home-conteudo-feature .home-conteudo-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.home-conteudo-feature .home-conteudo-card.is-featured-active {
    border: none;
    box-shadow: none;
}

.home-conteudo-feature .home-conteudo-card-media {
    border-radius: 0.4rem;
    border: 2px solid transparent;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-conteudo-feature .home-conteudo-card:hover .home-conteudo-card-media {
    transform: translateY(-2px);
}

.home-conteudo-feature .home-conteudo-card.is-featured-active .home-conteudo-card-media {
    border-color: var(--home-accent);
    box-shadow: 0 0 0 1px var(--home-accent-border), 0 10px 22px -12px rgba(0, 0, 0, 0.85);
}

.home-conteudo-feature .home-conteudo-card-gradient,
.home-conteudo-feature .home-conteudo-card-info,
.home-conteudo-feature .home-conteudo-card-badge {
    display: none;
}

.home-conteudo-feature .home-conteudo-card-title {
    padding: 0.35rem 0 0;
    font-size: 0.68rem;
    line-height: 1.3;
    color: #cbd5e1;
    -webkit-line-clamp: 2;
}

.home-conteudo-feature .home-conteudo-card.is-featured-active .home-conteudo-card-title {
    color: #f1f5f9;
}

.home-conteudo-feature .home-conteudo-card--skeleton {
    border: none;
    background: transparent;
}

.home-conteudo-feature .home-conteudo-card--skeleton .home-conteudo-card-media {
    border-radius: 0.4rem;
}

.home-conteudo-card-media {
    position: relative;
    overflow: hidden;
    background: #0f172a;
    aspect-ratio: 2 / 3;
}

.home-conteudo-card-media.is-square {
    aspect-ratio: 1 / 1;
}

.home-conteudo-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.home-conteudo-card:hover .home-conteudo-card-media img {
    transform: scale(1.04);
    opacity: 0.92;
}

.home-conteudo-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, transparent 42%);
    opacity: 0.75;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.home-conteudo-card:hover .home-conteudo-card-gradient {
    opacity: 1;
}

.home-conteudo-card-badge {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
    z-index: 2;
    padding: 0.2rem 0.45rem;
    border-radius: 0.25rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--home-accent);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.home-conteudo-card-info {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.home-conteudo-card:hover .home-conteudo-card-info {
    opacity: 1;
}

.home-conteudo-card-info span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.92);
}

.home-conteudo-card-title {
    margin: 0;
    padding: 0.55rem 0.45rem 0.65rem;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.35;
    color: #e2e8f0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-conteudo-empty {
    flex: 0 0 100%;
    min-width: 100%;
    text-align: center;
    padding: 2rem 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

/* —— Skeleton —— */
.home-conteudo-card--skeleton {
    pointer-events: none;
    border-color: rgba(71, 85, 105, 0.25);
}

.home-conteudo-card--skeleton .home-conteudo-card-media {
    aspect-ratio: 2 / 3;
    background: linear-gradient(
        90deg,
        rgba(51, 65, 85, 0.35) 0%,
        rgba(71, 85, 105, 0.55) 50%,
        rgba(51, 65, 85, 0.35) 100%
    );
    background-size: 200% 100%;
    animation: home-conteudo-shimmer 0.95s ease-in-out infinite;
}

.home-conteudo-card--skeleton .home-conteudo-card-media.is-square {
    aspect-ratio: 1 / 1;
}

.home-conteudo-card-title-skeleton {
    height: 2.2rem;
    margin: 0.55rem 0.45rem 0.65rem;
    border-radius: 0.35rem;
    background: linear-gradient(
        90deg,
        rgba(51, 65, 85, 0.3) 0%,
        rgba(71, 85, 105, 0.5) 50%,
        rgba(51, 65, 85, 0.3) 100%
    );
    background-size: 200% 100%;
    animation: home-conteudo-shimmer 0.95s ease-in-out infinite;
}

@keyframes home-conteudo-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .home-conteudo-card,
    .home-conteudo-card-media img,
    .home-conteudo-card--skeleton .home-conteudo-card-media,
    .home-conteudo-card-title-skeleton {
        transition: none;
        animation: none;
    }
}
