.page-the-thao-huong-dan-ca-cuoc {
    font-family: Arial, sans-serif;
    color: #FFF6D6;
    background-color: #0A0A0A;
}

.page-the-thao-huong-dan-ca-cuoc__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-the-thao-huong-dan-ca-cuoc__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #F2C14E;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-the-thao-huong-dan-ca-cuoc__section-description {
    font-size: 18px;
    color: #FFF6D6;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Buttons */
.page-the-thao-huong-dan-ca-cuoc__btn-primary,
.page-the-thao-huong-dan-ca-cuoc__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #0A0A0A;
    border: none;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary {
    background: transparent;
    color: #F2C14E;
    border: 2px solid #3A2A12;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary:hover {
    background-color: #F2C14E;
    color: #0A0A0A;
    border-color: #F2C14E;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

/* General image styling */
.page-the-thao-huong-dan-ca-cuoc img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* HERO Section */
.page-the-thao-huong-dan-ca-cuoc__hero-section {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #0A0A0A;
}

.page-the-thao-huong-dan-ca-cuoc__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
}

.page-the-thao-huong-dan-ca-cuoc__hero-content {
    flex: 1;
    color: #FFF6D6;
}

.page-the-thao-huong-dan-ca-cuoc__hero-title {
    font-size: clamp(32px, 4vw, 56px);
    font-weight: bold;
    color: #F2C14E;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-the-thao-huong-dan-ca-cuoc__hero-description {
    font-size: 20px;
    color: #FFF6D6;
    margin-bottom: 30px;
    line-height: 1.6;
}

.page-the-thao-huong-dan-ca-cuoc__hero-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-the-thao-huong-dan-ca-cuoc__hero-image {
    flex: 1;
    text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc__hero-side-image {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* INTRO Section */
.page-the-thao-huong-dan-ca-cuoc__intro-section {
    background-color: #111111;
    padding: 80px 0;
}

.page-the-thao-huong-dan-ca-cuoc__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__feature-item {
    text-align: center;
    padding: 30px;
    background-color: #0A0A0A;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #3A2A12;
}

.page-the-thao-huong-dan-ca-cuoc__icon-box-media {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #F2C14E;
    box-shadow: 0 0 15px #FFD36B;
}

.page-the-thao-huong-dan-ca-cuoc__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-the-thao-huong-dan-ca-cuoc__feature-title {
    font-size: 24px;
    font-weight: bold;
    color: #F2C14E;
    margin-bottom: 15px;
}

.page-the-thao-huong-dan-ca-cuoc__feature-text {
    font-size: 16px;
    color: #FFF6D6;
    line-height: 1.6;
}

/* GUIDE Section */
.page-the-thao-huong-dan-ca-cuoc__guide-section {
    padding: 80px 0;
    background-color: #0A0A0A;
}

.page-the-thao-huong-dan-ca-cuoc__guide-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #111111;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
    border: 1px solid #3A2A12;
    position: relative;
}

.page-the-thao-huong-dan-ca-cuoc__step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #0A0A0A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    position: absolute;
    top: -30px;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.6);
}

.page-the-thao-huong-dan-ca-cuoc__step-title {
    font-size: 28px;
    font-weight: bold;
    color: #F2C14E;
    margin-bottom: 20px;
    margin-top: 30px;
}

.page-the-thao-huong-dan-ca-cuoc__step-image {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-the-thao-huong-dan-ca-cuoc__step-text {
    font-size: 17px;
    color: #FFF6D6;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 800px;
}

.page-the-thao-huong-dan-ca-cuoc__step-button {
    min-width: 220px;
}

/* FAQ Section */
.page-the-thao-huong-dan-ca-cuoc__faq-section {
    padding: 80px 0;
    background-color: #111111;
}

.page-the-thao-huong-dan-ca-cuoc__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-the-thao-huong-dan-ca-cuoc__faq-item {
    background-color: #0A0A0A;
    border: 1px solid #3A2A12;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-the-thao-huong-dan-ca-cuoc__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #F2C14E;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.page-the-thao-huong-dan-ca-cuoc__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-the-thao-huong-dan-ca-cuoc__faq-qtext {
    flex-grow: 1;
}

.page-the-thao-huong-dan-ca-cuoc__faq-toggle {
    font-size: 30px;
    line-height: 1;
    margin-left: 15px;
    color: #FFD36B;
}

.page-the-thao-huong-dan-ca-cuoc__faq-answer {
    padding: 0 25px 20px;
    font-size: 16px;
    color: #FFF6D6;
    line-height: 1.7;
}

.page-the-thao-huong-dan-ca-cuoc__faq-answer p {
    margin-bottom: 10px;
}

.page-the-thao-huong-dan-ca-cuoc__faq-link {
    color: #FFD36B;
    text-decoration: underline;
}

.page-the-thao-huong-dan-ca-cuoc__faq-link:hover {
    color: #F2C14E;
}


/* CTA Section */
.page-the-thao-huong-dan-ca-cuoc__cta-section {
    padding: 80px 0;
    background-color: #0A0A0A;
    text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* --- Responsive Styles --- */
/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .page-the-thao-huong-dan-ca-cuoc {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-the-thao-huong-dan-ca-cuoc__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-the-thao-huong-dan-ca-cuoc__section-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .page-the-thao-huong-dan-ca-cuoc__section-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    /* General image responsiveness */
    .page-the-thao-huong-dan-ca-cuoc img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Buttons responsiveness */
    .page-the-thao-huong-dan-ca-cuoc__btn-primary,
    .page-the-thao-huong-dan-ca-cuoc__btn-secondary,
    .page-the-thao-huong-dan-ca-cuoc a[class*="button"],
    .page-the-thao-huong-dan-ca-cuoc a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-the-thao-huong-dan-ca-cuoc__hero-cta-buttons,
    .page-the-thao-huong-dan-ca-cuoc__cta-buttons,
    .page-the-thao-huong-dan-ca-cuoc__button-group,
    .page-the-thao-huong-dan-ca-cuoc__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important;
        gap: 15px !important;
    }

    /* HERO Section Responsive */
    .page-the-thao-huong-dan-ca-cuoc__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-the-thao-huong-dan-ca-cuoc__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 30px;
    }

    .page-the-thao-huong-dan-ca-cuoc__hero-content {
        order: 2;
        text-align: center;
    }

    .page-the-thao-huong-dan-ca-cuoc__hero-image {
        order: 1;
        width: 100%;
    }

    .page-the-thao-huong-dan-ca-cuoc__hero-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .page-the-thao-huong-dan-ca-cuoc__hero-description {
        font-size: 17px;
        margin-bottom: 25px;
    }

    /* INTRO Section Responsive */
    .page-the-thao-huong-dan-ca-cuoc__intro-section {
        padding: 60px 0;
    }

    .page-the-thao-huong-dan-ca-cuoc__features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }

    .page-the-thao-huong-dan-ca-cuoc__feature-item {
        padding: 25px;
    }

    .page-the-thao-huong-dan-ca-cuoc__icon-box-media {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    .page-the-thao-huong-dan-ca-cuoc__feature-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page-the-thao-huong-dan-ca-cuoc__feature-text {
        font-size: 15px;
    }

    /* GUIDE Section Responsive */
    .page-the-thao-huong-dan-ca-cuoc__guide-section {
        padding: 60px 0;
    }

    .page-the-thao-huong-dan-ca-cuoc__guide-steps {
        gap: 40px;
        margin-top: 30px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-item {
        padding: 30px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-number {
        width: 50px;
        height: 50px;
        font-size: 28px;
        top: -25px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-title {
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-image {
        margin-bottom: 20px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .page-the-thao-huong-dan-ca-cuoc__step-button {
        min-width: unset;
        width: 100%;
    }

    /* FAQ Section Responsive */
    .page-the-thao-huong-dan-ca-cuoc__faq-section {
        padding: 60px 0;
    }

    .page-the-thao-huong-dan-ca-cuoc__faq-list {
        margin-top: 30px;
    }

    .page-the-thao-huong-dan-ca-cuoc__faq-item summary {
        padding: 18px 20px;
        font-size: 18px;
    }

    .page-the-thao-huong-dan-ca-cuoc__faq-toggle {
        font-size: 26px;
    }

    .page-the-thao-huong-dan-ca-cuoc__faq-answer {
        padding: 0 20px 18px;
        font-size: 15px;
    }

    /* CTA Section Responsive */
    .page-the-thao-huong-dan-ca-cuoc__cta-section {
        padding: 60px 0;
    }

    .page-the-thao-huong-dan-ca-cuoc__cta-buttons {
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }
}