@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ebgaramond/v32/SlGUmQSNjdsmc35JDF1K5GR4SDktYw.woff2) format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    background-color: #1a1a1a;
    font-family: "Noto Serif", serif;
    -webkit-font-smoothing: antialiased;
}
.main-container {
    width: 100%;
    background: url('/special/bp18/asset/images/vania_desktop.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 25px;
    height: 100vh;
}
.logo-overlay {
    position: absolute;
    top: 10px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.site-logo {
    max-width: 240px;
    filter: drop-shadow(3px 9px 6px rgba(0, 0, 0, 0.8));
}
.neometropolis {
    max-width: 270px;
}
.content-box {
    padding-left: 60px;
    max-width: 700px;
    color: white;
    text-shadow: 4px 4px 5px rgb(0, 0, 0);
}

.headline {
    font-size: 3rem;
    margin-bottom: 10px;
}

.subtext {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
}

.btn-redeem {
    display: inline-block;
    padding: 15px 50px;
    background-color: #c00000;
    color: white;
    text-decoration: none;
    border: 3px solid white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: transform 0.2s, background-color 0.2s;
}

.btn-redeem:hover {
    background-color: #ff0000;
    transform: scale(1.05);
}

.terms-wrapper {
    font-weight: 700;
    margin-top: 15px;
}

.terms-wrapper a {
    display: inline-block;
    transition: transform 0.2s, opacity 0.2s;
    color: white;
    font-size: 0.85rem;
    text-decoration: none;
}

.terms-wrapper a:hover {
    opacity: .8;
    transform: scale(1.05);
}
.terms-wrapper p {
    color: white;
    font-size: 0.85rem;
}
@media (max-width: 1024px) {
    .main-container {
        flex-direction: column;
        height: auto;
        max-height: 50vh;
        background: none;
        padding-bottom: 0;
    }

    .logo-overlay {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        background: url('/special/bp18/asset/images/vania_mobile.jpg') no-repeat center top;
        background-size: cover;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding-top: 65%;
    }

    .site-logo {
        max-width: 130px;
    }
.neometropolis {
    max-width: 160px;
}
    .content-box {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        background: url('/special/bp18/asset/images/web-bag-vania_rgb.jpg') repeat;
        margin-top: -5px;
        border-top: 5px solid #4a0000;
        max-width: 100%;
        padding-left: 20px;
    }

    .headline { font-size: 2rem; }
    .subtext { font-size: 1rem; }
}
@media screen and (min-width: 1024px) and (max-width: 1441px) {
.main-container {
        height: 100vh;
}
}
@media screen and (min-width: 320px) and (max-width: 425px) {
    .logo-overlay {
        padding-top: 70%;
        height: 65vh;
    }
}
@media screen and (min-width: 425px) and (max-width: 501px) {
    .logo-overlay {
        padding-top: 65%;
        height: 65vh;
    }
}
@media screen and (min-width: 501px) and (max-width: 690px) {
    .logo-overlay {
        padding-top: 90%;
    }
}
@media screen and (min-width: 691px) and (max-width: 768px) {
    .logo-overlay {
        padding-top: 65%;
    }
}
@media screen and (min-width: 691px) and (max-width: 1024px) {
    .site-logo {
        max-width: 180px;
    }
    .neometropolis {
    max-width: 210px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-overlay {
        padding-top: 30%;
        height: 80vh;
    }
}