.films-header {
    padding-top: 80px; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.films-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.subtitle-hero {
    display: block;
    font-size: 1.4rem;
    color: var(--color-text-light, #ffffff);
    font-weight: 400;
    margin-top: 5px;      
    margin-bottom: 30px; 
    line-height: 1.2;
}

.films-intro-block {
    padding-left: 0;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ffffff;
    max-width: 65ch;
    margin-top: 0;
    margin-bottom: 20px;
}

.section-title {
    margin-top: 0px; 
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    padding-left: 10px; 
    border: none !important;
}

.films-examples {
    padding-top: 0;
    margin-bottom: 60px;
}

.carousel {
    display: flex;
    gap: 20px; 
    overflow-x: auto;
    scroll-snap-type: x mandatory; 
    padding: 10px 10px 10px 10px; 
    margin-top: -10px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel__link {
    flex: 0 0 auto;
    width: 85vw; 
    scroll-snap-align: center;
    background: transparent;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
}

.carousel__img {
    width: 100%;
    height: auto; 
    object-fit: cover;
    display: block; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.carousel__link:active {
    transform: scale(0.95); 
}

.carousel__link:hover {
    transform: scale(1.05);
}

.films-summaries {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px; 
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.film-summary-item {
    margin-bottom: 0;
}

.summary-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    max-width: 65ch;
}

.films-conclusion {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.films-conclusion p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text, #ffffff);
    margin-bottom: 20px;
}

.films-trailer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
    margin-top: -40px;
}

.quote-subtitle {
    font-size: 1.4rem;
    color: var(--color-text-light, #ffffff);
    font-weight: 400;
    margin-top: -30px;
    margin-bottom: 20px;
    padding-left: 10px; 
    padding-right: 10px;
}

.trailer-container {
    padding-left: 10px;    
    padding-right: 10px;   
    max-width: 800px;     
    margin-left: auto;      
    margin-right: auto;     
    box-sizing: border-box; 
}

.film-card__video {
    width: 100%;
    height: auto;
    border-radius: 15px; 
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 10px;

    border: 2px solid rgb(255, 255, 255); 
}

.section {
    border-top: none !important;
    border-bottom: none !important;
}

.footer__left-group {
    padding-left: 10px;
    text-align: left;
}
.footer__desc {
    margin-left: 0;
    padding-left: 0;
}

.footer {
    background-color: #000000;
    color: #ffffff;
}