/* --- BASE DESIGN SYSTEM & VARIABLES --- */
.lefv-wrapper, .lefv-standalone-wrapper {
    --lefv-primary: #f97316;
    --lefv-primary-hover: #ea580c;
    --lefv-dark: #111827;
    --lefv-gray: #4b5563;
    --lefv-light-bg: #f9fafb;
    --lefv-border: #e5e7eb;
    --lefv-card-bg: #ffffff;
    --lefv-radius: 16px;
    --lefv-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --lefv-zalo: #0088FF;
    --lefv-fb: #1877F2;
    --lefv-yt: #FF0000;
    --lefv-tiktok: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.lefv-wrapper { margin-bottom: 50px; background: transparent; padding: 20px 0; }
.lefv-standalone-wrapper { max-width: 580px; margin: 0 auto; } /* For standalone form */

.lefv-container { max-width: 1100px; margin: 0 auto; box-sizing: border-box; padding: 0 20px; }
.lefv-wrapper *, .lefv-standalone-wrapper * { box-sizing: border-box; }
.lefv-relative { position: relative; }
.z-10 { z-index: 10; }

/* HERO FULL WIDTH BREAKOUT */
.lefv-full-width-breakout {
    width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
    padding: 70px 0; overflow: hidden; background-color: var(--lefv-light-bg);
}
.lefv-hero-bg-img { position: absolute; top:0; left:0; width:100%; height:100%; background-size:cover; background-position:center; z-index: 1; }
.lefv-hero-bg-img.lefv-blur { filter: blur(15px); transform: scale(1.05); }
.lefv-hero-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.65); z-index: 2; }

/* HERO GRID */
.lefv-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: flex-start; }

/* LEFT COLUMN */
.lefv-hero-left { display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.lefv-title { font-size: 38px; font-weight: 800; line-height: 1.3; margin: 0; }

.lefv-hero-left-content { display: flex; gap: 30px; align-items: flex-start; }
.lefv-cover-col { flex: 0 0 240px; }
.lefv-cover-img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2); display: block; transition: transform 0.3s;}
.lefv-cover-img:hover { transform: translateY(-5px); }

.lefv-desc-col { flex: 1; }
.lefv-desc { font-size: 18px; line-height: 1.7; margin: 0; opacity: 0.95;}

/* SOCIAL PROOF STATS */
.lefv-social-proof { display: flex; flex-wrap: nowrap; gap: 10px; margin-top: 15px; width: 100%; }
.lefv-sp-item { display: flex; flex: 1; justify-content: center; align-items: center; gap: 5px; background: rgba(0,0,0,0.06); padding: 8px 10px; border-radius: 30px; font-size: 12px; font-weight: 600; box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); white-space: nowrap;}
.lefv-sp-item .dashicons { font-size: 16px; width: 16px; height: 16px; color: var(--lefv-primary); flex-shrink: 0; }

.lefv-text-dark .lefv-title { color: var(--lefv-dark); }
.lefv-text-dark .lefv-desc { color: var(--lefv-gray); }
.lefv-text-dark .lefv-sp-item { color: var(--lefv-gray); }

.lefv-text-light .lefv-title, .lefv-text-light .lefv-desc { color: #ffffff; }
.lefv-text-light .lefv-sp-item { background: rgba(255,255,255,0.15); color: #fff; box-shadow: none; border: 1px solid rgba(255,255,255,0.2);}
.lefv-text-light .lefv-sp-item .dashicons { color: #ffd700; }

/* RIGHT COLUMN (FORM) */
.lefv-form-card { position: relative; background: var(--lefv-card-bg); border-radius: var(--lefv-radius); box-shadow: var(--lefv-shadow); border: 1px solid var(--lefv-border); }

/* RIBBON BADGE */
.lefv-corner-ribbon-wrap {
    position: absolute; top: -1px; right: -1px; width: 110px; height: 110px;
    overflow: hidden; z-index: 10; border-top-right-radius: var(--lefv-radius);
    pointer-events: none;
}
.lefv-corner-ribbon {
    position: absolute; top: 18px; right: -36px; width: 150px; text-align: center;
    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); letter-spacing: 0.5px; pointer-events: auto;
}

/* FORM HEADER WITH BIG BG ICON */
.lefv-form-header { 
    position: relative; overflow: hidden; 
    background: linear-gradient(135deg, var(--lefv-dark) 0%, #1f2937 100%); 
    color: white; padding: 35px 25px 30px; text-align: center; 
    border-radius: calc(var(--lefv-radius) - 1px) calc(var(--lefv-radius) - 1px) 0 0; 
}
.lefv-header-bg-icon {
    position: absolute; bottom: -25px; left: -20px; opacity: 0.15; transform: rotate(-15deg); pointer-events: none; z-index: 1;
}
.lefv-header-bg-icon .dashicons { font-size: 140px; width: 140px; height: 140px; color: #ffffff; }
.lefv-header-content { position: relative; z-index: 2; }

.lefv-form-header h2 { margin: 0 0 8px 0; font-size: 24px; color: white; line-height:1.4; font-weight: 800;}
.lefv-form-header p { margin: 0; font-size: 14px; opacity: 0.85; padding: 0 10px; }
.lefv-form-body { padding: 30px 25px; background: var(--lefv-card-bg); border-radius: 0 0 var(--lefv-radius) var(--lefv-radius); }


/* --- MARKETING UPGRADES: FOMO & URGENCY --- */

/* FAKE LIVE VIEWERS */
.lefv-live-viewers {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: #fff5f5; color: #c53030; border: 1px dashed #feb2b2;
    padding: 10px 15px; border-radius: 30px; font-size: 13.5px; margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.lefv-live-viewers strong { font-size: 15px; }
.lefv-live-dot {
    width: 10px; height: 10px; background-color: #e53e3e; border-radius: 50%;
    animation: lefv-blink-red 1.2s infinite ease-in-out;
}
@keyframes lefv-blink-red { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.2); } }

/* COUNTDOWN TIMER STYLES */
.lefv-countdown-wrap { background: #fff5f5; border: 1px dashed #feb2b2; padding: 15px; border-radius: 8px; text-align: center; margin-bottom: 25px; transition: all 0.3s ease;}
.lefv-cd-title { font-size: 13px; font-weight: bold; color: #c53030; text-transform: uppercase; margin-bottom: 10px; letter-spacing: 0.5px; }
.lefv-cd-boxes { display: flex; justify-content: center; gap: 8px; }
.lefv-cd-box { background: #c53030; color: #fff; border-radius: 6px; padding: 6px 0; min-width: 55px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.lefv-cd-box span { font-size: 20px; font-weight: 800; line-height: 1.1; }
.lefv-cd-box small { font-size: 10px; opacity: 0.85; text-transform: uppercase; }
.lefv-cd-box.cd-s-box { background: var(--lefv-primary); } 

/* URGENCY ALERT (Under 5 minutes) */
.lefv-cd-urgent { border-color: #e53e3e; box-shadow: 0 0 15px rgba(229, 62, 62, 0.2); animation: lefv-urgent-pulse 2s infinite; }
@keyframes lefv-urgent-pulse { 0% { background: #fff5f5; } 50% { background: #fed7d7; } 100% { background: #fff5f5; } }

/* FOMO POPUP - SOCIAL PROOF NOTIFICATION */
.lefv-fomo-popup {
    position: fixed;
    bottom: 30px;
    left: -400px; /* Ẩn ra ngoài màn hình */
    width: 340px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid var(--lefv-primary);
    padding: 16px;
    z-index: 999999;
    transition: left 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Hiệu ứng nảy (Bouncy) */
    display: flex;
    align-items: center;
}
.lefv-fomo-popup.lefv-show {
    left: 30px; /* Trượt vào trong */
}
.lefv-fomo-content { display: flex; align-items: center; gap: 14px; width: 100%; }
.lefv-fomo-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #f0f6fc; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.lefv-fomo-text { flex: 1; font-size: 13px; color: #4b5563; line-height: 1.4; }
.lefv-fomo-text strong { color: #111827; font-size: 14px; display: inline-block; margin-bottom: 2px;}
.lefv-fomo-text small { display: block; color: #9ca3af; font-size: 11.5px; margin-top: 4px; font-weight: 500; }
.lefv-fomo-fire { animation: bounce 1s infinite alternate; display: inline-block; }

/* ------------------------------------------- */

.lefv-input-group { margin-bottom: 20px; text-align: left; }
.lefv-input-group label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 13px; color: var(--lefv-dark); }
.lefv-input { width: 100%; padding: 14px 15px; border: 2px solid var(--lefv-border); border-radius: 8px; font-size: 15px; transition: all 0.3s; background: #f9fafb; color: var(--lefv-dark); }
.lefv-input:focus { border-color: var(--lefv-primary); outline: none; background: #fff; box-shadow: 0 0 0 3px color-mix(in srgb, var(--lefv-primary) 20%, transparent); }

/* --- NÚT BẤM CTA (CALL TO ACTION) NÂNG CẤP KÍCH THÍCH --- */
.lefv-submit-btn { position: relative; overflow: hidden; width: 100%; padding: 16px; background: var(--lefv-primary); color: white; border: none; border-radius: 8px; font-size: 17px; font-weight: 800; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; z-index: 1;}
.lefv-submit-btn:hover { background: var(--lefv-primary-hover); transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.2); }
.lefv-submit-btn:disabled { background: #9ca3af; cursor: not-allowed; transform: none; box-shadow: none; animation: none;}

/* 1. Icon bật nảy khi Hover */
.lefv-submit-btn .dashicons { transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: inline-block; }
.lefv-submit-btn:hover .dashicons { transform: scale(1.2) translateY(-2px); }

/* 2. Hiệu ứng Sóng Kích (Shockwave) & Rung Lắc (Shake) */
.lefv-btn-pulse {
    animation: lefv-btn-pulse-shadow 2s infinite, lefv-btn-shake 6s infinite;
}
@keyframes lefv-btn-pulse-shadow {
    0% { box-shadow: 0 0 0 0 var(--lefv-primary); }
    70% { box-shadow: 0 0 0 20px transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}
@keyframes lefv-btn-shake {
    0%, 85% { transform: scale(1) rotate(0deg); }
    88% { transform: scale(1.02) rotate(1.5deg); }
    91% { transform: scale(1.02) rotate(-1.5deg); }
    94% { transform: scale(1.02) rotate(1.5deg); }
    97% { transform: scale(1.02) rotate(-1.5deg); }
    100% { transform: scale(1) rotate(0deg); }
}

/* 3. Hiệu ứng Ánh sáng quét (Sweep Shine) */
.lefv-btn-pulse::after {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: lefv-sweep-shine 3s infinite;
    z-index: 2; pointer-events: none;
}
@keyframes lefv-sweep-shine {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

/* Click Ripple Effect */
.lefv-ripple-obj { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.6); transform: scale(0); animation: lefv-ripple-anim 0.6s linear; pointer-events: none; z-index: 3;}
@keyframes lefv-ripple-anim { to { transform: scale(4); opacity: 0; } }

.lefv-trust-badges { margin-top: 15px; display: flex; justify-content: center; gap: 15px; font-size: 12px; color: var(--lefv-gray); font-weight: 500; }

/* SECTION 2 & 3: WIDE BOXES */
.lefv-section-chapters, .lefv-section-author { margin-top: 40px; }
.lefv-wide-box { width: 100%; background: var(--lefv-card-bg); border-radius: var(--lefv-radius); border: 1px solid var(--lefv-border); padding: 45px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05); }

.lefv-section-chapters h3 { font-size: 26px; margin-top: 0; margin-bottom: 25px; border-bottom: 2px solid var(--lefv-light-bg); padding-bottom: 15px; color: var(--lefv-dark); }
.lefv-chapters-content ul, .lefv-chapters-content ol { padding-left: 20px; margin-bottom: 0;}
.lefv-chapters-content li { margin-bottom: 12px; color: var(--lefv-gray); font-size: 17px; line-height: 1.6;}

.lefv-author-layout { display: flex; gap: 40px; align-items: center; }
.lefv-author-avatar-large { width: 120px; height: 120px; flex-shrink: 0; border-radius: 50%; object-fit: cover; border: 4px solid var(--lefv-light-bg); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.lefv-author-label { font-size: 13px; text-transform: uppercase; color: var(--lefv-gray); font-weight: 700; letter-spacing: 1px; display:block; margin-bottom:5px; }
.lefv-author-name { font-size: 28px; font-weight: 800; margin: 0 0 15px 0; color: var(--lefv-dark); }
.lefv-author-bio { font-style: italic; color: var(--lefv-gray); font-size: 17px; margin: 0; line-height: 1.7;}

/* Success Screen Elements */
.lefv-success-screen { background: var(--lefv-card-bg); border-radius: var(--lefv-radius); box-shadow: var(--lefv-shadow); padding: 50px 30px; text-align: center; border: 1px solid var(--lefv-border); max-width: 800px; margin: 0 auto;}
.lefv-success-icon { font-size: 70px; margin-bottom: 20px; display: block; animation: bounce 1s infinite alternate; }
.lefv-success-title { font-size: 32px; font-weight: 800; color: var(--lefv-dark); margin-bottom: 10px; }
.lefv-success-desc { font-size: 18px; color: var(--lefv-gray); margin-bottom: 30px; }
.lefv-pdf-btn { display: inline-block; padding: 16px 35px; background: var(--lefv-primary); color: white; text-decoration: none; border-radius: 8px; font-size: 18px; font-weight: bold; margin-bottom: 30px; transition: 0.3s; }
.lefv-pdf-btn:hover { background: var(--lefv-primary-hover); color: white; transform: translateY(-2px); box-shadow: 0 8px 15px rgba(0,0,0,0.15);}

.lefv-social-links { border-top: 2px dashed var(--lefv-border); padding-top: 30px; }
.lefv-social-links h4 { font-size: 18px; margin-top: 0; margin-bottom: 20px; color: var(--lefv-dark); }
.lefv-social-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; max-width: 100%; margin: 0 auto; }
.lefv-social-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border-radius: 8px; color: white; text-decoration: none; font-weight: bold; font-size: 15px; transition: 0.2s; }
.lefv-social-btn.zalo { background: var(--lefv-zalo); }
.lefv-social-btn.fb { background: var(--lefv-fb); }
.lefv-social-btn.yt { background: var(--lefv-yt); }
.lefv-social-btn.tiktok { background: var(--lefv-tiktok); }
.lefv-social-btn:hover { filter: brightness(1.1); color: white; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.15);}

.lefv-redirect-msg { margin-top: 30px; font-size: 15px; color: var(--lefv-primary); font-weight: 600; padding: 15px; background: var(--lefv-light-bg); border-radius: 8px; display: inline-block;}

/* Animations & Responsive */
.fade-in { animation: fadeIn 0.5s ease-out forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { from { transform: translateY(0); } to { transform: translateY(-10px); } }
@keyframes spin { 100% { transform: rotate(360deg); } }

@media (max-width: 992px) {
    .lefv-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .lefv-hero-left { text-align: center; }
    .lefv-hero-left-content { flex-direction: column; align-items: center; gap: 20px; }
    .lefv-desc-col { text-align: center; }
    .lefv-social-proof { justify-content: center; flex-wrap: wrap; }
    .lefv-cover-img { max-width: 300px; margin: 0 auto; }
    .lefv-author-layout { flex-direction: column; text-align: center; gap: 20px; }
    .lefv-title { font-size: 30px; }
}

/* HIỆU CHỈNH GIAO DIỆN MOBILE CHO POPUP VÀ CÁC THÀNH PHẦN */
@media (max-width: 550px) {
    .lefv-social-grid { flex-direction: column; }
    .lefv-social-proof { flex-direction: column; align-items: stretch; }
    .lefv-sp-item { justify-content: center; }
    
    .lefv-fomo-popup {
        width: calc(100% - 40px);
        bottom: 20px;
    }
    .lefv-fomo-popup.lefv-show {
        left: 20px; /* Responsive góc trái trên Mobile */
    }
}

/* --- 7 THEME STYLES (FULL PHỄU) --- */
.lefv-style-minimal { --lefv-primary: #000000; --lefv-primary-hover: #333333; --lefv-dark: #111111; --lefv-gray: #555555; --lefv-light-bg: #ffffff; --lefv-border: #e2e8f0; --lefv-shadow: none; --lefv-radius: 0px; }
.lefv-style-minimal .lefv-form-header { background: #f8fafc; color: #000; border-bottom: 1px solid var(--lefv-border); border-radius: 0;}
.lefv-style-minimal .lefv-form-header h2 { color: #000; }
.lefv-style-minimal .lefv-cover-img { border-radius: 0; box-shadow: none; border: 1px solid var(--lefv-border); }
.lefv-style-minimal .lefv-author-avatar-large { border-radius: 0; }
.lefv-style-minimal .lefv-header-bg-icon .dashicons { color: #e2e8f0; }

.lefv-style-luxury { --lefv-primary: #d4af37; --lefv-primary-hover: #b5952f; --lefv-dark: #ffffff; --lefv-gray: #a1a1aa; --lefv-light-bg: #18181b; --lefv-border: #3f3f46; --lefv-card-bg: #27272a; }
.lefv-style-luxury .lefv-form-header { background: #111; border-bottom: 1px solid #d4af37; }
.lefv-style-luxury .lefv-input { color: #fff; background: #3f3f46;}
.lefv-style-luxury .lefv-full-width-breakout { background-color: #000; }
.lefv-style-luxury .lefv-countdown-wrap { background: #3f3f46; border-color: #d4af37; }
.lefv-style-luxury .lefv-cd-title { color: #d4af37; }
.lefv-style-luxury .lefv-cd-box { background: #18181b; border: 1px solid #d4af37; }
.lefv-style-luxury .lefv-live-viewers { background: #18181b; border-color: #d4af37; color: #d4af37; }
.lefv-style-luxury .lefv-live-dot { background-color: #d4af37; }

.lefv-style-creative { --lefv-primary: #8b5cf6; --lefv-primary-hover: #7c3aed; --lefv-dark: #1e1b4b; --lefv-gray: #4c1d95; --lefv-light-bg: rgba(255, 255, 255, 0.5); --lefv-border: rgba(255, 255, 255, 0.4); --lefv-card-bg: rgba(255, 255, 255, 0.7); --lefv-radius: 24px; }
.lefv-style-creative .lefv-glass-effect, .lefv-style-creative .lefv-wide-box, .lefv-style-creative .lefv-success-screen { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.6); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1); }
.lefv-style-creative .lefv-form-header { background: transparent; color: var(--lefv-dark); }
.lefv-style-creative .lefv-form-header h2 { color: var(--lefv-dark); }
.lefv-style-creative .lefv-input { background: rgba(255,255,255,0.8); }
.lefv-style-creative .lefv-full-width-breakout { background: linear-gradient(135deg, #f3e8ff 0%, #e0e7ff 100%); }

.lefv-style-feminine { --lefv-primary: #ec4899; --lefv-primary-hover: #db2777; --lefv-dark: #831843; --lefv-gray: #9d174d; --lefv-light-bg: #fdf2f8; --lefv-border: #fbcfe8; --lefv-card-bg: #ffffff; --lefv-radius: 30px; }
.lefv-style-feminine .lefv-form-header { background: linear-gradient(135deg, #fbcfe8 0%, #f43f5e 100%); color: white; border-radius: calc(var(--lefv-radius) - 1px) calc(var(--lefv-radius) - 1px) 0 0;}
.lefv-style-feminine .lefv-input { border-radius: 20px; }
.lefv-style-feminine .lefv-submit-btn { border-radius: 30px; }

.lefv-style-expert { --lefv-primary: #2563eb; --lefv-primary-hover: #1d4ed8; --lefv-dark: #0f172a; --lefv-gray: #334155; --lefv-light-bg: #f1f5f9; --lefv-border: #cbd5e1; --lefv-radius: 4px; }
.lefv-style-expert .lefv-form-header { background: #1e293b; }
.lefv-style-expert .lefv-wide-box { border-top: 4px solid var(--lefv-primary); }

.lefv-style-center .lefv-hero-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
.lefv-style-center .lefv-hero-left { text-align: center; }
.lefv-style-center .lefv-hero-left-content { flex-direction: column; align-items: center; }
.lefv-style-center .lefv-social-proof { justify-content: center; }
.lefv-style-center .lefv-author-layout { flex-direction: column; text-align: center; }

/* --- 3 THEME STYLES (STANDALONE FORM) --- */
.lefv-form-style-solid .lefv-form-card { border: 2px solid var(--lefv-primary); }

.lefv-form-style-glass { padding: 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 24px; }
.lefv-form-style-glass .lefv-form-card { background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.5); }
.lefv-form-style-glass .lefv-form-header { background: transparent; color: var(--lefv-dark); }
.lefv-form-style-glass .lefv-form-header h2 { color: var(--lefv-dark); }
.lefv-form-style-glass .lefv-header-bg-icon .dashicons { color: rgba(0,0,0,0.05); }

.lefv-form-style-minimal .lefv-form-card { box-shadow: none; border-radius: 0; }
.lefv-form-style-minimal .lefv-form-header { background: transparent; color: #111; padding-bottom: 0;}
.lefv-form-style-minimal .lefv-form-header h2 { color: #111; }
.lefv-form-style-minimal .lefv-header-bg-icon { display: none; }
.lefv-form-style-minimal .lefv-submit-btn { border-radius: 0; background: #000; }
.lefv-form-style-minimal .lefv-submit-btn:hover { background: #333; }