body {
    font-family: "Montserrat", Arial, sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Header Styles */
header {
    background-color: #000;
}

.header-logo {
    font-size: 2.5em;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.header-title {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.header-title span {
    font-weight: 700;
}

.header-subtitle {
    font-size: 1.2em;
    font-weight: 300;
}

.header-image {
    max-height: 400px;
}

/* Product Details Section */
.product-details .section-title {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.product-details .section-subtitle {
    font-size: 1.2em;
    font-weight: 300;
}

.product-details .section-image {
    max-height: 400px;
}

/* Launch Invite Section */
.launch-invite {
    background-color: #212529;
}

.launch-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.launch-subtitle {
    font-size: 1.2em;
    font-weight: 300;
}

.btn-launch {
    background-color: #d4a017;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 500;
}

.btn-launch:hover {
    background-color: #b88b14;
}

/* Video Container Styles */
.video-container {
    width: 100%;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Section Styles */
section, footer {
    padding: 20px 0;
}

.game-info p {
    margin: 0;
    font-size: 1.2em;
}

.testimonials .testimonial p {
    font-style: italic;
}

.gallery h2 {
    font-size: 2.5em;
}

footer {
    background-color: #1a1a1a;
    font-size: 0.9em;
}

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

footer a:hover {
    text-decoration: underline;
}

/* New White Background Section Styles */
.white-bg-section {
    background-color: #fff;
    color: #000; /* Change text color to black for contrast on white background */
    padding: 20px 0;
}

.white-bg-section h2 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.white-bg-section p {
    font-size: 1.2em;
    font-weight: 300;
}

.white-bg-section h3 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.white-bg-section .section-image {
    max-height: 400px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .header-logo {
        font-size: 2em;
    }

    .header-title {
        font-size: 2em;
        text-align: center;
    }

    .header-subtitle {
        font-size: 1em;
        text-align: center;
    }

    .header-image {
        max-height: 300px;
    }

    .product-details .section-title {
        font-size: 2em;
        text-align: center;
    }

    .product-details .section-subtitle {
        font-size: 1em;
        text-align: center;
    }

    .product-details .section-image {
        max-height: 300px;
    }

    .launch-title {
        font-size: 2em;
        text-align: center;
    }

    .launch-subtitle {
        font-size: 1em;
        text-align: center;
    }

    .game-info p {
        font-size: 1em;
    }

    .gallery h2 {
        font-size: 2em;
    }

    .white-bg-section h2 {
        font-size: 2em;
    }

    .white-bg-section p {
        font-size: 1em;
    }

    .white-bg-section h3 {
        font-size: 1.5em;
    }

    .white-bg-section .section-image {
        max-height: 300px;
    }

    .video-container video {
        max-height: 300px;
    }
}

@media (max-width: 480px) {
    .header-logo {
        font-size: 1.5em;
    }

    .header-title {
        font-size: 1.5em;
    }

    .header-subtitle {
        font-size: 0.9em;
    }

    .header-image {
        max-height: 200px;
    }

    .product-details .section-title {
        font-size: 1.5em;
    }

    .product-details .section-subtitle {
        font-size: 0.9em;
    }

    .product-details .section-image {
        max-height: 200px;
    }

    .launch-title {
        font-size: 1.5em;
    }

    .launch-subtitle {
        font-size: 0.9em;
    }

    .testimonials .testimonial p {
        font-size: 0.9em;
    }

    .footer p {
        font-size: 0.8em;
    }

    .white-bg-section h2 {
        font-size: 1.5em;
    }

    .white-bg-section p {
        font-size: 0.9em;
    }

    .white-bg-section h3 {
        font-size: 1.2em;
    }

    .white-bg-section .section-image {
        max-height: 200px;
    }

    .video-container video {
        max-height: 200px;
    }
}

.sales-section {
  background-color: #000; /* Black background, consistent with your site */
}

.sales-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #05CE78; /* Gold main heading */
  margin-bottom: 1rem;
}

.sales-includes {
  color: #fff;     /* White subheading */
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.sales-list li {
  color: #fff;     /* White bullet text */
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}

.sales-price {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;     /* White price text */
}

.product-gradient-background {
  /* top-to-bottom linear gradient */
  background: linear-gradient(
    180deg,
    #171717 0%,
    #181919 15%,
    #1D1E1E 23%,
    #262727 36%,
    #151616 55%,
    #1C1E1D 73%,
    #252828 87%,
    #353A39 100%
  );
}
