* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0e0e0e;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: 1.5;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 15px;
}

h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.subheadline {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 25px;
    font-weight: 400;
}

.video-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px auto;
    background: #000;
    box-shadow: 0 0 30px rgba(255, 204, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 11px;
    color: #666;
}

footer p {
    margin-bottom: 10px;
}

footer a {
    color: #888;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #aaa;
}

.disclaimer-small {
    font-size: 10px;
    opacity: 0.7;
}

@media (max-width: 600px) {
    h1 {
        font-size: 22px;
    }

    .subheadline {
        font-size: 16px;
    }
}
