.lwv-wrapper { --p: #f97316; --ph: #ea580c; --d: #111827; --l: #f9fafb; font-family: system-ui, -apple-system, sans-serif; }
.lwv-wrapper * { box-sizing: border-box; }
.lwv-container { max-width: 1150px; margin: 0 auto; padding: 0 20px; }
.lwv-relative { position: relative; }
.z-10 { z-index: 10; }

/* HERO SECTION & HEADER LAYOUTS */
.lwv-full-width-breakout { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; overflow: hidden; }
.lwv-hero { padding: 80px 0; background: #111827; color: white; background-size: cover; background-position: center;}
.lwv-hero-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(17,24,39,0.85), rgba(17,24,39,0.95)); z-index: 1; transition: all 0.3s; }
.lwv-hero-inner-wrap { color: #ffffff; }

.lwv-header-block { margin-bottom: 40px; }
.lwv-pre-header { color: var(--p); font-weight: 800; letter-spacing: 2px; font-size: 13px; margin-bottom: 15px; }
.lwv-main-title { font-size: 42px; font-weight: 900; line-height: 1.2; margin: 0 0 10px 0; max-width: 900px; color: #ffffff; }

/* LAYOUT: TOP CENTER */
.lwv-layout-top_center .lwv-header-block { text-align: center; margin-left: auto; margin-right: auto; max-width: 1000px; }
.lwv-layout-top_center .lwv-main-title { margin-left: auto; margin-right: auto; }

/* LAYOUT: INLINE LEFT */
.lwv-layout-inline_left .lwv-hero-grid { align-items: stretch; }
.lwv-layout-inline_left .lwv-header-block { margin-bottom: 25px; }
.lwv-layout-inline_left .lwv-main-title { font-size: 36px; }

/* VALUE ANCHOR */
.lwv-value-anchor { font-size: 18px; color: #f3f4f6; margin-top: 10px; font-weight: 600; }
.lwv-value-anchor .strike-through { text-decoration: line-through; color: #9ca3af; font-size: 16px; margin: 0 5px; }
.lwv-value-anchor .free-text { color: var(--p); font-weight: 800; font-size: 20px; }

.lwv-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: flex-start; }

/* VIDEO INLINE NÂNG CẤP */
.lwv-inline-media {
    position: relative; width: 100%; border-radius: 8px; overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.6); background: #000; display: flex; flex-direction: column;
}

.lwv-video-top-bar {
    background-color: #facc15; color: #000; text-align: center; padding: 12px 10px; font-weight: 900;
    font-size: 16px; cursor: pointer; text-transform: uppercase; display: flex; align-items: center;
    justify-content: center; gap: 8px; transition: background-color 0.3s; z-index: 30;
    animation: lwv-pulse-bg 2s infinite;
}
.lwv-video-top-bar .dashicons-volume-on {
    display: inline-block; width: 24px; height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat;
}
.lwv-video-top-bar .dashicons-volume-on::before { content: none !important; }
.lwv-video-top-bar:hover { filter: brightness(1.05); }

@keyframes lwv-pulse-bg { 0%, 100% { background-color: #facc15; } 50% { background-color: #fde047; } }

.lwv-video-inner { position: relative; padding-bottom: 56.25%; height: 0; width: 100%; overflow: hidden; }
.lwv-embed-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.lwv-embed-wrapper iframe, .lwv-embed-wrapper object, .lwv-embed-wrapper embed, .lwv-embed-wrapper div {
    width: 100%; height: 100%; border: none; position: absolute; top: 0; left: 0; pointer-events: none !important; 
}

.lwv-interaction-mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; background: transparent; cursor: pointer; }
.lwv-play-indicator {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6); color: white; width: 70px; height: 70px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; transition: 0.3s; pointer-events: none; 
    backdrop-filter: blur(4px); box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.lwv-play-indicator .dashicons-controls-play {
    display: inline-block; width: 40px; height: 40px; margin-left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    background-size: contain; background-repeat: no-repeat; 
}
.lwv-play-indicator .dashicons-controls-play::before { content: none !important; }

.lwv-interaction-mask:not(.is-playing) .lwv-play-indicator { display: flex !important; }
.lwv-interaction-mask.is-playing .lwv-play-indicator { display: none !important; }

.lwv-static-cover { width: 100%; display: block; position: absolute; top:0; left:0; height:100%; object-fit:cover; }
.lwv-desc { font-size: 18px; line-height: 1.7; margin-top: 25px; color: #f3f4f6; opacity: 0.95; }

/* SCARCITY BAR */
.lwv-scarcity-bar { margin-top: 30px; background: rgba(255,255,255,0.05); padding: 15px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }
.lwv-sb-text { font-size: 15px; margin-bottom: 10px; color: #f9fafb;}
.lwv-sb-text strong { color: #ef4444; font-size: 18px; }
.lwv-sb-progress { height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; }
.lwv-sb-fill { height: 100%; background: linear-gradient(90deg, #ef4444, var(--p)); border-radius: 4px; transition: width 1s; }

/* FORM CARD */
.lwv-form-card { background: white; color: var(--d); border-radius: 16px; position: relative; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); border: 2px solid transparent; transition: 0.3s; }

.lwv-attention-pulse {
    border-color: var(--p); box-shadow: 0 0 30px rgba(249, 115, 22, 0.4); animation: form-jump 0.5s ease-in-out;
}
@keyframes form-jump { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* RIBBON BADGE */
.lwv-corner-ribbon-wrap { position: absolute; top: 0; right: 0; width: 130px; height: 130px; overflow: hidden; z-index: 10; border-top-right-radius: 16px; pointer-events: none; }
.lwv-corner-ribbon { position: absolute; top: 25px; right: -40px; width: 180px; text-align: center; background-color: #ef4444; color: white; padding: 6px 0; font-size: 11px; font-weight: 800; text-transform: uppercase; transform: rotate(45deg); box-shadow: 0 4px 6px rgba(0,0,0,0.3); pointer-events: auto; letter-spacing: 0.5px; }

.lwv-form-head { padding: 30px 30px 20px; text-align: center; border-bottom: 1px solid #f3f4f6; }
.lwv-form-head h2 { margin: 0 0 5px 0; font-size: 26px; font-weight: 900; color: var(--d);}
.lwv-form-head p { margin: 0; color: #6b7280; font-size: 15px; }
.lwv-form-body { padding: 30px; }

.lwv-live-viewers { background: #fef2f2; color: #b91c1c; padding: 10px; border-radius: 8px; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 20px; }
.lwv-dot { width: 8px; height: 8px; background: #ef4444; border-radius: 50%; animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: 0.3; } }

.lwv-countdown { background: #fffbeb; border: 1px dashed #fcd34d; padding: 15px; border-radius: 8px; text-align: center; margin-bottom: 25px; transition: 0.3s; }
.lwv-countdown.urgent { border-color: #ef4444; background: #fef2f2; animation: urgent-shake 2s infinite; }
.lwv-cd-title { font-size: 12px; font-weight: bold; color: #d97706; margin-bottom: 12px; }
.lwv-countdown.urgent .lwv-cd-title { color: #dc2626; }
.lwv-cd-flex { display: flex; justify-content: center; gap: 8px; align-items: center; }
.lwv-cd-flex .cd-box { display: flex; flex-direction: column; align-items: center; background: white; padding: 8px 10px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); border: 1px solid #fde68a; min-width: 55px; }
.lwv-cd-flex .cd-colon { font-size: 20px; font-weight: bold; color: #d97706; margin-top: -15px; }
.lwv-cd-flex span { font-size: 24px; font-weight: 900; color: var(--d); line-height: 1; }
.lwv-cd-flex .sec span { color: #ef4444; }
.lwv-cd-flex small { font-size: 11px; margin-top: 5px; color: #6b7280; font-weight: 700; text-transform: uppercase;}

/* INPUTS & CTA NÂNG CẤP VỚI SPINNER */
.lwv-input-wrap { margin-bottom: 18px; text-align: left;}
.lwv-input-wrap label { display: block; font-weight: 700; font-size: 13px; margin-bottom: 6px; color: var(--d); }
.lwv-input-wrap input { width: 100%; padding: 14px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 15px; transition: 0.3s; background: #f9fafb; color: var(--d);}
.lwv-input-wrap input:focus { border-color: var(--p); outline: none; background: white; box-shadow: 0 0 0 4px color-mix(in srgb, var(--p) 15%, transparent); }

.lwv-submit { width: 100%; padding: 18px; background: var(--p); color: white; font-weight: 900; font-size: 18px; border: none; border-radius: 8px; cursor: pointer; position: relative; overflow: hidden; transition: 0.3s; text-transform: uppercase; display:flex; align-items:center; justify-content:center; gap: 10px;}
.lwv-submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 20px color-mix(in srgb, var(--p) 40%, transparent); color: white;}
.lwv-submit:disabled { opacity: 0.8; cursor: not-allowed; }

.lwv-pulse { animation: lwv-cta-pulse 2s infinite, lwv-cta-shake 5s infinite; }
.lwv-pulse::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); transform: skewX(-20deg); animation: lwv-sweep 3s infinite; pointer-events: none;}

/* CSS SPINNER MƯỢT MÀ */
.lwv-spinner { animation: rotate 2s linear infinite; z-index: 2; width: 24px; height: 24px; display: none; }
.lwv-spinner .path { stroke: #ffffff; stroke-linecap: round; animation: dash 1.5s ease-in-out infinite; }
.lwv-submit.is-loading .lwv-spinner { display: block; }

@keyframes rotate { 100% { transform: rotate(360deg); } }
@keyframes dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}

@keyframes lwv-cta-pulse { 0% { box-shadow: 0 0 0 0 var(--p); } 70% { box-shadow: 0 0 0 15px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
@keyframes lwv-sweep { 100% { left: 200%; } }
@keyframes lwv-cta-shake { 0%, 90% { transform: scale(1); } 92% { transform: scale(1.02) rotate(1deg); } 94% { transform: scale(1.02) rotate(-1deg); } 96% { transform: scale(1.02) rotate(1deg); } 100% { transform: scale(1); } }
@keyframes urgent-shake { 0%, 50%, 100% { transform: translateX(0); } 25% { transform: translateX(-2px); } 75% { transform: translateX(2px); } }

/* Trust Badges */
.lwv-trust-badges { margin-top: 15px; display: flex; justify-content: center; gap: 15px; font-size: 11px; color: #6b7280; font-weight: 600; flex-wrap: wrap;}
.lwv-trust-badges span { display: flex; align-items: center; gap: 4px; }
.lwv-trust-badges .dashicons { font-size: 14px; width: 14px; height: 14px; color: #10b981; }

/* CONTENT SECTION */
.lwv-content-section { padding: 80px 0; background: var(--l); color: var(--d);}
.lwv-content-grid { display: flex; flex-direction: column; gap: 40px; }
.lwv-lessons-box, .lwv-speaker-box { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); border: 1px solid transparent; width: 100%; }
.lwv-content-section h3 { font-size: 24px; font-weight: 800; margin-top: 0; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #f3f4f6; color: var(--d);}
.lwv-html-content ul { padding-left: 20px; }
.lwv-html-content li { margin-bottom: 15px; font-size: 16px; color: #4b5563; line-height: 1.6; }

.lwv-speaker-profile { display: flex; gap: 25px; align-items: flex-start; }
.lwv-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 4px solid var(--l); }
.lwv-speaker-profile h4 { font-size: 20px; margin: 0 0 10px 0; font-weight: 800; color: var(--d);}
.lwv-speaker-profile p { margin: 0; color: #4b5563; font-size: 15px; line-height: 1.6; }

/* FOMO POPUP */
.lwv-fomo-box { position: fixed; bottom: 30px; left: -400px; background: white; padding: 15px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 15px; width: 320px; transition: left 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 9999; border-left: 4px solid var(--p); }
.lwv-fomo-box.show { left: 30px; }
.lwv-fomo-box img { width: 45px; height: 45px; border-radius: 50%; }
.lwv-fomo-box div { font-size: 13px; color: #4b5563; line-height: 1.4; text-align: left;}
.lwv-fomo-box strong { color: var(--d); font-size: 14px; }
.lwv-fomo-box small { color: #9ca3af; font-size: 11px; display: block; margin-top: 2px;}

/* SUCCESS BOX */
.lwv-success-box { background: white; border-radius: 16px; padding: 60px 30px; text-align: center; color: var(--d); max-width: 800px; margin: 0 auto; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); border: 1px solid var(--p);}
.success-icon { font-size: 60px; margin-bottom: 20px; animation: bounce 2s infinite; }
.lwv-success-box h2 { font-size: 32px; font-weight: 900; margin-bottom: 15px; color: var(--d); }
.lwv-success-box p { font-size: 18px; color: #4b5563; margin-bottom: 30px; }

.lwv-btn-cal { display: inline-block; background: #3b82f6; color: white; padding: 16px 30px; font-size: 16px; font-weight: 800; border-radius: 8px; text-decoration: none; margin-bottom: 40px; transition: 0.3s; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4); }
.lwv-btn-cal:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6); color: white;}

.lwv-next-steps { border-top: 2px dashed #e5e7eb; padding-top: 30px; }
.lwv-next-steps h3 { font-size: 20px; margin-bottom: 20px; color: var(--d);}
.flex-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.lwv-btn-social { padding: 14px 25px; border-radius: 8px; color: white; font-weight: bold; text-decoration: none; font-size: 14px; transition: 0.3s; display: flex; align-items: center; gap: 6px;}
.lwv-btn-social.zalo { background: #0088FF; }
.lwv-btn-social.fb { background: #1877F2; }
.lwv-btn-social.yt { background: #FF0000; }
.lwv-btn-social.tiktok { background: #000000; }
.lwv-btn-social:hover { filter: brightness(1.1); transform: translateY(-2px); color: white; box-shadow: 0 4px 10px rgba(0,0,0,0.15);}

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* STICKY MOBILE CTA */
.lwv-sticky-cta { position: fixed; bottom: 0; left: 0; width: 100%; background: white; padding: 15px; box-shadow: 0 -5px 15px rgba(0,0,0,0.1); z-index: 9998; text-align: center; border-top: 2px solid var(--p); }
.lwv-sticky-btn { width: 100%; max-width: 400px; background: var(--p); color: white; border: none; padding: 15px; border-radius: 8px; font-size: 16px; font-weight: 900; animation: lwv-cta-pulse 2s infinite; cursor: pointer; }

/* RESPONSIVE */
@media (max-width: 992px) {
    .lwv-hero-grid { grid-template-columns: 1fr; }
    .lwv-layout-top_left .lwv-header-block { text-align: center; }
    .lwv-layout-inline_left .lwv-header-block { text-align: center; }
    .lwv-main-title { font-size: 32px; text-align: center; }
    .lwv-pre-header { text-align: center; }
    .lwv-desc { text-align: center; }
    .lwv-video-top-bar { font-size: 14px; padding: 10px; }
}
@media (max-width: 550px) {
    .lwv-fomo-box { width: calc(100% - 40px); bottom: 20px; }
    .lwv-fomo-box.show { left: 20px; }
    .lwv-success-box { padding: 40px 20px; }
    .flex-btns { flex-direction: column; }
    .lwv-cd-flex .cd-box { min-width: 45px; padding: 8px 5px; }
    .lwv-cd-flex span { font-size: 20px; }
}

/* THEMES */
.lwv-style-light { --d: #111827; --l: #ffffff; }
.lwv-style-light .lwv-hero { background-color: #f8fafc; color: #111827; }
.lwv-style-light .lwv-hero-overlay { background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.95)); }
.lwv-style-light .lwv-main-title { color: #111827; }
.lwv-style-light .lwv-desc { color: #4b5563; }
.lwv-style-light .lwv-value-anchor { color: #4b5563; }
.lwv-style-light .lwv-scarcity-bar { background: rgba(0,0,0,0.03); border-color: rgba(0,0,0,0.08); }
.lwv-style-light .lwv-sb-text { color: #4b5563; }

.lwv-style-luxury { --p: #d4af37; --ph: #b5952f; --d: #ffffff; --l: #18181b; }
.lwv-style-luxury .lwv-hero { background-color: #000; }
.lwv-style-luxury .lwv-hero-overlay { background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.95)); }
.lwv-style-luxury .lwv-form-card { background: #18181b; color: white; border: 1px solid #d4af37; }
.lwv-style-luxury .lwv-form-head { border-bottom-color: #3f3f46; }
.lwv-style-luxury .lwv-form-head h2 { color: #d4af37; }
.lwv-style-luxury .lwv-input-wrap label { color: #d1d5db; }
.lwv-style-luxury .lwv-input-wrap input { background: #27272a; color: white; border-color: #3f3f46; }
.lwv-style-luxury .lwv-lessons-box, .lwv-style-luxury .lwv-speaker-box { background: #18181b; color: white; border: 1px solid #3f3f46; }
.lwv-style-luxury .lwv-html-content li, .lwv-style-luxury .lwv-speaker-profile p { color: #d1d5db; }
.lwv-style-luxury .lwv-content-section h3 { border-bottom-color: #3f3f46; color: #d4af37; }
.lwv-style-luxury .lwv-fomo-box { background: #18181b; border-color: #d4af37; }
.lwv-style-luxury .lwv-fomo-box strong { color: white; }
.lwv-style-luxury .lwv-success-box { background: #18181b; color: white;}
.lwv-style-luxury .lwv-success-box h2, .lwv-style-luxury .lwv-next-steps h3 { color: white; }
.lwv-style-luxury .lwv-trust-badges { color: #d1d5db; }

.lwv-style-creative { --p: #8b5cf6; --ph: #7c3aed; }
.lwv-style-creative .lwv-hero-overlay { background: linear-gradient(135deg, rgba(30,27,75,0.92), rgba(76,29,149,0.92)); }
.lwv-style-creative .lwv-form-card { box-shadow: 0 25px 50px -12px rgba(76,29,149,0.3); border-radius: 24px; }
.lwv-style-creative .lwv-submit { border-radius: 24px; }
.lwv-style-creative .lwv-corner-ribbon-wrap { border-top-right-radius: 24px; }

.lwv-style-minimal { --p: #000000; --ph: #333333; }
.lwv-style-minimal .lwv-hero-overlay { background: rgba(255,255,255,0.95); }
.lwv-style-minimal .lwv-hero { color: #000; }
.lwv-style-minimal .lwv-main-title { color: #000; }
.lwv-style-minimal .lwv-desc { color: #555; }
.lwv-style-minimal .lwv-scarcity-bar { background: #f8fafc; border-color: #e2e8f0; }
.lwv-style-minimal .lwv-sb-text { color: #333; }
.lwv-style-minimal .lwv-form-card { box-shadow: none; border: 1px solid #e2e8f0; border-radius: 0; }
.lwv-style-minimal .lwv-submit { border-radius: 0; }
.lwv-style-minimal .lwv-lessons-box, .lwv-style-minimal .lwv-speaker-box { border-radius: 0; box-shadow: none; border: 1px solid #e2e8f0; }
.lwv-style-minimal .lwv-inline-media { border-radius: 0; }
.lwv-style-minimal .lwv-corner-ribbon-wrap { border-top-right-radius: 0; }

.lwv-style-expert { --p: #2563eb; --ph: #1d4ed8; }
.lwv-style-expert .lwv-hero-overlay { background: linear-gradient(rgba(15,23,42,0.9), rgba(30,58,138,0.9)); }
.lwv-style-expert .lwv-lessons-box { border-top: 4px solid var(--p); }

.lwv-style-feminine { --p: #ec4899; --ph: #db2777; }
.lwv-style-feminine .lwv-hero-overlay { background: linear-gradient(rgba(253,242,248,0.95), rgba(252,231,243,0.95)); }
.lwv-style-feminine .lwv-hero { color: #831843; }
.lwv-style-feminine .lwv-main-title { color: #831843; }
.lwv-style-feminine .lwv-desc { color: #9d174d; }
.lwv-style-feminine .lwv-sb-text { color: #9d174d; }
.lwv-style-feminine .lwv-form-card { border-radius: 30px; }
.lwv-style-feminine .lwv-submit { border-radius: 30px; }
.lwv-style-feminine .lwv-input-wrap input { border-radius: 20px; }
.lwv-style-feminine .lwv-inline-media { border-radius: 20px; }
.lwv-style-feminine .lwv-corner-ribbon-wrap { border-top-right-radius: 30px; }