/* style/tobet88lode.css */

/* Global styles for the page scope */
.page-tobet88lode {
    background-color: #000000; /* Black background as per site model */
    color: #ffffff; /* Default text color for dark background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for hero section */
}

.page-tobet88lode__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-tobet88lode__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Yellow for main titles */
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.page-tobet88lode__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #f0f0f0; /* Slightly off-white for body text */
}

.page-tobet88lode__text-block--small {
    font-size: 0.9em;
    text-align: center;
    color: #cccccc;
}

.page-tobet88lode__text-block--small .page-tobet88lode__inline-link {
    color: #FFD700;
    text-decoration: underline;
}

.page-tobet88lode__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-tobet88lode__inline-link {
    color: #2563eb; /* Brand blue for links */
    text-decoration: none;
    font-weight: bold;
}

.page-tobet88lode__inline-link:hover {
    text-decoration: underline;
    color: #FFD700;
}

/* Hero Section */
.page-tobet88lode__hero-section {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
    background-color: #1a1a1a; /* Slightly lighter black for hero */
}

.page-tobet88lode__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Max height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* Space between image and content */
}

.page-tobet88lode__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensure image covers the area without distortion */
}

.page-tobet88lode__hero-content {
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
}

.page-tobet88lode__main-title {
    font-size: 3em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-tobet88lode__hero-description {
    font-size: 1.3em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

/* CTA Buttons */
.page-tobet88lode__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-tobet88lode__cta-buttons--centered {
    margin-top: 40px;
}

.page-tobet88lode__btn-primary,
.page-tobet88lode__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    width: auto; /* Default width */
}

.page-tobet88lode__btn-primary {
    background-color: #2563eb; /* Brand blue */
    color: #ffffff;
    border: 2px solid #2563eb;
}

.page-tobet88lode__btn-primary:hover {
    background-color: #1e4aae;
    border-color: #1e4aae;
}

.page-tobet88lode__btn-secondary {
    background-color: transparent;
    color: #FFD700; /* Yellow text for secondary */
    border: 2px solid #FFD700;
}

.page-tobet88lode__btn-secondary:hover {
    background-color: #FFD700;
    color: #000000;
}

/* Section Backgrounds */
.page-tobet88lode__dark-bg {
    background-color: #111111; /* Dark gray for alternating sections */
    color: #f0f0f0;
    padding: 60px 0;
}

.page-tobet88lode__light-bg {
    background-color: #000000; /* Black for alternating sections */
    color: #ffffff;
    padding: 60px 0;
}

/* Introduction Section */
.page-tobet88lode__introduction-section .page-tobet88lode__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-tobet88lode__introduction-section .page-tobet88lode__image-content {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    margin-top: 30px;
    display: block;
}

/* Why TOBET88 Section */
.page-tobet88lode__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-tobet88lode__feature-item {
    background-color: #1a1a1a;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-tobet88lode__feature-title {
    font-size: 1.5em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-tobet88lode__feature-description {
    color: #cccccc;
    font-size: 0.95em;
}

/* Registration Section */
.page-tobet88lode__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-tobet88lode__step-item {
    background-color: #000000;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #333333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-tobet88lode__step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #2563eb; /* Brand blue */
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 15px;
}

.page-tobet88lode__step-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-tobet88lode__step-description {
    color: #cccccc;
}

/* Games Section */
.page-tobet88lode__game-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-tobet88lode__game-card {
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #333333;
}

.page-tobet88lode__game-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-tobet88lode__game-title {
    font-size: 1.3em;
    color: #FFD700;
    margin: 15px 0 10px;
    padding: 0 15px;
}

.page-tobet88lode__game-description {
    color: #cccccc;
    font-size: 0.9em;
    padding: 0 15px 20px;
}

/* Soi Cầu Section */
.page-tobet88lode__soicau-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-tobet88lode__soicau-item {
    background-color: #000000;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #333333;
}

.page-tobet88lode__soicau-method-title {
    font-size: 1.3em;
    color: #2563eb; /* Brand blue for sub-titles */
    margin-bottom: 10px;
}

.page-tobet88lode__soicau-method-description {
    color: #cccccc;
}

/* Promotions Section */
.page-tobet88lode__promo-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-tobet88lode__promo-item {
    background-color: #1a1a1a;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700; /* Yellow accent */
}

.page-tobet88lode__promo-title {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
}

.page-tobet88lode__promo-description {
    color: #cccccc;
}

/* FAQ Section */
.page-tobet88lode__faq-list {
    margin-top: 40px;
}

.page-tobet88lode__faq-item {
    background-color: #1a1a1a;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #333333;
}

.page-tobet88lode__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    user-select: none;
    background-color: #222222;
    transition: background-color 0.3s ease;
}

.page-tobet88lode__faq-question:hover {
    background-color: #333333;
}

.page-tobet88lode__faq-qtext {
    font-size: 1.2em;
    color: #FFD700;
    margin: 0;
    pointer-events: none; /* Prevent text from blocking click event */
}

.page-tobet88lode__faq-toggle {
    font-size: 1.8em;
    color: #FFD700;
    font-weight: bold;
    margin-left: 15px;
    pointer-events: none; /* Prevent icon from blocking click event */
    transition: transform 0.3s ease;
}

.page-tobet88lode__faq-item.active .page-tobet88lode__faq-toggle {
    transform: rotate(45deg); /* Rotate for 'x' effect */
}

.page-tobet88lode__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    color: #cccccc;
    background-color: #1a1a1a;
}

.page-tobet88lode__faq-item.active .page-tobet88lode__faq-answer {
    max-height: 2000px !important; /* Sufficiently large value */
    padding: 20px 25px !important;
    opacity: 1;
}

.page-tobet88lode__faq-answer p {
    margin: 0;
    padding-bottom: 10px; /* Adjust as needed */
}

/* Conclusion Section */
.page-tobet88lode__conclusion-section .page-tobet88lode__text-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Images in content areas */
.page-tobet88lode__image-content {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 1000px; /* General max-width for content images */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-tobet88lode__main-title {
        font-size: 2.5em;
    }
    .page-tobet88lode__hero-description {
        font-size: 1.1em;
    }
    .page-tobet88lode__section-title {
        font-size: 2em;
    }
    .page-tobet88lode__container {
        padding: 15px;
    }
    .page-tobet88lode__dark-bg, .page-tobet88lode__light-bg {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-tobet88lode__hero-section {
        padding-top: 10px !important; /* Small top padding */
        padding-bottom: 20px !important;
    }
    .page-tobet88lode__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .page-tobet88lode__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-tobet88lode__cta-buttons {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 按钮与按钮容器 */
    .page-tobet88lode__btn-primary,
    .page-tobet88lode__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
    }
    .page-tobet88lode__cta-buttons {
        display: flex;
        flex-direction: column; /* Ensure vertical stack on mobile */
        flex-wrap: wrap !important;
        gap: 10px;
    }

    /* 通用图片与容器 */
    .page-tobet88lode img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
}