/* --- LPV Global Styles (Full - V1.7.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 {
    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 */
.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. 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 */
.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 */
.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 */
.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 (V1.7.0) */
/* Force top position aggressively */
.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; }

/* Hack for WP Admin Bar spacing if needed, but top:0 !important usually overrides */
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 (V1.7.0 Styles) */
.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; }

/* Style 1: Rounded (Default) */
.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; }

/* Style 2: Square */
.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; }

/* Style 3: Dark Mode */
.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 (V1.7.0) */
.lpv-video-container-outer { width: 100%; padding: 20px 0; }

/* Headline Bar */
.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%; /* 16:9 */ height: 0; overflow: hidden; background: #000; }
/* Border radius logic based on header */
.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); }
.lpv-blink { animation: lpv-blink-anim 1s infinite; }