:root { --ll-primary: #FCB900;
--ll-primary-dark: #E5A800;
--ll-primary-light: #FFD54F;
--ll-primary-glow: rgba(252, 185, 0, 0.5); --ll-dark: #0f0f23;
--ll-dark-light: #1a1a3e;
--ll-dark-surface: #16162d; --ll-success: #10B981;
--ll-success-glow: rgba(16, 185, 129, 0.4);
--ll-error: #EF4444;
--ll-error-glow: rgba(239, 68, 68, 0.4);
--ll-warning: #F59E0B;
--ll-info: #3B82F6; --ll-white: #ffffff;
--ll-gray-50: #f9fafb;
--ll-gray-100: #f3f4f6;
--ll-gray-200: #e5e7eb;
--ll-gray-300: #d1d5db;
--ll-gray-400: #9ca3af;
--ll-gray-500: #6b7280;
--ll-gray-600: #4b5563;
--ll-gray-700: #374151;
--ll-gray-800: #1f2937;
--ll-gray-900: #111827; --ll-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--ll-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--ll-shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--ll-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--ll-shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--ll-shadow-2xl: 0 35px 60px -15px rgba(0, 0, 0, 0.35);
--ll-shadow-glow: 0 0 60px rgba(252, 185, 0, 0.3);
--ll-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); --ll-glass-bg: rgba(255, 255, 255, 0.85);
--ll-glass-border: rgba(255, 255, 255, 0.2);
--ll-glass-blur: 20px; --theme-blue: #3B82F6;
--theme-green: #10B981;
--theme-red: #EF4444;
--theme-orange: #F97316;
--theme-teal: #14B8A6;
--theme-pink: #EC4899;
--theme-indigo: #6366F1;
--theme-yellow: #FCB900;
--theme-cyan: #06B6D4;
--theme-purple: #8B5CF6; --ll-gradient-primary: linear-gradient(135deg, #FCB900 0%, #FF6B6B 50%, #4ECDC4 100%);
--ll-gradient-dark: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
--ll-gradient-sunset: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
--ll-gradient-ocean: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
--ll-gradient-aurora: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
--ll-gradient-mesh: 
radial-gradient(at 40% 20%, hsla(28,100%,74%,0.3) 0px, transparent 50%),
radial-gradient(at 80% 0%, hsla(189,100%,56%,0.3) 0px, transparent 50%),
radial-gradient(at 0% 50%, hsla(355,100%,93%,0.3) 0px, transparent 50%),
radial-gradient(at 80% 50%, hsla(340,100%,76%,0.3) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(22,100%,77%,0.3) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(242,100%,70%,0.3) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(343,100%,76%,0.3) 0px, transparent 50%); --ll-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
--ll-ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
--ll-ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
} body.lion-leads-popup-open {
overflow: hidden;
} .lion-leads-popup {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
z-index: 999999 !important;
display: none;
align-items: center !important;
justify-content: center !important;
perspective: 1000px;
}
.lion-leads-popup.active {
display: flex !important;
}
.lion-leads-popup.active .lion-leads-popup-container {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
} .lion-leads-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(26, 26, 46, 0.92) 0%, rgba(22, 33, 62, 0.95) 100%);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: -1;
animation: overlayFadeIn 0.4s var(--ll-ease-smooth);
}
.lion-leads-overlay::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: 
radial-gradient(ellipse at 20% 30%, rgba(252, 185, 0, 0.12) 0%, transparent 50%),
radial-gradient(ellipse at 80% 70%, rgba(255, 140, 0, 0.08) 0%, transparent 50%);
opacity: 0.8;
animation: meshMove 15s ease infinite;
}
@keyframes meshMove {
0%, 100% { transform: scale(1) rotate(0deg); }
50% { transform: scale(1.1) rotate(5deg); }
}
@keyframes overlayFadeIn {
from { 
opacity: 0; 
backdrop-filter: blur(0); 
}
to { 
opacity: 1; 
backdrop-filter: blur(12px); 
}
} .lion-leads-popup-container {
background-color: #ffffff;
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border-radius: 24px;
border: none;
box-shadow: 
0 50px 100px rgba(0, 0, 0, 0.25),
0 0 0 1px rgba(255, 255, 255, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 1);
max-width: 520px;
width: 92%;
min-height: 200px;
position: relative;
z-index: 10;
animation: popupEnter 0.7s var(--ll-ease-bounce);
overflow: visible;
transform-style: preserve-3d;
} .lion-leads-popup-container::before {
display: none;
} @keyframes gradientFlow {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
@keyframes glowPulse {
0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.05); }
}
@keyframes popupEnter {
0% {
opacity: 0;
transform: translateY(-40px) scale(0.9) rotateX(10deg);
}
100% {
opacity: 1;
transform: translateY(0) scale(1) rotateX(0);
}
} .lion-leads-close {
position: absolute;
top: 12px;
right: 12px;
background: #f3f4f6;
color: #374151;
border: 2px solid #e5e7eb;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 24px;
font-weight: bold;
line-height: 1;
cursor: pointer;
transition: all 0.2s ease;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.lion-leads-close:hover {
background: #ef4444;
border-color: #ef4444;
color: white;
transform: scale(1.1);
box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}
.lion-leads-close:active {
transform: scale(1.05) rotate(90deg);
} .lion-leads-popup-content {
padding: 48px 40px 40px;
position: relative;
} .lion-leads-popup-content::before {
content: '';
position: absolute;
top: 20px;
right: 20px;
width: 100px;
height: 100px;
background: radial-gradient(circle, rgba(252, 185, 0, 0.1) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.lion-leads-popup-image {
margin: -48px -40px 28px -40px;
overflow: hidden;
border-radius: 28px 28px 0 0;
position: relative;
}
.lion-leads-popup-image::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60px;
background: linear-gradient(to top, rgba(255, 255, 255, 0.95), transparent);
}
.lion-leads-popup-image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
transition: transform 0.5s var(--ll-ease-smooth);
}
.lion-leads-popup-container:hover .lion-leads-popup-image img {
transform: scale(1.03);
}
.lion-leads-popup-body {
text-align: center;
} .lion-leads-headline {
margin: 20px 0 16px 0;
font-size: 32px;
font-weight: 900;
line-height: 1.2;
letter-spacing: -0.5px;
text-align: center;
}
.lion-leads-description {
margin: 0 0 32px 0;
font-size: 17px;
line-height: 1.7;
color: #4b5563;
font-weight: 400;
text-align: center;
} .lion-leads-form {
margin-top: 24px;
} .lion-leads-form::after {
content: '🔒 100% Turvallinen • Ei roskapostia';
display: block;
text-align: center;
margin-top: 18px;
font-size: 13px;
color: #6b7280;
font-weight: 500;
}
.lion-leads-field {
margin-bottom: 16px;
position: relative;
}
.lion-leads-field input[type="text"],
.lion-leads-field input[type="email"],
.lion-leads-field input[type="tel"] {
width: 100%;
padding: 20px 26px;
border: 2px solid #e5e7eb;
border-radius: 14px;
font-size: 17px;
font-weight: 500;
transition: all 0.3s ease;
box-sizing: border-box;
background: #f9fafb;
color: #1a1a2e;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}
.lion-leads-field input:hover {
border-color: var(--ll-gray-300);
box-shadow: 
inset 0 2px 4px rgba(0, 0, 0, 0.02),
0 4px 12px rgba(0, 0, 0, 0.08);
}
.lion-leads-field input:focus {
outline: none;
border-color: #FCB900;
background: white;
box-shadow: 0 0 0 4px rgba(252, 185, 0, 0.15);
transform: translateY(-1px);
}
.lion-leads-field input::placeholder {
color: var(--ll-gray-400);
font-weight: 400;
transition: all 0.3s ease;
}
.lion-leads-field input:focus::placeholder {
opacity: 0.5;
transform: translateX(5px);
} .lion-leads-field::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--ll-primary);
transition: all 0.3s var(--ll-ease-smooth);
transform: translateX(-50%);
border-radius: 2px;
}
.lion-leads-field:focus-within::after {
width: calc(100% - 32px);
} .lion-leads-gdpr {
margin-bottom: 20px;
}
.lion-leads-gdpr label {
display: flex;
align-items: flex-start;
gap: 14px;
cursor: pointer;
font-size: 13px;
line-height: 1.6;
color: var(--ll-gray-600);
text-align: left;
padding: 12px 16px;
background: var(--ll-gray-50);
border-radius: 12px;
border: 1px solid var(--ll-gray-200);
transition: all 0.3s ease;
}
.lion-leads-gdpr label:hover {
background: var(--ll-white);
border-color: var(--ll-gray-300);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.lion-leads-gdpr input[type="checkbox"] {
width: 22px;
height: 22px;
margin-top: 0;
cursor: pointer;
accent-color: var(--ll-primary);
flex-shrink: 0;
border-radius: 6px;
} .lion-leads-submit {
width: 100%;
padding: 22px 36px;
background: var(--ll-btn-bg, linear-gradient(135deg, #FCB900 0%, #FF8C00 100%));
color: var(--ll-btn-color, #1a1a2e);
border: none;
border-radius: 14px;
font-size: 18px;
font-weight: 800;
cursor: pointer;
transition: all 0.4s var(--ll-ease-bounce);
text-transform: uppercase;
letter-spacing: 1.5px;
position: relative;
overflow: hidden;
box-shadow: 
0 10px 30px rgba(252, 185, 0, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
} .lion-leads-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg, 
transparent, 
rgba(255, 255, 255, 0.4), 
transparent
);
transition: left 0.6s ease;
} .lion-leads-submit::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.3);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.6s ease, height 0.6s ease;
}
.lion-leads-submit:hover {
transform: translateY(-5px) scale(1.02);
box-shadow: 
0 20px 50px rgba(252, 185, 0, 0.5),
0 5px 15px rgba(0, 0, 0, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.lion-leads-submit:hover::before {
left: 100%;
}
.lion-leads-submit:hover::after {
width: 300px;
height: 300px;
opacity: 0;
}
.lion-leads-submit:active {
transform: translateY(-2px) scale(1.01);
}
.lion-leads-submit:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .lion-leads-submit span {
position: relative;
z-index: 1;
display: inline-flex;
align-items: center;
gap: 8px;
} .lion-leads-message {
margin-top: 20px;
padding: 18px 24px;
border-radius: 14px;
font-size: 15px;
font-weight: 600;
text-align: center;
animation: messageSlide 0.4s var(--ll-ease-bounce);
position: relative;
overflow: hidden;
}
.lion-leads-message::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
animation: messageShine 2s ease infinite;
}
@keyframes messageShine {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
}
@keyframes messageSlide {
from { 
opacity: 0; 
transform: translateY(-15px) scale(0.95); 
}
to { 
opacity: 1; 
transform: translateY(0) scale(1); 
}
}
.lion-leads-message.success {
background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);
color: #065F46;
border: 1px solid var(--ll-success);
box-shadow: 0 4px 15px var(--ll-success-glow);
}
.lion-leads-message.success::after {
content: '✓';
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
animation: checkBounce 0.5s var(--ll-ease-bounce);
}
@keyframes checkBounce {
0% { transform: translateY(-50%) scale(0); }
50% { transform: translateY(-50%) scale(1.3); }
100% { transform: translateY(-50%) scale(1); }
}
.lion-leads-message.error {
background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
color: #991B1B;
border: 1px solid var(--ll-error);
box-shadow: 0 4px 15px var(--ll-error-glow);
} .lion-leads-coupon-reveal {
text-align: center;
padding: 20px;
}
.lion-leads-coupon-success {
animation: couponReveal 0.5s var(--ll-ease-bounce);
}
@keyframes couponReveal {
0% { opacity: 0; transform: scale(0.8); }
50% { transform: scale(1.05); }
100% { opacity: 1; transform: scale(1); }
}
.coupon-success-message {
font-size: 18px;
font-weight: 600;
color: #065F46;
margin-bottom: 20px;
}
.coupon-code-box {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #10B981 0%, #059669 100%);
padding: 15px 25px;
border-radius: 12px;
box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
margin-bottom: 15px;
}
.coupon-code-value {
font-size: 28px;
font-weight: 800;
color: white;
letter-spacing: 3px;
font-family: 'Courier New', monospace;
}
.copy-coupon-btn {
background: rgba(255, 255, 255, 0.2);
border: 2px solid rgba(255, 255, 255, 0.5);
color: white;
padding: 8px 16px;
border-radius: 8px;
cursor: pointer;
font-size: 14px;
font-weight: 600;
transition: all 0.2s ease;
}
.copy-coupon-btn:hover {
background: rgba(255, 255, 255, 0.3);
border-color: white;
}
.coupon-expiry {
font-size: 14px;
color: #6B7280;
margin-top: 10px;
}  .lion-leads-popup-lightbox {
align-items: center;
justify-content: center;
}
.lion-leads-popup-lightbox .lion-leads-popup-container {
animation: lightboxEnter 0.6s var(--ll-ease-bounce);
}
@keyframes lightboxEnter {
0% {
opacity: 0;
transform: perspective(1000px) translateZ(-100px) rotateX(10deg) scale(0.9);
}
100% {
opacity: 1;
transform: perspective(1000px) translateZ(0) rotateX(0) scale(1);
}
} .lion-leads-popup-slide_in {
bottom: 24px;
right: 24px;
align-items: flex-end;
justify-content: flex-end;
}
.lion-leads-popup-slide_in .lion-leads-popup-container {
max-width: 400px;
animation: slideInBounce 0.7s var(--ll-ease-bounce);
}
.lion-leads-popup-slide_in .lion-leads-popup-container::after {
display: none;
}
@keyframes slideInBounce {
0% {
opacity: 0;
transform: translateX(120px) translateY(20px) scale(0.8) rotate(5deg);
}
60% {
transform: translateX(-10px) translateY(-5px) scale(1.02) rotate(-1deg);
}
100% {
opacity: 1;
transform: translateX(0) translateY(0) scale(1) rotate(0);
}
} .lion-leads-popup-widget_popup {
position: fixed !important;
top: auto !important;
left: auto !important;
bottom: 20px !important;
right: 20px !important;
width: auto !important;
height: auto !important;
align-items: flex-end;
justify-content: flex-end;
}
.lion-leads-popup-widget_popup .lion-leads-overlay {
display: none;
}
.lion-leads-popup-widget_popup .lion-leads-popup-container {
max-width: 280px;
border-radius: 16px;
padding: 0;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
animation: widgetPopIn 0.4s var(--ll-ease-bounce);
overflow: hidden;
}
.lion-leads-popup-widget_popup .lion-leads-popup-content {
padding: 20px;
}
.lion-leads-popup-widget_popup .lion-leads-headline {
font-size: 16px;
margin-bottom: 8px;
}
.lion-leads-popup-widget_popup .lion-leads-description {
font-size: 13px;
margin-bottom: 15px;
line-height: 1.4;
}
.lion-leads-popup-widget_popup .lion-leads-field input {
padding: 12px 14px;
font-size: 13px;
}
.lion-leads-popup-widget_popup .lion-leads-submit {
padding: 12px 16px;
font-size: 12px;
}
.lion-leads-popup-widget_popup .lion-leads-close {
width: 28px;
height: 28px;
top: 8px;
right: 8px;
font-size: 14px;
}
.lion-leads-popup-widget_popup .lion-leads-form::after {
font-size: 10px;
margin-top: 12px;
} .lion-leads-popup-widget_popup.ll-position-left {
right: auto !important;
left: 20px !important;
align-items: flex-end;
justify-content: flex-start;
}
@keyframes widgetPopIn {
0% {
opacity: 0;
transform: scale(0.8) translateY(20px);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
}
} .lion-leads-popup-exit_intent {
align-items: center;
justify-content: center;
}
.lion-leads-popup-exit_intent .lion-leads-popup-container {
animation: exitIntentShake 0.8s var(--ll-ease-bounce);
border: 2px solid rgba(239, 68, 68, 0.3);
}
.lion-leads-popup-exit_intent .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-exit_intent .lion-leads-popup-container::after {
background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.2) 0%, transparent 70%);
}
@keyframes exitIntentShake {
0% {
opacity: 0;
transform: scale(0.3) rotate(-10deg);
}
30% {
transform: scale(1.1) rotate(3deg);
}
50% {
transform: scale(0.95) rotate(-2deg);
}
70% {
transform: scale(1.02) rotate(1deg);
}
100% {
opacity: 1;
transform: scale(1) rotate(0);
}
} .lion-leads-popup-fullscreen {
align-items: center !important;
justify-content: center !important;
}
.lion-leads-popup-fullscreen .lion-leads-overlay {
display: none;
}
.lion-leads-popup-fullscreen .lion-leads-popup-container {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100vw !important;
height: 100vh !important;
max-width: 100vw !important;
max-height: 100vh !important;
border-radius: 0 !important;
margin: 0 !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
animation: fullscreenEpic 0.5s var(--ll-ease-bounce);
overflow-y: auto;
}
.lion-leads-popup-fullscreen .lion-leads-popup-content {
max-width: 900px;
width: 100%;
padding: 80px 60px;
text-align: center;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.lion-leads-popup-fullscreen .lion-leads-headline {
font-size: 4rem;
margin-bottom: 30px;
line-height: 1.1;
}
.lion-leads-popup-fullscreen .lion-leads-description {
font-size: 1.6rem;
margin-bottom: 40px;
line-height: 1.6;
}
.lion-leads-popup-fullscreen .lion-leads-form {
max-width: 600px;
margin: 0 auto;
}
.lion-leads-popup-fullscreen .lion-leads-input {
font-size: 1.2rem;
padding: 18px 24px;
}
.lion-leads-popup-fullscreen .lion-leads-submit {
font-size: 1.3rem;
padding: 20px 40px;
}
.lion-leads-popup-fullscreen .lion-leads-close {
position: fixed;
top: 30px;
right: 30px;
width: 60px;
height: 60px;
font-size: 32px;
z-index: 10001;
}
@media (max-width: 768px) {
.lion-leads-popup-fullscreen .lion-leads-popup-content {
padding: 40px 20px;
}
.lion-leads-popup-fullscreen .lion-leads-headline {
font-size: 2.5rem;
}
.lion-leads-popup-fullscreen .lion-leads-description {
font-size: 1.2rem;
}
.lion-leads-popup-fullscreen .lion-leads-close {
top: 15px;
right: 15px;
width: 45px;
height: 45px;
font-size: 24px;
}
}
@keyframes fullscreenEpic {
0% {
opacity: 0;
transform: scale(0.5) translateY(100px);
filter: blur(10px);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
filter: blur(0);
}
} .lion-leads-popup-floating_bar {
top: 0;
left: 0;
right: 0;
align-items: flex-start;
justify-content: center;
}
.lion-leads-popup-floating_bar .lion-leads-overlay {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-popup-container {
max-width: 100%;
width: 100%;
border-radius: 0 0 20px 20px;
animation: floatBarDrop 0.5s var(--ll-ease-bounce);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.lion-leads-popup-floating_bar .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-popup-container::after {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-popup-content {
padding: 20px 40px;
display: flex;
align-items: center;
gap: 30px;
}
.lion-leads-popup-floating_bar .lion-leads-popup-body {
flex: 1;
text-align: left;
}
.lion-leads-popup-floating_bar .lion-leads-headline {
font-size: 20px;
margin: 0;
background: none;
-webkit-text-fill-color: var(--ll-gray-900);
}
.lion-leads-popup-floating_bar .lion-leads-description {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-form {
margin: 0;
display: flex;
gap: 14px;
flex: 1;
max-width: 500px;
}
.lion-leads-popup-floating_bar .lion-leads-field {
margin: 0;
flex: 1;
}
.lion-leads-popup-floating_bar .lion-leads-field::after {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-submit {
width: auto;
white-space: nowrap;
padding: 16px 28px;
}
.lion-leads-popup-floating_bar .lion-leads-close {
position: relative;
top: auto;
right: auto;
width: 36px;
height: 36px;
}
@keyframes floatBarDrop {
0% { 
transform: translateY(-100%); 
opacity: 0;
}
100% { 
transform: translateY(0); 
opacity: 1;
}
} .lion-leads-popup-lead_magnet {
align-items: center;
justify-content: center;
}
.lion-leads-popup-lead_magnet .lion-leads-popup-container {
max-width: 500px;
animation: leadMagnetFloat 0.7s var(--ll-ease-bounce);
border: 2px solid rgba(139, 92, 246, 0.2);
}
.lion-leads-popup-lead_magnet .lion-leads-popup-container::before {
display: none;
} .lion-leads-lead-magnet-preview {
background: linear-gradient(145deg, #F3E8FF 0%, #E9D5FF 50%, #DDD6FE 100%);
border: 2px solid #C4B5FD;
border-radius: 20px;
padding: 32px;
margin-bottom: 28px;
text-align: center;
position: relative;
overflow: hidden;
box-shadow: 
0 10px 30px rgba(139, 92, 246, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.5);
transform-style: preserve-3d;
transition: transform 0.3s ease;
}
.lion-leads-lead-magnet-preview:hover {
transform: translateY(-5px) rotateX(5deg);
} .lion-leads-lead-magnet-preview::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: 
radial-gradient(circle at 20% 30%, rgba(139, 92, 246, 0.15) 0%, transparent 30%),
radial-gradient(circle at 80% 70%, rgba(99, 102, 241, 0.15) 0%, transparent 30%),
radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.1) 0%, transparent 40%);
animation: particleFloat 8s ease infinite;
}
@keyframes particleFloat {
0%, 100% { transform: rotate(0deg) scale(1); }
50% { transform: rotate(180deg) scale(1.1); }
} .lion-leads-lead-magnet-preview::after {
content: '✨';
position: absolute;
top: 15px;
right: 20px;
font-size: 24px;
animation: sparkle 2s ease infinite;
}
@keyframes sparkle {
0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
50% { opacity: 0.5; transform: scale(1.2) rotate(180deg); }
}
.lion-leads-lead-magnet-preview .preview-icon {
font-size: 64px;
margin-bottom: 16px;
display: block;
position: relative;
z-index: 1;
filter: drop-shadow(0 8px 16px rgba(139, 92, 246, 0.4));
animation: iconBounce 3s ease infinite;
}
@keyframes iconBounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
.lion-leads-lead-magnet-preview .preview-title {
font-size: 20px;
font-weight: 800;
color: #5B21B6;
margin: 0 0 10px 0;
position: relative;
z-index: 1;
text-shadow: 0 2px 4px rgba(91, 33, 182, 0.1);
}
.lion-leads-lead-magnet-preview .preview-format {
font-size: 12px;
color: var(--ll-white);
text-transform: uppercase;
letter-spacing: 1.5px;
font-weight: 700;
background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
padding: 6px 16px;
border-radius: 20px;
display: inline-block;
position: relative;
z-index: 1;
box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
} .lion-leads-popup-lead_magnet .lion-leads-submit {
background: var(--ll-btn-bg, linear-gradient(135deg, #8B5CF6 0%, #7C3AED 50%, #6D28D9 100%));
color: var(--ll-btn-color, var(--ll-white));
box-shadow: 
0 4px 20px rgba(139, 92, 246, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.lion-leads-popup-lead_magnet .lion-leads-submit:hover {
box-shadow: 
var(--ll-btn-shadow, 0 15px 40px rgba(139, 92, 246, 0.5)),
0 5px 15px rgba(0, 0, 0, 0.1);
}  .lion-leads-theme-blue .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-blue) 0%, #60A5FA 50%, var(--theme-cyan) 100%); 
}
.lion-leads-theme-blue .lion-leads-popup-container::after {
background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
}
.lion-leads-theme-green .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-green) 0%, #34D399 50%, var(--theme-teal) 100%); 
}
.lion-leads-theme-green .lion-leads-popup-container::after {
background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
}
.lion-leads-theme-red .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-red) 0%, #F87171 50%, var(--theme-orange) 100%); 
}
.lion-leads-theme-orange .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-orange) 0%, #FB923C 50%, var(--theme-yellow) 100%); 
}
.lion-leads-theme-teal .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-teal) 0%, #2DD4BF 50%, var(--theme-cyan) 100%); 
}
.lion-leads-theme-pink .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-pink) 0%, #F472B6 50%, var(--theme-purple) 100%); 
}
.lion-leads-theme-indigo .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-indigo) 0%, #818CF8 50%, var(--theme-purple) 100%); 
}
.lion-leads-theme-yellow .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-yellow) 0%, #FDE047 50%, var(--theme-orange) 100%); 
}
.lion-leads-theme-cyan .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-cyan) 0%, #22D3EE 50%, var(--theme-blue) 100%); 
}
.lion-leads-theme-purple .lion-leads-popup-container:not([style*="--ll-card-color"])::before { 
background: linear-gradient(90deg, var(--theme-purple) 0%, #A78BFA 50%, var(--theme-pink) 100%); 
} .lion-leads-trigger {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
background: linear-gradient(135deg, var(--ll-primary) 0%, var(--ll-primary-dark) 100%);
color: var(--ll-dark);
text-decoration: none;
border-radius: 14px;
font-weight: 700;
font-size: 16px;
transition: all 0.4s var(--ll-ease-bounce);
box-shadow: 
0 4px 15px rgba(252, 185, 0, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
position: relative;
overflow: hidden;
}
.lion-leads-trigger::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}
.lion-leads-trigger:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 
0 12px 35px rgba(252, 185, 0, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.4);
color: var(--ll-dark);
text-decoration: none;
}
.lion-leads-trigger:hover::before {
left: 100%;
} .lion-leads-form.loading {
opacity: 0.7;
pointer-events: none;
}
.lion-leads-form.loading .lion-leads-submit {
position: relative;
}
.ll-spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 3px solid rgba(0, 0, 0, 0.1);
border-left-color: currentColor;
border-radius: 50%;
animation: spinPulse 0.8s linear infinite;
vertical-align: middle;
margin-right: 10px;
}
@keyframes spinPulse {
0% { 
transform: rotate(0deg) scale(1); 
}
50% { 
transform: rotate(180deg) scale(1.1); 
}
100% { 
transform: rotate(360deg) scale(1); 
}
} @media (max-width: 768px) {
.lion-leads-popup-container {
width: 95%;
max-width: none;
border-radius: 24px;
margin: 16px;
}
.lion-leads-popup-content {
padding: 36px 28px 32px;
}
.lion-leads-popup-image {
margin: -36px -28px 24px -28px;
border-radius: 24px 24px 0 0;
}
.lion-leads-headline {
font-size: 24px;
}
.lion-leads-description {
font-size: 15px;
}
.lion-leads-close {
top: -10px;
right: -10px;
width: 36px;
height: 36px;
font-size: 18px;
}
.lion-leads-popup-slide_in {
bottom: 16px;
right: 16px;
left: 16px;
}
.lion-leads-popup-slide_in .lion-leads-popup-container {
max-width: none;
width: 100%;
}
.lion-leads-popup-floating_bar .lion-leads-popup-content {
flex-direction: column;
gap: 20px;
padding: 24px;
}
.lion-leads-popup-floating_bar .lion-leads-popup-body {
text-align: center;
}
.lion-leads-popup-floating_bar .lion-leads-form {
flex-direction: column;
width: 100%;
max-width: none;
}
.lion-leads-popup-floating_bar .lion-leads-submit {
width: 100%;
}
.lion-leads-lead-magnet-preview {
padding: 24px;
}
.lion-leads-lead-magnet-preview .preview-icon {
font-size: 52px;
}
}
@media (max-width: 480px) {
.lion-leads-popup-content {
padding: 32px 24px 28px;
}
.lion-leads-headline {
font-size: 22px;
}
.lion-leads-field input[type="text"],
.lion-leads-field input[type="email"],
.lion-leads-field input[type="tel"] {
padding: 16px 20px;
font-size: 16px; border-radius: 14px;
}
.lion-leads-submit {
padding: 18px 28px;
font-size: 16px;
border-radius: 14px;
}
.lion-leads-popup-container::before {
height: 4px;
}
} .lion-leads-popup:focus-within .lion-leads-popup-container {
outline: 3px solid var(--ll-primary);
outline-offset: 3px;
}
.lion-leads-close:focus {
outline: 3px solid var(--ll-white);
outline-offset: 3px;
}
.lion-leads-field input:focus-visible {
outline: none;
} @media (prefers-contrast: high) {
.lion-leads-popup-container {
border: 2px solid var(--ll-gray-900);
}
.lion-leads-field input {
border-width: 3px;
}
.lion-leads-submit {
border: 2px solid var(--ll-dark);
}
} @media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.lion-leads-popup-container,
.lion-leads-overlay,
.lion-leads-submit,
.lion-leads-close {
animation: none !important;
}
} @media (prefers-color-scheme: dark) {
.lion-leads-popup-container:not([style*="background-color"]) {
background-color: #1e1e32;
}
.lion-leads-description {
color: var(--ll-gray-400);
}
.lion-leads-field input {
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.1);
color: var(--ll-white);
}
.lion-leads-field input::placeholder {
color: var(--ll-gray-500);
}
.lion-leads-field input:focus {
background: rgba(255, 255, 255, 0.08);
border-color: var(--ll-primary);
}
.lion-leads-gdpr label {
background: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.1);
color: var(--ll-gray-400);
}
} .lion-leads-popup-scroll_popup { justify-content: center;
align-items: center;
}
.lion-leads-popup-scroll_popup .lion-leads-popup-container {
animation: scrollPopupBounce 0.5s var(--ll-ease-bounce);
}
@keyframes scrollPopupBounce {
0% {
opacity: 0;
transform: translateY(50px) scale(0.9);
}
50% {
transform: translateY(-10px) scale(1.02);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
} .lion-leads-popup-floating_bar {
position: fixed !important;
top: 20px;
left: 0;
right: 0;
bottom: auto;
height: auto;
width: 100%;
z-index: 99999;
background: transparent;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 0 20px;
box-sizing: border-box;
}
.lion-leads-popup-floating_bar .lion-leads-overlay {
display: none !important;
}
.lion-leads-popup-floating_bar .lion-leads-popup-container {
position: relative;
width: 100%;
max-width: 1100px;
border-radius: 16px;
padding: 18px 35px;
margin: 0 auto; background: #ffffff; backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px); box-shadow: 
0 20px 50px rgba(0, 0, 0, 0.15),
0 0 0 1px rgba(255, 255, 255, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 1); border: none;
overflow: hidden;
} .lion-leads-popup-floating_bar .lion-leads-popup-container::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.2),
transparent
);
animation: floatingBarShine 3s ease-in-out infinite;
} .lion-leads-popup-floating_bar .lion-leads-popup-container::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: 
radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 1px, transparent 1px),
radial-gradient(circle at 80% 30%, rgba(255,255,255,0.15) 1px, transparent 1px),
radial-gradient(circle at 40% 70%, rgba(255,255,255,0.1) 1px, transparent 1px),
radial-gradient(circle at 60% 20%, rgba(255,255,255,0.12) 1px, transparent 1px);
background-size: 100% 100%;
pointer-events: none;
animation: floatingBarSparkle 4s ease-in-out infinite;
}
@keyframes floatingBarGradient {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}
@keyframes floatingBarShine {
0% { left: -100%; }
50%, 100% { left: 100%; }
}
@keyframes floatingBarSparkle {
0%, 100% { opacity: 0.5; }
50% { opacity: 1; }
}
.lion-leads-popup-floating_bar .lion-leads-popup-content {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.lion-leads-popup-floating_bar .lion-leads-popup-body {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}
.lion-leads-popup-floating_bar .lion-leads-headline {
font-size: 1.1rem;
font-weight: 700;
margin: 0;
color: var(--ll-text-color, #1a1a2e) !important;
background: none !important;
-webkit-text-fill-color: var(--ll-text-color, #1a1a2e) !important;
letter-spacing: 0.3px;
} .lion-leads-popup-floating_bar .lion-leads-headline::before {
content: '✨ ';
animation: floatingBarEmoji 2s ease-in-out infinite;
}
@keyframes floatingBarEmoji {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.2); }
}
.lion-leads-popup-floating_bar .lion-leads-description {
display: none;
}
.lion-leads-popup-floating_bar .lion-leads-form {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
}
.lion-leads-popup-floating_bar .lion-leads-field {
margin: 0;
}
.lion-leads-popup-floating_bar .lion-leads-field input {
padding: 12px 18px;
min-width: 220px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50px;
background: rgba(255, 255, 255, 0.95);
font-size: 0.95rem;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.lion-leads-popup-floating_bar .lion-leads-field input:focus {
border-color: white;
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3), 0 4px 15px rgba(0, 0, 0, 0.15);
transform: scale(1.02);
}
.lion-leads-popup-floating_bar .lion-leads-field input::placeholder {
color: #888;
}
.lion-leads-popup-floating_bar .lion-leads-submit {
padding: 12px 28px;
white-space: nowrap;
background: var(--ll-btn-bg, #FCB900) !important;
color: var(--ll-btn-color, #1a1a2e) !important;
border: none !important;
border-radius: 50px;
font-weight: 700;
font-size: 0.95rem;
cursor: pointer;
transition: all 0.3s var(--ll-ease-bounce);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
position: relative;
overflow: hidden;
}
.lion-leads-popup-floating_bar .lion-leads-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(118, 75, 162, 0.1), transparent);
transition: left 0.5s ease;
}
.lion-leads-popup-floating_bar .lion-leads-submit:hover {
transform: translateY(-2px) scale(1.05);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
filter: brightness(1.1);
}
.lion-leads-popup-floating_bar .lion-leads-submit:hover::before {
left: 100%;
}
.lion-leads-popup-floating_bar .lion-leads-submit:active {
transform: translateY(0) scale(0.98);
}
.lion-leads-popup-floating_bar .lion-leads-close {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.05);
backdrop-filter: blur(5px);
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
border: 1px solid rgba(0, 0, 0, 0.1);
z-index: 2;
}
.lion-leads-popup-floating_bar .lion-leads-close:hover {
background: rgba(0, 0, 0, 0.1);
transform: translateY(-50%) rotate(90deg) scale(1.1);
}
.lion-leads-popup-floating_bar .lion-leads-close span {
color: #1a1a2e;
font-size: 18px;
line-height: 1;
}
.lion-leads-popup-floating_bar .lion-leads-gdpr {
display: none;
} .lion-leads-popup-floating_bar .lion-leads-form::after {
color: var(--ll-text-color, #666);
background: rgba(0, 0, 0, 0.05);
padding: 8px 16px;
border-radius: 20px;
backdrop-filter: blur(10px);
border: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 0;
margin-left: 15px;
font-size: 12px;
white-space: nowrap;
}
@keyframes floatingBarSlide {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .lion-leads-popup-floating_bar.ll-position-bottom {
top: auto;
bottom: 20px;
align-items: flex-end;
}
.lion-leads-popup-floating_bar.ll-position-bottom .lion-leads-popup-container {
animation: floatingBarSlideUp 0.5s var(--ll-ease-bounce), floatingBarGradient 8s ease infinite;
border-bottom: none;
border-radius: 20px;
}
@keyframes floatingBarSlideUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .lion-leads-popup-widget_optin {
position: relative !important;
display: block !important;
width: 100%;
height: auto;
background: transparent;
z-index: 1;
}
.lion-leads-popup-widget_optin .lion-leads-overlay {
display: none !important;
}
.lion-leads-popup-widget_optin .lion-leads-popup-container {
position: relative;
width: 100%;
max-width: 100%;
margin: 0;
padding: 20px;
border-radius: 12px;
background: linear-gradient(145deg, var(--ll-white) 0%, var(--ll-gray-50) 100%);
border: 1px solid var(--ll-gray-200);
box-shadow: var(--ll-shadow-md);
}
.lion-leads-popup-widget_optin .lion-leads-close {
display: none;
}
.lion-leads-popup-widget_optin .lion-leads-headline {
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.lion-leads-popup-widget_optin .lion-leads-description {
font-size: 0.9rem;
margin-bottom: 1rem;
}
.lion-leads-popup-widget_optin .lion-leads-field input {
padding: 12px;
}
.lion-leads-popup-widget_optin .lion-leads-submit {
width: 100%;
} .lion-leads-popup-mobile_popup { justify-content: flex-end;
align-items: flex-end;
}
.lion-leads-popup-mobile_popup .lion-leads-popup-container {
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: auto;
max-width: 100%;
width: 100%;
border-radius: 20px 20px 0 0;
margin: 0;
max-height: 85vh;
overflow-y: auto;
animation: mobilePopupSlide 0.4s var(--ll-ease-bounce);
}
.lion-leads-popup-mobile_popup .lion-leads-close {
position: absolute;
top: 10px;
right: 10px;
}
@keyframes mobilePopupSlide {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .lion-leads-popup-mobile_popup .lion-leads-popup-container::before {
content: '';
display: block;
width: 40px;
height: 4px;
background: var(--ll-gray-300);
border-radius: 2px;
margin: 0 auto 15px;
} @media (max-width: 768px) { .lion-leads-popup-floating_bar .lion-leads-popup-content {
flex-direction: column;
gap: 10px;
}
.lion-leads-popup-floating_bar .lion-leads-popup-body {
flex-direction: column;
text-align: center;
}
.lion-leads-popup-floating_bar .lion-leads-form {
flex-direction: column;
width: 100%;
}
.lion-leads-popup-floating_bar .lion-leads-field input {
min-width: auto;
width: 100%;
}
.lion-leads-popup-floating_bar .lion-leads-popup-container {
padding: 15px;
}
}  .lion-leads-trigger.lion-leads-link {
color: var(--theme-purple, #8B5CF6);
text-decoration: underline;
cursor: pointer;
transition: all 0.3s ease;
}
.lion-leads-trigger.lion-leads-link:hover {
color: var(--theme-indigo, #6366F1);
text-decoration: none;
} .lion-leads-trigger.lion-leads-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 24px;
border-radius: 50px;
font-weight: 600;
font-size: 1rem;
text-decoration: none;
cursor: pointer;
transition: all 0.3s var(--ll-ease-bounce);
border: none;
}
.lion-leads-trigger.lion-leads-btn-primary {
background: linear-gradient(135deg, var(--theme-purple, #8B5CF6) 0%, var(--theme-indigo, #6366F1) 100%);
color: white;
box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}
.lion-leads-trigger.lion-leads-btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
}
.lion-leads-trigger.lion-leads-btn-secondary {
background: white;
color: var(--theme-purple, #8B5CF6);
border: 2px solid var(--theme-purple, #8B5CF6);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lion-leads-trigger.lion-leads-btn-secondary:hover {
background: var(--theme-purple, #8B5CF6);
color: white;
transform: translateY(-2px);
} .lion-leads-inline-form {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 16px;
padding: 30px;
margin: 20px 0;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.lion-leads-inline-headline {
font-size: 1.5rem;
font-weight: 700;
color: var(--ll-gray-900);
margin: 0 0 10px 0;
}
.lion-leads-inline-description {
color: var(--ll-gray-600);
margin: 0 0 20px 0;
font-size: 1rem;
}
.lion-leads-inline-form .lion-leads-form {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: flex-start;
}
.lion-leads-inline-form .lion-leads-field {
flex: 1;
min-width: 200px;
margin: 0;
}
.lion-leads-inline-form .lion-leads-field input {
width: 100%;
padding: 14px 18px;
border: 2px solid var(--ll-gray-200);
border-radius: 12px;
font-size: 1rem;
transition: all 0.3s ease;
}
.lion-leads-inline-form .lion-leads-field input:focus {
border-color: var(--theme-purple, #8B5CF6);
box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.15);
}
.lion-leads-inline-form .lion-leads-submit {
padding: 14px 28px;
background: linear-gradient(135deg, var(--theme-purple, #8B5CF6) 0%, var(--theme-indigo, #6366F1) 100%);
color: white;
border: none;
border-radius: 12px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.lion-leads-inline-form .lion-leads-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
}
.lion-leads-inline-form .lion-leads-message {
width: 100%;
margin-top: 10px;
padding: 12px;
border-radius: 8px;
}
.lion-leads-inline-form .lion-leads-message.success {
background: #d4edda;
color: #155724;
}
.lion-leads-inline-form .lion-leads-message.error {
background: #f8d7da;
color: #721c24;
}
@media (max-width: 600px) {
.lion-leads-inline-form .lion-leads-form {
flex-direction: column;
}
.lion-leads-inline-form .lion-leads-field {
min-width: 100%;
}
.lion-leads-inline-form .lion-leads-submit {
width: 100%;
}
} .lion-leads-popup-scroll_popup .lion-leads-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
} @media print {
.lion-leads-popup {
display: none !important;
}
} @media (max-width: 768px) { .lion-leads-popup {
padding: 10px !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
}
.lion-leads-popup-container {
margin: auto !important;
max-height: 90vh !important;
overflow-y: auto !important;
} .lion-leads-close {
min-width: 44px !important;
min-height: 44px !important;
width: 44px !important;
height: 44px !important;
top: -8px !important;
right: -8px !important;
font-size: 22px !important;
-webkit-tap-highlight-color: transparent !important;
touch-action: manipulation !important;
} .lion-leads-field input[type="text"],
.lion-leads-field input[type="email"],
.lion-leads-field input[type="tel"] {
font-size: 16px !important; min-height: 50px !important;
padding: 14px 18px !important;
-webkit-appearance: none !important;
appearance: none !important;
border-radius: 12px !important;
} .lion-leads-submit {
min-height: 54px !important;
padding: 16px 24px !important;
font-size: 16px !important;
-webkit-tap-highlight-color: transparent !important;
touch-action: manipulation !important;
-webkit-appearance: none !important;
appearance: none !important;
} .lion-leads-gdpr input[type="checkbox"] {
min-width: 24px !important;
min-height: 24px !important;
width: 24px !important;
height: 24px !important;
}
.lion-leads-gdpr label {
padding: 14px !important;
gap: 12px !important;
font-size: 14px !important;
} .lion-leads-popup-floating_bar .lion-leads-popup-container {
padding: 16px !important;
}
.lion-leads-popup-floating_bar .lion-leads-popup-content {
padding: 12px !important;
gap: 12px !important;
}
.lion-leads-popup-floating_bar .lion-leads-close {
position: absolute !important;
top: 8px !important;
right: 8px !important;
width: 36px !important;
height: 36px !important;
min-width: 36px !important;
min-height: 36px !important;
}
} @media (max-width: 380px) {
.lion-leads-popup-content {
padding: 24px 16px 20px !important;
}
.lion-leads-headline {
font-size: 20px !important;
}
.lion-leads-description {
font-size: 14px !important;
}
.lion-leads-submit {
padding: 14px 20px !important;
font-size: 15px !important;
}
} @media (hover: none) and (pointer: coarse) {
.lion-leads-close,
.lion-leads-submit,
.lion-leads-trigger {
cursor: pointer !important;
-webkit-tap-highlight-color: transparent !important;
touch-action: manipulation !important;
user-select: none !important;
-webkit-user-select: none !important;
} .lion-leads-close {
min-width: 48px !important;
min-height: 48px !important;
}
.lion-leads-submit {
min-height: 56px !important;
} .lion-leads-submit:active {
transform: scale(0.98) !important;
opacity: 0.9 !important;
}
.lion-leads-close:active {
transform: scale(0.95) !important;
opacity: 0.8 !important;
}
} .lion-leads-popup-countdown .lion-leads-popup-container {
max-width: 580px;
padding-top: 50px;
}
.lion-leads-popup-countdown .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-countdown .lion-leads-popup-container::after {
background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
} .lion-leads-countdown-urgency {
text-align: center;
font-size: 16px;
font-weight: 700;
color: #DC2626;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
animation: urgencyPulse 1.5s ease-in-out infinite;
}
@keyframes urgencyPulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.6; }
}
.lion-leads-countdown-timer {
display: flex;
justify-content: center;
gap: 12px;
margin: 20px 0 30px;
padding: 25px 20px;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
border-radius: 20px;
box-shadow: 
0 15px 40px rgba(0, 0, 0, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.lion-leads-countdown-item {
text-align: center;
min-width: 75px;
padding: 15px 10px;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.lion-leads-countdown-number {
display: block;
font-size: 48px;
font-weight: 900;
color: #FCB900;
line-height: 1;
text-shadow: 0 4px 15px rgba(252, 185, 0, 0.5);
font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
}
.lion-leads-countdown-label {
display: block;
font-size: 11px;
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-top: 10px;
font-weight: 600;
} .lion-leads-countdown-item:not(:last-child)::after {
content: ':';
position: absolute;
right: -10px;
top: 50%;
transform: translateY(-50%);
font-size: 36px;
font-weight: 900;
color: #FCB900;
opacity: 0.5;
}
.lion-leads-popup-countdown .lion-leads-headline {
font-size: 28px;
margin-bottom: 10px;
}
.lion-leads-popup-countdown .lion-leads-description {
color: #6b7280;
font-size: 16px;
}
.lion-leads-popup-countdown .lion-leads-submit {
background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
}
.lion-leads-popup-countdown .lion-leads-submit:hover {
box-shadow: 0 20px 50px rgba(239, 68, 68, 0.5);
} .lion-leads-expired-message {
text-align: center;
padding: 40px 20px;
}
.lion-leads-expired-message .expired-icon {
font-size: 60px;
display: block;
margin-bottom: 20px;
animation: shake 0.5s ease-in-out;
}
@keyframes shake {
0%, 100% { transform: rotate(0deg); }
25% { transform: rotate(-10deg); }
75% { transform: rotate(10deg); }
}
.lion-leads-expired-message h3 {
font-size: 28px;
font-weight: 800;
color: #DC2626;
margin: 0 0 10px;
}
.lion-leads-expired-message p {
font-size: 16px;
color: #6b7280;
margin: 0;
} .lion-leads-popup-welcome_mat {
align-items: center !important;
justify-content: center !important;
}
.lion-leads-popup-welcome_mat .lion-leads-overlay {
background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 50%, #16213e 100%);
}
.lion-leads-popup-welcome_mat .lion-leads-popup-container {
max-width: 520px;
width: 92%;
min-height: auto;
border-radius: 24px;
background-color: #ffffff;
display: block;
box-shadow: 0 50px 100px rgba(0, 0, 0, 0.4);
position: relative;
}
.lion-leads-popup-welcome_mat .lion-leads-popup-container::before,
.lion-leads-popup-welcome_mat .lion-leads-popup-container::after {
display: none;
}
.lion-leads-popup-welcome_mat .lion-leads-popup-content {
max-width: 100%;
width: 100%;
padding: 40px 35px;
background: transparent;
border-radius: 0;
box-shadow: none;
text-align: center;
}
.lion-leads-popup-welcome_mat .lion-leads-headline {
font-size: 32px;
}
.lion-leads-popup-welcome_mat .lion-leads-close {
position: absolute;
top: 15px;
right: 15px;
width: 36px;
height: 36px;
background: #f3f4f6;
border: 2px solid #e5e7eb;
border-radius: 50%;
color: #374151;
font-size: 20px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease;
z-index: 100;
}
.lion-leads-popup-welcome_mat .lion-leads-close:hover {
background: #ef4444;
border-color: #ef4444;
color: white;
} .lion-leads-popup-social_proof {
align-items: flex-end;
justify-content: flex-start;
padding: 20px;
}
.lion-leads-popup-social_proof .lion-leads-overlay {
display: none;
}
.lion-leads-popup-social_proof .lion-leads-popup-container {
max-width: 380px;
border-radius: 16px;
animation: socialProofSlide 0.5s var(--ll-ease-bounce);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.lion-leads-popup-social_proof .lion-leads-popup-container::after {
display: none;
}
@keyframes socialProofSlide {
0% {
opacity: 0;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.lion-leads-popup-social_proof .lion-leads-popup-content {
padding: 20px 25px;
display: flex;
align-items: center;
gap: 15px;
}
.lion-leads-social-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, #FCB900 0%, #FF8C00 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
flex-shrink: 0;
}
.lion-leads-social-content {
flex: 1;
}
.lion-leads-social-name {
font-weight: 700;
color: #1a1a2e;
font-size: 15px;
}
.lion-leads-social-action {
font-size: 13px;
color: #6b7280;
margin-top: 2px;
}
.lion-leads-social-time {
font-size: 12px;
color: #9ca3af;
margin-top: 4px;
}
.lion-leads-popup-social_proof .lion-leads-close {
top: -8px;
right: -8px;
width: 28px;
height: 28px;
font-size: 14px;
} .lion-leads-popup-video_popup .lion-leads-popup-container {
max-width: 700px;
}
.lion-leads-popup-video_popup .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-video_popup .lion-leads-popup-container::after {
background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
}
.lion-leads-video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: -48px -40px 25px -40px;
border-radius: 24px 24px 0 0;
overflow: hidden;
background: #000;
}
.lion-leads-video-wrapper iframe,
.lion-leads-video-wrapper video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.lion-leads-video-placeholder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.lion-leads-video-play {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #FCB900 0%, #FF8C00 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
box-shadow: 0 10px 30px rgba(252, 185, 0, 0.5);
transition: transform 0.3s ease;
}
.lion-leads-video-play:hover {
transform: scale(1.1);
} .lion-leads-popup-quiz_popup .lion-leads-popup-container {
max-width: 550px;
}
.lion-leads-popup-quiz_popup .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-quiz_popup .lion-leads-popup-container::after {
background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}
.lion-leads-quiz-progress {
display: flex;
gap: 8px;
margin-bottom: 25px;
}
.lion-leads-quiz-step {
flex: 1;
height: 6px;
background: #e5e7eb;
border-radius: 3px;
overflow: hidden;
}
.lion-leads-quiz-step.active {
background: linear-gradient(90deg, #3B82F6 0%, #2563EB 100%);
}
.lion-leads-quiz-step.completed {
background: #10B981;
}
.lion-leads-quiz-image {
text-align: center;
margin-bottom: 20px;
}
.lion-leads-quiz-image img {
max-width: 100%;
max-height: 180px;
border-radius: 12px;
object-fit: contain;
}
.lion-leads-quiz-question {
font-size: 22px;
font-weight: 700;
color: #1a1a2e;
text-align: center;
margin-bottom: 25px;
}
.lion-leads-quiz-options {
display: flex;
flex-direction: column;
gap: 12px;
}
.lion-leads-quiz-option {
padding: 16px 20px;
background: #f9fafb;
border: 2px solid #e5e7eb;
border-radius: 12px;
cursor: pointer;
transition: all 0.3s ease;
font-size: 15px;
font-weight: 500;
text-align: left;
display: flex;
align-items: center;
gap: 14px;
}
.lion-leads-option-letter {
width: 36px;
height: 36px;
background: linear-gradient(135deg, #FCB900 0%, #FF8C00 100%);
color: #000;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 16px;
flex-shrink: 0;
}
.lion-leads-option-text {
flex: 1;
}
.lion-leads-quiz-option:hover {
border-color: #FCB900;
background: #FFFBEB;
}
.lion-leads-quiz-option.selected {
border-color: #FCB900;
background: #FCB900;
color: #000;
}
.lion-leads-quiz-option.selected .lion-leads-option-letter {
background: #000;
color: #FCB900;
}
.lion-leads-quiz-result {
text-align: center;
padding: 20px;
}
.lion-leads-quiz-result-message {
font-size: 18px;
font-weight: 600;
color: #10B981;
margin-bottom: 15px;
} .lion-leads-popup-spin_wheel .lion-leads-popup-container {
max-width: 650px;
overflow: visible;
padding: 60px 40px 40px;
position: relative;
} .lion-leads-popup-spin_wheel .lion-leads-close {
position: absolute;
top: 15px;
right: 15px;
z-index: 100;
background: rgba(0, 0, 0, 0.5);
color: white;
width: 36px;
height: 36px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.lion-leads-popup-spin_wheel .lion-leads-close:hover {
background: rgba(0, 0, 0, 0.8);
transform: rotate(90deg);
} .lion-leads-spin-wheel-image {
text-align: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid rgba(16, 185, 129, 0.2);
}
.lion-leads-spin-wheel-image img {
max-width: 280px;
max-height: 180px;
width: auto;
height: auto;
border-radius: 16px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.lion-leads-popup-spin_wheel .lion-leads-popup-container::before {
display: none;
}
.lion-leads-popup-spin_wheel .lion-leads-popup-container::after {
background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}
.lion-leads-wheel-container {
position: relative;
width: 340px;
height: 340px;
margin: 30px auto 40px;
} .lion-leads-wheel-svg {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 
0 0 0 8px #1a1a2e,
0 0 0 14px #FCB900,
0 15px 40px rgba(0, 0, 0, 0.4);
transition: transform 4s cubic-bezier(0.17, 0.67, 0.12, 0.99);
transform-origin: center center;
}
.lion-leads-wheel-svg.spinning {
pointer-events: none;
} .lion-leads-wheel-pointer {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-top: 35px solid #1a1a2e;
z-index: 10;
filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}
.lion-leads-wheel-pointer::after {
content: '';
position: absolute;
top: -35px;
left: -12px;
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 25px solid #FCB900;
} .lion-leads-spin-button {
display: block;
width: 100%;
max-width: 280px;
margin: 20px auto 0;
padding: 18px 40px;
background: linear-gradient(135deg, #10B981 0%, #059669 100%);
color: white;
border: none;
border-radius: 14px;
font-size: 18px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}
.lion-leads-spin-button:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
}
.lion-leads-spin-button:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
} .lion-leads-wheel-result {
text-align: center;
padding: 25px;
margin-top: 20px;
background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
border-radius: 16px;
border: 2px solid #10B981;
}
.lion-leads-wheel-win-message {
font-size: 18px;
color: #10B981;
font-weight: 600;
margin-bottom: 10px;
}
.lion-leads-wheel-prize {
font-size: 32px;
font-weight: 900;
color: #1a1a2e;
background: linear-gradient(135deg, #FCB900 0%, #FF8C00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.lion-leads-wheel-coupon {
margin-top: 15px;
padding: 15px 20px;
background: linear-gradient(135deg, #10B981 0%, #059669 100%);
border-radius: 10px;
text-align: center;
}
.lion-leads-wheel-coupon .coupon-label {
display: block;
font-size: 14px;
color: rgba(255,255,255,0.9);
margin-bottom: 5px;
}
.lion-leads-wheel-coupon .coupon-code {
display: block;
font-size: 28px;
font-weight: 900;
color: #fff;
letter-spacing: 2px;
text-transform: uppercase;
padding: 10px;
background: rgba(255,255,255,0.2);
border-radius: 8px;
border: 2px dashed rgba(255,255,255,0.5);
margin-top: 5px;
} .lion-leads-wheel-container.won + .lion-leads-wheel-result + .lion-leads-spin-button,
.lion-leads-popup-spin_wheel .lion-leads-wheel-container.won ~ .lion-leads-spin-button {
display: none;
} .lion-leads-popup-spin_wheel .lion-leads-form {
display: none;
margin-top: 20px;
}
.lion-leads-popup-spin_wheel .lion-leads-form.show {
display: block;
animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .lion-leads-popup-spin_wheel .lion-leads-form::after {
display: none;
}
.lion-leads-popup-spin_wheel .lion-leads-form.show::after {
display: block;
} .lion-leads-wheel-container.lost + .lion-leads-wheel-result .lion-leads-wheel-win-message {
color: #6b7280;
font-size: 16px;
}
.lion-leads-wheel-container.lost + .lion-leads-wheel-result {
background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
border-radius: 12px;
padding: 20px;
text-align: center;
} .lion-leads-popup-quiz_popup .lion-leads-form,
.lion-leads-popup-spin_wheel .lion-leads-form {
display: none;
} .lion-leads-popup-social_proof .lion-leads-form {
display: none;
}
.lion-leads-popup-social_proof .lion-leads-form::after {
display: none;
}  .lion-leads-close {
position: absolute !important;
z-index: 999999 !important;
pointer-events: auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
visibility: visible !important;
opacity: 1 !important;
} @media (max-width: 768px) {
.lion-leads-close {
top: -15px !important;
right: -15px !important;
width: 50px !important;
height: 50px !important;
min-width: 50px !important;
min-height: 50px !important;
font-size: 24px !important;
background: #333 !important;
color: #fff !important;
border: 3px solid #fff !important;
border-radius: 50% !important;
box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
z-index: 9999999 !important;
}
.lion-leads-close:active {
background: #ef4444 !important;
transform: scale(0.9) !important;
} .lion-leads-popup-floating_bar .lion-leads-close {
top: 10px !important;
right: 10px !important;
position: absolute !important;
}
}