.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");
:root {
--wlm-primary: #6366f1;
--wlm-secondary: #a855f7;
--wlm-accent: #f43f5e;
--wlm-dark: #0f172a;
--wlm-light: #f8fafc;
--wlm-glass: rgba(255, 255, 255, 0.1);
--wlm-glass-border: rgba(255, 255, 255, 0.2);
--wlm-radius: 16px;
}
.wlm-landing-body {
font-family: 'Inter', sans-serif;
color: var(--wlm-dark);
line-height: 1.6;
margin: 0;
padding: 0;
background: var(--wlm-light);
} .wlm-hero {
position: relative;
padding: 160px 20px 100px;
text-align: center;
color: white;
background-size: cover;
background-position: center;
background-attachment: fixed; overflow: hidden;
}
.wlm-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(99, 102, 241, 0.85), rgba(168, 85, 247, 0.85), rgba(15, 23, 42, 0.9));
z-index: 1;
}
.wlm-hero-content {
position: relative;
z-index: 2;
max-width: 900px;
margin: 0 auto;
}
.wlm-hero h1 {
font-size: 4.5rem;
font-weight: 800;
margin-bottom: 20px;
text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
letter-spacing: -1px;
}
.wlm-hero .subtitle {
font-size: 1.5rem;
opacity: 0.95;
margin-bottom: 40px;
font-weight: 300;
} .wlm-product-showcase {
background: white;
position: relative;
z-index: 10;
}
.wlm-gallery-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.wlm-main-image {
background: white;
border-radius: var(--wlm-radius);
padding: 10px;
box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.wlm-main-image:hover {
transform: scale(1.02);
}
.wlm-main-image img {
width: 100%;
height: auto;
border-radius: 12px;
display: block;
}
.wlm-thumbnails {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
gap: 10px;
}
.wlm-thumb img {
width: 100%;
height: auto;
border-radius: 8px;
transition: all 0.3s ease;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wlm-thumb:hover img {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} .wlm-cta-card {
background: white;
border: 1px solid #e2e8f0;
border-radius: var(--wlm-radius);
padding: 30px;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
position: sticky;
top: 40px;
}
.wlm-cta-card h3 {
margin-top: 0;
font-size: 1.8rem;
color: var(--wlm-dark);
}
.price-container .price {
font-size: 2.5rem;
font-weight: 800;
color: var(--wlm-primary);
margin: 10px 0;
} .wlm-features-scroll {
display: flex;
gap: 20px;
overflow-x: auto;
padding: 20px 0;
scrollbar-width: none;
}
.wlm-features-scroll::-webkit-scrollbar {
display: none;
}
.wlm-feature-pill {
background: #f1f5f9;
padding: 10px 20px;
border-radius: 50px;
white-space: nowrap;
font-weight: 600;
color: #475569;
} .wlm-long-description {
font-size: 1.2rem;
line-height: 1.8;
color: #4b5563;
max-width: 800px;
margin: 0 auto;
padding: 60px 20px;
}
.wlm-long-description h2,
.wlm-long-description h3 {
color: var(--wlm-dark);
margin-top: 40px;
}  .wlm-login-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
overflow: hidden;
font-family: 'Inter', system-ui, -apple-system, sans-serif;
} .wlm-login-wrapper::before,
.wlm-login-wrapper::after {
content: '';
position: absolute;
width: 80vh;
height: 80vh;
border-radius: 50%;
filter: blur(100px);
opacity: 0.4;
animation: wlmFloat 10s infinite ease-in-out alternate;
}
.wlm-login-wrapper::before {
background: radial-gradient(circle, #6366f1, transparent);
top: -20%;
left: -10%;
animation-delay: 0s;
}
.wlm-login-wrapper::after {
background: radial-gradient(circle, #ec4899, transparent);
bottom: -20%;
right: -10%;
animation-delay: -5s;
}
@keyframes wlmFloat {
0% {
transform: translate(0, 0) scale(1);
}
100% {
transform: translate(50px, 30px) scale(1.1);
}
}
.wlm-login-box {
max-width: 450px;
width: 90%;
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.5);
border-radius: 30px;
padding: 50px 40px;
position: relative;
z-index: 10;
color: white;
text-align: center;
} .wlm-form-header {
margin-bottom: 40px;
}
.wlm-icon-circle {
width: 80px;
height: 80px;
background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(236, 72, 153, 0.2));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 0 30px rgba(99, 102, 241, 0.3);
color: white;
}
.wlm-icon-circle svg {
width: 40px;
height: 40px;
filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}
.wlm-login-box h2 {
color: white;
font-size: 2rem;
font-weight: 800;
margin: 0 0 10px;
letter-spacing: -1px;
}
.wlm-login-box p {
color: #94a3b8;
font-size: 0.95rem;
margin: 0;
} .wlm-input-group {
margin-bottom: 25px;
text-align: left;
width: 100%;
}
.wlm-input-group label {
display: block;
color: #cbd5e1;
font-size: 0.9rem;
font-weight: 500;
margin-bottom: 8px;
margin-left: 5px;
}
.wlm-input-wrapper {
position: relative;
width: 100%;
}
.wlm-input-icon {
position: absolute;
left: 18px;
top: 50%;
transform: translateY(-50%);
color: #94a3b8;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
transition: color 0.3s ease;
} .wlm-login-box input[type="text"],
.wlm-login-box input[type="email"],
.wlm-login-box input[type="password"] {
width: 100% !important;
background: rgba(0, 0, 0, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
padding: 16px 16px 16px 50px !important; color: white;
font-size: 1rem;
transition: all 0.3s ease;
box-sizing: border-box !important;
}
.wlm-login-box input[type="text"]:focus,
.wlm-login-box input[type="email"]:focus,
.wlm-login-box input[type="password"]:focus {
background: rgba(255, 255, 255, 0.05);
border-color: #818cf8;
box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
outline: none;
}
.wlm-login-box input:focus+.wlm-input-icon,
.wlm-input-wrapper:focus-within .wlm-input-icon {
color: #a5b4fc;
} .forgetmenot {
text-align: left;
margin-bottom: 25px !important;
width: 100%;
}
.forgetmenot label {
color: #94a3b8;
font-size: 0.9rem;
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
}
input[type="checkbox"] {
accent-color: #6366f1;
width: 16px;
height: 16px;
} .wlm-login-box input[type="submit"] {
width: 100% !important;
background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
color: white;
border: none;
border-radius: 16px;
padding: 18px !important;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.5);
text-transform: uppercase;
letter-spacing: 1px;
}
.wlm-login-box input[type="submit"]:hover {
transform: translateY(-2px) scale(1.02);
box-shadow: 0 15px 35px -5px rgba(99, 102, 241, 0.6);
} .wlm-form-footer {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wlm-form-footer p {
margin-bottom: 10px;
}
.wlm-form-footer a {
color: #a5b4fc;
text-decoration: none;
font-weight: 600;
transition: color 0.2s;
}
.wlm-form-footer a:hover {
color: white;
text-decoration: underline;
}
.wlm-forgot {
font-size: 0.85rem;
color: #64748b !important;
}
.wlm-forgot:hover {
color: #94a3b8 !important;
}
.wlm-browser-icons {
display: flex;
gap: 8px;
}
.wlm-toggle-link {
color: #a5b4fc;
font-weight: 700;
text-decoration: none;
transition: color 0.2s;
}
.wlm-toggle-link:hover {
color: white;
text-decoration: underline;
} @keyframes fadeScale {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
.wlm-animate {
animation: fadeScale 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} .wlm-table-container {
background: white;
border-radius: var(--wlm-radius);
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
border: 1px solid #e2e8f0;
overflow: hidden;
margin-top: 30px;
}
.wlm-table {
width: 100%;
border-collapse: collapse;
min-width: 800px; }
.wlm-table th {
background: #f8fafc;
padding: 20px;
text-align: left;
font-weight: 600;
color: #64748b;
border-bottom: 1px solid #e2e8f0;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.wlm-table td {
padding: 25px 20px;
border-bottom: 1px solid #e2e8f0;
color: var(--wlm-dark);
vertical-align: middle;
}
.wlm-table tr:last-child td {
border-bottom: none;
}
.wlm-table-row:hover td {
background: #f8fafc;
}
.wlm-badge {
padding: 6px 12px;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
}
.wlm-badge-active {
background: #dcfce7;
color: #166534;
}
.wlm-badge-inactive {
background: #fee2e2;
color: #991b1b;
}
.wlm-badge-ip {
background: #e0f2fe;
color: #075985;
font-family: monospace;
letter-spacing: -0.5px;
}
.wlm-badge-empty {
background: #f1f5f9;
color: #94a3b8;
}
.wlm-key-wrapper {
display: flex;
align-items: center;
gap: 10px;
background: #f1f5f9;
padding: 8px 12px;
border-radius: 8px;
border: 1px dashed #cbd5e1;
width: fit-content;
}
.wlm-key-code {
font-family: 'Monaco', monospace;
font-size: 0.95rem;
color: #334155;
} .wlm-dashboard-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 30px;
margin-top: 40px;
}
.wlm-license-card {
background: white;
border-radius: var(--wlm-radius);
overflow: hidden;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
border: 1px solid #e2e8f0;
transition: all 0.3s ease;
}
.wlm-license-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.wlm-license-card .card-header {
background: linear-gradient(to right, var(--wlm-primary), var(--wlm-secondary));
color: white;
padding: 20px 25px;
}
.wlm-license-card .card-header h3 {
margin: 0;
font-size: 1.25rem;
font-weight: 600;
}
.wlm-license-card .card-body {
padding: 25px;
}
.wlm-license-key-container {
background: #f8fafc;
border: 1px dashed #cbd5e1;
border-radius: 8px;
padding: 12px;
margin: 15px 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.wlm-license-key {
font-family: 'Monaco', 'Consolas', monospace;
color: var(--wlm-dark);
font-size: 0.95rem;
word-break: break-all;
}
.wlm-copy-btn {
background: none;
border: none;
color: #64748b;
cursor: pointer;
font-size: 0.9rem;
padding: 5px;
transition: color 0.2s;
}
.wlm-copy-btn:hover {
color: var(--wlm-primary);
} .wlm-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
border-radius: 8px; font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
border: none;
font-size: 1rem;
}
.wlm-btn-primary {
background: var(--wlm-primary);
color: white;
}
.wlm-btn-primary:hover {
background: var(--wlm-secondary);
color: white;
box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.wlm-animate {
animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}