
    /* Base styles for the page */
.page-23win-n-h {
    font-family: 'Arial', sans-serif;
    color: #e0e0e0;
    background-color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden; /* Prevent horizontal scroll from fixed elements */
}

.page-23win-n-h__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-23win-n-h__hero-section {
    position: relative;
    height: 60vh; /* Responsive height */
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('[GALLERY:hero:1920x1080:slot,games,jackpot,23win]') no-repeat center center/cover;
    padding-top: 10px; /* Small padding, assuming body handles header offset */
    box-sizing: border-box;
}

.page-23win-n-h__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.page-23win-n-h__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.page-23win-n-h__hero-title {
    font-size: 2.8em;
    color: #f9ca24;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-23win-n-h__hero-description {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-23win-n-h__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page-23win-n-h__hero-button {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.page-23win-n-h__hero-button--primary {
    background-color: #e94560;
    color: #ffffff;
    border: 2px solid #e94560;
}

.page-23win-n-h__hero-button--primary:hover {
    background-color: #d13a52;
    transform: translateY(-2px);
}

.page-23win-n-h__hero-button--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-23win-n-h__hero-button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* General Section Styles */
.page-23win-n-h__section-title {
    font-size: 2.2em;
    color: #f9ca24;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-23win-n-h__text-content {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-23win-n-h__text-content--small {
    font-size: 0.9em;
    text-align: center;
    opacity: 0.8;
}

.page-23win-n-h__image-wrapper {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-23win-n-h__image-full {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Game Grid Section */
.page-23win-n-h__games-section {
    background-color: #2a2a44;
    padding: 60px 0;
}

.page-23win-n-h__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-23win-n-h__game-card {
    background-color: #3b3b5c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    text-align: center;
    padding-bottom: 20px;
}

.page-23win-n-h__game-card:hover {
    transform: translateY(-5px);
}

.page-23win-n-h__game-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency, adjust as needed */
    object-fit: cover;
    margin-bottom: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.page-23win-n-h__game-title {
    font-size: 1.4em;
    color: #00b894;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-23win-n-h__game-description {
    font-size: 0.95em;
    color: #e0e0e0;
    padding: 0 15px;
}

/* Promotion Section */
.page-23win-n-h__promo-section {
    padding: 60px 0;
}

.page-23win-n-h__promo-card {
    background-color: #3b3b5c;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.page-23win-n-h__promo-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
}

.page-23win-n-h__promo-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-23win-n-h__promo-title {
    font-size: 1.6em;
    color: #f9ca24;
    margin-bottom: 15px;
}

.page-23win-n-h__promo-description {
    font-size: 1em;
    color: #e0e0e0;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-23win-n-h__promo-button-wrapper {
    text-align: center;
}

.page-23win-n-h__promo-button {
    display: inline-block;
    background-color: #e94560;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-23win-n-h__promo-button:hover {
    background-color: #d13a52;
    transform: translateY(-2px);
}

/* Why Choose Section */
.page-23win-n-h__why-choose-section {
    background-color: #2a2a44;
    padding: 60px 0;
}

.page-23win-n-h__features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.page-23win-n-h__feature-item {
    background-color: #3b3b5c;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.page-23win-n-h__feature-icon {
    width: 100px; /* Min size 200x200 but scaled down for icon visual */
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.page-23win-n-h__feature-title {
    font-size: 1.5em;
    color: #00b894;
    margin-bottom: 10px;
}

.page-23win-n-h__feature-description {
    font-size: 0.95em;
    color: #e0e0e0;
}

/* Payment Methods Section */
.page-23win-n-h__payments-section {
    padding: 60px 0;
}

.page-23win-n-h__payment-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.page-23win-n-h__payment-item {
    background-color: #3b3b5c;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    width: 150px; /* Fixed width for payment logos */
    box-sizing: border-box;
}

.page-23win-n-h__payment-logo {
    max-width: 100px; /* Display size */
    height: 60px; /* Display size */
    object-fit: contain;
    margin-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.page-23win-n-h__payment-name {
    font-weight: bold;
    color: #ffffff;
    font-size: 1em;
}

/* FAQ Section */
.page-23win-n-h__faq-section {
    background-color: #2a2a44;
    padding: 60px 0;
}

.page-23win-n-h__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-23win-n-h__faq-item {
    background-color: #3b3b5c;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden; /* Important for max-height transition */
}

.page-23win-n-h__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    user-select: none;
    background-color: #4c4c73;
    transition: background-color 0.3s ease;
}

.page-23win-n-h__faq-question:hover {
    background-color: #5d5d8c;
}

.page-23win-n-h__faq-title {
    font-size: 1.2em;
    color: #f9ca24;
    margin: 0;
    pointer-events: none; /* Prevents text from blocking click event */
}

.page-23win-n-h__faq-toggle {
    font-size: 1.8em;
    color: #00b894;
    font-weight: bold;
    line-height: 1;
    pointer-events: none; /* Prevents icon from blocking click event */
    transition: transform 0.3s ease;
}

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

.page-23win-n-h__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    box-sizing: border-box;
}

.page-23win-n-h__faq-item.active .page-23win-n-h__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px !important;
    opacity: 1;
}

.page-23win-n-h__faq-answer p {
    margin: 0;
    color: #e0e0e0;
    font-size: 1em;
}

/* Floating Buttons */
.page-23win-n-h__floating-buttons-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-23win-n-h__floating-button {
    display: block;
    padding: 12px 25px;
    border-radius: 50px; /* Pill shape */
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background-color 0.3s ease;
    width: 150px; /* Fixed width for consistency */
    box-sizing: border-box;
}

.page-23win-n-h__floating-button--register {
    background-color: #00b894;
}

.page-23win-n-h__floating-button--register:hover {
    background-color: #00a382;
    transform: translateY(-3px);
}

.page-23win-n-h__floating-button--login {
    background-color: #e94560;
}

.page-23win-n-h__floating-button--login:hover {
    background-color: #d13a52;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-23win-n-h__hero-title {
        font-size: 2.5em;
    }
    .page-23win-n-h__section-title {
        font-size: 2em;
    }
    .page-23win-n-h__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-23win-n-h__promo-card {
        flex-direction: column;
    }
    .page-23win-n-h__promo-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .page-23win-n-h__container {
        padding: 15px;
    }
    .page-23win-n-h__hero-section {
        height: 70vh;
        min-height: 350px;
    }
    .page-23win-n-h__hero-title {
        font-size: 2em;
    }
    .page-23win-n-h__hero-description {
        font-size: 1em;
    }
    .page-23win-n-h__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-23win-n-h__hero-button {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-23win-n-h__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .page-23win-n-h__text-content {
        font-size: 0.95em;
    }

    /* List item mobile responsiveness */
    .page-23win-n-h__features-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-23win-n-h__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }
    .page-23win-n-h__features-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-23win-n-h__game-grid {
        grid-template-columns: 1fr;
    }
    .page-23win-n-h__game-image {
        height: 180px;
    }

    .page-23win-n-h__promo-image {
        height: 180px;
    }
    .page-23win-n-h__promo-title {
        font-size: 1.4em;
    }

    .page-23win-n-h__payment-methods {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
    .page-23win-n-h__payment-item {
        width: 120px;
        padding: 15px;
    }
    .page-23win-n-h__payment-logo {
        max-width: 80px;
        height: 50px;
    }

    .page-23win-n-h__faq-question {
        padding: 12px 15px;
    }
    .page-23win-n-h__faq-title {
        font-size: 1.1em;
    }
    .page-23win-n-h__faq-answer {
        padding: 0 15px;
    }
    .page-23win-n-h__faq-item.active .page-23win-n-h__faq-answer {
        padding: 15px !important;
    }

    /* Floating buttons for mobile */
    .page-23win-n-h__floating-buttons-wrapper {
        bottom: 15px;
        right: 15px;
        gap: 8px;
    }
    .page-23win-n-h__floating-button {
        width: 120px;
        padding: 10px 15px;
        font-size: 1em;
    }

    /* Image responsive optimization */
    .page-23win-n-h__image-full,
    .page-23win-n-h__game-image,
    .page-23win-n-h__promo-image,
    .page-23win-n-h__feature-icon,
    .page-23win-n-h__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-23win-n-h__image-wrapper,
    .page-23win-n-h__game-card,
    .page-23win-n-h__promo-card,
    .page-23win-n-h__feature-item,
    .page-23win-n-h__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
  