.page-blog-hit88-beginner-guide {
    background-color: #0D0E12;
    color: #FFF3E6;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, relies on body for header offset */
}

.page-blog-hit88-beginner-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-hit88-beginner-guide__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
}

.page-blog-hit88-beginner-guide__hero-image {
    width: 100%;
    max-width: 1920px; /* Ensure it can scale up */
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-blog-hit88-beginner-guide__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-hit88-beginner-guide__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFF3E6;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 176, 77, 0.5); /* Glow effect */
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-hit88-beginner-guide__hero-description {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-blog-hit88-beginner-guide__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #0D0E12;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 176, 77, 0.4);
    border: none;
    cursor: pointer;
}

.page-blog-hit88-beginner-guide__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 176, 77, 0.6);
}

.page-blog-hit88-beginner-guide__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #FF8C1A;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(255, 140, 26, 0.3);
}

.page-blog-hit88-beginner-guide__intro-section,
.page-blog-hit88-beginner-guide__registration-guide,
.page-blog-hit88-beginner-guide__banking-section,
.page-blog-hit88-beginner-guide__games-section,
.page-blog-hit88-beginner-guide__winning-tips,
.page-blog-hit88-beginner-guide__support-section,
.page-blog-hit88-beginner-guide__faq-section,
.page-blog-hit88-beginner-guide__cta-section {
    padding: 60px 0;
    margin-bottom: 20px;
    background-color: #17191F;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #A84F0C;
}

.page-blog-hit88-beginner-guide__text {
    font-size: 1rem;
    color: #FFF3E6;
    margin-bottom: 15px;
}

.page-blog-hit88-beginner-guide__intro-content,
.page-blog-hit88-beginner-guide__banking-content,
.page-blog-hit88-beginner-guide__support-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.page-blog-hit88-beginner-guide__intro-image,
.page-blog-hit88-beginner-guide__banking-image,
.page-blog-hit88-beginner-guide__support-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-hit88-beginner-guide__intro-content .page-blog-hit88-beginner-guide__text,
.page-blog-hit88-beginner-guide__banking-content .page-blog-hit88-beginner-guide__text,
.page-blog-hit88-beginner-guide__support-content .page-blog-hit88-beginner-guide__text {
    flex: 1;
    min-width: 300px;
}

.page-blog-hit88-beginner-guide__step-list,
.page-blog-hit88-beginner-guide__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-hit88-beginner-guide__step-item,
.page-blog-hit88-beginner-guide__tip-item {
    background-color: #0D0E12;
    border-left: 5px solid #FF8C1A;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hit88-beginner-guide__step-title,
.page-blog-hit88-beginner-guide__tip-title {
    color: #FFA53A;
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-hit88-beginner-guide__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.page-blog-hit88-beginner-guide__game-card {
    background-color: #0D0E12;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #FFF3E6;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #A84F0C;
}

.page-blog-hit88-beginner-guide__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 176, 77, 0.3);
}

.page-blog-hit88-beginner-guide__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-hit88-beginner-guide__game-card-title {
    font-size: 1.3rem;
    color: #FF8C1A;
    margin: 15px 10px 5px 10px;
}

.page-blog-hit88-beginner-guide__game-card-description {
    font-size: 0.95rem;
    color: #FFF3E6;
    padding: 0 10px 15px 10px;
}

.page-blog-hit88-beginner-guide__faq-list {
    margin-top: 30px;
}

.page-blog-hit88-beginner-guide__faq-item {
    background-color: #0D0E12;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #A84F0C;
}

.page-blog-hit88-beginner-guide__faq-question {
    background-color: #17191F;
    color: #FFF3E6;
    font-size: 1.15rem;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    position: relative;
}

.page-blog-hit88-beginner-guide__faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #FFA53A;
}

.page-blog-hit88-beginner-guide__faq-question.active::after {
    content: '-';
}

.page-blog-hit88-beginner-guide__faq-question:hover {
    background-color: #2a2d34;
}

.page-blog-hit88-beginner-guide__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-hit88-beginner-guide__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding: 20px;
}

.page-blog-hit88-beginner-guide__cta-section--bottom {
    margin-bottom: 40px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-hit88-beginner-guide__hero-image {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .page-blog-hit88-beginner-guide__hero-image {
        height: 400px;
    }

    .page-blog-hit88-beginner-guide__main-title {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .page-blog-hit88-beginner-guide__hero-description {
        font-size: 1rem;
    }

    .page-blog-hit88-beginner-guide__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-hit88-beginner-guide__intro-content,
    .page-blog-hit88-beginner-guide__banking-content,
    .page-blog-hit88-beginner-guide__support-content {
        flex-direction: column;
    }

    .page-blog-hit88-beginner-guide__intro-image,
    .page-blog-hit88-beginner-guide__banking-image,
    .page-blog-hit88-beginner-guide__support-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce min size for images */
        min-height: 200px;
    }

    .page-blog-hit88-beginner-guide__intro-content .page-blog-hit88-beginner-guide__text,
    .page-blog-hit88-beginner-guide__banking-content .page-blog-hit88-beginner-guide__text,
    .page-blog-hit88-beginner-guide__support-content .page-blog-hit88-beginner-guide__text {
        min-width: unset;
    }

    .page-blog-hit88-beginner-guide__game-list {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .page-blog-hit88-beginner-guide__game-card-image {
        height: 150px;
        min-height: 200px;
    }

    .page-blog-hit88-beginner-guide__faq-question {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-hit88-beginner-guide__faq-question::after {
        font-size: 1.2rem;
        right: 15px;
    }

    .page-blog-hit88-beginner-guide__section-title {
        font-size: clamp(1.6rem, 5vw, 2.2rem);
    }

    .page-blog-hit88-beginner-guide__text {
        font-size: 0.95rem;
    }

    .page-blog-hit88-beginner-guide__hero-section,
    .page-blog-hit88-beginner-guide__intro-section,
    .page-blog-hit88-beginner-guide__registration-guide,
    .page-blog-hit88-beginner-guide__banking-section,
    .page-blog-hit88-beginner-guide__games-section,
    .page-blog-hit88-beginner-guide__winning-tips,
    .page-blog-hit88-beginner-guide__support-section,
    .page-blog-hit88-beginner-guide__faq-section,
    .page-blog-hit88-beginner-guide__cta-section {
        padding: 40px 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .page-blog-hit88-beginner-guide__container {
        padding: 0 15px;
    }

    /* Ensure all content images in mobile are responsive */
    .page-blog-hit88-beginner-guide img {
        max-width: 100%;
        height: auto;
    }
}