
    body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.page-live-8__hero-section {
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    color: #fff;
    padding: 10px 20px 60px 20px; /* Small top padding, more bottom for content */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.page-live-8__hero-content {
    max-width: 900px;
    z-index: 1;
    position: relative;
}

.page-live-8__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #fdbb2d; /* High contrast */
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-live-8__hero-title strong {
    color: #fff;
}

.page-live-8__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #eee;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-live-8__hero-cta {
    display: inline-block;
    background-color: #fdbb2d;
    color: #1a2a6c;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-live-8__hero-cta:hover {
    background-color: #fff;
    transform: translateY(-3px);
}

.page-live-8__hero-image-wrapper {
    margin-top: 40px;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.page-live-8__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.page-live-8__section-title {
    font-size: 2.2em;
    color: #1a2a6c;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.page-live-8__section-title strong {
    color: #b21f1f;
}

.page-live-8__section-subtitle {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-live-8__products-section, .page-live-8__promotions-section, .page-live-8__why-us-section, .page-live-8__faq-section, .page-live-8__cta-section {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.page-live-8__product-grid, .page-live-8__promo-grid, .page-live-8__why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    padding: 0 10px;
}

.page-live-8__product-item, .page-live-8__promo-item, .page-live-8__why-us-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.page-live-8__product-item:hover, .page-live-8__promo-item:hover, .page-live-8__why-us-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.page-live-8__product-image, .page-live-8__promo-image, .page-live-8__why-us-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-live-8__product-name, .page-live-8__promo-title, .page-live-8__why-us-title {
    font-size: 1.4em;
    color: #1a2a6c;
    margin-bottom: 10px;
}

.page-live-8__product-description, .page-live-8__promo-description, .page-live-8__why-us-description {
    font-size: 0.95em;
    color: #666;
}

.page-live-8__cta-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(90deg, #1a2a6c, #b21f1f);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
}

.page-live-8__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-live-8__cta-button {
    display: inline-block;
    background-color: #fdbb2d;
    color: #1a2a6c;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}

.page-live-8__cta-button:hover {
    background-color: #fff;
    transform: translateY(-5px);
}

/* Floating Buttons */
.page-live-8__floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-live-8__floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.page-live-8__floating-button--register {
    background-color: #b21f1f; /* Red */
}

.page-live-8__floating-button--login {
    background-color: #1a2a6c; /* Dark Blue */
}

.page-live-8__floating-button:hover {
    transform: scale(1.05);
}

/* FAQ Section */
.page-live-8__faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 10px;
}

.page-live-8__faq-item {
    background-color: #f0f0f0;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.page-live-8__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #e6e6e6;
    color: #333;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-live-8__faq-question:hover {
    background-color: #ddd;
}

.page-live-8__faq-title {
    margin: 0;
    font-size: 1.1em;
    color: #1a2a6c; /* High contrast */
    pointer-events: none; /* Prevent blocking click event on parent */
}

.page-live-8__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #b21f1f; /* High contrast */
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent blocking click event on parent */
}

.page-live-8__faq-item.active .page-live-8__faq-toggle {
    transform: rotate(45deg); /* Change + to X visually */
    color: #1a2a6c;
}

.page-live-8__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    color: #444;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.page-live-8__faq-item.active .page-live-8__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px !important; /* Adjust as needed */
    opacity: 1;
}

.page-live-8__faq-answer p {
    margin: 0;
    font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-live-8__hero-section {
        padding: 10px 15px 40px 15px;
    }

    .page-live-8__hero-title {
        font-size: 2em;
    }

    .page-live-8__hero-description {
        font-size: 1em;
    }

    .page-live-8__hero-cta {
        padding: 10px 25px;
        font-size: 1em;
    }

    .page-live-8__hero-image-wrapper {
        margin-top: 30px;
    }

    .page-live-8__section-title {
        font-size: 1.8em;
        padding-top: 30px;
    }

    .page-live-8__section-subtitle {
        font-size: 1em;
    }

    .page-live-8__products-section, .page-live-8__promotions-section, .page-live-8__why-us-section, .page-live-8__faq-section, .page-live-8__cta-section {
        padding: 15px;
        margin-bottom: 30px;
    }

    .page-live-8__product-grid, .page-live-8__promo-grid, .page-live-8__why-us-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0;
    }

    .page-live-8__product-item, .page-live-8__promo-item, .page-live-8__why-us-item {
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .page-live-8__product-description, .page-live-8__promo-description, .page-live-8__why-us-description {
        font-size: 0.9em;
    }

    .page-live-8__cta-section {
        padding: 40px 15px;
    }

    .page-live-8__cta-description {
        font-size: 1em;
    }

    .page-live-8__cta-button {
        padding: 12px 30px;
        font-size: 1.1em;
    }

    .page-live-8__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 8px;
    }

    .page-live-8__floating-button {
        width: 90px;
        height: 45px;
        font-size: 0.9em;
    }

    .page-live-8__faq-question {
        padding: 12px 15px;
    }

    .page-live-8__faq-title {
        font-size: 1em;
    }

    .page-live-8__faq-answer {
        padding: 0 15px;
    }

    .page-live-8__faq-item.active .page-live-8__faq-answer {
        padding: 15px !important;
    }

    .page-live-8__faq-answer p {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .page-live-8__hero-title {
        font-size: 1.8em;
    }

    .page-live-8__section-title {
        font-size: 1.6em;
    }

    .page-live-8__floating-buttons {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        flex-direction: row;
        justify-content: space-around;
        bottom: 10px;
    }

    .page-live-8__floating-button {
        width: 48%; /* Adjust to fit two buttons */
        height: 40px;
        font-size: 0.85em;
    }
}

/* Ensure images in any section are responsive */
.page-live-8 img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    box-sizing: border-box;
}

/* General container for lists to ensure mobile responsiveness */
.page-live-8__product-grid, .page-live-8__promo-grid, .page-live-8__why-us-grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Specific list items for mobile responsiveness */
.page-live-8__product-item, .page-live-8__promo-item, .page-live-8__why-us-item {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    padding: 20px;
}
  