/* style/blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim.css */

:root {
    --primary-color: #F2C14E;
    --secondary-color: #FFD36B;
    --bg-color: #0A0A0A;
    --card-bg-color: #111111;
    --text-main-color: #FFF6D6;
    --border-color: #3A2A12;
    --glow-color: #FFD36B;
    --btn-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim {
    background-color: var(--bg-color);
    color: var(--text-main-color);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-section {
    padding-top: 10px; /* Small top padding, relying on shared body padding for header offset */
    padding-bottom: 60px;
    background-color: var(--bg-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-content {
    flex: 1;
    min-width: 0;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__main-title {
    font-size: clamp(2.5em, 5vw, 3.5em);
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-primary,
.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-primary {
    background: var(--btn-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--bg-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-image {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promotion-types-section,
.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-claim-section,
.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-section,
.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__final-cta-section {
    padding: 60px 0;
    background-color: var(--bg-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__section-intro {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promo-card {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(var(--glow-color-rgb), 0.5);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__card-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__card-description {
    font-size: 1em;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-grid {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-steps {
    flex: 1;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-list {
    list-style: none;
    padding: 0;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-number {
    background: var(--btn-gradient);
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-shrink: 0;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-title {
    font-size: 1.3em;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 5px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-description {
    font-size: 0.95em;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-image {
    flex: 1;
    text-align: center;
    min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__cta-bottom {
    text-align: center;
    margin-top: 40px;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--primary-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-item[open] .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__final-cta-section .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__cta-group {
    justify-content: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-container,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-grid {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-content,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-image,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-steps,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-image {
        flex: none;
        width: 100%;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__main-title,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__section-title {
        font-size: 2.2em;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__cta-group {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__container {
        padding: 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__main-title {
        font-size: clamp(2em, 8vw, 2.5em);
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__description,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__section-intro {
        font-size: 1em;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__btn-secondary,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim a[class*="button"],
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim 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 !important;
      padding-right: 15px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__hero-image,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-image {
        order: -1; /* Move image above content on mobile */
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__img-responsive,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__card-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promotion-types-section,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-claim-section,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-section,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__final-cta-section {
        padding: 40px 0;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__section-title {
        font-size: 2em;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promo-card,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__step-item {
        padding: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__card-title {
        font-size: 1.3em;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-item summary {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__faq-list,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__promo-grid,
    .page-blog-cap-nhat-khuyen-mai-doc_quyen_moi_nhat_danh_cho_thanh_vien_13wim__how-to-grid {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }
}