     .trailer-title {
            text-align: center;
            font-size: 6em;
            color: #000000;
            margin-top: 2.5rem;
            margin-bottom: 2.5rem;
            letter-spacing: 0.1em;
            font-family: "New Rocker", system-ui;
            text-shadow: 2px 2px 8px #00000055;
            transition: color 0.3s;
        }
        .trailer-title:hover {
            color: #f30000;
        }
        .trailer-subtitle {
            text-align: center;
            font-size: 2.5em;
            color: #000000;
            margin-top: 1.5rem;
            margin-bottom: 2.5rem;
            font-family: "New Rocker", system-ui;
            letter-spacing: 0.05em;
        }