/* style/blog-t8bet-win-latest-promotions.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --card-bg-color: #11271B;
    --background-color: #08160F;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
    --light-text-on-dark: #ffffff;
    --dark-text-on-light: #333333;
}

/* Base styles for the main content area */
.page-blog-t8bet-win-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: var(--light-text-on-dark); /* Default text color assuming dark body background */
    background-color: var(--background-color); /* Main background color */
    line-height: 1.6;
    padding-bottom: 40px;
}

/* Sections */
.page-blog-t8bet-win-latest-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px; /* Ensure hero section has a minimum height */
    padding-top: 10px; /* Small top padding for the first section */
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-t8bet-win-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-blog-t8bet-win-latest-promotions__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 60px 20px;
    color: var(--text-main-color);
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
    border-radius: 10px;
    margin-bottom: 40px;
}

.page-blog-t8bet-win-latest-promotions__hero-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: var(--gold-color);
    text-shadow: 0 0 10px rgba(87, 227, 141, 0.7);
    font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem);
}

.page-blog-t8bet-win-latest-promotions__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-secondary-color);
}

.page-blog-t8bet-win-latest-promotions__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: var(--light-text-on-dark);
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.page-blog-t8bet-win-latest-promotions__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
}

.page-blog-t8bet-win-latest-promotions__cta-button--center {
    display: block;
    margin: 40px auto 0 auto;
    width: fit-content;
}

.page-blog-t8bet-win-latest-promotions__introduction-section,
.page-blog-t8bet-win-latest-promotions__guide-section,
.page-blog-t8bet-win-latest-promotions__why-choose-section,
.page-blog-t8bet-win-latest-promotions__conclusion-section {
    padding: 60px 20px;
    text-align: center;
}

.page-blog-t8bet-win-latest-promotions__promotions-types-section,
.page-blog-t8bet-win-latest-promotions__terms-section,
.page-blog-t8bet-win-latest-promotions__faq-section {
    padding: 60px 20px;
    text-align: center;
}

.page-blog-t8bet-win-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-t8bet-win-latest-promotions__section-title {
    font-size: 2.5rem;
    color: var(--gold-color);
    margin-bottom: 40px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(87, 227, 141, 0.5);
}

.page-blog-t8bet-win-latest-promotions__text-block {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--text-secondary-color);
    text-align: left;
}

.page-blog-t8bet-win-latest-promotions__text-block a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-blog-t8bet-win-latest-promotions__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-t8bet-win-latest-promotions__image-center {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Color contrast management */
.page-blog-t8bet-win-latest-promotions__dark-bg {
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
}

.page-blog-t8bet-win-latest-promotions__dark-bg .page-blog-t8bet-win-latest-promotions__section-title {
    color: var(--gold-color);
}

.page-blog-t8bet-win-latest-promotions__dark-bg .page-blog-t8bet-win-latest-promotions__text-block,
.page-blog-t8bet-win-latest-promotions__dark-bg .page-blog-t8bet-win-latest-promotions__terms-description {
    color: var(--text-secondary-color);
}

.page-blog-t8bet-win-latest-promotions__light-bg {
    background-color: var(--background-color);
    color: var(--text-main-color);
}

.page-blog-t8bet-win-latest-promotions__light-bg .page-blog-t8bet-win-latest-promotions__section-title {
    color: var(--gold-color);
}

.page-blog-t8bet-win-latest-promotions__light-bg .page-blog-t8bet-win-latest-promotions__text-block {
    color: var(--text-secondary-color);
}

/* Promotion cards */
.page-blog-t8bet-win-latest-promotions__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-t8bet-win-latest-promotions__promo-card {
    background-color: var(--deep-green-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    text-align: left;
    border: 1px solid var(--border-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-t8bet-win-latest-promotions__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-blog-t8bet-win-latest-promotions__card-title {
    font-size: 1.5rem;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-t8bet-win-latest-promotions__card-text {
    color: var(--text-secondary-color);
    font-size: 1rem;
    line-height: 1.7;
}

/* Guide steps */
.page-blog-t8bet-win-latest-promotions__steps-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-t8bet-win-latest-promotions__step-item {
    background-color: var(--card-bg-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    text-align: left;
    border: 1px solid var(--border-color);
}

.page-blog-t8bet-win-latest-promotions__step-title {
    font-size: 1.4rem;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-t8bet-win-latest-promotions__step-description {
    color: var(--text-secondary-color);
    font-size: 1rem;
    line-height: 1.7;
}

/* Terms & Conditions */
.page-blog-t8bet-win-latest-promotions__terms-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: left;
}

.page-blog-t8bet-win-latest-promotions__terms-item {
    background-color: var(--deep-green-color);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-t8bet-win-latest-promotions__terms-sub-title {
    font-size: 1.3rem;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-t8bet-win-latest-promotions__terms-description {
    color: var(--text-secondary-color);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Benefits section */
.page-blog-t8bet-win-latest-promotions__benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-t8bet-win-latest-promotions__benefit-item {
    background-color: var(--card-bg-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    text-align: left;
    border: 1px solid var(--border-color);
}

.page-blog-t8bet-win-latest-promotions__benefit-title {
    font-size: 1.4rem;
    color: var(--gold-color);
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-t8bet-win-latest-promotions__benefit-description {
    color: var(--text-secondary-color);
    font-size: 1rem;
    line-height: 1.7;
}

/* FAQ section */
.page-blog-t8bet-win-latest-promotions__faq-list {
    margin-top: 40px;
    text-align: left;
}

.page-blog-t8bet-win-latest-promotions__faq-item {
    background-color: var(--deep-green-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-t8bet-win-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: bold;
    color: var(--text-main-color);
    background-color: var(--primary-color);
    border-bottom: 1px solid var(--border-color);
}

.page-blog-t8bet-win-latest-promotions__faq-question:hover {
    filter: brightness(1.1);
}

.page-blog-t8bet-win-latest-promotions__faq-qtext {
    flex-grow: 1;
    color: var(--text-main-color);
}

.page-blog-t8bet-win-latest-promotions__faq-toggle {
    font-size: 1.5rem;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-t8bet-win-latest-promotions__faq-item[open] .page-blog-t8bet-win-latest-promotions__faq-question {
    border-bottom: 1px solid var(--border-color);
}

.page-blog-t8bet-win-latest-promotions__faq-item[open] .page-blog-t8bet-win-latest-promotions__faq-toggle {
    content: '−';
}

.page-blog-t8bet-win-latest-promotions__faq-answer {
    padding: 20px 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary-color);
    background-color: var(--deep-green-color);
}

.page-blog-t8bet-win-latest-promotions__faq-answer p {
    margin: 0;
}

/* Conclusion */
.page-blog-t8bet-win-latest-promotions__conclusion-section .page-blog-t8bet-win-latest-promotions__text-block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-t8bet-win-latest-promotions__cta-banner {
    margin-top: 50px;
}

/* Copyright */
.page-blog-t8bet-win-latest-promotions__copyright-info {
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    color: var(--text-secondary-color);
    background-color: var(--card-bg-color);
    border-top: 1px solid var(--divider-color);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-t8bet-win-latest-promotions__hero-title {
        font-size: clamp(2rem, 5vw + 1rem, 3rem);
    }
    .page-blog-t8bet-win-latest-promotions__section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .page-blog-t8bet-win-latest-promotions {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-t8bet-win-latest-promotions__hero-section {
        min-height: 400px;
    }
    .page-blog-t8bet-win-latest-promotions__hero-content {
        padding: 40px 15px;
        margin-bottom: 20px;
    }
    .page-blog-t8bet-win-latest-promotions__hero-title {
        font-size: clamp(1.8rem, 6vw + 0.5rem, 2.5rem);
    }
    .page-blog-t8bet-win-latest-promotions__hero-description {
        font-size: 1rem;
    }
    .page-blog-t8bet-win-latest-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-t8bet-win-latest-promotions__cta-button--center {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-t8bet-win-latest-promotions__introduction-section,
    .page-blog-t8bet-win-latest-promotions__promotions-types-section,
    .page-blog-t8bet-win-latest-promotions__guide-section,
    .page-blog-t8bet-win-latest-promotions__terms-section,
    .page-blog-t8bet-win-latest-promotions__why-choose-section,
    .page-blog-t8bet-win-latest-promotions__faq-section,
    .page-blog-t8bet-win-latest-promotions__conclusion-section {
        padding: 40px 15px;
    }
    .page-blog-t8bet-win-latest-promotions__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-t8bet-win-latest-promotions__section-title {
        font-size: 1.8rem;
    }
    .page-blog-t8bet-win-latest-promotions__text-block,
    .page-blog-t8bet-win-latest-promotions__card-text,
    .page-blog-t8bet-win-latest-promotions__step-description,
    .page-blog-t8bet-win-latest-promotions__terms-description,
    .page-blog-t8bet-win-latest-promotions__benefit-description,
    .page-blog-t8bet-win-latest-promotions__faq-answer p {
        font-size: 0.95rem;
    }
    .page-blog-t8bet-win-latest-promotions__card-grid,
    .page-blog-t8bet-win-latest-promotions__steps-list,
    .page-blog-t8bet-win-latest-promotions__benefits-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-t8bet-win-latest-promotions__promo-card,
    .page-blog-t8bet-win-latest-promotions__step-item,
    .page-blog-t8bet-win-latest-promotions__terms-item,
    .page-blog-t8bet-win-latest-promotions__benefit-item {
        padding: 20px;
    }
    .page-blog-t8bet-win-latest-promotions__card-title,
    .page-blog-t8bet-win-latest-promotions__step-title,
    .page-blog-t8bet-win-latest-promotions__terms-sub-title,
    .page-blog-t8bet-win-latest-promotions__benefit-title {
        font-size: 1.2rem;
    }
    .page-blog-t8bet-win-latest-promotions__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-blog-t8bet-win-latest-promotions__faq-answer {
        padding: 15px 20px;
    }

    /* Image responsive */
    .page-blog-t8bet-win-latest-promotions img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-t8bet-win-latest-promotions__image-full-width,
    .page-blog-t8bet-win-latest-promotions__image-center {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Video responsive (if applicable, though not used in this content) */
    .page-blog-t8bet-win-latest-promotions video,
    .page-blog-t8bet-win-latest-promotions__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    .page-blog-t8bet-win-latest-promotions__video-section,
    .page-blog-t8bet-win-latest-promotions__video-container,
    .page-blog-t8bet-win-latest-promotions__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
    .page-blog-t8bet-win-latest-promotions__video-section {
      padding-top: 10px !important; /* body 已承担 --header-offset，此处禁止 var(--header-offset) */
    }
    .page-blog-t8bet-win-latest-promotions__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .page-blog-t8bet-win-latest-promotions__hero-title {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
    }
    .page-blog-t8bet-win-latest-promotions__section-title {
        font-size: 1.6rem;
    }
    .page-blog-t8bet-win-latest-promotions__cta-button {
        font-size: 0.95rem;
        padding: 10px 20px;
    }
    .page-blog-t8bet-win-latest-promotions__faq-question {
        font-size: 0.95rem;
    }
}