
    .page-69win-15 {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0;
        background-color: #1a1a1a;
        line-height: 1.6;
        padding-top: 10px; /* Small top padding, assuming shared.css handles main body padding for header */
    }

    .page-69win-15__hero-section {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
        background: linear-gradient(135deg, #2a004a, #000000);
        overflow: hidden;
        gap: 20px;
    }

    .page-69win-15__hero-content {
        max-width: 900px;
        z-index: 2;
    }

    .page-69win-15__hero-title {
        font-size: 2.5em;
        color: #ffcc00; /* Bright yellow for emphasis */
        margin-bottom: 15px;
        line-height: 1.2;
        text-shadow: 0 0 8px rgba(255, 204, 0, 0.6);
    }

    .page-69win-15__hero-title strong {
        color: #fff;
    }

    .page-69win-15__hero-description {
        font-size: 1.1em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-69win-15__hero-cta {
        margin-top: 20px;
    }

    .page-69win-15__cta-button {
        display: inline-block;
        background-color: #ffcc00;
        color: #1a1a1a;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        border: none;
        cursor: pointer;
    }

    .page-69win-15__cta-button:hover {
        background-color: #ffe066;
        transform: translateY(-3px);
    }

    .page-69win-15__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 30px;
        border-radius: 10px;
    }

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

    .page-69win-15__section-title {
        font-size: 2em;
        color: #ffcc00;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 40px;
        padding: 0 15px;
    }

    .page-69win-15__section-title strong {
        color: #fff;
    }

    .page-69win-15__section-subtitle {
        font-size: 1.1em;
        color: #e0e0e0;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 15px;
    }

    /* Features Section */
    .page-69win-15__features-section {
        padding: 40px 20px;
        background-color: #222;
        text-align: center;
    }

    .page-69win-15__features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-69win-15__feature-item {
        background-color: #2c2c2c;
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Required for list items */
    }

    .page-69win-15__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-69win-15__feature-icon {
        width: 100%;
        max-width: 250px; /* Adjust as needed, but > 200px */
        height: auto;
        margin-bottom: 15px;
        border-radius: 8px;
        object-fit: cover;
    }

    .page-69win-15__feature-title {
        font-size: 1.4em;
        color: #ffcc00;
        margin-bottom: 10px;
    }

    .page-69win-15__feature-description {
        font-size: 0.95em;
        color: #ccc;
    }

    /* Games Section */
    .page-69win-15__games-section {
        padding: 40px 20px;
        background-color: #1a1a1a;
    }

    .page-69win-15__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-69win-15__game-card {
        background-color: #2c2c2c;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Required for list items */
    }

    .page-69win-15__game-card:hover {
        transform: translateY(-5px);
    }

    .page-69win-15__game-image {
        width: 100%;
        max-width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
    }

    .page-69win-15__game-title {
        font-size: 1.3em;
        color: #ffcc00;
        padding: 15px 15px 5px;
    }

    .page-69win-15__game-description {
        font-size: 0.9em;
        color: #ccc;
        padding: 0 15px 20px;
    }

    /* Promotions Section */
    .page-69win-15__promotions-section {
        padding: 40px 20px;
        background-color: #222;
    }

    .page-69win-15__promotions-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-69win-15__promo-card {
        background-color: #2c2c2c;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease;
        box-sizing: border-box; /* Required for list items */
    }

    .page-69win-15__promo-card:hover {
        transform: translateY(-5px);
    }

    .page-69win-15__promo-image {
        width: 100%;
        max-width: 100%;
        height: 200px; /* Fixed height for consistency */
        object-fit: cover;
        display: block;
    }

    .page-69win-15__promo-title {
        font-size: 1.3em;
        color: #ffcc00;
        padding: 15px 15px 5px;
    }

    .page-69win-15__promo-description {
        font-size: 0.9em;
        color: #ccc;
        padding: 0 15px 20px;
    }

    /* FAQ Section */
    .page-69win-15__faq-section {
        padding: 40px 20px;
        background-color: #1a1a1a;
    }

    .page-69win-15__faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .page-69win-15__faq-item {
        background-color: #2c2c2c;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box; /* Required for list items */
    }

    .page-69win-15__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        user-select: none;
        background-color: #3a3a3a;
        border-bottom: 1px solid #444;
        transition: background-color 0.3s ease;
    }

    .page-69win-15__faq-question:hover {
        background-color: #4a4a4a;
    }

    .page-69win-15__faq-question-text {
        font-size: 1.1em;
        color: #fff;
        margin: 0;
        pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-69win-15__faq-toggle {
        font-size: 1.5em;
        color: #ffcc00;
        font-weight: bold;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from interfering with click */
    }

    .page-69win-15__faq-item.active .page-69win-15__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually */
    }

    .page-69win-15__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* 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;
        color: #ccc;
    }

    .page-69win-15__faq-item.active .page-69win-15__faq-answer {
        max-height: 2000px !important; /* Use !important as required */
        padding: 20px 20px !important; /* Use !important as required */
        opacity: 1;
    }

    .page-69win-15__faq-answer p {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .page-69win-15__faq-answer p:last-child {
        margin-bottom: 0;
    }


    /* Floating Buttons */
    .page-69win-15__floating-buttons {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 1000;
    }

    .page-69win-15__floating-button {
        background-color: #ffcc00;
        color: #1a1a1a;
        padding: 12px 25px;
        border: none;
        border-radius: 30px;
        font-weight: bold;
        font-size: 1em;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .page-69win-15__floating-button:hover {
        background-color: #ffe066;
        transform: translateY(-2px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-69win-15__hero-title {
            font-size: 1.8em;
        }

        .page-69win-15__hero-description {
            font-size: 1em;
        }

        .page-69win-15__cta-button {
            padding: 12px 25px;
            font-size: 1em;
        }

        .page-69win-15__section-title {
            font-size: 1.6em;
        }

        .page-69win-15__section-subtitle {
            font-size: 0.95em;
        }

        /* List items responsive */
        .page-69win-15__features-grid,
        .page-69win-15__games-grid,
        .page-69win-15__promotions-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 10px !important; /* Adjust padding for container */
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-69win-15__feature-item,
        .page-69win-15__game-card,
        .page-69win-15__promo-card,
        .page-69win-15__faq-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 15px !important; /* Adjust padding */
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-69win-15__feature-icon,
        .page-69win-15__game-image,
        .page-69win-15__promo-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }
        
        .page-69win-15__game-image,
        .page-69win-15__promo-image {
            height: 180px; /* Slightly reduce height on mobile */
        }

        .page-69win-15__faq-question {
            padding: 12px 15px;
        }

        .page-69win-15__faq-question-text {
            font-size: 1em;
        }

        .page-69win-15__faq-answer {
            padding: 15px 15px;
        }

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

        .page-69win-15__floating-buttons {
            gap: 10px;
            bottom: 15px;
        }

        .page-69win-15__floating-button {
            padding: 10px 20px;
            font-size: 0.9em;
        }
    }

    @media (max-width: 480px) {
        .page-69win-15__hero-title {
            font-size: 1.6em;
        }
        .page-69win-15__hero-description {
            font-size: 0.9em;
        }
        .page-69win-15__section-title {
            font-size: 1.4em;
        }
        .page-69win-15__floating-buttons {
            width: calc(100% - 40px); /* Adjust width to prevent overflow */
            left: 20px;
            transform: none;
            justify-content: space-around;
        }
        .page-69win-15__floating-button {
            flex: 1;
            text-align: center;
            padding: 10px 15px;
        }
    }
  