.wl-hero{padding:var(--spacing-3xl) 0;position:relative;overflow:hidden}.wl-hero .container{position:relative;z-index:1}.wl-hero-content{max-width:680px}.wl-hero-eyebrow{display:inline-flex;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-brand-500);margin-bottom:var(--spacing-s)}.wl-hero-title{font-size:40px;font-weight:600;line-height:1.1;letter-spacing:-.02em;margin-bottom:var(--spacing-m);color:var(--color-interface-1000)}.wl-hero-subtitle{font-size:18px;line-height:1.6;color:var(--color-interface-700);margin-bottom:var(--spacing-l);max-width:600px}.wl-hero-buttons{display:flex;gap:var(--spacing-s);flex-wrap:wrap;margin-bottom:var(--spacing-l)}.wl-hero-chips{display:flex;align-items:center;gap:var(--spacing-xs);flex-wrap:wrap}.wl-hero-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--color-surface-100);border:1px solid var(--color-surface-200);border-radius:var(--radius-full);font-size:13px;color:var(--color-interface-700)}.wl-hero-chip-dot{width:6px;height:6px;background:var(--color-brand-500);border-radius:50%}.wl-hero-glow{position:absolute;width:700px;height:700px;top:-200px;right:-200px;background:radial-gradient(circle,rgba(4,124,248,.12) 0%,transparent 70%);pointer-events:none}@media(min-width:688px){.wl-hero{padding:var(--spacing-4xl) 0}.wl-hero-title{font-size:56px}}.wl-products{padding:var(--spacing-3xl) 0;background:var(--color-surface-100)}.wl-products-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-products-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-products-subtitle{font-size:17px;color:var(--color-interface-700);line-height:1.6;max-width:600px;margin:0 auto}.wl-products-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-product-card{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l);transition:all .2s ease;text-decoration:none;color:inherit;display:block}.wl-product-card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.wl-product-card-title{font-size:20px;font-weight:600;margin-bottom:var(--spacing-xs);color:var(--color-interface-1000)}.wl-product-card-desc{font-size:15px;color:var(--color-interface-700);line-height:1.6;margin-bottom:var(--spacing-m)}.wl-product-card-features{display:flex;flex-direction:column;gap:var(--spacing-2xs);margin-bottom:var(--spacing-m)}.wl-product-card-feature{display:flex;align-items:center;gap:var(--spacing-2xs);font-size:14px;color:var(--color-interface-700)}.wl-product-card-feature svg{flex-shrink:0;color:var(--color-success)}.wl-product-card-cta{font-size:14px;font-weight:600;color:var(--color-brand-500);display:inline-flex;align-items:center;gap:6px}@media(min-width:768px){.wl-products-grid{grid-template-columns:repeat(3,1fr)}.wl-products-title{font-size:44px}}.wl-platforms{padding:var(--spacing-3xl) 0}.wl-platforms-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-platforms-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-platforms-subtitle{font-size:17px;color:var(--color-interface-700);line-height:1.6;max-width:600px;margin:0 auto}.wl-platforms-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-platform-card{background:var(--color-surface-100);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l);transition:all .2s ease}.wl-platform-card:hover{border-color:var(--color-brand-300)}.wl-platform-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-brand-100);border:1px solid var(--color-brand-300);border-radius:var(--radius-xs);margin-bottom:var(--spacing-s);font-size:20px;font-weight:700;color:var(--color-brand-500)}.wl-platform-card-title{font-size:18px;font-weight:600;margin-bottom:var(--spacing-2xs)}.wl-platform-card-desc{font-size:14px;color:var(--color-interface-700);line-height:1.6;margin-bottom:var(--spacing-s)}.wl-platform-card-features{display:flex;flex-wrap:wrap;gap:var(--spacing-2xs)}.wl-platform-card-badge{display:inline-flex;padding:4px 10px;background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-full);font-size:12px;color:var(--color-interface-700)}.wl-cross-platform{background:var(--gradient-brand);border:none;color:#fff;grid-column:1 / -1}.wl-cross-platform .wl-platform-card-icon{background:#fff3;border-color:#ffffff4d;color:#fff}.wl-cross-platform .wl-platform-card-title,.wl-cross-platform .wl-platform-card-desc{color:#fff}.wl-cross-platform .wl-platform-card-desc{opacity:.9}.wl-cross-platform .wl-platform-card-badge{background:#ffffff26;border-color:#ffffff40;color:#fff}@media(min-width:768px){.wl-platforms-grid{grid-template-columns:repeat(2,1fr)}.wl-platforms-title{font-size:44px}}@media(min-width:1024px){.wl-platforms-grid{grid-template-columns:repeat(4,1fr)}}.wl-platform-details{padding:var(--spacing-3xl) 0;background:var(--color-surface-100)}.wl-platform-details-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-platform-details-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-pd-items{display:flex;flex-direction:column;gap:var(--spacing-l)}.wl-pd-item{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l)}.wl-pd-item-title{font-size:22px;font-weight:600;margin-bottom:var(--spacing-xs);color:var(--color-interface-1000)}.wl-pd-item-desc{font-size:15px;color:var(--color-interface-700);line-height:1.6;margin-bottom:var(--spacing-m)}.wl-pd-highlights{display:flex;flex-direction:column;gap:var(--spacing-xs)}.wl-pd-highlight{display:flex;align-items:flex-start;gap:var(--spacing-xs);font-size:14px;color:var(--color-interface-700);line-height:1.5}.wl-pd-highlight svg{flex-shrink:0;margin-top:3px;color:var(--color-success)}@media(min-width:688px){.wl-platform-details-title{font-size:44px}}.wl-benefits{padding:var(--spacing-3xl) 0}.wl-benefits-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-benefits-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-benefits-subtitle{font-size:17px;color:var(--color-interface-700);line-height:1.6;max-width:600px;margin:0 auto}.wl-benefits-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-benefit-card{background:var(--color-surface-100);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l);transition:all .2s ease}.wl-benefit-card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-md)}.wl-benefit-card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-brand-100);border:1px solid var(--color-brand-300);border-radius:var(--radius-2xs);margin-bottom:var(--spacing-s);color:var(--color-brand-500)}.wl-benefit-card-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-2xs);color:var(--color-interface-1000)}.wl-benefit-card-desc{font-size:14px;color:var(--color-interface-700);line-height:1.6}@media(min-width:768px){.wl-benefits-grid{grid-template-columns:repeat(2,1fr)}.wl-benefits-title{font-size:44px}}@media(min-width:1024px){.wl-benefits-grid{grid-template-columns:repeat(3,1fr)}}.wl-features{padding:var(--spacing-3xl) 0;background:var(--color-surface-100)}.wl-features-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-features-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-features-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-feature-card{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l);transition:all .2s ease}.wl-feature-card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-md)}.wl-feature-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-brand-100);border:1px solid var(--color-brand-300);border-radius:var(--radius-2xs);margin-bottom:var(--spacing-s);color:var(--color-brand-500)}.wl-feature-card-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-2xs)}.wl-feature-card-desc{font-size:14px;color:var(--color-interface-700);line-height:1.6}@media(min-width:768px){.wl-features-grid{grid-template-columns:repeat(2,1fr)}.wl-features-title{font-size:44px}}@media(min-width:1024px){.wl-features-grid{grid-template-columns:repeat(3,1fr)}}.wl-how{padding:var(--spacing-3xl) 0}.wl-how-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-how-title{font-size:32px;font-weight:600;line-height:1.2}.wl-how-steps{display:grid;gap:var(--spacing-m);grid-template-columns:1fr;max-width:900px;margin:0 auto}.wl-how-step{display:flex;gap:var(--spacing-s);padding:var(--spacing-l);background:var(--color-surface-100);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);transition:all .2s ease}.wl-how-step:hover{border-color:var(--color-brand-300)}.wl-how-step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gradient-brand);border-radius:var(--radius-2xs);color:#fff;font-size:18px;font-weight:700;flex-shrink:0}.wl-how-step-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-3xs)}.wl-how-step-desc{font-size:14px;color:var(--color-interface-700);line-height:1.6}@media(min-width:688px){.wl-how-title{font-size:44px}}@media(min-width:768px){.wl-how-steps{grid-template-columns:repeat(3,1fr)}.wl-how-step{flex-direction:column}}.wl-faq{padding:var(--spacing-3xl) 0;background:var(--color-surface-100)}.wl-faq-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-faq-title{font-size:32px;font-weight:600;line-height:1.2}.wl-faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-xs)}.wl-faq-item{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-xs);overflow:hidden;transition:border-color .2s ease}.wl-faq-item:hover{border-color:var(--color-brand-300)}.wl-faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-s);padding:var(--spacing-s) var(--spacing-m);cursor:pointer;font-size:15px;font-weight:600;color:var(--color-interface-1000);background:none;border:none;width:100%;text-align:left}.wl-faq-question:hover{color:var(--color-brand-500)}.wl-faq-chevron{flex-shrink:0;width:20px;height:20px;color:var(--color-interface-500);transition:transform .2s ease}.wl-faq-item.open .wl-faq-chevron{transform:rotate(180deg)}.wl-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.wl-faq-item.open .wl-faq-answer{max-height:500px}.wl-faq-answer-inner{padding:0 var(--spacing-m) var(--spacing-m);font-size:14px;color:var(--color-interface-700);line-height:1.7}@media(min-width:688px){.wl-faq-title{font-size:44px}}.wl-cta{padding:var(--spacing-4xl) 0}.wl-cta-card{position:relative;background:linear-gradient(135deg,#2563eb,#1e40af,#1e3a8a);border-radius:24px;padding:64px 40px;text-align:center;overflow:hidden}.wl-cta-circle{position:absolute;border-radius:50%;background:#ffffff14;pointer-events:none}.wl-cta-circle-1{width:300px;height:300px;top:-100px;right:-50px}.wl-cta-circle-2{width:200px;height:200px;bottom:-80px;left:-60px}.wl-cta-circle-3{width:150px;height:150px;top:50%;left:10%;transform:translateY(-50%);background:#ffffff0d}.wl-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.wl-cta-label{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ffffffb3;margin-bottom:20px}.wl-cta-title{font-size:32px;font-weight:600;color:#fff;margin:0 0 16px;line-height:1.2}.wl-cta-subtitle{font-size:16px;color:#fffc;max-width:550px;margin:0 auto 32px;line-height:1.6}.wl-cta-buttons{display:flex;flex-direction:column;gap:12px;justify-content:center;align-items:center}@media(min-width:480px){.wl-cta-buttons{flex-direction:row;gap:16px}}@media(min-width:688px){.wl-cta-title{font-size:44px}.wl-cta-subtitle{font-size:18px}.wl-cta-card{padding:80px 60px}}@media(min-width:1024px){.wl-cta-title{font-size:48px}}.wl-customization{padding:var(--spacing-3xl) 0;background:var(--color-surface-100)}.wl-customization-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-customization-title{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:var(--spacing-s)}.wl-customization-subtitle{font-size:17px;color:var(--color-interface-700);line-height:1.6;max-width:600px;margin:0 auto}.wl-customization-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-customization-card{background:var(--color-surface-50);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);padding:var(--spacing-l);transition:all .2s ease}.wl-customization-card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-md)}.wl-customization-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-brand-100);border:1px solid var(--color-brand-300);border-radius:var(--radius-2xs);margin-bottom:var(--spacing-s);color:var(--color-brand-500)}.wl-customization-card-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-2xs)}.wl-customization-card-desc{font-size:14px;color:var(--color-interface-700);line-height:1.6}@media(min-width:768px){.wl-customization-grid{grid-template-columns:repeat(2,1fr)}.wl-customization-title{font-size:44px}}.wl-crosslinks{padding:var(--spacing-3xl) 0}.wl-crosslinks-header{text-align:center;margin-bottom:var(--spacing-2xl)}.wl-crosslinks-title{font-size:32px;font-weight:600;line-height:1.2}.wl-crosslinks-grid{display:grid;gap:var(--spacing-m);grid-template-columns:1fr}.wl-crosslink-card{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-s);padding:var(--spacing-m) var(--spacing-l);background:var(--color-surface-100);border:1px solid var(--color-surface-200);border-radius:var(--radius-s);text-decoration:none;color:inherit;transition:all .2s ease}.wl-crosslink-card:hover{border-color:var(--color-brand-300);box-shadow:var(--shadow-md);transform:translateY(-1px)}.wl-crosslink-card-body{flex:1;min-width:0}.wl-crosslink-card-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-3xs);color:var(--color-interface-1000)}.wl-crosslink-card:hover .wl-crosslink-card-title{color:var(--color-brand-500)}.wl-crosslink-card-desc{font-size:14px;color:var(--color-interface-700);line-height:1.5}.wl-crosslink-card-arrow{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--color-brand-100);border-radius:var(--radius-2xs);color:var(--color-brand-500);transition:all .2s ease}.wl-crosslink-card:hover .wl-crosslink-card-arrow{background:var(--color-brand-500);color:#fff}@media(min-width:768px){.wl-crosslinks-grid{grid-template-columns:repeat(2,1fr)}.wl-crosslinks-title{font-size:44px}}@media(min-width:1200px){.wl-crosslinks-grid{grid-template-columns:repeat(3,1fr)}}.wl-related{padding:var(--spacing-l) 0 0}.wl-related-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;margin-bottom:var(--spacing-s);text-align:center}.wl-related-links{display:flex;gap:var(--spacing-s);justify-content:center;flex-wrap:wrap}.wl-related-link{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);font-size:13px;color:#fff;text-decoration:none;transition:all .2s ease}.wl-related-link:hover{background:#fff3;border-color:#fff6}
