.page-911win-co {
    padding-top: 10px; /* Small top padding, assuming body already has header offset */
    padding-bottom: 20px; /* General bottom padding */
    background-color: #f0f2f5; /* Light background for the whole page */
    color: #333;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-911win-co__section-title {
    text-align: center;
    font-size: 2.2em;
    color: #1a1a1a;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-911win-co__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

/* Hero Section */
.page-911win-co__hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,slots,jackpot]') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-911win-co__hero-content {
    max-width: 900px;
}

.page-911win-co__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold for prominence */
}

.page-911win-co__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Game Showcase Section */
.page-911win-co__games-showcase {
    padding: 60px 20px;
    background-color: #fff;
}

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

.page-911win-co__game-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-911win-co__game-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-911win-co__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.page-911win-co__game-title {
    font-size: 1.5em;
    color: #222;
    margin: 20px 15px 10px 15px;
}

.page-911win-co__game-text {
    font-size: 0.95em;
    color: #555;
    padding: 0 15px 20px 15px;
    flex-grow: 1;
}

/* Promotions Section */
.page-911win-co__promotions-section {
    padding: 60px 20px;
    background-color: #f0f2f5;
}

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

.page-911win-co__promo-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-911win-co__promo-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-911win-co__promo-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.page-911win-co__promo-title {
    font-size: 1.4em;
    color: #222;
    margin: 20px 15px 10px 15px;
}

.page-911win-co__promo-description {
    font-size: 0.9em;
    color: #555;
    padding: 0 15px 20px 15px;
}

/* About Section */
.page-911win-co__about-section {
    padding: 60px 20px;
    background-color: #fff;
}

.page-911win-co__about-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.page-911win-co__about-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-911win-co__about-item:hover {
    transform: translateY(-5px);
}

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

.page-911win-co__about-subtitle {
    font-size: 1.3em;
    color: #222;
    margin-bottom: 10px;
}

.page-911win-co__about-text {
    font-size: 0.9em;
    color: #666;
}

/* News Section */
.page-911win-co__news-section {
    padding: 60px 20px;
    background-color: #f0f2f5;
}

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

.page-911win-co__news-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-911win-co__news-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-911win-co__news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.page-911win-co__news-title {
    font-size: 1.3em;
    color: #222;
    margin: 20px 15px 5px 15px;
}

.page-911win-co__news-date {
    font-size: 0.85em;
    color: #888;
    margin: 0 15px 10px 15px;
}

.page-911win-co__news-excerpt {
    font-size: 0.9em;
    color: #555;
    padding: 0 15px 20px 15px;
    flex-grow: 1;
}

/* FAQ Section */
.page-911win-co__faq-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.page-911win-co__faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.page-911win-co__faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.page-911win-co__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    color: #333;
    transition: background-color 0.3s ease;
}

.page-911win-co__faq-question:hover {
    background-color: #f0f0f0;
}

.page-911win-co__faq-title {
    margin: 0;
    font-size: 1.1em;
    pointer-events: none; /* Crucial for click event on parent */
    color: #333; /* Ensure contrast */
}

.page-911win-co__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    pointer-events: none; /* Crucial for click event on parent */
    transition: transform 0.3s ease;
    color: #666; /* Ensure contrast */
}

.page-911win-co__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    color: #555;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.page-911win-co__faq-answer p {
    margin: 0 0 15px 0;
    line-height: 1.6;
}
.page-911win-co__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-911win-co__faq-item.active .page-911win-co__faq-answer {
    max-height: 2000px !important;
    padding: 20px 20px !important;
    opacity: 1;
}

/* Floating Buttons */
.page-911win-co__floating-buttons-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 1000;
    width: calc(100% - 40px); /* Adjust for padding on small screens */
    max-width: 380px; /* Limit width on larger screens */
    box-sizing: border-box;
    justify-content: center;
}

.page-911win-co__btn {
    display: block;
    padding: 12px 25px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    flex-grow: 1; /* Allow buttons to grow */
    white-space: nowrap; /* Prevent text wrapping */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-911win-co__btn--register {
    background-color: #FFD700; /* Gold */
    color: #333;
}

.page-911win-co__btn--register:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-911win-co__btn--login {
    background-color: #007BFF; /* Blue */
    color: #fff;
}

.page-911win-co__btn--login:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .page-911win-co__hero-title {
        font-size: 3em;
    }
    .page-911win-co__hero-description {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .page-911win-co__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-911win-co__hero-section {
        padding: 80px 15px;
        min-height: 350px;
    }
    .page-911win-co__hero-title {
        font-size: 2.5em;
    }
    .page-911win-co__hero-description {
        font-size: 1.1em;
    }
    .page-911win-co__games-showcase,
    .page-911win-co__promotions-section,
    .page-911win-co__about-section,
    .page-911win-co__news-section,
    .page-911win-co__faq-section {
        padding: 40px 15px;
    }
    .page-911win-co__game-grid,
    .page-911win-co__promo-grid,
    .page-911win-co__about-content,
    .page-911win-co__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-911win-co__game-image,
    .page-911win-co__promo-image,
    .page-911win-co__news-image {
        height: 180px;
    }
    .page-911win-co__game-title,
    .page-911win-co__promo-title,
    .page-911win-co__news-title {
        font-size: 1.2em;
    }
    .page-911win-co__about-icon {
        width: 80px;
        height: 80px;
    }
    .page-911win-co__about-subtitle {
        font-size: 1.1em;
    }
    .page-911win-co__faq-question {
        padding: 12px 15px;
    }
    .page-911win-co__faq-title {
        font-size: 1em;
    }
    .page-911win-co__faq-answer {
        padding: 0 15px;
    }
    .page-911win-co__faq-item.active .page-911win-co__faq-answer {
        padding: 15px 15px !important;
    }
    .page-911win-co__floating-buttons-wrapper {
        width: calc(100% - 30px) !important;
        gap: 10px;
        bottom: 15px;
    }
    .page-911win-co__btn {
        padding: 10px 15px;
        font-size: 1em;
    }
    /* Ensure all list items and images are responsive */
    .page-911win-co__game-item, .page-911win-co__promo-item, .page-911win-co__about-item, .page-911win-co__news-item, .page-911win-co__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }
    .page-911win-co__game-grid, .page-911win-co__promo-grid, .page-911win-co__about-content, .page-911win-co__news-grid, .page-911win-co__faq-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .page-911win-co__hero-title {
        font-size: 2em;
    }
    .page-911win-co__hero-description {
        font-size: 1em;
    }
    .page-911win-co__section-title {
        font-size: 1.6em;
    }
}