
    .page-top-casino {
        font-family: Arial, sans-serif;
        color: #f0f0f0;
        background-color: #1a1a2e;
        line-height: 1.6;
        padding-top: 10px; /* Small decorative padding, body handles main offset */
    }

    .page-top-casino__hero-section,
    .page-top-casino__features-section,
    .page-top-casino__games-section,
    .page-top-casino__promotions-section,
    .page-top-casino__payments-section,
    .page-top-casino__faq-section,
    .page-top-casino__cta-final-section {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-top-casino__section-title {
        font-size: 2.5em;
        color: #e94560;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .page-top-casino__sub-title {
        font-size: 1.8em;
        color: #e94560;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-top-casino__section-intro {
        font-size: 1.1em;
        text-align: center;
        margin-bottom: 40px;
        color: #cccccc;
    }

    /* Hero Section */
    .page-top-casino__hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: linear-gradient(135deg, #1a1a2e, #0f3460);
        padding: 60px 20px;
        border-radius: 10px;
        margin-bottom: 40px;
    }

    .page-top-casino__hero-content {
        max-width: 800px;
        margin-bottom: 30px;
    }

    .page-top-casino__hero-title {
        font-size: 3em;
        color: #e94560;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .page-top-casino__hero-description {
        font-size: 1.3em;
        color: #f0f0f0;
        margin-bottom: 30px;
    }

    .page-top-casino__hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .page-top-casino__button {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 50px;
        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-top-casino__button--primary {
        background-color: #e94560;
        color: #ffffff;
    }

    .page-top-casino__button--primary:hover {
        background-color: #d13a52;
        transform: translateY(-2px);
    }

    .page-top-casino__button--secondary {
        background-color: #0f3460;
        color: #ffffff;
        border: 2px solid #e94560;
    }

    .page-top-casino__button--secondary:hover {
        background-color: #1a1f3a;
        transform: translateY(-2px);
    }

    .page-top-casino__hero-image-wrapper {
        width: 100%;
        max-width: 800px;
        margin-top: 40px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }

    .page-top-casino__hero-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
    }

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

    .page-top-casino__feature-item {
        background-color: #282844;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .page-top-casino__feature-item:hover {
        transform: translateY(-5px);
    }

    .page-top-casino__feature-icon {
        width: 250px;
        height: auto;
        max-width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .page-top-casino__feature-title {
        font-size: 1.5em;
        color: #e94560;
        margin-bottom: 15px;
    }

    .page-top-casino__feature-description {
        font-size: 1em;
        color: #cccccc;
    }

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

    .page-top-casino__game-category-item {
        background-color: #282844;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }

    .page-top-casino__game-category-item:hover {
        transform: translateY(-5px);
    }

    .page-top-casino__game-image {
        width: 100%;
        max-width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }

    .page-top-casino__game-title {
        font-size: 1.4em;
        color: #e94560;
        padding: 15px 20px 0;
    }

    .page-top-casino__game-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 20px 20px;
    }

    .page-top-casino__providers {
        margin-top: 60px;
        text-align: center;
    }

    .page-top-casino__provider-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
    }

    .page-top-casino__provider-item {
        background-color: #0f3460;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 1em;
        font-weight: bold;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        word-wrap: break-word;
        word-break: break-word;
    }

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

    .page-top-casino__promo-card {
        background-color: #282844;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        text-align: center;
        transition: transform 0.3s ease;
    }

    .page-top-casino__promo-card:hover {
        transform: translateY(-5px);
    }

    .page-top-casino__promo-image {
        width: 100%;
        max-width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        box-sizing: border-box;
    }

    .page-top-casino__promo-title {
        font-size: 1.4em;
        color: #e94560;
        padding: 15px 20px 0;
    }

    .page-top-casino__promo-description {
        font-size: 0.95em;
        color: #cccccc;
        padding: 0 20px 20px;
    }

    .page-top-casino__cta-button-wrapper {
        text-align: center;
        margin-top: 50px;
    }

    /* Payments Section */
    .page-top-casino__payment-methods {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }

    .page-top-casino__payment-item {
        background-color: #0f3460;
        color: #ffffff;
        padding: 12px 25px;
        border-radius: 8px;
        font-size: 1.1em;
        font-weight: bold;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        word-wrap: break-word;
        word-break: break-word;
    }

    /* FAQ Section */
    .page-top-casino__faq-list {
        margin-top: 40px;
    }

    .page-top-casino__faq-item {
        background-color: #282844;
        border-radius: 10px;
        margin-bottom: 15px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .page-top-casino__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        background-color: #3e2c41;
        color: #f0f0f0;
        user-select: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .page-top-casino__faq-question:hover {
        background-color: #4e3a4f;
    }

    .page-top-casino__faq-q-text {
        font-size: 1.2em;
        margin: 0;
        color: #e94560;
        pointer-events: none;
    }

    .page-top-casino__faq-toggle {
        font-size: 1.8em;
        font-weight: bold;
        color: #e94560;
        transition: transform 0.3s ease;
        pointer-events: none;
    }

    .page-top-casino__faq-item.active .page-top-casino__faq-toggle {
        transform: rotate(45deg);
    }

    .page-top-casino__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #cccccc;
    }

    .page-top-casino__faq-item.active .page-top-casino__faq-answer {
        max-height: 2000px !important;
        padding: 20px 25px !important;
        opacity: 1;
    }

    .page-top-casino__faq-answer p {
        margin: 0;
        font-size: 1em;
    }

    /* Final CTA Section */
    .page-top-casino__cta-final-section {
        text-align: center;
        padding: 60px 20px;
        background: linear-gradient(135deg, #0f3460, #1a1a2e);
        border-radius: 10px;
        margin-top: 60px;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
        .page-top-casino__hero-title {
            font-size: 2.5em;
        }
        .page-top-casino__section-title {
            font-size: 2em;
        }
    }

    @media (max-width: 768px) {
        .page-top-casino__hero-title {
            font-size: 2em;
        }
        .page-top-casino__hero-description {
            font-size: 1.1em;
        }
        .page-top-casino__hero-buttons {
            flex-direction: column;
            gap: 15px;
        }
        .page-top-casino__button {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

        /* List item responsiveness */
        .page-top-casino__provider-list,
        .page-top-casino__payment-methods {
            flex-direction: column;
            align-items: center;
            width: 100% !important;
            max-width: 100% !important;
            padding: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            box-sizing: border-box !important;
        }

        .page-top-casino__provider-item,
        .page-top-casino__payment-item {
            width: 90% !important;
            max-width: 90% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
        }

        /* Image responsiveness */
        .page-top-casino__hero-image-wrapper,
        .page-top-casino__feature-icon,
        .page-top-casino__game-image,
        .page-top-casino__promo-image {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
        }

        .page-top-casino__game-image,
        .page-top-casino__promo-image {
            height: 200px !important; /* Adjust fixed height for smaller screens */
        }
    }

    @media (max-width: 480px) {
        .page-top-casino__section-title {
            font-size: 1.8em;
        }
        .page-top-casino__hero-title {
            font-size: 1.8em;
        }
        .page-top-casino__hero-description {
            font-size: 1em;
        }
        .page-top-casino__faq-q-text {
            font-size: 1.1em;
        }
        .page-top-casino__faq-question,
        .page-top-casino__faq-answer {
            padding-left: 15px;
            padding-right: 15px;
        }
        .page-top-casino__faq-item.active .page-top-casino__faq-answer {
            padding: 15px 15px !important;
        }
    }
  