
    /* General styles for the page */
    .page-78win9-peo {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0; /* Light grey text */
        background-color: #1a1a2e; /* Dark background */
        line-height: 1.6;
        padding-top: 10px; /* Small top padding, assuming body has header offset */
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    /* Section styling */
    .page-78win9-peo__hero-section,
    .page-78win9-peo__about-section,
    .page-78win9-peo__games-section,
    .page-78win9-peo__promotions-section,
    .page-78win9-peo__features-section,
    .page-78win9-peo__faq-section,
    .page-78win9-peo__cta-section {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__hero-section,
        .page-78win9-peo__about-section,
        .page-78win9-peo__games-section,
        .page-78win9-peo__promotions-section,
        .page-78win9-peo__features-section,
        .page-78win9-peo__faq-section,
        .page-78win9-peo__cta-section {
            padding: 20px 15px;
        }
    }

    /* Titles and Subtitles */
    .page-78win9-peo__section-title {
        font-size: 2.5em;
        color: #e0b000; /* Gold accent */
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-78win9-peo__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #e0b000;
    }

    .page-78win9-peo__section-subtitle {
        font-size: 1.1em;
        color: #cccccc;
        margin-bottom: 40px;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__section-title {
            font-size: 1.8em;
            margin-bottom: 15px;
        }
        .page-78win9-peo__section-subtitle {
            font-size: 1em;
            margin-bottom: 25px;
        }
    }

    /* Buttons */
    .page-78win9-peo__button {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        cursor: pointer;
        font-size: 1em;
        border: none;
    }

    .page-78win9-peo__button--primary {
        background-color: #e0b000; /* Gold */
        color: #1a1a2e;
    }

    .page-78win9-peo__button--primary:hover {
        background-color: #ffcc00;
        transform: translateY(-2px);
    }

    .page-78win9-peo__button--secondary {
        background-color: transparent;
        color: #e0b000;
        border: 2px solid #e0b000;
        margin-left: 15px;
    }

    .page-78win9-peo__button--secondary:hover {
        background-color: rgba(224, 176, 0, 0.1);
        transform: translateY(-2px);
    }

    .page-78win9-peo__button--small {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    .page-78win9-peo__button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__button {
            width: 100%;
            margin-left: 0 !important;
            margin-bottom: 10px;
        }
        .page-78win9-peo__button--secondary {
            margin-left: 0;
        }
        .page-78win9-peo__hero-actions .page-78win9-peo__button {
            margin-bottom: 15px;
        }
    }


    /* Floating Register/Login Buttons */
    .page-78win9-peo__floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .page-78win9-peo__floating-buttons .page-78win9-peo__button {
        padding: 10px 20px;
        font-size: 0.9em;
        width: auto; /* Override 100% for mobile */
        min-width: 100px;
        text-align: center;
    }

    .page-78win9-peo__button--register {
        background-color: #007bff; /* Blue for register */
        color: white;
    }
    .page-78win9-peo__button--register:hover {
        background-color: #0056b3;
    }

    .page-78win9-peo__button--login {
        background-color: #28a745; /* Green for login */
        color: white;
    }
    .page-78win9-peo__button--login:hover {
        background-color: #218838;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__floating-buttons {
            bottom: 10px;
            right: 10px;
            left: 10px; /* Occupy full width on mobile */
            flex-direction: row; /* Arrange horizontally on small screens */
            width: auto; /* Let flex handle width */
            justify-content: space-around;
            gap: 5px;
        }
        .page-78win9-peo__floating-buttons .page-78win9-peo__button {
            flex: 1;
            padding: 8px 10px;
            font-size: 0.8em;
        }
    }


    /* Hero Section */
    .page-78win9-peo__hero-section {
        background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('[GALLERY:hero:1920x1080:betting,mobile,casino,promotions]') no-repeat center center/cover;
        color: white;
        padding: 80px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
        position: relative;
        overflow: hidden;
    }

    .page-78win9-peo__hero-content {
        max-width: 800px;
        margin-bottom: 30px;
        z-index: 2;
    }

    .page-78win9-peo__hero-title {
        font-size: 3.5em;
        margin-bottom: 20px;
        line-height: 1.2;
        color: #e0b000;
    }

    .page-78win9-peo__hero-description {
        font-size: 1.3em;
        margin-bottom: 30px;
        color: #f0f0f0;
    }

    .page-78win9-peo__hero-image {
        display: none; /* Hide for hero background */
    }

    @media (max-width: 768px) {
        .page-78win9-peo__hero-section {
            padding: 60px 15px;
            min-height: 60vh;
        }
        .page-78win9-peo__hero-title {
            font-size: 2.2em;
        }
        .page-78win9-peo__hero-description {
            font-size: 1em;
        }
    }

    /* About Section */
    .page-78win9-peo__about-content p {
        margin-bottom: 15px;
        font-size: 1.1em;
        color: #cccccc;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__about-content p {
            font-size: 1em;
        }
    }

    /* Games Section */
    .page-78win9-peo__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-78win9-peo__game-card {
        background-color: #2b2b45;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding-bottom: 20px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-78win9-peo__game-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-78win9-peo__game-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-bottom: 15px;
        max-width: 100%; /* Ensure responsiveness */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Remove extra space below image */
        box-sizing: border-box; /* Include padding/border in width */
    }

    .page-78win9-peo__game-title {
        font-size: 1.5em;
        color: #e0b000;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .page-78win9-peo__game-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__games-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .page-78win9-peo__game-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

    /* Promotions Section */
    .page-78win9-peo__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-78win9-peo__promo-card {
        background-color: #2b2b45;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .page-78win9-peo__promo-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-bottom: 15px;
        max-width: 100%; /* Ensure responsiveness */
        height: auto; /* Maintain aspect ratio */
        display: block; /* Remove extra space below image */
        box-sizing: border-box; /* Include padding/border in width */
    }

    .page-78win9-peo__promo-title {
        font-size: 1.4em;
        color: #e0b000;
        margin-bottom: 10px;
        padding: 0 15px;
    }

    .page-78win9-peo__promo-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 15px;
        flex-grow: 1; /* Allow description to take available space */
    }

    .page-78win9-peo__promo-action {
        margin-top: 20px;
        padding: 0 15px;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__promotions-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .page-78win9-peo__promo-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }

    /* Features Section */
    .page-78win9-peo__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-78win9-peo__feature-item {
        background-color: #2b2b45;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
    }

    .page-78win9-peo__feature-icon {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 20px;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-78win9-peo__feature-title {
        font-size: 1.3em;
        color: #e0b000;
        margin-bottom: 10px;
    }

    .page-78win9-peo__feature-description {
        font-size: 0.95em;
        color: #cccccc;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__features-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .page-78win9-peo__feature-icon {
            width: 80px;
            height: 80px;
        }
    }

    /* FAQ Section */
    .page-78win9-peo__faq-container {
        margin-top: 40px;
        text-align: left;
    }

    .page-78win9-peo__faq-item {
        background-color: #2b2b45;
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .page-78win9-peo__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        cursor: pointer;
        background-color: #3a3a5e;
        color: #e0b000;
        font-size: 1.1em;
        font-weight: bold;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-78win9-peo__faq-question:hover {
        background-color: #4a4a6e;
    }

    .page-78win9-peo__faq-title {
        margin: 0;
        flex-grow: 1;
        pointer-events: none; /* Crucial for click event on parent */
        color: inherit; /* Ensure title color is inherited */
    }

    .page-78win9-peo__faq-toggle {
        font-size: 1.5em;
        margin-left: 15px;
        pointer-events: none; /* Crucial for click event on parent */
        transition: transform 0.3s ease;
    }

    .page-78win9-peo__faq-item.active .page-78win9-peo__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-78win9-peo__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 15px; /* Initial padding */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        background-color: #2b2b45;
        color: #cccccc;
    }

    .page-78win9-peo__faq-item.active .page-78win9-peo__faq-answer {
        max-height: 2000px !important; /* Sufficiently large */
        padding: 20px 15px !important; /* Final padding */
        opacity: 1;
    }

    .page-78win9-peo__faq-answer p {
        margin: 0;
        font-size: 0.95em;
        word-wrap: break-word !important; /* Ensure text wraps */
        overflow-wrap: break-word !important; /* Ensure text wraps */
        word-break: break-word !important; /* Ensure long keywords break */
    }

    @media (max-width: 768px) {
        .page-78win9-peo__faq-question {
            padding: 15px;
            font-size: 1em;
        }
        .page-78win9-peo__faq-answer {
            padding: 0 10px;
        }
        .page-78win9-peo__faq-item.active .page-78win9-peo__faq-answer {
            padding: 15px 10px !important;
        }
        .page-78win9-peo__faq-answer p {
            font-size: 0.9em;
        }
    }

    /* Call to Action Section */
    .page-78win9-peo__cta-section {
        background-color: #1a1a2e;
        padding: 60px 20px;
    }

    .page-78win9-peo__cta-section .page-78win9-peo__section-title {
        color: #e0b000;
    }

    .page-78win9-peo__cta-section .page-78win9-peo__section-subtitle {
        color: #f0f0f0;
        margin-bottom: 30px;
    }

    @media (max-width: 768px) {
        .page-78win9-peo__cta-section {
            padding: 40px 15px;
        }
    }

    /* General image responsiveness */
    .page-78win9-peo img {
        max-width: 100%;
        height: auto;
        display: block; /* Prevents extra space below images */
    }

    @media (max-width: 768px) {
        .page-78win9-peo img {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
    }
  