.page-blog-k066-platform-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main for general content on dark body */
    background-color: #08160F; /* Body background */
}

.page-blog-k066-platform-features__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-k066-platform-features__section-title {
    font-size: 2.5em;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.page-blog-k066-platform-features__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #F2FFF6; /* Text Main */
}

.page-blog-k066-platform-features__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding */
    background-color: #08160F; /* Ensure background matches body for seamless blend */
}

.page-blog-k066-platform-features__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px; /* Space between image and text */
}

.page-blog-k066-platform-features__hero-content {
    max-width: 900px;
    padding: 20px 0;
    z-index: 1; /* Ensure content is above any potential background layers */
}

.page-blog-k066-platform-features__main-title {
    font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size */
    font-weight: 700;
    color: #F2C14E; /* Gold */
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.page-blog-k066-platform-features__hero-description {
    font-size: clamp(1.1em, 2vw, 1.3em);
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-k066-platform-features__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-blog-k066-platform-features__btn-primary,
.page-blog-k066-platform-features__btn-secondary,
.page-blog-k066-platform-features__btn-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-k066-platform-features__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-k066-platform-features__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.page-blog-k066-platform-features__btn-secondary {
    background-color: transparent;
    color: #2AD16F;
    border: 2px solid #2AD16F;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-k066-platform-features__btn-secondary:hover {
    background-color: rgba(42, 209, 111, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-k066-platform-features__btn-link {
    background-color: transparent;
    color: #2AD16F;
    border: 1px solid #2AD16F;
    padding: 8px 15px;
    font-size: 0.9em;
    border-radius: 5px;
}

.page-blog-k066-platform-features__btn-link:hover {
    background-color: #2AD16F;
    color: #ffffff;
}

.page-blog-k066-platform-features__introduction-section,
.page-blog-k066-platform-features__games-section,
.page-blog-k066-platform-features__promotions-section {
    padding: 60px 0;
    background-color: #08160F; /* Dark background from body */
}

.page-blog-k066-platform-features__features-section,
.page-blog-k066-platform-features__security-section,
.page-blog-k066-platform-features__how-to-join-section,
.page-blog-k066-platform-features__conclusion-section {
    padding: 60px 0;
    background-color: #08160F; /* Dark background from body */
}

.page-blog-k066-platform-features__dark-bg {
    background-color: #08160F;
    color: #F2FFF6;
}

.page-blog-k066-platform-features__feature-grid,
.page-blog-k066-platform-features__game-categories,
.page-blog-k066-platform-features__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-k066-platform-features__card {
    background-color: #11271B; /* Card BG */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #2E7A4E; /* Border */
}

.page-blog-k066-platform-features__feature-icon,
.page-blog-k066-platform-features__game-image,
.page-blog-k066-platform-features__promo-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-blog-k066-platform-features__game-image {
    max-width: 100%; /* Ensure game images fill card width */
}

.page-blog-k066-platform-features__feature-title,
.page-blog-k066-platform-features__game-title,
.page-blog-k066-platform-features__promo-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
}

.page-blog-k066-platform-features__feature-description,
.page-blog-k066-platform-features__game-description,
.page-blog-k066-platform-features__promo-description {
    font-size: 1em;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 20px;
    flex-grow: 1; /* Make descriptions take available space */
}

.page-blog-k066-platform-features__security-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page-blog-k066-platform-features__list-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-k066-platform-features__list-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #2AD16F; /* Main color */
    margin-bottom: 10px;
}

.page-blog-k066-platform-features__list-item p {
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-k066-platform-features__content-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: block;
    margin: 40px auto 20px auto;
    border-radius: 10px;
    object-fit: cover;
}

.page-blog-k066-platform-features__cta-bottom {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-k066-platform-features__how-to-join-section {
    padding: 60px 0;
    background-color: #08160F;
}

.page-blog-k066-platform-features__step-by-step {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-k066-platform-features__step-card {
    text-align: left;
}

.page-blog-k066-platform-features__step-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #F2C14E; /* Gold */
    margin-bottom: 10px;
}

.page-blog-k066-platform-features__step-description {
    color: #A7D9B8; /* Text Secondary */
}

.page-blog-k066-platform-features__faq-section {
    padding: 60px 0;
    background-color: #08160F;
}

.page-blog-k066-platform-features__faq-list {
    margin-top: 40px;
}

.page-blog-k066-platform-features__faq-item {
    background-color: #11271B; /* Card BG */
    border: 1px solid #2E7A4E; /* Border */
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6;
}

.page-blog-k066-platform-features__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
    color: #2AD16F; /* Main color */
    list-style: none; /* For details/summary */
}

.page-blog-k066-platform-features__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for details */
}

.page-blog-k066-platform-features__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #F2C14E; /* Gold */
}

.page-blog-k066-platform-features__faq-item[open] .page-blog-k066-platform-features__faq-toggle {
    transform: rotate(45deg); /* Rotate for 'x' or 'minus' */
}

.page-blog-k066-platform-features__faq-answer {
    padding: 0 25px 20px 25px;
    color: #A7D9B8; /* Text Secondary */
    font-size: 1em;
}

.page-blog-k066-platform-features__conclusion-section {
    padding: 60px 0;
    text-align: center;
    background-color: #08160F;
}

.page-blog-k066-platform-features__cta-final {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-k066-platform-features__section-title {
        font-size: 2em;
    }
    .page-blog-k066-platform-features__feature-title,
    .page-blog-k066-platform-features__game-title,
    .page-blog-k066-platform-features__promo-title {
        font-size: 1.3em;
    }
    .page-blog-k066-platform-features__list-title {
        font-size: 1.2em;
    }
    .page-blog-k066-platform-features__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-blog-k066-platform-features__container {
        padding: 0 15px;
    }
    .page-blog-k066-platform-features__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-k066-platform-features__hero-content {
        padding: 15px 0;
    }
    .page-blog-k066-platform-features__main-title {
        font-size: 2.2em;
    }
    .page-blog-k066-platform-features__hero-description {
        font-size: 1em;
    }
    .page-blog-k066-platform-features__cta-buttons,
    .page-blog-k066-platform-features__cta-bottom,
    .page-blog-k066-platform-features__cta-final {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-k066-platform-features__btn-primary,
    .page-blog-k066-platform-features__btn-secondary,
    .page-blog-k066-platform-features__btn-link {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-k066-platform-features__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-k066-platform-features__text-block {
        font-size: 0.95em;
    }
    .page-blog-k066-platform-features__feature-grid,
    .page-blog-k066-platform-features__game-categories,
    .page-blog-k066-platform-features__promo-grid,
    .page-blog-k066-platform-features__step-by-step {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-k066-platform-features__card {
        padding: 20px;
    }
    .page-blog-k066-platform-features__feature-icon,
    .page-blog-k066-platform-features__game-image,
    .page-blog-k066-platform-features__promo-image,
    .page-blog-k066-platform-features__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .page-blog-k066-platform-features__feature-title,
    .page-blog-k066-platform-features__game-title,
    .page-blog-k066-platform-features__promo-title {
        font-size: 1.2em;
    }
    .page-blog-k066-platform-features__list-title {
        font-size: 1.1em;
    }
    .page-blog-k066-platform-features__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-k066-platform-features__faq-answer {
        padding: 0 20px 15px 20px;
    }
    .page-blog-k066-platform-features__list-item {
        padding: 20px;
    }
    .page-blog-k066-platform-features__introduction-section,
    .page-blog-k066-platform-features__features-section,
    .page-blog-k066-platform-features__games-section,
    .page-blog-k066-platform-features__security-section,
    .page-blog-k066-platform-features__promotions-section,
    .page-blog-k066-platform-features__how-to-join-section,
    .page-blog-k066-platform-features__faq-section,
    .page-blog-k066-platform-features__conclusion-section {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
    }
    .page-blog-k066-platform-features__hero-section {
      padding-top: 10px !important;
    }
}

.page-blog-k066-platform-features__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-k066-platform-features__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}