:root{--lms-primary:#8e24aa;--lms-primary-light:#f3e5f5;--lms-accent:#ff4081;--lms-dark:#120b24;--lms-gray:#f8f9fc;--lms-transition:all .3s cubic-bezier(.4, 0, .2, 1)}.lms-page{font-family:var(--font-main);color:var(--text-dark);background-color:#fff;overflow-x:hidden}.lms-hero{background:linear-gradient(135deg,#fbf7ff 0%,#f6f0ff 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.lms-hero:before{content:"";z-index:0;background:radial-gradient(circle,#8e24aa14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.lms-hero-grid{z-index:1;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.lms-hero-title{color:var(--lms-dark);font-size:3rem;font-weight:800;line-height:1.15}.lms-hero-subtitle{text-transform:uppercase;letter-spacing:2px;color:var(--lms-primary);margin-top:1rem;font-size:1.1rem;font-weight:700}.lms-hero-desc{color:var(--text-muted);margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.lms-hero-img-box{justify-content:center;align-items:center;display:flex;position:relative}.lms-hero-img{border-radius:20px;width:100%;max-width:520px;height:auto;animation:6s ease-in-out infinite lmsFloat;box-shadow:0 20px 40px #8e24aa14}@keyframes lmsFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lms-floating-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2;background:#ffffffeb;border:1px solid #8e24aa26;border-radius:16px;align-items:center;gap:.85rem;width:max-content;padding:.85rem 1.25rem;animation:4s ease-in-out infinite alternate floatAnimLms;display:flex;position:absolute;box-shadow:0 12px 30px #8e24aa14}.lms-floating-card-1{top:10%;left:-40px}.lms-floating-card-2{animation-delay:-2s;bottom:8%;right:-40px}@keyframes floatAnimLms{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.lms-float-icon{color:#fff;background:linear-gradient(135deg,#8e24aa 0%,#ba68c8 100%);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.lms-float-icon.alt-icon{background:linear-gradient(135deg,#00bcd4 0%,#4dd0e1 100%)}.lms-float-text h5{color:var(--lms-dark);margin:0;font-size:1rem;font-weight:800}.lms-float-text p{color:var(--text-muted);margin:0;font-size:.78rem}@media (max-width:991px){.lms-floating-card-1{top:-20px;left:10px}.lms-floating-card-2{bottom:-20px;right:10px}}.lms-hero-pills{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.lms-pill{color:var(--lms-dark);background:#fff;border:1px solid #8e24aa0f;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 4px 15px #00000008}.lms-tabs-section{background-color:#fcfaff;padding:5rem 0;position:relative}.lms-tabs-card{background:#fff;border:1px solid #8e24aa0d;border-radius:24px;padding:2rem;box-shadow:0 15px 45px #8e24aa0a}.lms-tabs-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.lms-tab-btn{cursor:pointer;max-width:220px;transition:var(--lms-transition);color:var(--text-muted);background:#fff;border:1px solid #f0edf5;border-radius:16px;flex-direction:column;flex:180px;justify-content:center;align-items:center;padding:1rem .75rem;display:flex}.lms-tab-btn:hover{background:var(--lms-primary-light);color:var(--lms-primary);border-color:#8e24aa33}.lms-tab-btn.active{background:var(--lms-primary);color:#fff;border-color:var(--lms-primary);box-shadow:0 8px 20px #8e24aa33}.lms-tab-btn-icon{margin-bottom:.35rem;font-size:1.5rem}.lms-tab-btn span:last-child{text-align:center;font-size:.85rem;font-weight:600}.lms-tab-content-box{grid-template-columns:4fr 5fr;align-items:center;gap:2.5rem;animation:.4s ease-in-out fadeIn;display:grid}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lms-tab-info h4{color:var(--lms-dark);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.lms-tab-info p{color:var(--text-muted);font-size:1rem;line-height:1.6}.lms-tab-screenshot-box{box-shadow:var(--shadow-md);background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.5rem;overflow:hidden}.lms-tab-screenshot{border-radius:12px;width:100%;height:auto;display:block}.lms-features-section{background:#fff;padding:5rem 0}.lms-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.lms-feature-card{text-align:center;transition:var(--lms-transition);background:#fbf9ff;border:1px solid #8e24aa08;border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden}.lms-feature-card:hover{background:#fff;border-color:#8e24aa1a;transform:translateY(-5px);box-shadow:0 15px 35px #8e24aa0f}.lms-feature-icon-box{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 8px 20px #8e24aa0d}.lms-feature-gif{object-fit:contain;border-radius:50%;width:50px;height:50px}.lms-feature-card h4{color:var(--lms-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.lms-feature-card p{color:var(--text-muted);margin-bottom:0;font-size:.95rem;line-height:1.6}.lms-products-section{background-color:#fff;padding:2rem 0}.lms-product-row{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(2,1fr);align-items:center;gap:4rem;padding:4rem 0;display:grid}.lms-product-row:last-child{border-bottom:none}.lms-product-img-box{position:relative}.lms-product-img{width:100%;box-shadow:var(--shadow-lg);border:1px solid #e2e8f0;border-radius:20px}.lms-product-tag{color:var(--lms-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.95rem;font-weight:700;display:inline-block}.lms-product-title{color:var(--lms-dark);margin-bottom:1.25rem;font-size:2.2rem;font-weight:800}.lms-product-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.lms-highlight-list{margin:0;padding:0;list-style:none}.lms-highlight-list li{color:var(--text-dark);align-items:center;gap:.75rem;margin-bottom:.85rem;font-size:.95rem;display:flex}.lms-list-icon{object-fit:contain;flex-shrink:0;width:22px;height:22px}.lms-footer-section{padding:6rem 0}.lms-footer-card{color:#fff;background:linear-gradient(135deg,#1f113a 0%,#110524 100%);border-radius:36px;padding:4rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #120b2426}.lms-footer-card-grid{z-index:2;grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid;position:relative}.lms-footer-title{font-size:2.5rem;font-weight:800;line-height:1.2}.lms-footer-desc{color:#ffffffb3;margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.6}.lms-footer-graphics{justify-content:center;align-items:center;height:250px;display:flex;position:relative}.lms-footer-img-box{background:#fff;border-radius:20px;max-width:380px;padding:.75rem;box-shadow:0 15px 35px #00000040}.lms-footer-img{border-radius:12px;width:100%;height:auto;display:block}@media (max-width:1024px){.lms-hero-grid,.lms-features-grid,.lms-product-row,.lms-footer-card-grid,.lms-tab-content-box{grid-template-columns:1fr}.lms-hero-img-box{margin-top:2rem}.lms-product-row{gap:2rem}.lms-footer-graphics{margin-top:2rem}.lms-tab-screenshot-box{max-width:500px;margin:0 auto}}@media (max-width:768px){.lms-hero-title{font-size:2.35rem}.lms-product-title{font-size:1.75rem}.lms-footer-card{padding:2.5rem 1.5rem}.lms-footer-title{font-size:1.85rem}.lms-workspace-card{border-radius:16px;padding:2rem 1rem}}@media (max-width:480px){.lms-hero-title{font-size:1.85rem}.lms-hero-subtitle{font-size:.85rem}.lms-product-title{font-size:1.5rem}}.lms-mobile-scroller-container{align-items:center;width:100%;max-width:320px;height:200px;display:flex;position:relative;overflow:hidden}.lms-mobile-scroller-track{gap:15px;width:1260px;animation:18s linear infinite scroll-lms-marquee;display:flex}.lms-mobile-scroller-container:hover .lms-mobile-scroller-track{animation-play-state:paused}.lms-mobile-scroller-img{object-fit:cover;border:1px solid #00000014;border-radius:12px;width:90px;height:180px;box-shadow:0 4px 10px #0000000d}@keyframes scroll-lms-marquee{0%{transform:translate(0)}to{transform:translate(-630px)}}
