/* --- LPV Global Styles (Full - V2.2.0) --- */
.lpv-hero-section, .lpv-guarantee-box, .lpv-smart-btn, .lpv-countdown, .lpv-testimonial, 
.lpv-offer-stack, .lpv-conversion-box, .lpv-faq-container, .lpv-icon-list, .lpv-process-steps,
.lpv-content-box, .lpv-order-bump, .lpv-sticky-bar, .lpv-social-proof, .lpv-video-wrapper,
.lpv-feature-grid, .lpv-trust-badges, .lpv-author-box, .lpv-comparison-wrapper,
.lpv-marquee-wrap, .lpv-stats-row, .lpv-timeline-container, .lpv-cta-ribbon,
.lpv-ba-container, .lpv-flip-box, .lpv-scarcity-wrap, .lpv-exit-overlay,
.lpv-pricing-toggle-box, .lpv-hotspot-container, .lpv-highlight-headline, .lpv-floating-contact,
.lpv-typewriter-container, .lpv-review-summary-box, .lpv-content-locker-wrap, .lpv-scratch-card-container {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

/* 1. Hero */
.lpv-hero-section { margin-bottom: 30px; padding: 10px; }
.lpv-pre-headline { font-size: 16px; font-weight: 600; color: #e74c3c; letter-spacing: 1px; margin-bottom: 10px; text-transform: uppercase; }
.lpv-main-headline { font-size: 42px; line-height: 1.2; font-weight: 900; margin: 0 0 15px 0; }
.lpv-sub-headline { font-size: 20px; color: #555; font-weight: 400; font-family: 'Roboto', sans-serif; max-width: 800px; margin: 0 auto; }
@media(max-width: 768px) { .lpv-main-headline { font-size: 28px; } .lpv-sub-headline { font-size: 16px; } }

/* 2. Guarantee Box */
.lpv-guarantee-box { display: flex; align-items: flex-start; padding: 25px; background: #fff; border-radius: 8px; margin: 20px 0; }
.lpv-style-dotted { border: 3px dashed #ccc; } .lpv-style-solid { border: 2px solid #333; } .lpv-style-shadow { box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 1px solid #eee; }
.lpv-guarantee-box.lpv-pos-top { flex-direction: column; align-items: center; text-align: center; } .lpv-guarantee-box.lpv-pos-top .lpv-guarantee-icon { margin-right: 0; margin-bottom: 15px; }
.lpv-guarantee-icon { width: 60px; height: 60px; margin-right: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.lpv-guarantee-icon svg { width: 100%; height: 100%; } .lpv-guarantee-icon img.lpv-custom-icon { width: 100%; height: auto; object-fit: contain; }
.lpv-guarantee-content h3 { margin: 0 0 10px 0; font-size: 20px; font-weight: 700; color: #333; }
.lpv-content-body p { margin: 0 0 10px 0; font-size: 15px; color: #666; line-height: 1.5; }

/* 3. Smart Button */
.lpv-btn-wrapper { margin: 20px 0; }
.lpv-align-center { text-align: center; } .lpv-align-left { text-align: left; } .lpv-align-right { text-align: right; } .lpv-align-full { text-align: center; }
.lpv-smart-btn { display: inline-block; padding: 15px 40px; color: #fff !important; text-decoration: none !important; border-radius: 5px; text-align: center; transition: transform 0.1s; position: relative; top: 0; }
.lpv-smart-btn:active { top: 3px; box-shadow: 0 2px 0 rgba(0,0,0,0.2) !important; }
.lpv-full-width { display: block; width: 100%; }
.lpv-btn-main-text { display: block; font-size: 24px; font-weight: 800; text-transform: uppercase; line-height: 1.2; }
.lpv-btn-sub-text { display: block; font-size: 14px; font-weight: 400; opacity: 0.9; margin-top: 5px; }
.lpv-pulse { animation: lpv-pulse-animation 2s infinite; }
@keyframes lpv-pulse-animation { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }

/* 4. Countdown Timer */
.lpv-countdown { text-align: center; margin: 20px 0; }
.lpv-timer-box { font-size: 40px; font-weight: 900; letter-spacing: 2px; line-height: 1; }
.lpv-expired-text { color: #e74c3c; font-weight: 800; font-size: 24px; text-transform: uppercase; animation: lpv-fade-in 0.5s; }
@keyframes lpv-fade-in { from { opacity: 0; } to { opacity: 1; } }

/* 5. Testimonial */
.lpv-testimonial { margin: 20px 0; }
.lpv-testi-style-clean { padding: 0; background: transparent; }
.lpv-testi-style-card { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; }
.lpv-testi-style-bubble .lpv-testi-content { background: #f9f9f9; padding: 20px; border-radius: 10px; position: relative; margin-bottom: 20px; }
.lpv-testi-style-bubble .lpv-testi-content::after { content: ''; position: absolute; bottom: -10px; left: 30px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f9f9f9; }
.lpv-testi-align-center { text-align: center; } .lpv-testi-align-center .lpv-testi-author-block { justify-content: center; }
.lpv-testi-align-left { text-align: left; } .lpv-testi-align-left .lpv-testi-author-block { justify-content: flex-start; }
.lpv-testi-stars { color: #f1c40f; font-size: 16px; margin-bottom: 15px; }
.lpv-testi-content { font-size: 16px; font-style: italic; color: #555; margin-bottom: 20px; line-height: 1.6; }
.lpv-testi-author-block { display: flex; align-items: center; gap: 15px; }
.lpv-testi-author-block img { object-fit: cover; }
.lpv-img-circle img { border-radius: 50%; } .lpv-img-rounded img { border-radius: 10px; } .lpv-img-square img { border-radius: 0; }
.lpv-img-small img { width: 40px; height: 40px; } .lpv-img-medium img { width: 60px; height: 60px; } .lpv-img-large img { width: 100px; height: 100px; }
.lpv-testi-name { font-weight: 700; color: #333; font-size: 16px; }
.lpv-testi-title { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }

/* 6. Progress Bar */
.lpv-progress-wrapper { margin: 20px 0; }
.lpv-progress-label { font-weight: 700; margin-bottom: 8px; color: #333; font-size: 14px; }
.lpv-progress-track { background: #eee; height: 25px; border-radius: 20px; overflow: hidden; box-shadow: inset 0 2px 5px rgba(0,0,0,0.05); }
.lpv-progress-fill { height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: bold; transition: width 1s ease-in-out; }
.lpv-progress-striped { background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 1rem 1rem; animation: lpv-progress-bar-stripes 1s linear infinite; }
@keyframes lpv-progress-bar-stripes { 0% { background-position: 1rem 0; } 100% { background-position: 0 0; } }

/* 7. Pricing Table */
.lpv-pricing-table { border: 1px solid #eee; border-radius: 10px; padding: 0; background: #fff; text-align: center; position: relative; overflow: hidden; transition: transform 0.3s; }
.lpv-pricing-table:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.lpv-pricing-featured { border: 2px solid #e74c3c; transform: scale(1.02); z-index: 2; box-shadow: 0 10px 25px rgba(231, 76, 60, 0.15); }
.lpv-best-value { background: #e74c3c; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 700; padding: 5px 0; width: 150px; position: absolute; top: 20px; right: -40px; transform: rotate(45deg); }
.lpv-pricing-header { padding: 30px 20px; background: #f9f9f9; border-bottom: 1px solid #eee; }
.lpv-pricing-header h3 { margin: 0; font-size: 20px; text-transform: uppercase; color: #555; letter-spacing: 1px; }
.lpv-pricing-cost { margin-top: 15px; color: #333; }
.lpv-price { font-size: 42px; font-weight: 900; }
.lpv-unit { font-size: 14px; color: #888; }
.lpv-pricing-body { padding: 30px 20px; }
.lpv-pricing-body ul { list-style: none; padding: 0; margin: 0; }
.lpv-pricing-body li { padding: 10px 0; border-bottom: 1px dashed #eee; color: #666; font-size: 15px; }
.lpv-pricing-body li:last-child { border-bottom: none; }
.lpv-pricing-footer { padding: 0 20px 30px 20px; }
.lpv-pricing-btn { display: inline-block; padding: 15px 30px; background: #333; color: #fff; text-decoration: none; border-radius: 5px; font-weight: 700; text-transform: uppercase; width: 100%; transition: background 0.3s; }
.lpv-pricing-featured .lpv-pricing-btn { background: #e74c3c; } .lpv-pricing-btn:hover { background: #555; color: #fff; }

/* 8. Offer Stack */
.lpv-offer-stack { border: 2px dashed #005f9e; background: #fdfdfd; margin: 20px 0; overflow: hidden; position: relative; padding-top: 10px; }
.lpv-stack-image { text-align: center; margin-bottom: 10px; padding: 0 10px; }
.lpv-stack-image img { max-width: 100%; display: inline-block; height: auto; max-height: 250px; object-fit: contain; }
.lpv-stack-header { background: #005f9e; color: #fff; padding: 15px; text-align: center; }
.lpv-stack-header h3 { margin: 0; font-size: 22px; text-transform: uppercase; font-weight: 700; }
.lpv-stack-body { padding: 20px; }
.lpv-stack-list { list-style: none; padding: 0; margin: 0; }
.lpv-stack-list li { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dotted #ccc; padding: 10px 0; font-size: 16px; color: #333; }
.lpv-stack-list li:last-child { border-bottom: none; }
.lpv-check-icon { color: #2ecc71; margin-right: 10px; font-size: 18px; }
.lpv-item-name { flex-grow: 1; font-weight: 600; text-align: left; }
.lpv-item-value { font-weight: 700; color: #c0392b; margin-left: 10px; }
.lpv-stack-footer { text-align: center; padding: 20px; background: #fff; border-top: 2px solid #eee; }
.lpv-total-value { font-size: 28px; font-weight: 900; color: #333; margin-bottom: 10px; border-bottom: 2px solid #333; display: inline-block; padding-bottom: 5px; }
.lpv-price-label { font-size: 16px; color: #555; }
.lpv-final-price { font-size: 60px; font-weight: 900; line-height: 1; margin: 10px 0; text-shadow: 2px 2px 0px rgba(0,0,0,0.1); }
.lpv-footer-text { font-size: 14px; color: #777; font-style: italic; }

/* 9. Conversion Box */
.lpv-conversion-box { padding: 30px; border-radius: 5px; text-align: center; margin: 20px 0; position: relative; }
.lpv-border-dashed { border: 3px dashed #ccc; } .lpv-border-solid { border: 3px solid #ccc; } .lpv-border-none { border: none; }
.lpv-box-headline { font-size: 28px; font-weight: 800; margin: 0 0 10px 0; color: #333; }
.lpv-box-subhead { font-family: 'Dancing Script', cursive; font-size: 22px; color: #555; margin-bottom: 20px; }
.lpv-box-image img { max-width: 100%; height: auto; margin-bottom: 20px; display: inline-block; border-radius: 5px; }
.lpv-box-body { font-size: 16px; line-height: 1.6; color: #333; margin-bottom: 25px; text-align: left; }
.lpv-box-footer { margin-top: 20px; }

/* 10. FAQ Accordion */
.lpv-faq-container { margin: 20px 0; }
.lpv-faq-title { text-align: center; font-size: 28px; font-weight: 800; margin-bottom: 20px; }
.lpv-faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 5px; background: #fff; }
.lpv-faq-question { padding: 15px; cursor: pointer; font-weight: 700; font-size: 16px; display: flex; align-items: center; background: #f9f9f9; transition: background 0.3s; }
.lpv-faq-question:hover { background: #eee; }
.lpv-faq-icon { margin-right: 15px; width: 20px; text-align: center; color: #005f9e; }
.lpv-faq-answer { padding: 15px; border-top: 1px solid #eee; font-size: 15px; line-height: 1.6; color: #555; background: #fff; }

/* 11. Icon List */
.lpv-icon-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
.lpv-icon-list li { padding: 8px 0; display: flex; align-items: flex-start; line-height: 1.5; }
.lpv-icon-list li i { margin-right: 12px; margin-top: 4px; color: #2ecc71; flex-shrink: 0; }

/* 12. Process Steps */
.lpv-process-steps { display: flex; justify-content: center; align-items: center; margin: 20px 0 40px 0; }
.lpv-step { display: flex; align-items: center; padding: 10px 20px; border: 2px solid #eee; border-radius: 50px; background: #fff; }
.lpv-step.active { border-color: #005f9e; }
.lpv-step-num { display: inline-block; width: 30px; height: 30px; line-height: 30px; background: #ccc; color: #fff; text-align: center; border-radius: 50%; font-weight: bold; margin-right: 10px; }
.lpv-step.active .lpv-step-num { background: #005f9e; }
.lpv-step-txt { font-weight: 700; color: #ccc; text-transform: uppercase; }
.lpv-step.active .lpv-step-txt { color: #005f9e; }
.lpv-step-connector { height: 2px; width: 50px; background: #eee; margin: 0 10px; }

/* 13. Content Box */
.lpv-content-box { padding: 30px; border: 1px solid #eee; text-align: center; margin: 20px 0; }
.lpv-box-image-top img { max-width: 100%; height: auto; display: inline-block; margin: 15px 0; border-radius: 5px; }
.lpv-box-text { text-align: left; margin: 20px 0; font-size: 15px; color: #444; }

/* 14. Order Bump Visual */
.lpv-order-bump { border: 2px dashed #cf000f; padding: 15px; margin: 20px 0; border-radius: 5px; text-align: left; }
.lpv-bump-header { font-size: 16px; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
.lpv-bump-body { font-size: 14px; color: #333; line-height: 1.4; padding-left: 25px; }
.lpv-blink { animation: lpv-blink-anim 1s infinite; }
@keyframes lpv-blink-anim { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }

/* 15. Sticky Bar */
.lpv-sticky-bar { padding: 12px 20px; text-align: center; font-size: 15px; font-weight: 600; z-index: 999999; display: flex; justify-content: center; align-items: center; width: 100%; left: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); line-height: 1.2; box-sizing: border-box; }
.lpv-sticky-bar.lpv-is-fixed { position: fixed; margin: 0; }
.lpv-sticky-top { top: 0 !important; } 
.lpv-sticky-bottom { bottom: 0 !important; top: auto !important; }
body.admin-bar .lpv-sticky-bar.lpv-sticky-top.lpv-is-fixed { top: 32px !important; }
@media screen and (max-width: 782px) { body.admin-bar .lpv-sticky-bar.lpv-sticky-top.lpv-is-fixed { top: 46px !important; } }
.lpv-sticky-close { margin-left: 20px; cursor: pointer; font-size: 20px; opacity: 0.8; }
.lpv-sticky-timer-wrapper { display: inline-block; margin-left: 10px; background: rgba(0,0,0,0.2); padding: 2px 8px; border-radius: 4px; }
.lpv-sticky-countdown { font-family: monospace; font-weight: 700; letter-spacing: 1px; }

/* 16. Social Proof */
.lpv-social-proof { position: fixed; bottom: 20px; left: 20px; background: #fff; padding: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); display: flex; align-items: center; z-index: 99990; max-width: 380px; animation: lpv-slide-up 0.5s ease-out; border: 1px solid #eee; }
.lpv-proof-rounded { border-radius: 50px; padding-right: 40px; } .lpv-proof-rounded .lpv-proof-img { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; margin-right: 15px; border: 2px solid #eee; }
.lpv-proof-square { border-radius: 4px; padding: 15px 35px 15px 15px; border-left: 4px solid #2ecc71; } .lpv-proof-square .lpv-proof-img { width: 60px; height: 60px; border-radius: 4px; overflow: hidden; margin-right: 15px; }
.lpv-proof-dark { border-radius: 8px; background: #222; color: #fff; border: 1px solid #444; padding-right: 35px; } .lpv-proof-dark .lpv-proof-img { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #555; margin-right: 15px; } .lpv-proof-dark .lpv-proof-text { color: #ddd; } .lpv-proof-dark .lpv-proof-name { color: #fff; } .lpv-proof-dark .lpv-proof-time { color: #aaa; } .lpv-proof-dark .lpv-proof-close { color: #fff; }
.lpv-proof-img { flex-shrink: 0; } .lpv-proof-img img { width: 100%; height: 100%; object-fit: cover; }
.lpv-proof-text { font-size: 13px; color: #555; line-height: 1.35; }
.lpv-proof-name { font-weight: 700; color: #333; } .lpv-proof-loc-wrapper { opacity: 0.9; } .lpv-proof-time { font-size: 11px; color: #999; margin-top: 4px; display: block; }
.lpv-proof-close { position: absolute; top: 5px; right: 10px; font-size: 16px; color: #ccc; cursor: pointer; line-height: 1; padding: 5px; } .lpv-proof-close:hover { color: #333; }
@keyframes lpv-slide-up { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* 17. Video Wrapper */
.lpv-video-container-outer { width: 100%; padding: 20px 0; }
.lpv-video-header { text-align: center; padding: 10px; font-weight: 700; font-size: 16px; border-radius: 8px 8px 0 0; text-transform: uppercase; letter-spacing: 0.5px; } .lpv-video-header i { margin-right: 8px; }
.lpv-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.lpv-video-container-outer:has(.lpv-video-header) .lpv-video-wrapper { border-radius: 0 0 8px 8px; } .lpv-video-container-outer:not(:has(.lpv-video-header)) .lpv-video-wrapper { border-radius: 8px; }
.lpv-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.lpv-video-shadow { box-shadow: 0 20px 50px rgba(0,0,0,0.2); } .lpv-video-border { border: 5px solid #000; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* 18. Feature Grid */
.lpv-feature-grid { display: flex; flex-wrap: wrap; gap: 30px; margin: 30px 0; }
.lpv-feature-grid.lpv-align-center { text-align: center; }
.lpv-feature-grid.lpv-align-left { text-align: left; }
.lpv-feature-item { flex: 1; min-width: 250px; padding: 20px; background: #fff; border-radius: 8px; border: 1px solid #f0f0f0; transition: transform 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.lpv-feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.lpv-feature-icon { font-size: 40px; margin-bottom: 15px; }
.lpv-feature-title { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 10px; }
.lpv-feature-desc { font-size: 14px; color: #666; line-height: 1.6; }
.lpv-col-2 .lpv-feature-item { flex: 0 0 calc(50% - 15px); }
.lpv-col-3 .lpv-feature-item { flex: 0 0 calc(33.333% - 20px); }
.lpv-col-4 .lpv-feature-item { flex: 0 0 calc(25% - 22.5px); }
@media (max-width: 768px) { .lpv-feature-item { flex: 0 0 100% !important; } }

/* 19. Trust Badges */
.lpv-trust-badges { text-align: center; margin: 40px 0; padding: 20px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.lpv-trust-title { font-size: 13px; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }
.lpv-trust-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; }
.lpv-trust-logos img { max-height: 40px; max-width: 150px; object-fit: contain; transition: all 0.3s ease; }
.lpv-grayscale .lpv-trust-logos img { filter: grayscale(100%); opacity: 0.6; }
.lpv-grayscale .lpv-trust-logos img:hover { filter: grayscale(0%); opacity: 1; }

/* 20. Author Box */
.lpv-author-box { display: flex; align-items: center; gap: 30px; background: #fff; padding: 40px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); margin: 30px 0; border-top: 5px solid #005f9e; }
.lpv-author-avatar { flex-shrink: 0; width: 180px; height: 180px; border-radius: 50%; overflow: hidden; border: 5px solid #f9f9f9; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.lpv-author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lpv-author-info { flex-grow: 1; }
.lpv-author-name { font-size: 24px; font-weight: 800; color: #333; margin: 0 0 5px 0; }
.lpv-author-title { font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 1px; }
.lpv-author-bio { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 20px; }
.lpv-author-signature img { max-height: 60px; opacity: 0.8; }
@media (max-width: 768px) { .lpv-author-box { flex-direction: column; text-align: center; padding: 25px; } .lpv-author-avatar { width: 120px; height: 120px; } }

/* 21. Comparison Table */
.lpv-comparison-wrapper { overflow-x: auto; margin: 30px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.lpv-comparison-table { width: 100%; border-collapse: collapse; background: #fff; text-align: center; }
.lpv-comparison-table th, .lpv-comparison-table td { padding: 18px 15px; border-bottom: 1px solid #eee; }
.lpv-comparison-table th { font-weight: 800; font-size: 18px; color: #333; }
.lpv-col-feature { text-align: left; font-weight: 600; color: #444; width: 40%; font-size: 16px; }
.lpv-col-them { background: #fdfdfd; width: 30%; border-right: 1px solid #f5f5f5; border-left: 1px solid #f5f5f5; }
.lpv-col-us { background: #f4fafe; width: 30%; font-weight: 700; border-left: 2px solid #005f9e; border-right: 2px solid #005f9e; }
.lpv-comparison-table thead .lpv-col-us { background: #005f9e; color: #fff; border-top: 2px solid #005f9e; }
.lpv-comparison-table tbody tr:last-child .lpv-col-us { border-bottom: 2px solid #005f9e; }
.lpv-check { color: #2ecc71; font-size: 24px; }
.lpv-cross { color: #e74c3c; font-size: 24px; opacity: 0.5; }
@media (max-width: 768px) { .lpv-comparison-table th { font-size: 14px; } .lpv-col-feature { font-size: 13px; } .lpv-check, .lpv-cross { font-size: 18px; } }

/* 22. Animated Marquee */
.lpv-marquee-wrap { width: 100%; overflow: hidden; white-space: nowrap; padding: 12px 0; box-shadow: inset 0 2px 10px rgba(0,0,0,0.1); margin: 20px 0; }
.lpv-marquee-track { display: inline-block; animation: lpvMarqueeScroll 20s linear infinite; }
.lpv-marquee-item { font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 0 40px; display: inline-block; }
@keyframes lpvMarqueeScroll { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-50%, 0, 0); } }

/* 23. Stats Counter */
.lpv-stats-row { display: flex; flex-wrap: wrap; justify-content: space-around; text-align: center; margin: 40px 0; gap: 20px; }
.lpv-stat-col { flex: 1; min-width: 200px; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); border: 1px solid #f9f9f9; transition: transform 0.3s; }
.lpv-stat-col:hover { transform: translateY(-5px); }
.lpv-stat-icon { font-size: 45px; margin-bottom: 15px; opacity: 0.9; }
.lpv-stat-number { font-size: 48px; font-weight: 900; line-height: 1; margin-bottom: 10px; }
.lpv-stat-title { font-size: 16px; font-weight: 700; color: #555; text-transform: uppercase; letter-spacing: 1px; }

/* 24. Timeline */
.lpv-timeline-container { position: relative; margin: 40px 0; padding-left: 30px; }
.lpv-timeline-container::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--lpv-tl-color, #2ecc71); opacity: 0.2; border-radius: 4px; }
.lpv-tl-item { position: relative; padding-left: 30px; margin-bottom: 40px; }
.lpv-tl-item:last-child { margin-bottom: 0; }
.lpv-tl-dot { position: absolute; left: -36px; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--lpv-tl-color, #2ecc71); border: 4px solid #fff; box-shadow: 0 0 0 2px var(--lpv-tl-color, #2ecc71); z-index: 2; }
.lpv-tl-content { background: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.05); border: 1px solid #eee; position: relative; }
.lpv-tl-badge { display: inline-block; padding: 5px 12px; background: var(--lpv-tl-color, #2ecc71); color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 50px; margin-bottom: 10px; }
.lpv-tl-title { font-size: 20px; font-weight: 800; color: #333; margin: 0 0 10px 0; }
.lpv-tl-desc { font-size: 15px; color: #666; line-height: 1.6; }

/* 25. CTA Ribbon */
.lpv-cta-ribbon { padding: 50px 20px; text-align: center; border-radius: 10px; margin: 40px 0; color: #fff; box-shadow: 0 15px 35px rgba(0,0,0,0.1); position: relative; overflow: hidden; }
.lpv-cta-headline { font-size: 32px; font-weight: 900; margin: 0 0 25px 0; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); }
.lpv-cta-action { margin-top: 10px; }
@media (max-width: 768px) { .lpv-cta-headline { font-size: 24px; } }

/* 26. Before & After Slider */
.lpv-ba-container { width: 100%; max-width: 800px; margin: 30px auto; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.lpv-ba-wrapper { position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden; }
.lpv-ba-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.lpv-ba-after { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; z-index: 2; border-right: 4px solid #fff; }
.lpv-ba-before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.lpv-ba-label { position: absolute; bottom: 20px; padding: 5px 15px; background: rgba(0,0,0,0.6); color: #fff; font-size: 14px; font-weight: 700; border-radius: 4px; letter-spacing: 1px; }
.lpv-ba-label-after { left: 20px; } .lpv-ba-label-before { right: 20px; }
.lpv-ba-slider { position: absolute; top: 0; left: 50%; width: 40px; height: 100%; margin-left: -20px; z-index: 3; cursor: ew-resize; display: flex; align-items: center; justify-content: center; }
.lpv-ba-handle { width: 40px; height: 40px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #333; box-shadow: 0 2px 10px rgba(0,0,0,0.3); font-size: 18px; pointer-events: none; }

/* 27. Flip Box */
.lpv-flip-box { background-color: transparent; width: 100%; height: 300px; perspective: 1000px; margin: 20px 0; }
.lpv-flip-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.lpv-flip-box:hover .lpv-flip-inner { transform: rotateY(180deg); }
.lpv-flip-front, .lpv-flip-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border-radius: 10px; }
.lpv-flip-front { z-index: 2; }
.lpv-flip-icon { font-size: 60px; margin-bottom: 20px; opacity: 0.9; }
.lpv-flip-title { font-size: 24px; font-weight: 800; margin: 0; }
.lpv-flip-back { transform: rotateY(180deg); border: 1px solid #eee; }
.lpv-flip-desc { font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
.lpv-flip-btn { padding: 10px 25px; font-size: 14px; background: #333; }

/* 28. Scarcity Bar */
.lpv-scarcity-wrap { margin: 20px 0; padding: 15px; background: #fff; border: 1px solid #eee; border-radius: 8px; }
.lpv-scarcity-text { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.lpv-scarcity-number { font-size: 20px; margin: 0 5px; }
.lpv-scarcity-track { height: 15px; background: #f0f0f0; }
.lpv-scarcity-fill { transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

/* 29. Exit Popup */
.lpv-exit-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999999; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.lpv-exit-overlay.lpv-show { opacity: 1; pointer-events: auto; }
.lpv-exit-modal { background: #fff; padding: 40px; border-radius: 10px; max-width: 600px; width: 90%; text-align: center; position: relative; transform: translateY(-50px); transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.lpv-exit-overlay.lpv-show .lpv-exit-modal { transform: translateY(0); }
.lpv-exit-close { position: absolute; top: 10px; right: 20px; font-size: 30px; font-weight: bold; color: #aaa; cursor: pointer; line-height: 1; }
.lpv-exit-close:hover { color: #333; }
.lpv-exit-headline { color: #e74c3c; font-size: 32px; font-weight: 900; margin: 0 0 10px 0; text-transform: uppercase; }
.lpv-exit-subhead { font-size: 18px; color: #555; margin-bottom: 25px; }
.lpv-exit-body { margin-bottom: 30px; }
.lpv-exit-image img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }
.lpv-exit-content { font-size: 16px; color: #444; line-height: 1.6; }

/* 30. Pricing Toggle */
.lpv-pricing-toggle-box { background: #fff; border-radius: 10px; border-top: 5px solid #005f9e; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; margin: 30px auto; max-width: 450px; text-align: center; }
.lpv-pt-header { padding: 40px 30px 30px; background: #fdfdfd; border-bottom: 1px solid #eee; }
.lpv-pt-title { font-size: 22px; font-weight: 800; color: #333; margin: 0 0 20px 0; letter-spacing: 1px; }
.lpv-pt-switch-wrap { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 25px; position: relative; }
.lpv-pt-label { font-size: 16px; font-weight: 600; color: #888; transition: color 0.3s; }
.lpv-pt-label.lpv-active { color: #333; }
.lpv-pt-switch { position: relative; display: inline-block; width: 60px; height: 32px; margin: 0; }
.lpv-pt-switch input { opacity: 0; width: 0; height: 0; }
.lpv-pt-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 34px; }
.lpv-pt-slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 4px; bottom: 4px; background-color: white; transition: .4s; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.lpv-pt-checkbox:checked + .lpv-pt-slider { background-color: #005f9e; }
.lpv-pt-checkbox:checked + .lpv-pt-slider:before { transform: translateX(28px); }
.lpv-pt-savings { position: absolute; top: -30px; right: -20px; background: #e74c3c; color: #fff; font-size: 11px; font-weight: 800; padding: 4px 8px; border-radius: 20px; text-transform: uppercase; animation: lpv-bounce 2s infinite; }
.lpv-pt-savings::after { content: ''; position: absolute; bottom: -4px; left: 20px; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid inherit; }
.lpv-pt-price { margin-top: 20px; }
.lpv-amount { font-size: 50px; font-weight: 900; color: #333; line-height: 1; }
.lpv-period { font-size: 16px; color: #777; font-weight: 600; margin-left: 5px; }
.lpv-pt-body { padding: 30px; text-align: left; }
.lpv-pt-body ul { list-style: none; padding: 0; margin: 0; }
.lpv-pt-body li { padding: 12px 0; border-bottom: 1px dashed #eee; color: #555; font-size: 15px; display: flex; align-items: center; }
.lpv-pt-body li:last-child { border-bottom: none; }
.lpv-pt-body li::before { content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #2ecc71; margin-right: 12px; }
.lpv-pt-footer { padding: 0 30px 40px; }

/* 31. Image Hotspot */
.lpv-hotspot-container { position: relative; display: inline-block; max-width: 100%; margin: 30px 0; }
.lpv-hotspot-img { display: block; max-width: 100%; height: auto; border-radius: 8px; }
.lpv-hotspot-point { position: absolute; width: 24px; height: 24px; transform: translate(-50%, -50%); cursor: pointer; z-index: 10; }
.lpv-hp-dot { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: #e74c3c; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.3); }
.lpv-hp-pulse { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; border-radius: 50%; border: 2px solid #e74c3c; z-index: 1; animation: lpv-hotspot-pulsing 2s infinite ease-out; }
.lpv-hp-tooltip { position: absolute; bottom: 150%; left: 50%; transform: translateX(-50%) translateY(10px); width: 220px; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 3; pointer-events: none; border-bottom: 3px solid #eee; }
.lpv-hp-tooltip::after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; border-width: 8px; border-style: solid; border-color: #fff transparent transparent transparent; }
.lpv-hotspot-point:hover .lpv-hp-tooltip, .lpv-hotspot-point.lpv-hp-active .lpv-hp-tooltip { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.lpv-hp-title { margin: 0 0 8px 0; font-size: 15px; font-weight: 800; color: #333; }
.lpv-hp-desc { font-size: 13px; color: #666; line-height: 1.5; }
@keyframes lpv-hotspot-pulsing { 0% { transform: scale(0.5); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }

/* 32. Highlight Text */
.lpv-highlight-headline { font-size: 36px; font-weight: 900; line-height: 1.4; color: #333; margin: 20px 0; }
.lpv-hl-wrap { position: relative; display: inline-block; z-index: 1; white-space: nowrap; }
.lpv-hl-style-marker { background: linear-gradient(120deg, var(--hl-color, #ffeaa7) 0%, var(--hl-color, #ffeaa7) 100%); background-repeat: no-repeat; background-size: 100% 35%; background-position: 0 88%; padding: 0 4px; }
.lpv-hl-style-underline::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background-color: var(--hl-color, #ff7675); border-radius: 10px; transform: scaleX(0); transform-origin: left; transition: transform 0.6s ease-out; }
.lpv-highlight-headline:hover .lpv-hl-style-underline::after, .js-hl-active::after { transform: scaleX(1); }
@media(max-width: 768px) { .lpv-highlight-headline { font-size: 26px; white-space: normal; } .lpv-hl-wrap { white-space: normal; line-height: 1.5; } }

/* 33. Floating Contact */
.lpv-floating-contact { position: fixed; bottom: 30px; z-index: 99999; display: flex; flex-direction: column; gap: 15px; }
.lpv-fc-pos-left { left: 30px; } .lpv-fc-pos-right { right: 30px; }
.lpv-fc-btn { width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; text-decoration: none; box-shadow: 0 5px 15px rgba(0,0,0,0.2); transition: transform 0.3s; position: relative; }
.lpv-fc-btn:hover { transform: scale(1.1); color: #fff; }
.lpv-fc-phone { background-color: #2ecc71; animation: lpv-wiggle 2.5s infinite; }
.lpv-fc-phone::before { content: ''; position: absolute; width: 100%; height: 100%; background: inherit; border-radius: 50%; z-index: -1; animation: lpv-hotspot-pulsing 1.5s infinite ease-out; }
.lpv-fc-zalo { background-color: #0068ff; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 0.5px; }
.lpv-fc-mess { background-color: #0084ff; }
@keyframes lpv-wiggle { 0%, 10%, 100% { transform: rotate(0); } 2%, 6% { transform: rotate(-15deg) scale(1.1); } 4%, 8% { transform: rotate(15deg) scale(1.1); } }
@media (max-width: 768px) { .lpv-floating-contact { bottom: 20px; } .lpv-fc-pos-left { left: 15px; } .lpv-fc-pos-right { right: 15px; } .lpv-fc-btn { width: 45px; height: 45px; font-size: 20px; } .lpv-fc-zalo { font-size: 12px; } }

/* 34. Typewriter Headline */
.lpv-typewriter-container { font-size: 36px; font-weight: 900; line-height: 1.4; margin: 20px 0; color: #333; }
.lpv-tw-cursor { animation: lpv-blink-cursor 0.7s infinite; font-weight: 300; margin-left: 2px; }
@keyframes lpv-blink-cursor { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@media (max-width: 768px) { .lpv-typewriter-container { font-size: 24px; } }

/* 35. Review Summary */
.lpv-review-summary-box { display: flex; align-items: center; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); margin: 30px 0; border: 1px solid #f0f0f0; gap: 40px; }
.lpv-rs-left { text-align: center; flex-shrink: 0; min-width: 150px; }
.lpv-rs-rating { font-size: 60px; font-weight: 900; color: #333; line-height: 1; }
.lpv-rs-stars { font-size: 20px; margin: 10px 0; letter-spacing: 2px; }
.lpv-rs-total { font-size: 14px; color: #777; font-weight: 600; }
.lpv-rs-right { flex-grow: 1; }
.lpv-rs-bar-row { display: flex; align-items: center; margin-bottom: 8px; font-size: 14px; font-weight: 600; color: #555; }
.lpv-rs-bar-row:last-child { margin-bottom: 0; }
.lpv-rs-bar-label { width: 50px; flex-shrink: 0; }
.lpv-rs-bar-track { flex-grow: 1; height: 10px; background: #eee; border-radius: 10px; margin: 0 15px; overflow: hidden; }
.lpv-rs-bar-fill { height: 100%; border-radius: 10px; }
.lpv-rs-bar-pct { width: 40px; text-align: right; flex-shrink: 0; }
@media (max-width: 768px) { .lpv-review-summary-box { flex-direction: column; gap: 20px; } .lpv-rs-left { border-bottom: 1px solid #eee; padding-bottom: 20px; width: 100%; } .lpv-rs-right { width: 100%; } }

/* 36. Content Locker */
.lpv-content-locker-wrap { margin: 30px 0; position: relative; border-radius: 8px; overflow: hidden; border: 1px solid #eee; background: #fff; }
.lpv-cl-content { position: relative; padding: 30px; }
.lpv-cl-teaser { font-size: 20px; font-weight: 700; color: #333; margin-bottom: 15px; text-align: center; }
.lpv-cl-hidden { font-size: 16px; line-height: 1.6; color: #555; transition: filter 0.3s; }
.lpv-cl-content.lpv-is-locked .lpv-cl-hidden { filter: blur(5px); user-select: none; max-height: 200px; overflow: hidden; opacity: 0.5; }
.lpv-cl-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 40px; z-index: 2; transition: opacity 0.3s; }
.lpv-cl-content:not(.lpv-is-locked) .lpv-cl-overlay { opacity: 0; pointer-events: none; }
.lpv-cl-action { text-align: center; }
.lpv-cl-action i { font-size: 30px; color: #333; margin-bottom: 15px; display: block; }
.lpv-cl-btn { border: none; cursor: pointer; display: inline-block; }

/* 37. Scratch Card */
.lpv-scratch-card-container { position: relative; width: 100%; max-width: 400px; height: 200px; margin: 30px auto; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 2px dashed #ccc; user-select: none; touch-action: none; }
.lpv-sc-reveal { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; z-index: 1; }
.lpv-sc-gift-icon { font-size: 40px; color: #e74c3c; margin-bottom: 10px; animation: lpv-wiggle 2s infinite; }
.lpv-sc-code { font-size: 28px; font-weight: 900; color: #333; margin: 0 0 5px 0; letter-spacing: 2px; }
.lpv-sc-desc { font-size: 14px; color: #555; }
.lpv-sc-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; cursor: crosshair; }