:root {
    --w188-code-primary: #11A84E;
    --w188-code-secondary: #22C768;
    --w188-code-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --w188-code-card-bg: #11271B;
    --w188-code-bg: #08160F;
    --w188-code-text-main: #F2FFF6;
    --w188-code-text-secondary: #A7D9B8;
    --w188-code-border: #2E7A4E;
    --w188-code-glow: #57E38D;
    --w188-code-gold: #F2C14E;
    --w188-code-divider: #1E3A2A;
    --w188-code-deep-green: #0A4B2C;
}

.page-blog-w188-code-latest-promotions {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--w188-code-text-secondary);
    background-color: var(--w188-code-bg);
}

.page-blog-w188-code-latest-promotions__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 10px; 
    overflow: hidden;
    text-align: center;
    background-color: var(--w188-code-deep-green);
}

.page-blog-w188-code-latest-promotions__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-blog-w188-code-latest-promotions__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.page-blog-w188-code-latest-promotions__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.page-blog-w188-code-latest-promotions__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--w188-code-text-main);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-w188-code-latest-promotions__intro-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-w188-code-latest-promotions__content-section {
    padding: 60px 20px;
    background-color: var(--w188-code-bg);
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-w188-code-latest-promotions__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--w188-code-text-main);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-w188-code-latest-promotions__sub-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 600;
    color: var(--w188-code-text-main);
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-blog-w188-code-latest-promotions__paragraph {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-w188-code-latest-promotions__card {
    background-color: var(--w188-code-card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    color: var(--w188-code-text-secondary);
    border: 1px solid var(--w188-code-border);
}

.page-blog-w188-code-latest-promotions__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-blog-w188-code-latest-promotions__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--w188-code-text-main);
    padding: 15px;
    margin-bottom: 0;
}

.page-blog-w188-code-latest-promotions__card-text {
    font-size: 1rem;
    padding: 0 15px 15px;
    flex-grow: 1;
}

.page-blog-w188-code-latest-promotions__ordered-list,
.page-blog-w188-code-latest-promotions__unordered-list {
    margin-bottom: 20px;
    padding-left: 25px;
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__ordered-list li,
.page-blog-w188-code-latest-promotions__unordered-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-blog-w188-code-latest-promotions__unordered-list li::before {
    content: '•';
    color: var(--w188-code-primary);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.page-blog-w188-code-latest-promotions__btn-primary,
.page-blog-w188-code-latest-promotions__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-w188-code-latest-promotions__btn-primary {
    background: var(--w188-code-button-gradient);
    color: var(--w188-code-text-main);
    border: none;
    box-shadow: 0 4px 10px rgba(17, 168, 78, 0.4);
}

.page-blog-w188-code-latest-promotions__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-w188-code-latest-promotions__btn-secondary {
    background-color: transparent;
    color: var(--w188-code-primary);
    border: 2px solid var(--w188-code-primary);
}

.page-blog-w188-code-latest-promotions__btn-secondary:hover {
    background-color: var(--w188-code-primary);
    color: var(--w188-code-text-main);
    transform: translateY(-2px);
}

.page-blog-w188-code-latest-promotions__card .page-blog-w188-code-latest-promotions__btn-primary,
.page-blog-w188-code-latest-promotions__card .page-blog-w188-code-latest-promotions__btn-secondary {
    margin: 15px;
    width: calc(100% - 30px);
}

.page-blog-w188-code-latest-promotions__image-text-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.page-blog-w188-code-latest-promotions__image-text-block img {
    flex: 1 1 40%;
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: block;
}

.page-blog-w188-code-latest-promotions__text-content {
    flex: 1 1 50%;
}

.page-blog-w188-code-latest-promotions__content-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-w188-code-latest-promotions__video-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    background-color: var(--w188-code-card-bg);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 15px;
}

.page-blog-w188-code-latest-promotions__video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.page-blog-w188-code-latest-promotions__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    cursor: pointer;
}

.page-blog-w188-code-latest-promotions__video-caption {
    text-align: center;
    margin-top: 15px;
    font-size: 1rem;
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__faq-list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.page-blog-w188-code-latest-promotions__faq-item {
    background-color: var(--w188-code-card-bg);
    border: 1px solid var(--w188-code-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--w188-code-text-secondary);
}

.page-blog-w188-code-latest-promotions__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--w188-code-text-main);
    background-color: var(--w188-code-deep-green);
    border-bottom: 1px solid var(--w188-code-divider);
    list-style: none;
}

.page-blog-w188-code-latest-promotions__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-w188-code-latest-promotions__faq-qtext {
    flex-grow: 1;
}

.page-blog-w188-code-latest-promotions__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-w188-code-latest-promotions__faq-item[open] .page-blog-w188-code-latest-promotions__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-w188-code-latest-promotions__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--w188-code-text-secondary);
    background-color: var(--w188-code-card-bg);
}

.page-blog-w188-code-latest-promotions__cta-section {
    text-align: center;
    padding: 50px 20px;
    background-color: var(--w188-code-deep-green);
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-w188-code-latest-promotions__cta-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: var(--w188-code-text-main);
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-w188-code-latest-promotions__cta-description {
    font-size: 1.2rem;
    color: var(--w188-code-text-secondary);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-w188-code-latest-promotions__cta-button {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .page-blog-w188-code-latest-promotions__hero-content {
        max-width: 700px;
    }
    .page-blog-w188-code-latest-promotions__image-text-block img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog-w188-code-latest-promotions__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important;
    }

    .page-blog-w188-code-latest-promotions__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
    }

    .page-blog-w188-code-latest-promotions__intro-text {
        font-size: 1rem;
    }

    .page-blog-w188-code-latest-promotions__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}