.page-khuyen-mai-danh-cho-thanh-vien-moi {
    font-family: Arial, sans-serif;
    color: #1F2D3D; /* Text Main */
    line-height: 1.6;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 16px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000; /* Custom Color_1776249996415 */
    text-align: center;
    margin-bottom: 30px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__section-title--white {
    color: #ffffff;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__section-description {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__section-description--white {
    color: #ffffff;
}

/* HERO Section */
.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-section {
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 60px;
    background-color: #F4F7FB; /* Consistent with body background for contrast */
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 16px;
    gap: 30px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #1F2D3D;
    text-align: left;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__main-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 20px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-image {
    flex: 1 1 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons */
.page-khuyen-mai-danh-cho-thanh-vien-moi__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__cta-buttons--center {
    justify-content: center;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-primary,
.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    box-sizing: border-box;
    max-width: 100%;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-primary:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-secondary {
    background: #ffffff;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__btn-secondary:hover {
    background: #f0f8ff;
    color: #2F6BFF;
    border-color: #4A8BFF;
}

/* Promo Overview Section */
.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-overview-section {
    padding: 60px 0;
    background-color: #F4F7FB; /* Background */
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 0 auto;
    max-width: 800px;
    text-align: left;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-list li {
    background: #ffffff;
    border: 1px solid #D6E2FF; /* Border */
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-list li::before {
    content: '✅';
    margin-right: 10px;
    font-size: 20px;
}

/* Promo Details Section */
.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-details-section {
    padding: 60px 0;
    background-color: #ffffff; /* Card BG */
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__card {
    background: #ffffff;
    border: 1px solid #D6E2FF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__card-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 15px;
    padding: 0 20px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__card-description {
    font-size: 16px;
    line-height: 1.6;
    color: #1F2D3D;
    padding: 0 20px;
    flex-grow: 1; /* Make description take available space */
    margin-bottom: 20px;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__card-btn {
    margin: 0 20px;
    width: auto; /* Override max-width 100% for card buttons */
}

/* How to Claim Section */
.page-khuyen-mai-danh-cho-thanh-vien-moi__how-to-claim-section {
    padding: 60px 0;
    background: #2F6BFF; /* Main color as background */
    color: #ffffff;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 0 auto;
    max-width: 800px;
    text-align: left;
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li {
    background: rgba(255, 255, 255, 0.15); /* Slightly transparent white for steps */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    padding-left: 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li strong {
    color: #A5C4FF; /* Glow */
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li::before {
    content: attr(data-step);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #A5C4FF; /* Glow */
    color: #2F6BFF; /* Main color */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}
.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li:nth-child(1)::before { content: '1'; }
.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li:nth-child(2)::before { content: '2'; }
.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li:nth-child(3)::before { content: '3'; }
.page-khuyen-mai-danh-cho-thanh-vien-moi__steps-list li:nth-child(4)::before { content: '4'; }

/* Terms & Conditions Section */
.page-khuyen-mai-danh-cho-thanh-vien-moi__terms-conditions-section {
    padding: 60px 0;
    background-color: #F4F7FB; /* Background */
}

.page-khuyen-mai-danh-cho-thanh-vien-moi__text-link {
    color: #2F6BFF;
    text-decoration: underline;
}