body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 2325px;
    width: 100%;
    margin: 0 auto;
}

.header {
    background-color: #000000;
    padding: 10px 20px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #ffca22;
    display: flex;
    align-items: center;
}

.header img {
    height: 40px;
    margin-left: 60px;
}

.navbar {
    background-color: #ffca22;
    text-align: center;
    padding: 20px 0;
    font-family: 'Arial Black', sans-serif;
    font-weight: bold;
}

.navbar a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 0 10px;
}

.navbar a:hover {
    background-color: #000000;
    color: #ffca22;
    padding: 0px 10px;
}

.navbar a:last-child {
    margin-right: 20px;
}

.main-image {
    width: 100%;
    height: auto;
    display: block;
}

.video-section {
    background-color: #ffca22;
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.video-section h2 {
    color: #ffca22;
    font-family: 'Arial Black', sans-serif;
    font-size: 32px;
    position: relative;
    z-index: 2;
    background-color: #000000;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
}

.black-stripe {
    background-color: #000000;
    height: 80px;
    width: 100%;
    margin-top: -70px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}

.video-container video {
    width: 100%;
    height: 450px;
    border: none;
}

.faq-container {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.faq-button {
    background-color: #ffca22;
    color: #000;
    cursor: pointer;
    padding: 55px;
    width: 39%;
    height: 75px;
    text-align: left;
    border: 2px solid #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -610px;
    left: 160px;
    z-index: 1;
}

.faq-button:hover {
    background-color: #ffca22;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    background-color: #000000;
    color: #ffca22;
    transition: max-height 0.3s ease;
    width: 39%;
    margin: 0px auto;
    padding: 0 15px;
    font-size: 16px;
    border: 2px solid #000;
    border-top: none;
    position: relative;
    top: -610px;
    left: 160px;
}

.plus-icon {
    font-size: 24px;
}

.last-image {
    display: block;
    margin: 0px auto;
    padding-top: 0;
    position: relative;
    top: -350px;
    width: 100%;
    z-index: 5;
}

.text-over-image {
    position: absolute;
    top: 10.1%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 22px;
    font-family: 'Arial Black', sans-serif;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 10;
}

.buy-button {
    position: absolute;
    top: 9%;
    left: 32%;
    transform: translate(-50%, -50%);
    width: 20vw;
    height: auto;
    max-width: 550px;
    cursor: pointer;
    z-index: 10;
}

/* Social buttons styles */
.social-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.social-buttons a {
    margin: 5px 0;
    display: block;
}

.social-buttons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: transform 0.3s;
}

.social-buttons img:hover {
    transform: scale(1.1);
}

/* Mobile social buttons */
@media only screen and (max-width: 768px) {
    .social-buttons {
        right: 10px;
        bottom: 10px;
    }
    
    .social-buttons a {
        margin: 3px 0;
    }
    
    .social-buttons img {
        width: 30px;
        height: 30px;
    }
}

.footer {
    background-color: #000000;
    padding: 40px 0;
    margin-top: 100px;
    text-align: center;
    font-family: 'Arial Black', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-text {
    color: #ffca22;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer a {
    color: #ffca22;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.footer a:hover {
    background-color: #ffca22;
    color: #000000;
}

.image-text-container {
    position: relative;
}

@media only screen and (max-width: 768px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        max-width: none;
    }

    .header {
        padding: 5px 10px;
        text-align: center;
    }

    .header img {
        height: 30px;
        margin-left: 0;
    }

    .navbar {
        padding: 10px 0;
        font-size: 14px;
    }

    .navbar a {
        font-size: 14px;
        padding: 0 5px;
    }

    .main-image, .last-image {
        width: 150%;
        height: auto;
        display: block;
        position: relative;
        left: -25%;
    }

    .video-section {
        padding: 20px 0;
    }

    .video-section h2 {
        font-size: 24px;
        padding: 5px 10px;
    }

    .video-container video {
        height: 250px;
    }

    .social-buttons {
        position: fixed;
        bottom: 20px;
        right: 10px;
        flex-direction: column;
        align-items: center;
    }

    .social-buttons a {
        margin: 3px 0;
    }

    .social-buttons img {
        width: 30px;
        height: 30px;
    }

    .buy-button {
        top: 22%;
        left: 30%;
        width: 40%;
    }

    .faq-container {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px 0;
        background-color: #000000;
    }

    .faq-button {
        padding: 15px;
        width: 90%;
        height: auto;
        font-size: 16px;
        margin: 10px auto;
        position: relative;
        top: 0;
        left: 0;
        border: 2px solid #ffca22;
        background-color: #000000;
        color: #ffca22;
    }

    .faq-button:hover {
        background-color: #111111;
    }

    .faq-content {
        width: 90%;
        padding: 0 10px;
        font-size: 14px;
        position: relative;
        top: 0;
        left: 0;
        border: none;
    }

    .plus-icon {
        font-size: 20px;
        color: #ffca22;
    }

    .faq-wrapper.expanded .faq-button {
        border-bottom: none;
    }

    .faq-wrapper.expanded .faq-content {
        border: 2px solid #ffca22;
        border-top: none;
        padding: 10px;
        background-color: #000000;
    }

    .last-image {
        position: relative;
        top: 0;
    }

    .footer {
        padding: 30px 0;
        margin-top: 50px;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
    }

    .footer-text, .footer a {
        font-size: 16px;
    }
}

.faq-wrapper.expanded .faq-button {
    border-bottom: none;
}

.faq-wrapper.expanded .faq-content {
    border: 2px solid #000;
    border-top: none;
    padding: 10px;
}

.faq-content {
    border: none;
    padding: 0 15px;
}
