
    /* General styling for the page-win-02 scope */
    .page-win-02 {
        font-family: 'Arial', sans-serif;
        color: #f0f0f0; /* Light text for dark background */
        background-color: #1a1a1a; /* Dark background */
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
        padding-top: var(--header-offset, 122px); /* Fallback for header offset if shared.css doesn't apply it to body */
    }

    /* Hero Section */
    .page-win-02__hero-section {
        background: linear-gradient(135deg, #333, #000);
        padding: 60px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding-top: 10px; /* Small decorative padding, relying on body for main offset */
    }

    .page-win-02__hero-content {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .page-win-02__hero-title {
        font-size: 2.8em;
        color: #ffcc00; /* Gold/Yellow for titles */
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        font-weight: bold;
    }

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

    .page-win-02__hero-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    /* Buttons */
    .page-win-02__button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-align: center;
    }

    .page-win-02__button--primary {
        background-color: #ffcc00; /* Gold */
        color: #333;
        border: 2px solid #ffcc00;
    }

    .page-win-02__button--primary:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-win-02__button--secondary {
        background-color: transparent;
        color: #ffcc00;
        border: 2px solid #ffcc00;
    }

    .page-win-02__button--secondary:hover {
        background-color: rgba(255, 204, 0, 0.1);
        transform: translateY(-2px);
    }

    .page-win-02__button--app {
        background-color: #007bff; /* Blue for app buttons */
        color: #fff;
        border: 2px solid #007bff;
    }

    .page-win-02__button--app:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    /* Section Titles */
    .page-win-02__section-title {
        font-size: 2.2em;
        color: #ffcc00;
        text-align: center;
        margin: 60px 0 40px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    /* Features Section */
    .page-win-02__features-section {
        padding: 40px 20px;
        background-color: #222;
    }

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

    .page-win-02__feature-item {
        background-color: #333;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #444;
    }

    .page-win-02__feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-win-02__feature-icon {
        width: 100%; /* Ensure images are responsive */
        max-width: 400px; /* Max width for feature icons */
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
        box-sizing: border-box; /* Important for responsive images */
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

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

    .page-win-02__feature-text {
        font-size: 1em;
        color: #ccc;
    }

    /* Promotion Section */
    .page-win-02__promo-section {
        padding: 60px 20px;
        background-color: #1a1a1a;
        text-align: center;
    }

    .page-win-02__promo-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
        gap: 40px;
    }

    .page-win-02__promo-image {
        width: 100%;
        max-width: 800px;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        box-sizing: border-box; /* Important for responsive images */
    }

    .page-win-02__promo-text {
        text-align: left;
        color: #e0e0e0;
        font-size: 1.1em;
    }

    .page-win-02__promo-text p {
        margin-bottom: 20px;
    }

    .page-win-02__promo-list {
        list-style: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .page-win-02__promo-list-item {
        background-color: #333;
        padding: 10px 15px;
        margin-bottom: 10px;
        border-left: 5px solid #ffcc00;
        border-radius: 4px;
        box-sizing: border-box;
        word-wrap: break-word; /* Ensure text wraps */
        overflow-wrap: break-word;
        color: #f0f0f0;
    }

    /* Mobile App Section */
    .page-win-02__mobile-app-section {
        padding: 60px 20px;
        background-color: #222;
    }

    .page-win-02__mobile-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1000px;
        margin: 0 auto;
        gap: 40px;
    }

    .page-win-02__mobile-image {
        width: 100%;
        max-width: 600px; /* Adjust max-width for portrait image */
        height: auto;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
        box-sizing: border-box; /* Important for responsive images */
    }

    .page-win-02__mobile-text {
        text-align: center;
        color: #e0e0e0;
        font-size: 1.1em;
    }

    .page-win-02__mobile-text p {
        margin-bottom: 20px;
    }

    .page-win-02__mobile-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
    }

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

    .page-win-02__faq-container {
        max-width: 800px;
        margin: 0 auto;
    }

    .page-win-02__faq-item {
        background-color: #222;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        border: 1px solid #333;
    }

    .page-win-02__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background-color: #333;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: bold;
        color: #ffcc00;
        transition: background-color 0.3s ease;
        user-select: none;
    }

    .page-win-02__faq-question:hover {
        background-color: #444;
    }

    .page-win-02__faq-question h3 {
        margin: 0;
        font-size: 1.2em;
        color: #ffcc00;
        pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-win-02__faq-toggle {
        font-size: 1.8em;
        line-height: 1;
        color: #ffcc00;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from interfering with click event */
    }

    .page-win-02__faq-item.active .page-win-02__faq-toggle {
        transform: rotate(45deg); /* Change '+' to 'x' visually, or '-' if desired */
    }

    .page-win-02__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* Initial padding 0, will be 20px on expand */
        background-color: #2a2a2a;
        color: #ccc;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        opacity: 0;
    }

    .page-win-02__faq-item.active .page-win-02__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to contain content */
        padding: 20px !important;
        opacity: 1;
    }

    .page-win-02__faq-answer p {
        margin: 0;
        padding-bottom: 10px; /* Add some bottom padding to paragraph within answer */
    }

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

    .page-win-02__floating-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 25px;
        border-radius: 30px;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.1em;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
        transition: transform 0.2s ease, background-color 0.3s ease;
    }

    .page-win-02__floating-button--register {
        background-color: #ffcc00; /* Gold */
        color: #333;
    }

    .page-win-02__floating-button--register:hover {
        background-color: #e6b800;
        transform: translateY(-3px);
    }

    .page-win-02__floating-button--login {
        background-color: #007bff; /* Blue */
        color: #fff;
    }

    .page-win-02__floating-button--login:hover {
        background-color: #0056b3;
        transform: translateY(-3px);
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .page-win-02__hero-title {
            font-size: 2.4em;
        }
        .page-win-02__section-title {
            font-size: 2em;
        }
        .page-win-02__feature-title {
            font-size: 1.4em;
        }
        .page-win-02__promo-content,
        .page-win-02__mobile-content {
            flex-direction: column;
            text-align: center;
        }
        .page-win-02__promo-text,
        .page-win-02__mobile-text {
            text-align: center;
        }
        .page-win-02__promo-list {
            text-align: left; /* Keep list items left-aligned */
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media (max-width: 768px) {
        .page-win-02__hero-section {
            padding: 40px 15px;
        }
        .page-win-02__hero-title {
            font-size: 2em;
        }
        .page-win-02__hero-description {
            font-size: 1em;
        }
        .page-win-02__hero-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-win-02__button {
            width: 100%;
            max-width: 300px;
        }

        .page-win-02__section-title {
            font-size: 1.8em;
            margin: 40px 0 30px;
        }

        .page-win-02__features-section,
        .page-win-02__promo-section,
        .page-win-02__mobile-app-section,
        .page-win-02__faq-section {
            padding: 30px 15px;
        }

        .page-win-02__features-grid {
            grid-template-columns: 1fr;
        }

        .page-win-02__feature-item {
            padding: 20px;
        }

        /* List item responsive requirements */
        .page-win-02__promo-list {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 10px !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .page-win-02__promo-list-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 10px 15px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
            font-size: 0.95em;
        }

        .page-win-02__promo-image,
        .page-win-02__mobile-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-win-02__mobile-buttons {
            flex-direction: column;
            gap: 10px;
        }
        .page-win-02__button--app {
            width: 100%;
            max-width: 280px;
        }

        .page-win-02__faq-question {
            padding: 15px;
            font-size: 1.1em;
        }
        .page-win-02__faq-question h3 {
            font-size: 1.1em;
        }
        .page-win-02__faq-toggle {
            font-size: 1.5em;
        }
        .page-win-02__faq-answer {
            padding: 0 15px;
        }
        .page-win-02__faq-item.active .page-win-02__faq-answer {
            padding: 15px !important;
        }

        .page-win-02__floating-buttons {
            gap: 10px;
            width: 100%;
            padding: 0 15px;
            box-sizing: border-box;
        }
        .page-win-02__floating-button {
            flex: 1;
            font-size: 1em;
            padding: 10px 15px;
        }
    }

    @media (max-width: 480px) {
        .page-win-02__hero-title {
            font-size: 1.8em;
        }
        .page-win-02__section-title {
            font-size: 1.6em;
        }
        .page-win-02__feature-title {
            font-size: 1.2em;
        }
        .page-win-02__hero-buttons {
            width: 100%;
        }
        .page-win-02__button {
            max-width: 100%;
        }
    }
  