:root {    --page-km88-logo-primary-color: #FFD700; /* Gold */    --page-km88-logo-secondary-color: #333; /* Dark Gray */    --page-km88-logo-accent-color: #007BFF; /* Blue */    --page-km88-logo-text-color: #E0E0E0; /* Light Gray */    --page-km88-logo-background-dark: #1a1a1a; /* Very Dark Gray */    --page-km88-logo-background-light: #2c2c2c; /* Slightly Lighter Dark Gray */    --page-km88-logo-border-color: #555;    --page-km88-logo-button-hover: #FFC107;    --page-km88-logo-font-family: 'Arial', sans-serif;}.page-km88-logo {    font-family: var(--page-km88-logo-font-family);    color: var(--page-km88-logo-text-color);    background-color: var(--page-km88-logo-background-dark);    line-height: 1.6;    overflow-x: hidden;    padding-top: 10px;}.page-km88-logo__section-title {    color: var(--page-km88-logo-primary-color);    text-align: center;    font-size: 2.5em;    margin-bottom: 20px;    padding-top: 40px;    position: relative;    text-transform: uppercase;    letter-spacing: 1px;}.page-km88-logo__section-title::after {    content: '';    display: block;    width: 60px;    height: 3px;    background-color: var(--page-km88-logo-accent-color);    margin: 10px auto 0;}.page-km88-logo__section-description {    text-align: center;    font-size: 1.1em;    margin-bottom: 50px;    max-width: 800px;    margin-left: auto;    margin-right: auto;    padding: 0 15px;}.page-km88-logo__strong {    color: var(--page-km88-logo-primary-color);    font-weight: bold;}.page-km88-logo__button {    display: inline-block;    padding: 12px 25px;    border-radius: 5px;    text-decoration: none;    font-weight: bold;    transition: background-color 0.3s ease, transform 0.3s ease;    text-align: center;    cursor: pointer;    white-space: nowrap;    font-size: 1em;}.page-km88-logo__button--primary {    background-color: var(--page-km88-logo-primary-color);    color: var(--page-km88-logo-background-dark);}.page-km88-logo__button--primary:hover {    background-color: var(--page-km88-logo-button-hover);    transform: translateY(-2px);}.page-km88-logo__button--secondary {    background-color: transparent;    color: var(--page-km88-logo-primary-color);    border: 2px solid var(--page-km88-logo-primary-color);}.page-km88-logo__button--secondary:hover {    background-color: var(--page-km88-logo-primary-color);    color: var(--page-km88-logo-background-dark);    transform: translateY(-2px);}.page-km88-logo__button--access,.page-km88-logo__button--game,.page-km88-logo__button--promo,.page-km88-logo__button--blog,.page-km88-logo__button--contact {    background-color: var(--page-km88-logo-accent-color);    color: #fff;    border: none;    margin: 5px;}.page-km88-logo__button--access:hover,.page-km88-logo__button--game:hover,.page-km88-logo__button--promo:hover,.page-km88-logo__button--blog:hover,.page-km88-logo__button--contact:hover {    background-color: #0056b3;    transform: translateY(-2px);}.page-km88-logo__hero-section {    position: relative;    width: 100%;    min-height: 70vh;    display: flex;    align-items: center;    justify-content: center;    text-align: center;    color: #fff;    overflow: hidden;    padding: 80px 20px;    box-sizing: border-box;}.page-km88-logo__hero-image-container {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: -1;    overflow: hidden;}.page-km88-logo__hero-image {    width: 100%;    height: 100%;    object-fit: cover;    object-position: center;    filter: brightness(0.5);    max-width: 100%;}.page-km88-logo__hero-content {    max-width: 900px;    z-index: 1;    background: rgba(0, 0, 0, 0.4);    padding: 30px;    border-radius: 10px;}.page-km88-logo__hero-title {    font-size: 3.5em;    margin-bottom: 20px;    line-height: 1.2;    color: #fff;}.page-km88-logo__highlight {    color: var(--page-km88-logo-primary-color);}.page-km88-logo__hero-subtitle {    font-size: 1.3em;    margin-bottom: 30px;    max-width: 700px;    margin-left: auto;    margin-right: auto;}.page-km88-logo__hero-cta-group {    display: flex;    justify-content: center;    gap: 20px;    flex-wrap: wrap;}.page-km88-logo__introduction-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-light);    text-align: center;}.page-km88-logo__features-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-km88-logo__feature-item {    background-color: var(--page-km88-logo-background-dark);    padding: 30px;    border-radius: 10px;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    transition: transform 0.3s ease;}.page-km88-logo__feature-item:hover {    transform: translateY(-5px);}.page-km88-logo__feature-icon {    width: 100%;    max-width: 250px;    height: auto;    margin-bottom: 20px;    border-radius: 8px;    object-fit: cover;    max-height: 200px;}.page-km88-logo__feature-title {    color: var(--page-km88-logo-primary-color);    font-size: 1.5em;    margin-bottom: 15px;}.page-km88-logo__feature-text {    font-size: 1em;    color: var(--page-km88-logo-text-color);}.page-km88-logo__quick-access-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-dark);}.page-km88-logo__access-buttons {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 15px;    max-width: 900px;    margin: 0 auto;}.page-km88-logo__games-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-light);}.page-km88-logo__game-categories {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-km88-logo__game-card {    background-color: var(--page-km88-logo-background-dark);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    text-align: center;    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-km88-logo__game-card:hover {    transform: translateY(-5px);}.page-km88-logo__game-image {    width: 100%;    height: 250px;    object-fit: cover;    max-width: 100%;}.page-km88-logo__game-title {    color: var(--page-km88-logo-primary-color);    font-size: 1.5em;    margin: 20px 15px 10px;}.page-km88-logo__game-text {    font-size: 0.95em;    color: var(--page-km88-logo-text-color);    padding: 0 15px 20px;    flex-grow: 1;}.page-km88-logo__button--game {    margin-top: auto;    width: calc(100% - 30px);    margin-left: 15px;    margin-right: 15px;    margin-bottom: 15px;}.page-km88-logo__promotions-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-dark);}.page-km88-logo__promo-grid {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-km88-logo__promo-card {    background-color: var(--page-km88-logo-background-light);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    text-align: center;    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-km88-logo__promo-card:hover {    transform: translateY(-5px);}.page-km88-logo__promo-image {    width: 100%;    height: 200px;    object-fit: cover;    max-width: 100%;}.page-km88-logo__promo-title {    color: var(--page-km88-logo-primary-color);    font-size: 1.4em;    margin: 20px 15px 10px;}.page-km88-logo__promo-text {    font-size: 0.95em;    color: var(--page-km88-logo-text-color);    padding: 0 15px 20px;    flex-grow: 1;}.page-km88-logo__button--promo {    margin-top: auto;    width: calc(100% - 30px);    margin-left: 15px;    margin-right: 15px;    margin-bottom: 15px;}.page-km88-logo__security-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-light);    text-align: center;}.page-km88-logo__security-features {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto 50px;}.page-km88-logo__security-item {    background-color: var(--page-km88-logo-background-dark);    padding: 30px;    border-radius: 10px;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    transition: transform 0.3s ease;}.page-km88-logo__security-item:hover {    transform: translateY(-5px);}.page-km88-logo__security-icon {    width: 100%;    max-width: 200px;    height: auto;    margin-bottom: 20px;    border-radius: 8px;    object-fit: cover;    max-height: 180px;}.page-km88-logo__security-title {    color: var(--page-km88-logo-primary-color);    font-size: 1.5em;    margin-bottom: 15px;}.page-km88-logo__security-text {    font-size: 1em;    color: var(--page-km88-logo-text-color);}.page-km88-logo__contact-cta {    margin-top: 40px;}.page-km88-logo__faq-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-dark);}.page-km88-logo__faq-list {    max-width: 900px;    margin: 0 auto;}.page-km88-logo__faq-item {    background-color: var(--page-km88-logo-background-light);    margin-bottom: 15px;    border-radius: 8px;    overflow: hidden;    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-km88-logo__faq-question {    display: flex;    justify-content: space-between;    align-items: center;    padding: 20px 25px;    background-color: var(--page-km88-logo-background-light);    color: var(--page-km88-logo-primary-color);    font-size: 1.2em;    font-weight: bold;    cursor: pointer;    user-select: none;    border-bottom: 1px solid var(--page-km88-logo-border-color);    transition: background-color 0.3s ease;}.page-km88-logo__faq-question:hover {    background-color: #3a3a3a;}.page-km88-logo__faq-question-title {    margin: 0;    font-size: 1.1em;    color: inherit;    pointer-events: none;}.page-km88-logo__faq-toggle {    font-size: 1.5em;    line-height: 1;    transition: transform 0.3s ease;    pointer-events: none;}.page-km88-logo__faq-item.active .page-km88-logo__faq-toggle {    transform: rotate(45deg);}.page-km88-logo__faq-answer {    max-height: 0;    overflow: hidden;    padding: 0 25px;    background-color: var(--page-km88-logo-background-dark);    color: var(--page-km88-logo-text-color);    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;    opacity: 0;}.page-km88-logo__faq-item.active .page-km88-logo__faq-answer {    max-height: 2000px !important;    padding: 20px 25px !important;    opacity: 1;}.page-km88-logo__faq-answer p {    margin: 0;}.page-km88-logo__blog-section {    padding: 60px 20px;    background-color: var(--page-km88-logo-background-light);}.page-km88-logo__blog-posts {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    gap: 30px;    max-width: 1200px;    margin: 0 auto;}.page-km88-logo__blog-card {    background-color: var(--page-km88-logo-background-dark);    border-radius: 10px;    overflow: hidden;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);    transition: transform 0.3s ease;    display: flex;    flex-direction: column;}.page-km88-logo__blog-card:hover {    transform: translateY(-5px);}.page-km88-logo__blog-image {    width: 100%;    height: 220px;    object-fit: cover;    max-width: 100%;}.page-km88-logo__blog-content {    padding: 20px;    display: flex;    flex-direction: column;    flex-grow: 1;}.page-km88-logo__blog-title {    font-size: 1.4em;    margin-bottom: 10px;    line-height: 1.3;}.page-km88-logo__blog-title a {    color: var(--page-km88-logo-primary-color);    text-decoration: none;    transition: color 0.3s ease;}.page-km88-logo__blog-title a:hover {    color: var(--page-km88-logo-accent-color);}.page-km88-logo__blog-meta {    font-size: 0.85em;    color: #999;    margin-bottom: 15px;}.page-km88-logo__blog-excerpt {    font-size: 0.95em;    color: var(--page-km88-logo-text-color);    margin-bottom: 20px;    flex-grow: 1;}.page-km88-logo__button--blog {    margin-top: auto;    align-self: flex-start;}@media (max-width: 1024px) {    .page-km88-logo__hero-title {        font-size: 3em;    }    .page-km88-logo__hero-subtitle {        font-size: 1.1em;    }    .page-km88-logo__section-title {        font-size: 2em;    }}@media (max-width: 768px) {    .page-km88-logo__hero-section {        min-height: 60vh;        padding: 60px 15px;    }    .page-km88-logo__hero-title {        font-size: 2.5em;    }    .page-km88-logo__hero-subtitle {        font-size: 1em;    }    .page-km88-logo__hero-cta-group {        flex-direction: column;        gap: 10px;    }    .page-km88-logo__button {        width: 100%;        max-width: 300px;        margin-left: auto;        margin-right: auto;    }.page-km88-logo__section-title {        font-size: 1.8em;    }.page-km88-logo__section-description {        font-size: 0.95em;        margin-bottom: 30px;    }.page-km88-logo__features-grid,.page-km88-logo__game-categories,.page-km88-logo__promo-grid,.page-km88-logo__security-features,.page-km88-logo__blog-posts {        grid-template-columns: 1fr;        gap: 20px;    }.page-km88-logo__feature-item,.page-km88-logo__game-card,.page-km88-logo__promo-card,.page-km88-logo__security-item,.page-km88-logo__blog-card {        width: 100% !important;        box-sizing: border-box !important;        margin-left: 0 !important;        margin-right: 0 !important;        padding: 20px;    }.page-km88-logo__feature-icon,.page-km88-logo__game-image,.page-km88-logo__promo-image,.page-km88-logo__security-icon,.page-km88-logo__blog-image {        max-width: 100% !important;        height: auto !important;        box-sizing: border-box !important;    }.page-km88-logo__feature-icon {        max-width: 200px;        margin-left: auto;        margin-right: auto;    }.page-km88-logo__security-icon {        max-width: 150px;        margin-left: auto;        margin-right: auto;    }.page-km88-logo__access-buttons {        flex-direction: column;        gap: 10px;    }.page-km88-logo__button--access,.page-km88-logo__button--game,.page-km88-logo__button--promo,.page-km88-logo__button--blog,.page-km88-logo__button--contact {        width: 100% !important;        margin-left: auto !important;        margin-right: auto !important;        box-sizing: border-box !important;    }.page-km88-logo__faq-question {        padding: 15px 20px;        font-size: 1.1em;    }.page-km88-logo__faq-answer {        padding: 0 20px;    }.page-km88-logo__faq-item.active .page-km88-logo__faq-answer {        padding: 15px 20px !important;    }.page-km88-logo__blog-content {        padding: 15px;    }.page-km88-logo__blog-title {        font-size: 1.2em;    }.page-km88-logo__blog-meta,.page-km88-logo__blog-excerpt {        font-size: 0.9em;    }}@media (max-width: 480px) {    .page-km88-logo__hero-title {        font-size: 2em;    }    .page-km88-logo__hero-subtitle {        font-size: 0.9em;    }    .page-km88-logo__button {        padding: 10px 20px;        font-size: 0.9em;    }    .page-km88-logo__section-title {        font-size: 1.5em;    }    .page-km88-logo__faq-question {        font-size: 1em;    }    .page-km88-logo__faq-question-title {        font-size: 1em;    }}.page-km88-logo img {    max-width: 100%;    height: auto;    display: block;}.page-km88-logo__hero-image,.page-km88-logo__feature-icon,.page-km88-logo__game-image,.page-km88-logo__promo-image,.page-km88-logo__security-icon,.page-km88-logo__blog-image {    box-sizing: border-box;}.page-km88-logo__features-grid > div,.page-km88-logo__game-categories > div,.page-km88-logo__promo-grid > div,.page-km88-logo__security-features > div,.page-km88-logo__blog-posts > article {    box-sizing: border-box;}