/* ============================================
   MELHORIAS VISUAIS MODERNAS
   ============================================ */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

.modern-card:hover,
.header__nav-link:hover,
.header__search-btn:hover,
.device-card:hover {
    transform: translateZ(0);
    will-change: transform;
}

/* HEADER */
.header {
    background: linear-gradient(135deg, rgba(43, 43, 49, 0.98) 0%, rgba(26, 26, 31, 0.99) 100%) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(135deg, rgba(43, 43, 49, 0.95), rgba(26, 26, 31, 0.98)),
                      linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.header__nav-close {
    display: none !important;
}

.header__logo:hover {
    background: linear-gradient(135deg, rgba(255, 81, 0, 0.15) 0%, rgba(234, 70, 0, 0.1) 100%);
    transform: scale3d(1.02, 1.02, 1);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__logo img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(255, 81, 0, 0.2));
}

.header__logo:hover img {
    filter: drop-shadow(0 4px 15px rgba(255, 81, 0, 0.4));
    transform: scale(1.05);
}

.header__nav-link {
    position: relative;
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 0 10px rgba(255, 81, 0, 0.5);
}

.header__nav-link:hover::before {
    width: 100%;
}

.header__search-btn {
    padding: 10px 15px;
    border-radius: 12px;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: none;
    background: transparent;
}

.header__search-btn:focus {
    outline: none;
}

.header__search-btn:hover {
    background: linear-gradient(135deg, rgba(255, 81, 0, 0.2) 0%, rgba(234, 70, 0, 0.15) 100%);
    transform: scale3d(1.1, 1.1, 1);
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.3);
}

.header__sign-in .adult-text {
    display: inline;
}

.header__sign-in .adult-emoji {
    display: none;
}

/* HERO SECTION */
.home {
    position: relative;
    overflow: hidden;
}

.home__title {
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5),
                 0 0 40px rgba(255, 81, 0, 0.3);
    letter-spacing: 2px;
    font-weight: 300;
}

.home__title b {
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 50%, #ff6b6b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: none;
}

/* CARDS */
.modern-card {
    background: linear-gradient(135deg, 
        rgba(26, 26, 31, 0.98) 0%, 
        rgba(43, 43, 49, 0.95) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 81, 0, 0.1) inset;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                border-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.cards-grid.no-animation .modern-card {
    animation: none !important;
}

.card-item:not(.no-click) .modern-card {
    cursor: pointer !important;
}

.card-item.no-click .modern-card {
    cursor: default !important;
}

.card-item.no-click:hover .modern-card {
    cursor: default !important;
}

.card-item.no-click .play-button {
    display: none !important;
}

.card-item.no-click:hover .play-button {
    display: none !important;
    opacity: 0 !important;
}

.card-item:not(.no-click):hover .modern-card {
    cursor: pointer !important;
}

.modern-card:nth-child(1) { animation-delay: 0.05s; }
.modern-card:nth-child(2) { animation-delay: 0.1s; }
.modern-card:nth-child(3) { animation-delay: 0.15s; }
.modern-card:nth-child(4) { animation-delay: 0.2s; }
.modern-card:nth-child(5) { animation-delay: 0.25s; }
.modern-card:nth-child(6) { animation-delay: 0.3s; }
.modern-card:nth-child(n+7) { animation-delay: 0.35s; }

.modern-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 81, 0, 0.1) 50%, 
        transparent 100%);
    transition: left 0.6s ease;
    z-index: 1;
    pointer-events: none;
}

.modern-card:hover::before {
    left: 100%;
}

.modern-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, 
        rgba(255, 81, 0, 0.3) 0%, 
        transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    pointer-events: none;
    z-index: 0;
}

.modern-card:hover::after {
    width: 300px;
    height: 300px;
}

.modern-card:hover {
    transform: translate3d(0, -8px, 0) scale3d(1.01, 1.01, 1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 81, 0, 0.3) inset,
                0 4px 20px rgba(255, 81, 0, 0.15);
    border-color: rgba(255, 81, 0, 0.3);
}

.card-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.card-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        transparent 60%,
        rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.modern-card:hover .card-image-container::after {
    opacity: 1;
}

.modern-card .card-image-container img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                filter 0.3s ease;
}

.modern-card:hover .card-image-container img {
    filter: brightness(1.1) contrast(1.05);
}

.card-image-container img {
    background: linear-gradient(90deg,
        rgba(48, 48, 48, 0.5) 25%,
        rgba(60, 60, 60, 0.5) 50%,
        rgba(48, 48, 48, 0.5) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.card-title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.3px;
}

/* BADGES */
.new-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 50%, #ff5100 100%) !important;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.5),
                0 0 20px rgba(255, 107, 107, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    animation: pulse-glow 2s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.quality-indicator {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.8) 100%) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* BOTÕES */
.play-button {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.85) 100%) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4),
                0 0 0 1px rgba(255, 81, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.15) !important;
    box-shadow: 0 12px 40px rgba(255, 81, 0, 0.4),
                0 0 0 1px rgba(255, 81, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.play-button i {
    filter: drop-shadow(0 2px 4px rgba(255, 81, 0, 0.3));
}

/* CATEGORY TAGS */
.category-tag {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.category-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* PAGINAÇÃO */
.pagination-btn:not(.disabled) {
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.pagination-btn:not(.disabled):hover {
    box-shadow: 0 6px 25px rgba(255, 81, 0, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) !important;
}

.pagination-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-btn i {
    transition: transform 0.3s ease;
}

.pagination-btn:hover:not(.disabled) i {
    transform: scale(1.2);
}

.current-page {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.9) 100%) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3),
                inset 0 1px 0 rgba(255, 81, 0, 0.2);
    border: 1px solid rgba(255, 81, 0, 0.3);
}

.modern-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 40px 0 20px 0;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.page-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.page-info i {
    color: #ff5100;
    font-size: 18px;
}

/* FOOTER */
.footer {
    background: linear-gradient(135deg, 
        rgba(40, 40, 45, 0.95) 0%, 
        rgba(26, 26, 31, 0.98) 100%) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
    border-top: 2px solid transparent;
    background-image: linear-gradient(135deg, rgba(40, 40, 45, 0.95), rgba(26, 26, 31, 0.98)),
                      linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 50px 0 40px;
}

.footer__content {
    text-align: center;
}

.footer__title {
    font-size: 18px;
    letter-spacing: 2px;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    font-weight: 500;
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

.footer__link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.footer__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    transition: width 0.3s ease;
}

.footer__link:hover {
    color: #ff5100;
    transform: translateY(-2px);
}

.footer__link:hover::after {
    width: 100%;
}

.footer__subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    margin-top: 15px;
    font-style: italic;
}

/* SEARCH & SELECT */
.modern-search-input {
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease;
}

.modern-search-input:focus {
    border-color: rgba(255, 81, 0, 0.5) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 0 4px rgba(255, 81, 0, 0.15),
                0 4px 20px rgba(255, 81, 0, 0.2) !important;
}

.modern-search-btn {
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 81, 0, 0.3) !important;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.modern-select {
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.modern-select:focus {
    border-color: rgba(255, 81, 0, 0.5) !important;
    box-shadow: 0 0 0 4px rgba(255, 81, 0, 0.15),
                0 4px 20px rgba(255, 81, 0, 0.2) !important;
}

.search-form {
    position: relative;
}

.search-form::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, 
        rgba(255, 81, 0, 0.1) 0%, 
        rgba(234, 70, 0, 0.05) 100%);
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.search-form:focus-within::before {
    opacity: 1;
}

.filter-group {
    position: relative;
}

.filter-label {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.filter-label i {
    animation: icon-pulse 2s ease-in-out infinite;
}

/* CONTENT */
html {
    scroll-padding-top: 90px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #2b2b31 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative;
}

body.loaded .modern-card {
    opacity: 1;
}

body:not(.loaded) .modern-card {
    opacity: 0;
}

.content__head {
    background: linear-gradient(135deg, 
        rgba(40, 40, 45, 0.98) 0%, 
        rgba(26, 26, 31, 0.99) 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.content__title {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.content-grid {
    background: #2b2b31;
    position: relative;
    padding: 40px 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

section,
.section,
.details {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    background-color: #2b2b31 !important;
}

.home,
.content-grid,
.section--first {
    background-color: #2b2b31 !important;
}

/* SECTIONS */
.section--first {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.section__wrap {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.section__title {
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    display: inline-block;
    animation: pageEnter 0.6s ease-out;
}

.section__title b {
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section__title::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    transition: width 0.5s ease;
    border-radius: 2px;
}

.section:hover .section__title::before {
    width: 100%;
}

.section--bg {
    position: relative;
}

.section--bg[data-bg]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    opacity: 0.05;
    filter: blur(20px);
    z-index: 0;
    pointer-events: none;
}

.section--bg .container {
    position: relative;
    z-index: 1;
}

.section--bg .cards-grid {
    position: relative;
    z-index: 1;
}

.modern-filters {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(43, 43, 49, 0.98) 0%, 
        rgba(26, 26, 31, 0.95) 100%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.modern-filters::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 81, 0, 0.05) 50%, 
        transparent 100%);
    animation: shimmer-filter 3s ease-in-out infinite;
}

.modern-filters .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* BREADCRUMB */
.breadcrumb {
    position: relative;
    z-index: 2;
}

.breadcrumb__item {
    transition: all 0.3s ease;
    position: relative;
}

.breadcrumb__item::after {
    transition: all 0.3s ease;
}

.breadcrumb__item:hover {
    transform: translateX(3px);
}

.breadcrumb__item:hover:before {
    color: #ff5100;
    transform: scale(1.2);
}

.breadcrumb a {
    transition: all 0.3s ease;
    position: relative;
}

.breadcrumb a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    transition: width 0.3s ease;
}

.breadcrumb a:hover::before {
    width: 100%;
}

/* DETAILS PAGE */
.details {
    position: relative;
    padding: 60px 0 40px 0;
    margin: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    min-height: 100vh;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.details > .container {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.details::before {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

.details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

.details__bg {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

.details .details__bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.details__title {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    font-weight: 400;
    position: relative;
    margin: 20px 0 50px 0;
    padding: 25px 15px;
    font-size: 36px;
    color: #ffffff !important;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: block;
    width: 100%;
}

.details__title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ff5100 0%, #ea4600 100%);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255, 81, 0, 0.3);
}

.details__section-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
}

.details__section-title i {
    color: #ff5100;
    font-size: 24px;
}

.details__wrap {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.details__devices-title {
    display: none;
}

.details__trailer {
    margin: 0;
    padding: 0;
}

.details__episodes {
    margin: 0;
    padding: 0;
}

.details__episodes .accordion {
    background: linear-gradient(135deg, 
        rgba(26, 26, 31, 0.95) 0%, 
        rgba(43, 43, 49, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.details__devices-modern {
    background: linear-gradient(135deg, 
        rgba(26, 26, 31, 0.95) 0%, 
        rgba(43, 43, 49, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.devices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.device-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: default;
}

.device-card:hover {
    transform: translate3d(0, -5px, 0);
    background: rgba(255, 81, 0, 0.1);
    border-color: rgba(255, 81, 0, 0.3);
    box-shadow: 0 8px 25px rgba(255, 81, 0, 0.3);
}

.device-card i {
    font-size: 40px;
    color: #ff5100;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.device-card:hover i {
    transform: scale(1.1);
}

.device-card span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.details__devices-list li {
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.details__devices-list li:hover {
    transform: translateY(-2px);
    background: rgba(255, 81, 0, 0.1);
    border-color: rgba(255, 81, 0, 0.3);
    box-shadow: 0 4px 12px rgba(255, 81, 0, 0.2);
}

.details__devices-list li i {
    transition: transform 0.2s ease;
}

.details__devices-list li:hover i {
    transform: scale(1.1);
}

.trailer-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 81, 0, 0.2);
    background: #1a1a1f;
}

.trailer-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

.card--details {
    background: linear-gradient(135deg, 
        rgba(26, 26, 31, 0.95) 0%, 
        rgba(43, 43, 49, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
    margin: 0 0 30px 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.card--details:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

.card__cover {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.card__cover img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card--details:hover .card__cover img {
    transform: scale(1.01);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.card__cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        transparent 70%,
        rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.card__cover:hover::after {
    opacity: 1;
}

.card__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, 0.02);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.card__meta li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: padding-left 0.2s ease, background 0.2s ease;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.card__meta li:last-child {
    border-bottom: none;
}

.card__meta li:hover {
    padding-left: 10px;
    background: rgba(255, 81, 0, 0.05);
    border-radius: 8px;
}

.meta-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.meta-value {
    color: #ff5100;
    font-weight: 600;
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card__description {
    line-height: 1.8;
    letter-spacing: 0.3px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.details__category {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.category-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.category-badge {
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%);
    padding: 8px 16px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

div[style*="background-color: #ea4600"] {
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 81, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

div[style*="background-color: #ea4600"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 81, 0, 0.6);
}

.accordion__card {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.accordion__card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 81, 0, 0.2);
}

.accordion__card .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.accordion__card .card-header button {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    background: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion__card .card-header button:hover {
    background: rgba(255, 81, 0, 0.1);
    color: #ff5100;
}

.accordion__card .card-header button span {
    letter-spacing: 1px;
}

.accordion__card .card-body {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.accordion__list {
    width: 100%;
    border-collapse: collapse;
}

.accordion__list thead {
    background: rgba(255, 81, 0, 0.1);
}

.accordion__list th {
    padding: 12px;
    text-align: left;
    color: #ff5100;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 81, 0, 0.3);
}

.accordion__list td {
    padding: 12px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.accordion__list tbody tr:hover {
    background: rgba(255, 81, 0, 0.05);
}

.accordion__list tbody tr:hover td {
    color: #fff;
    padding-left: 15px;
}

/* NO CONTENT */
.no-content {
    padding: 60px 20px;
    background: linear-gradient(135deg, 
        rgba(26, 26, 31, 0.95) 0%, 
        rgba(43, 43, 49, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.no-content i {
    font-size: 64px;
    color: #ff5100;
    margin-bottom: 20px;
    display: block;
    animation: float 3s ease-in-out infinite;
    background: linear-gradient(135deg, #ff5100 0%, #ea4600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 81, 0, 0.3));
}

.no-content h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.no-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
}

/* TOOLTIP */
[title] {
    position: relative;
}

[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background: linear-gradient(135deg, #2b2b31 0%, #1a1a1f 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 81, 0, 0.3);
    z-index: 1000;
    margin-bottom: 5px;
    backdrop-filter: blur(10px);
}

/* IFRAME */
div[style*="position: relative"] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

div[style*="position: relative"]:hover {
    box-shadow: 0 12px 50px rgba(255, 81, 0, 0.3);
    transform: scale(1.01);
}

/* GRADIENT TEXT */
.gradient-text {
    background: linear-gradient(90deg, #ff5100, #ea4600, #ff6b6b, #ea4600, #ff5100);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-text 3s linear infinite;
}

.fade-in-scale {
    animation: fadeInScale 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.loading-pulse {
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* SELECTION */
::selection {
    background: rgba(255, 81, 0, 0.3);
    color: #fff;
}

::-moz-selection {
    background: rgba(255, 81, 0, 0.3);
    color: #fff;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

[class*="col-"] {
    box-sizing: border-box;
    max-width: 100%;
}

body, #app, main, .main, .wrapper {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative;
}

.section.details {
    overflow: hidden !important;
    position: relative;
}

/* ANIMATIONS */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

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

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(255, 107, 107, 0.5),
                    0 0 20px rgba(255, 107, 107, 0.3);
    }
    50% {
        box-shadow: 0 6px 30px rgba(255, 107, 107, 0.7),
                    0 0 30px rgba(255, 107, 107, 0.5);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pageEnter {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
        opacity: 1;
    }
}

@keyframes gradient-text {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer-filter {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes icon-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .details__title::after {
        width: 60px;
    }
    
    .card--details {
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .devices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .modern-card {
        margin-bottom: 20px;
    }
    
    .header {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    
    .header__nav--active {
        background: #1a1a1f !important;
        background-color: #1a1a1f !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        width: 100vw !important;
        height: calc(100vh - 70px) !important;
        max-width: 100vw !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 20px 20px 0 20px !important;
    }
    
    .header__nav--active .header__nav-item {
        padding-left: 10px !important;
    }
    
    .header__nav--active .header__nav-link {
        padding-left: 10px !important;
    }
    
    .header__nav--active .header__nav-close {
        display: flex !important;
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        background: rgba(255, 81, 0, 0.2);
        border: 1px solid rgba(255, 81, 0, 0.3);
        border-radius: 50%;
        color: #ff5100;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    
    .header__nav--active .header__nav-close:hover {
        background: rgba(255, 81, 0, 0.3);
        transform: scale(1.1);
    }
    
    .header__nav--active .header__nav-close i {
        font-size: 28px;
    }
    
    .header__nav-overlay {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 70px);
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        cursor: pointer;
    }
    
    .body--active .header__nav-overlay {
        display: block;
    }
    
    .modern-search-input {
        font-size: 14px !important;
        padding: 8px 12px !important;
        height: auto !important;
    }
    
    .modern-search-btn {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    
    .footer {
        padding: 30px 0 20px;
    }
    
    .details {
        padding: 40px 0 20px 0;
    }
    
    .details__title {
        font-size: 24px;
        letter-spacing: 1px;
        padding: 15px 10px;
        margin-bottom: 30px;
    }
    
    .card--details {
        padding: 15px;
    }
    
    .trailer-container {
        border-radius: 10px;
    }
    
    .details__devices-modern {
        padding: 20px;
    }
    
    .devices-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .device-card {
        padding: 12px;
    }
    
    .device-card i {
        font-size: 28px;
    }
    
    .device-card span {
        font-size: 12px;
    }
    
    .header__sign-in .adult-text {
        display: none;
    }
    
    .header__sign-in .adult-emoji {
        display: inline;
        font-size: 1.2em;
    }
    
    .cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .modern-search-input {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }
    
    .modern-search-btn {
        padding: 6px 10px !important;
        font-size: 13px !important;
    }
    
    .details__title {
        font-size: 24px !important;
        letter-spacing: 1px;
    }
    
    .card--details {
        padding: 15px;
    }
    
    .footer__links {
        gap: 15px;
        font-size: 12px;
    }
    
    .devices-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .device-card {
        padding: 10px;
    }
    
    .device-card i {
        font-size: 24px;
    }
    
    .device-card span {
        font-size: 11px;
    }
    
    .card__meta li {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
