/* --- ContentViet Styles V2.7.0 --- */
.cv-funnel-box, .cv-order-summary-box, .cv-alert-box, .cv-hero-optin-section {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box; margin-bottom: 30px; position: relative;
}
.cv-funnel-box * { box-sizing: border-box; }

/* =========================================
   1. CÁC MODULES GỐC (FUNNEL BOX)
   ========================================= */
.cv-funnel-box.style_bonus { border-radius: 8px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border: 1px solid #e0e0e0; background: #fff; }
.cv-funnel-box.style_bonus .cv-box-header { padding: 15px 20px; text-align: left; color: #fff; }
.cv-headline { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; margin: 0; line-height: 1.3; text-transform: uppercase; color: inherit; }
.cv-funnel-box.style_bonus .cv-headline { color: #fff; }
.cv-sub-headline { font-size: 14px; font-style: italic; opacity: 0.9; margin-top: 5px; font-weight: 400; }
.cv-funnel-box.style_dashed { border: 2px dashed #001f5b; background: #fff; padding: 5px; }
.cv-funnel-box.style_dashed .cv-box-header { background: #001f5b; color: #fff; padding: 12px 20px; margin-bottom: 15px; }
.cv-funnel-box.style_green_headline { text-align: center; }
.cv-green-header-wrap { margin-bottom: 20px; }
.cv-green-headline { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 28px; color: #000; line-height: 1.3; margin: 0; }
.cv-green-headline .cv-highlight { background-color: #27ae60; color: #fff; padding: 2px 10px; display: inline; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.cv-green-headline .cv-sub-plain { display: block; margin-top: 10px; font-weight: 800; color: #000; font-size: 0.8em; }
.cv-funnel-box.style_proof { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center; }
.cv-funnel-box.style_proof .cv-box-body { display: block !important; }
.cv-box-body { padding: 20px; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 20px; background: #fff; }
.cv-content-col { flex: 1; min-width: 200px; }
.cv-content-col ul { list-style: none; padding: 0; margin: 0; }
.cv-content-col ul li { position: relative; padding-left: 30px; margin-bottom: 10px; font-size: 15px; line-height: 1.5; color: #333; }
.cv-content-col ul li::before { content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 3px; color: #27ae60; font-size: 16px; }
.cv-image-col { width: 220px; flex-shrink: 0; }
.cv-img-wrapper { position: relative; display: inline-block; width: 100%; }
.cv-img-wrapper img { width: 100%; height: auto; display: block; box-shadow: 0 5px 15px rgba(0,0,0,0.15); border-radius: 4px; }
.cv-img-left { flex-direction: row-reverse; }
.cv-badge { position: absolute; bottom: -10px; right: -10px; background: #fff; padding: 8px 12px; border-radius: 5px; box-shadow: 0 3px 10px rgba(0,0,0,0.2); font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 12px; display: flex; align-items: center; gap: 5px; z-index: 10; }
.cv-badge-pdf { color: #c0392b; border: 1px solid #c0392b; }
.cv-badge-play { top: 50%; left: 50%; transform: translate(-50%, -50%); right: auto; bottom: auto; background: rgba(0,0,0,0.7); color: #fff; border: 2px solid #fff; width: 50px; height: 50px; border-radius: 50%; justify-content: center; font-size: 20px; }
.cv-badge-seal { bottom: -15px; right: -15px; background: #001f5b; color: #f1c40f; width: 80px; height: 80px; border-radius: 50%; justify-content: center; border: 3px solid #f1c40f; }

/* =========================================
   2. MODULES GỐC (ORDER SUMMARY)
   ========================================= */
.cv-order-summary-box { background: #fff; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); padding: 0 0 20px 0; overflow: visible; border: 1px solid #eee; }
.cv-floating-seal { position: absolute; top: -20px; right: -20px; width: 90px; height: auto; z-index: 20; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2)); }
.cv-os-image { padding: 20px; background: #f9f9f9; text-align: center; border-radius: 8px 8px 0 0; position: relative; }
.cv-os-image img { max-width: 80%; height: auto; margin-bottom: 10px; }
.cv-trusted-badge { background: #003366; color: #fff; display: inline-block; padding: 5px 15px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; box-shadow: 0 4px 10px rgba(0,51,102,0.3); position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; width: auto; }
.cv-os-header { text-align: center; padding: 25px 20px 10px 20px; }
.cv-os-headline { color: #c0392b; font-weight: 800; font-size: 24px; margin: 0; text-transform: uppercase; font-family: 'Montserrat', sans-serif; }
.cv-os-sub { color: #c0392b; font-weight: 600; font-size: 14px; margin: 5px 0 0 0; }
.cv-os-content { padding: 10px 20px; }
.cv-os-content ul { list-style: none; padding: 0; }
.cv-os-content ul li { padding-left: 25px; margin-bottom: 15px; font-size: 14px; line-height: 1.4; color: #555; position: relative; }
.cv-os-content ul li::before { content: '\f14a'; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 1px; color: #27ae60; font-size: 18px; }
.cv-os-content ul li strong { display: block; color: #000; font-size: 15px; margin-bottom: 2px; }

/* =========================================
   3. MODULES GỐC (ALERT COUNTDOWN)
   ========================================= */
.cv-alert-box { padding: 20px; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 20px; text-align: center; }
.cv-alert-yellow { background: #fff9c4; border: 2px dashed #fbc531; color: #333; }
.cv-alert-dark { background: #111; border: 1px solid #333; color: #fff; flex-direction: column; }
.cv-alert-icon { font-size: 40px; color: #e74c3c; }
.cv-alert-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 22px; margin: 0 0 5px 0; }
.cv-alert-highlight { font-weight: 700; color: #e74c3c; font-size: 16px; margin-bottom: 10px; }
.cv-alert-dark .cv-alert-highlight { color: #f1c40f; }
.cv-countdown-timer { display: flex; align-items: center; gap: 10px; }
.cv-timer-block { background: #000; color: #fff; padding: 5px 10px; border-radius: 4px; min-width: 60px; }
.cv-alert-yellow .cv-timer-block { background: #333; }
.cv-time-val { font-size: 24px; font-weight: 700; display: block; line-height: 1; font-family: 'Montserrat', sans-serif; }
.cv-time-lbl { font-size: 9px; text-transform: uppercase; opacity: 0.7; }
.cv-timer-sep { font-size: 20px; font-weight: 700; color: #888; margin-top: -15px; }

/* =========================================
   4. MODULES GỐC (HERO OPTIN)
   ========================================= */
.cv-hero-optin-section { padding: 60px 20px; text-align: center; }
.cv-hero-dark { background: url('https://www.transparenttextures.com/patterns/cubes.png'), #1a1a1a; color: #fff; }
.cv-hero-light { background: #f8f9fa; color: #333; border-bottom: 1px solid #e0e0e0; }
.cv-hero-light .cv-hero-headline { color: #111; }
.cv-hero-light .cv-hero-desc { color: #555; }
.cv-hero-light .cv-hero-form-static button { background: #001f5b; color: #fff; }
.cv-hero-light .cv-hero-form-static button:hover { background: #003366; }
.cv-hero-light .cv-hero-testimonial { color: #666; border-color: #ddd; }
.cv-hero-light .cv-hero-img-frame { border-color: rgba(0,0,0,0.1); }
.cv-hero-container { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; gap: 40px; }
.cv-hero-content-col { flex: 1; text-align: left; }
.cv-hero-img-col { flex: 1; }
.cv-layout-img_left { flex-direction: row-reverse; }
.cv-layout-img_right { flex-direction: row; }
.cv-hero-logo { max-width: 200px; margin-bottom: 20px; }
.cv-hero-headline { font-family: 'Playfair Display', serif; font-size: 36px; line-height: 1.2; margin-bottom: 15px; }
.cv-hero-desc { font-size: 18px; color: #ccc; margin-bottom: 25px; font-style: italic; font-family: 'Playfair Display', serif; }
.cv-hero-form-wrapper { margin-bottom: 20px; }
.cv-hero-dark .dhvc-form-container, .cv-hero-dark .mailster-form { background: rgba(255,255,255,0.05); padding: 20px; border-radius: 8px; }
.cv-hero-light .dhvc-form-container, .cv-hero-light .mailster-form { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.cv-hero-form-static { display: flex; gap: 10px; }
.cv-hero-form-static input { flex: 1; padding: 15px; border-radius: 4px; border: none; font-size: 16px; outline: none; }
.cv-hero-form-static button { background: #c5a47e; color: #000; font-weight: 700; border: none; padding: 15px 25px; border-radius: 4px; cursor: pointer; text-transform: uppercase; font-family: 'Montserrat', sans-serif; transition: background 0.3s; white-space: nowrap; }
.cv-hero-form-static button:hover { background: #d4b58f; }
.cv-hero-testimonial { font-style: italic; color: #c5a47e; font-size: 14px; border-top: 1px solid #444; padding-top: 15px; margin-top: 10px; }
.cv-hero-img-frame { border: 5px solid rgba(255,255,255,0.2); padding: 5px; transform: rotate(-2deg); transition: transform 0.3s; }
.cv-hero-img-frame img { width: 100%; display: block; filter: grayscale(100%); transition: filter 0.5s; }
.cv-hero-img-frame:hover { transform: rotate(0deg); }
.cv-hero-img-frame:hover img { filter: grayscale(0%); }


/* =========================================
   5. CÁC MODULES V2.3.0 (FHL STYLE)
   ========================================= */

/* Nút bấm chung kiểu ClickFunnels/FHL */
.cv-fhl-btn {
    display: inline-block; background: #007bff; color: #fff !important; font-family: 'Montserrat', sans-serif;
    font-weight: 900; font-size: 18px; padding: 15px 35px; border-radius: 4px; text-transform: uppercase;
    text-decoration: none !important; border-bottom: 4px solid #0056b3; transition: all 0.3s ease; text-align: center;
    position: relative; overflow: hidden;
}
.cv-fhl-btn:hover { background: #0088ff; transform: translateY(-2px); }
.cv-fhl-btn:active { transform: translateY(2px); border-bottom: 2px solid #0056b3; }
.cv-btn-pulse { animation: cv-pulse-glow 2s infinite; }
@keyframes cv-pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(0, 123, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}
.cv-ripple {
    position: absolute; background: rgba(255, 255, 255, 0.6); transform: translate(-50%, -50%);
    pointer-events: none; border-radius: 50%; animation: cv-ripple-anim 0.8s linear; width: 0; height: 0;
}
@keyframes cv-ripple-anim {
    0% { width: 0; height: 0; opacity: 0.5; }
    100% { width: 500px; height: 500px; opacity: 0; }
}
.cv-btn-large { font-size: 24px; padding: 20px 40px; width: 100%; max-width: 600px; }
.cv-btn-full { width: 100%; display: block; }

/* Khối Header Sự Kiện */
.cv-fhl-header-section { text-align: center; padding: 40px 20px; background-color: #020b18; color: #ffffff; font-family: 'Montserrat', sans-serif; border-bottom: 1px solid #1a2a40; }
.cv-fhl-logo { max-width: 400px; margin: 0 auto 20px auto; display: block; }
.cv-fhl-extra-text { font-size: 16px; color: #8ab4f8; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; font-weight: 600; }
.cv-fhl-date-location { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 30px; text-shadow: 0 0 10px rgba(255,255,255,0.3); }

/* Khối Video Bán Hàng */
.cv-fhl-video-section { padding: 50px 20px; background-color: #041228; text-align: center; }
.cv-fhl-video-headline { color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 32px; margin-bottom: 30px; text-transform: uppercase; }
.cv-fhl-video-cta { text-align: center; }
.cv-fhl-btn-sub { color: #8ab4f8; margin-top: 15px; font-size: 14px; font-style: italic; }

/* Hồ Sơ Diễn Giả */
.cv-fhl-speaker-card { background: #0b1c36; border-radius: 8px; overflow: hidden; transition: transform 0.3s; border: 1px solid #1a2a40; margin-bottom: 20px; }
.cv-fhl-speaker-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.4); border-color: #007bff; }
.cv-speaker-img { width: 100%; padding-top: 125%; background-size: cover; background-position: center 20%; background-repeat: no-repeat; border-bottom: 4px solid #007bff; }
.cv-speaker-placeholder { background-color: #1a2a40; }
.cv-speaker-info { padding: 20px; text-align: center; }
.cv-speaker-name { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 20px; margin: 0 0 5px 0; text-transform: uppercase; }
.cv-speaker-title { color: #f1c40f; font-size: 14px; margin: 0; font-weight: 600; }

/* Bảng Giá / Thẻ Vé */
.cv-fhl-ticket-card { background: #0b1c36; border-radius: 12px; overflow: hidden; border: 2px solid #1a2a40; display: flex; flex-direction: column; height: 100%; margin-bottom: 30px; }
.cv-ticket-normal { border-color: #1a2a40; }
.cv-ticket-vip { border-color: #007bff; box-shadow: 0 0 20px rgba(0, 123, 255, 0.3); transform: scale(1.02); }
.cv-ticket-header { background: #11274a; padding: 30px 20px; text-align: center; border-bottom: 1px solid #1a2a40; }
.cv-ticket-vip .cv-ticket-header { background: #003b7a; }
.cv-ticket-name { color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 24px; margin: 0 0 10px 0; }
.cv-ticket-price { color: #f1c40f; font-size: 36px; font-weight: 800; }
.cv-ticket-body { padding: 30px 20px; flex-grow: 1; color: #ccd6f6; }
.cv-ticket-body ul { list-style: none; padding: 0; margin: 0; }
.cv-ticket-body ul li { position: relative; padding-left: 30px; margin-bottom: 15px; font-size: 15px; line-height: 1.5; }
.cv-ticket-body ul li::before { content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 2px; color: #007bff; font-size: 16px; }
.cv-ticket-vip .cv-ticket-body ul li::before { color: #f1c40f; }
.cv-ticket-footer { padding: 20px; background: #08152b; }


/* =========================================
   6. CÁC MODULES V2.4.0 (OFA ELEMENTS)
   ========================================= */

/* --- 9. Khối Cam Kết (Guarantee Box) --- */
.cv-guarantee-box {
    background: #0b1c36;
    border: 3px dashed #f1c40f;
    padding: 50px 30px 30px 30px;
    border-radius: 12px;
    position: relative;
    color: #fff;
    margin: 60px auto 30px auto;
    max-width: 800px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}
.cv-gb-seal {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5));
}
.cv-gb-content h3 {
    text-align: center;
    color: #f1c40f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 0 0 15px 0;
    font-size: 26px;
    text-transform: uppercase;
}
.cv-gb-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ccd6f6;
}

/* --- 10. Thẻ Đánh Giá (Testimonial Card) --- */
.cv-testimonial-card {
    background: #041228;
    border: 1px solid #1a2a40;
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}
.cv-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #007bff;
}
.cv-tc-stars {
    color: #f1c40f;
    margin-bottom: 15px;
    font-size: 16px;
}
.cv-tc-review {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #e2e8f0;
}
.cv-tc-client {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #1a2a40;
    padding-top: 20px;
}
.cv-tc-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid #007bff;
}
.cv-tc-info h4 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}
.cv-tc-info p {
    margin: 0;
    font-size: 13px;
    color: #8ab4f8;
    font-weight: 600;
}

/* --- 11. Khối Lợi Ích Trực Quan (Icon Benefit List) --- */
.cv-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 8px;
    transition: background 0.3s ease;
}
.cv-benefit-item:hover {
    background: rgba(255,255,255,0.05); /* Cho nền tối */
}
.cv-bi-icon {
    font-size: 32px;
    color: #27ae60;
    flex-shrink: 0;
    margin-top: 5px;
}
.cv-bi-content h4 {
    margin: 0 0 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: inherit;
}
.cv-bi-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.8;
}

/* --- 12. Thẻ Địa Điểm Sự Kiện (Event Location) --- */
.cv-event-location-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.cv-elc-image {
    width: 100%;
    padding-top: 55%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #007bff;
}
.cv-elc-body {
    padding: 35px 20px;
    text-align: center;
    background: #020b18;
    color: #fff;
}
.cv-elc-date {
    font-weight: 800;
    color: #e74c3c;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cv-elc-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #fff;
    text-transform: uppercase;
}
.cv-elc-address {
    font-size: 15px;
    color: #8ab4f8;
    margin-bottom: 25px;
}
.cv-elc-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 30px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}
.cv-elc-btn:hover {
    background: #007bff;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.5);
}

/* =========================================
   7. CÁC MODULES V2.5.0 (DOTCOM SECRETS STYLE)
   ========================================= */

/* --- 13. Khối Hero Sách --- */
.cv-book-hero {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    background: #fff;
    padding: 50px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}
.cv-bh-left {
    flex: 1;
    min-width: 300px;
    text-align: center;
}
.cv-bh-book-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(15px 15px 20px rgba(0,0,0,0.3));
    transition: transform 0.4s ease;
}
.cv-bh-book-img:hover {
    transform: scale(1.05) rotate(-2deg);
}
.cv-bh-right {
    flex: 1.5;
    min-width: 300px;
}
.cv-bh-headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #c0392b;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.cv-bh-subhead {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.cv-bh-arrow {
    color: #e74c3c;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cv-bounce-anim {
    animation: cv-bounce 2s infinite;
}
@keyframes cv-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}
.cv-bh-content {
    background: #f8f9fa;
    padding: 20px;
    border: 2px dashed #bdc3c7;
    border-radius: 8px;
}

/* --- 14. Dải Logo Báo Chí --- */
.cv-logo-bar-wrap {
    text-align: center;
    padding: 30px 20px;
    background: #fdfdfd;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.cv-lb-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #7f8c8d;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.cv-lb-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.cv-lb-item img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%) opacity(0.5);
    transition: all 0.3s ease;
}
.cv-lb-item img:hover {
    filter: grayscale(0%) opacity(1);
}

/* --- 15. Quà Tặng Định Giá --- */
.cv-bonus-stack-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #fff;
    border: 2px solid #3498db;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
}
.cv-bsi-image {
    flex: 0 0 150px;
    text-align: center;
}
.cv-bsi-image img {
    max-width: 100%;
    height: auto;
}
.cv-bsi-info {
    flex: 1;
    min-width: 250px;
}
.cv-bsi-info h3 {
    color: #2c3e50;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 0;
    font-size: 22px;
}
.cv-bsi-info p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.cv-bsi-value {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

/* --- 16. Form Đặt Hàng 2 Bước --- */
.cv-step-order-wrap {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.cv-so-header {
    display: flex;
    background: #ecf0f1;
    border-bottom: 2px solid #bdc3c7;
}
.cv-so-tab {
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #7f8c8d;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cv-so-tab.active {
    background: #fff;
    color: #27ae60;
    border-bottom: 3px solid #27ae60;
    margin-bottom: -2px;
}
.cv-so-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #bdc3c7;
    color: #fff;
    border-radius: 50%;
    line-height: 24px;
    margin-right: 5px;
    font-size: 14px;
}
.cv-so-tab.active .cv-so-badge {
    background: #27ae60;
}
.cv-so-body {
    padding: 30px 20px;
}

/* =========================================
   8. CÁC MODULES V2.6.0 (TỐI ƯU CHUYỂN ĐỔI)
   ========================================= */

/* --- 17. Khối Tác Giả / Giới Thiệu --- */
.cv-author-bio-wrap {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    overflow: hidden;
}
.cv-ab-image {
    flex: 0 0 300px;
    background: #f4f6f8;
}
.cv-ab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cv-ab-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cv-ab-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}
.cv-ab-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.cv-ab-info h4 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #111;
}
.cv-ab-info p {
    margin: 0;
    font-size: 14px;
    color: #777;
}
.cv-ab-sig img {
    max-height: 50px;
    width: auto;
}

/* --- 18. Khối Tiết Lộ Bí Mật --- */
.cv-secret-reveal-item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-left: 5px solid #e74c3c;
    border-radius: 6px;
    padding: 20px 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.cv-secret-reveal-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-color: #bdc3c7;
    border-left-color: #c0392b;
}
.cv-sr-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #ecf0f1;
    margin-right: 25px;
}
.cv-sr-content {
    flex: 1;
}
.cv-sr-content h3 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #2c3e50;
}
.cv-sr-content p {
    margin: 0;
    color: #7f8c8d;
    font-size: 15px;
}
.cv-sr-icon {
    font-size: 24px;
    color: #27ae60;
    margin-left: 20px;
}

/* --- 19. Khối Dành Cho Ai --- */
.cv-target-audience-box {
    background: #fdfbf7;
    border: 2px solid #f39c12;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}
.cv-ta-header {
    background: #f39c12;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
}
.cv-ta-header h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.cv-ta-body {
    padding: 30px;
}
.cv-ta-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cv-ta-body ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.cv-ta-body ul li::before {
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #e67e22;
    font-size: 20px;
}

/* --- 20. Dải Băng Hành Động --- */
.cv-action-ribbon {
    padding: 20px 0;
    margin: 40px 0;
    color: #fff;
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.2);
}
.cv-ar-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 20px;
}
.cv-ar-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.cv-ar-action {
    flex-shrink: 0;
}
.cv-ar-action .cv-fhl-btn {
    background: #f1c40f;
    color: #000 !important;
    border-bottom-color: #d4ac0d;
}
.cv-ar-action .cv-fhl-btn:hover {
    background: #f39c12;
}

/* =========================================
   9. CÁC MODULES MỚI NHẤT V2.7.0 (GIẢI QUYẾT TỪ CHỐI)
   ========================================= */

/* --- 21. Khối Lịch Trình (Roadmap / Week) --- */
.cv-roadmap-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.cv-rm-week-badge {
    background: #0b1c36;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cv-rm-body {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    gap: 25px;
}
.cv-rm-image {
    flex: 0 0 150px;
}
.cv-rm-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.cv-rm-content {
    flex: 1;
    min-width: 200px;
}
.cv-rm-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: #c0392b;
    margin: 0 0 15px 0;
}
.cv-rm-desc {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* --- 22. Khối Hỏi Đáp FAQ (Accordion) --- */
.cv-faq-item {
    background: #fff;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.cv-faq-item.active {
    border-color: #3498db;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.15);
}
.cv-faq-title {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fdfdfd;
}
.cv-faq-title h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #2c3e50;
    padding-right: 20px;
}
.cv-faq-toggle-icon {
    color: #3498db;
    font-size: 18px;
}
.cv-faq-toggle-icon .fa-minus { display: none; }
.cv-faq-item.active .cv-faq-toggle-icon .fa-plus { display: none; }
.cv-faq-item.active .cv-faq-toggle-icon .fa-minus { display: block; }
.cv-faq-content {
    padding: 0 20px 20px 20px;
    color: #7f8c8d;
    font-size: 15px;
    line-height: 1.6;
    display: none; /* Add display none by default for accordion */
}

/* --- 23. Thanh Cảnh Báo Top Bar --- */
.cv-top-warning-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.cv-twb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cv-twb-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.cv-twb-btn {
    background: #fff;
    color: #000;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none !important;
    font-size: 13px;
    text-transform: uppercase;
    transition: background 0.3s;
}
.cv-twb-btn:hover {
    background: #f1c40f;
}

/* --- 24. Khối Cam Kết Chia Đôi --- */
.cv-split-guarantee {
    display: flex;
    flex-wrap: wrap;
    background: #020b18; /* Tông màu tối chuyên nghiệp */
    color: #fff;
    border-top: 5px solid #f1c40f;
    border-bottom: 5px solid #f1c40f;
    padding: 60px 20px;
    margin-bottom: 40px;
}
.cv-sg-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv-sg-left img {
    max-width: 100%;
    width: 350px;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.5));
    animation: cv-float-anim 4s ease-in-out infinite;
}
@keyframes cv-float-anim {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
.cv-sg-right {
    flex: 1.5;
    min-width: 300px;
    padding-top: 20px;
}
.cv-sg-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #f1c40f;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    line-height: 1.2;
}
.cv-sg-content {
    font-size: 17px;
    line-height: 1.7;
    color: #ccd6f6;
}

/* =========================================
   10. MOBILE RESPONSIVE (TỔNG HỢP)
   ========================================= */
@media (max-width: 768px) {
    .cv-box-body { flex-direction: column !important; }
    .cv-image-col { width: 100%; max-width: 300px; margin: 0 auto; order: -1; }
    .cv-hero-container { flex-direction: column-reverse; }
    .cv-hero-content-col { text-align: center; }
    .cv-hero-form-static { flex-direction: column; }
    .cv-alert-box { flex-direction: column; }
    .cv-hero-logo { margin: 0 auto 20px auto; display: block; }
    
    .cv-fhl-video-headline { font-size: 24px; }
    .cv-btn-large { padding: 15px 20px; font-size: 18px; }
    .cv-ticket-vip { transform: scale(1); }
    
    .cv-gb-content h3 { font-size: 20px; }
    .cv-elc-title { font-size: 22px; }
    
    .cv-bh-headline { font-size: 28px; }
    .cv-so-header { flex-direction: column; }
    .cv-so-tab { border-bottom: 1px solid #ddd; }
    .cv-so-tab.active { margin-bottom: 0; }
    
    .cv-ab-image { flex: 0 0 100%; height: 300px; }
    .cv-ab-content { padding: 25px; }
    .cv-ab-footer { flex-direction: column; text-align: center; gap: 15px; }
    .cv-sr-number { font-size: 30px; margin-right: 15px; }
    .cv-ar-container { flex-direction: column; text-align: center; }
    
    .cv-rm-image { flex: 0 0 100%; text-align: center; }
    .cv-rm-image img { max-width: 200px; margin: 0 auto; }
    .cv-twb-inner { text-align: center; }
    .cv-sg-left { margin-bottom: 30px; }
    .cv-sg-title { font-size: 26px; text-align: center; }
}