:root {    --primary-color: #ffcc00; /* Gold/Yellow */    --secondary-color: #3366ff; /* Blue */    --dark-bg: #1a1a1a;    --light-text: #ffffff;    --dark-text: #333333;    --accent-color: #ff3366; /* Pink/Red for accents */}body {    font-family: 'Arial', sans-serif;    line-height: 1.6;    color: var(--light-text);    background-color: var(--dark-bg);    margin: 0;    padding: 0;}.page-winwin-bet-logo {    background-color: var(--dark-bg);}.page-winwin-bet-logo__section {    padding: 40px 20px;    max-width: 1200px;    margin: 0 auto;    text-align: center;}.page-winwin-bet-logo__section--dark {    background-color: #222222;}.page-winwin-bet-logo__section-title {    font-size: 2.5em;    color: var(--primary-color);    margin-bottom: 30px;    text-transform: uppercase;    letter-spacing: 1px;}.page-winwin-bet-logo__section-subtitle {    font-size: 1.2em;    color: rgba(255, 255, 255, 0.8);    margin-bottom: 40px;}.page-winwin-bet-logo__text-content {    color: rgba(255, 255, 255, 0.8);    font-size: 1.1em;    line-height: 1.8;    margin-bottom: 20px;}.page-winwin-bet-logo__button {    display: inline-block;    background-color: var(--primary-color);    color: var(--dark-bg);    padding: 15px 30px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    font-size: 1.1em;    transition: background-color 0.3s ease, transform 0.3s ease;    margin-top: 20px;    border: none;    cursor: pointer;}.page-winwin-bet-logo__button:hover {    background-color: #ffd700;    transform: translateY(-2px);}.page-winwin-bet-logo__hero-section {    position: relative;    height: 80vh;    display: flex;    align-items: center;    justify-content: center;    text-align: center;    color: var(--light-text);    overflow: hidden;    padding-top: 10px;}.page-winwin-bet-logo__hero-background {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    object-fit: cover;    z-index: -2;}.page-winwin-bet-logo__hero-overlay {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.6);    z-index: -1;}.page-winwin-bet-logo__hero-content {    position: relative;    z-index: 1;    max-width: 800px;    padding: 20px;}.page-winwin-bet-logo__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    color: var(--primary-color);    line-height: 1.2;}.page-winwin-bet-logo__hero-subtitle {    font-size: 1.5em;    margin-bottom: 30px;    color: rgba(255, 255, 255, 0.9);}.page-winwin-bet-logo__payment-providers {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;    gap: 30px;    width: 100%;    max-width: 100%;    box-sizing: border-box;    padding: 40px 20px;    background-color: #282828;}.page-winwin-bet-logo__payment-logo {    flex: 0 0 auto;    width: 80px;    height: 80px;    max-width: 80px;    max-height: 80px;    box-sizing: border-box;}.page-winwin-bet-logo__payment-logo img {    display: block;    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;    object-fit: contain;}.page-winwin-bet-logo__introduction-section .page-winwin-bet-logo__section-title {    color: var(--secondary-color);}.page-winwin-bet-logo__quick-access-links {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 20px;    margin-top: 30px;}.page-winwin-bet-logo__quick-access-link {    background-color: var(--secondary-color);    color: var(--light-text);    padding: 15px 25px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease, transform 0.3s ease;    white-space: nowrap;}.page-winwin-bet-logo__quick-access-link:hover {    background-color: #4d7cff;    transform: translateY(-2px);}.page-winwin-bet-logo__games-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    margin-top: 40px;}.page-winwin-bet-logo__game-card {    background-color: #282828;    border-radius: 10px;    overflow: hidden;    text-align: left;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-winwin-bet-logo__game-card:hover {    transform: translateY(-5px);}.page-winwin-bet-logo__game-card-image {    width: 100%;    height: 200px;    object-fit: cover;    display: block;}.page-winwin-bet-logo__game-card-content {    padding: 20px;    flex-grow: 1;    display: flex;    flex-direction: column;}.page-winwin-bet-logo__game-card-title {    font-size: 1.5em;    color: var(--primary-color);    margin-bottom: 10px;}.page-winwin-bet-logo__game-card-description {    color: rgba(255, 255, 255, 0.7);    font-size: 0.95em;    line-height: 1.6;    flex-grow: 1;    margin-bottom: 15px;}.page-winwin-bet-logo__game-card .page-winwin-bet-logo__button {    align-self: flex-start;    padding: 10px 20px;    font-size: 0.9em;    margin-top: 0;}.page-winwin-bet-logo__promotions-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-winwin-bet-logo__promotion-card {    background-color: #282828;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    text-align: left;    transition: transform 0.3s ease;}.page-winwin-bet-logo__promotion-card:hover {    transform: translateY(-5px);}.page-winwin-bet-logo__promotion-image {    width: 100%;    height: 220px;    object-fit: cover;}.page-winwin-bet-logo__promotion-content {    padding: 20px;}.page-winwin-bet-logo__promotion-title {    font-size: 1.6em;    color: var(--primary-color);    margin-bottom: 10px;}.page-winwin-bet-logo__promotion-description {    color: rgba(255, 255, 255, 0.7);    font-size: 0.95em;    line-height: 1.6;    margin-bottom: 15px;}.page-winwin-bet-logo__features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    margin-top: 40px;}.page-winwin-bet-logo__feature-item {    background-color: #282828;    padding: 30px;    border-radius: 10px;    text-align: center;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-winwin-bet-logo__feature-item img {    width: 200px !important;    height: 200px !important;    max-width: 100% !important;    object-fit: contain;    margin: 0 auto 20px auto;    display: block;}.page-winwin-bet-logo__feature-title {    font-size: 1.4em;    color: var(--secondary-color);    margin-bottom: 10px;}.page-winwin-bet-logo__feature-description {    color: rgba(255, 255, 255, 0.7);    font-size: 0.95em;}.page-winwin-bet-logo__faq-list {    margin-top: 40px;    text-align: left;}.page-winwin-bet-logo__faq-item {    background-color: #282828;    margin-bottom: 15px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-winwin-bet-logo__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px;    background-color: #333333;    cursor: pointer;    user-select: none;    transition: background-color 0.3s ease;}.page-winwin-bet-logo__faq-question:hover {    background-color: #444444;}.page-winwin-bet-logo__faq-question h3 {    margin: 0;    font-size: 1.2em;    color: var(--light-text);    pointer-events: none;}.page-winwin-bet-logo__faq-toggle {    font-size: 1.5em;    font-weight: bold;    color: var(--primary-color);    margin-left: 15px;    pointer-events: none;}.page-winwin-bet-logo__faq-answer {    max-height: 0;    overflow: hidden;    padding: 0 20px;    color: rgba(255, 255, 255, 0.7);    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;    opacity: 0;}.page-winwin-bet-logo__faq-item.active .page-winwin-bet-logo__faq-answer {    max-height: 2000px !important;    padding: 20px !important;    opacity: 1;}.page-winwin-bet-logo__faq-item.active .page-winwin-bet-logo__faq-question {    background-color: #444444;}.page-winwin-bet-logo__blog-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    margin-top: 40px;}.page-winwin-bet-logo__blog-card {    background-color: #282828;    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);    text-align: left;    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-winwin-bet-logo__blog-card:hover {    transform: translateY(-5px);}.page-winwin-bet-logo__blog-image {    width: 100%;    height: 200px;    object-fit: cover;}.page-winwin-bet-logo__blog-content {    padding: 20px;    flex-grow: 1;    display: flex;    flex-direction: column;}.page-winwin-bet-logo__blog-date {    font-size: 0.85em;    color: var(--primary-color);    margin-bottom: 10px;}.page-winwin-bet-logo__blog-title {    font-size: 1.4em;    color: var(--light-text);    margin-bottom: 10px;    line-height: 1.4;}.page-winwin-bet-logo__blog-description {    color: rgba(255, 255, 255, 0.7);    font-size: 0.9em;    line-height: 1.6;    flex-grow: 1;    margin-bottom: 15px;}.page-winwin-bet-logo__blog-read-more {    align-self: flex-start;    color: var(--primary-color);    text-decoration: none;    font-weight: bold;    transition: color 0.3s ease;}.page-winwin-bet-logo__blog-read-more:hover {    color: #ffd700;}.page-winwin-bet-logo img {    max-width: 100%;    height: auto;    display: block;}.page-winwin-bet-logo__game-card-image,.page-winwin-bet-logo__promotion-image,.page-winwin-bet-logo__blog-image {    width: 100%;    height: 200px;    object-fit: cover;}@media (max-width: 768px) {    .page-winwin-bet-logo__section {        padding: 30px 15px;    }    .page-winwin-bet-logo__section-title {        font-size: 2em;    }    .page-winwin-bet-logo__hero-section {        height: 60vh;    }    .page-winwin-bet-logo__hero-title {        font-size: 2.5em;    }    .page-winwin-bet-logo__hero-subtitle {        font-size: 1.2em;    }    .page-winwin-bet-logo__button {        padding: 12px 25px;        font-size: 1em;    }    .page-winwin-bet-logo__quick-access-links {        flex-direction: column;        gap: 15px;    }    .page-winwin-bet-logo__quick-access-link {        width: 100%;        text-align: center;    }    .page-winwin-bet-logo__games-grid,    .page-winwin-bet-logo__promotions-grid,    .page-winwin-bet-logo__features-grid,    .page-winwin-bet-logo__blog-grid {        grid-template-columns: 1fr;        gap: 20px;    }    .page-winwin-bet-logo__game-card,    .page-winwin-bet-logo__promotion-card,    .page-winwin-bet-logo__feature-item,    .page-winwin-bet-logo__blog-card {        width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;    }    .page-winwin-bet-logo__faq-list {        padding: 0 !important;        width: 100% !important;        max-width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;    }    .page-winwin-bet-logo__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;    }    .page-winwin-bet-logo__faq-answer {        padding: 15px !important;    }    .page-winwin-bet-logo__payment-providers {        flex-direction: row;        flex-wrap: wrap;        justify-content: center;        gap: 16px;    }    .page-winwin-bet-logo__payment-logo,    .page-winwin-bet-logo__payment-logo img {        width: 80px !important;        height: 80px !important;        max-width: 80px !important;        max-height: 80px !important;    }    .page-winwin-bet-logo img:not(.page-winwin-bet-logo__payment-logo img) {        max-width: 100% !important;        height: auto !important;        box-sizing: border-box !important;    }}