.LSGEPage .hero-section{border-bottom:2px solid var(--color-cyan-600);color:var(--text-primary);background:linear-gradient(#0a0e1a 0%,#1a1f35 30%,#0f172a 100%);align-items:center;width:100vw;min-height:100vh;margin-left:calc(50% - 50vw);padding:6rem 0;display:flex;position:relative;overflow:hidden}.LSGEPage .hero-section:before{content:"";pointer-events:none;z-index:-1;width:100%;height:100vh;transform:translateY(var(--scroll-offset,0));background:radial-gradient(circle at 20%,#06b6d414 0%,#0000 50%),radial-gradient(circle at 80% 80%,#7c3aed14 0%,#0000 50%);position:fixed;top:0;left:0}.LSGEPage .hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;position:relative}.LSGEPage .hero-text{flex-direction:column;gap:2rem;max-width:650px;display:flex}.LSGEPage .hero-logo-row{border:1px solid var(--color-cyan-600);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#06b6d41a 0%,#7c3aed1a 100%);border-radius:0;align-items:center;gap:.75rem;width:fit-content;padding:.875rem 1.25rem;display:flex}.LSGEPage .hero-logo-icon{width:28px;height:28px;display:block}.LSGEPage .hero-logo-text{font-size:.7rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--color-cyan-400);text-shadow:0 0 20px #06b6d480}.LSGEPage .hero-title{font-size:4rem;font-weight:var(--font-weight-bold);letter-spacing:-.03em;color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary)0%,var(--color-cyan-300)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;line-height:1.1}.LSGEPage .hero-description{color:var(--text-secondary);max-width:550px;margin:0;font-size:1.125rem;line-height:1.7}.LSGEPage .hero-download-cta{color:var(--color-cyan-400);font-size:.875rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;margin:.5rem 0 0;display:flex}.LSGEPage .download-icon{font-size:1.25rem;animation:2s infinite bounce}.LSGEPage .hero-download-buttons{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.LSGEPage .download-group-windows{flex-direction:column;gap:.5rem;display:flex}.LSGEPage .download-os-label{background:linear-gradient(135deg,var(--color-cyan-600)0%,var(--color-cyan-500)100%);cursor:pointer;font-size:.9375rem;font-weight:var(--font-weight-bold);color:#000;text-transform:uppercase;letter-spacing:.02em;border:none;border-radius:0;padding:.875rem 1.5rem;transition:all .3s;box-shadow:0 4px 20px #06b6d44d}.LSGEPage .download-os-label:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.LSGEPage .download-os-label:not(:disabled):hover{background:linear-gradient(135deg,var(--color-cyan-500)0%,var(--color-cyan-400)100%);transform:translateY(-2px);box-shadow:0 8px 30px #06b6d480}.LSGEPage .hero-validation-badges{flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.LSGEPage .hero-validation-badges li{color:var(--text-secondary);font-size:.9375rem;font-weight:var(--font-weight-semibold);align-items:center;gap:.75rem;margin:0;display:flex}.LSGEPage .hero-validation-badges .badge-icon{color:var(--color-cyan-400);font-weight:var(--font-weight-bold);font-size:1.25rem}.LSGEPage .hero-legal{color:var(--text-tertiary);margin:0;font-size:.75rem;line-height:1.6}.LSGEPage .hero-legal a{color:var(--color-cyan-400);text-decoration:none;transition:all .2s}.LSGEPage .hero-legal a:hover{color:var(--color-cyan-300);text-decoration:underline}.LSGEPage .hero-image{justify-content:center;align-items:center;min-height:550px;display:flex;position:relative}.LSGEPage .hero-image img{border:2px solid var(--color-cyan-600);border-radius:0;width:100%;max-width:520px;height:auto;transition:all .4s cubic-bezier(.34,1.56,.64,1);transform:perspective(1000px)rotateY(0)rotateX(0);box-shadow:0 0 60px #06b6d466,0 0 120px #7c3aed33}.LSGEPage .hero-image img:hover{transform:perspective(1000px)rotateY(-5deg)rotateX(5deg)translateZ(20px);box-shadow:0 0 80px #06b6d499,0 0 160px #7c3aed4d}.LSGEPage .features-section{border-bottom:2px solid var(--color-cyan-600);background:linear-gradient(#0a0e1a 0%,#111827 50%,#0a0e1a 100%);width:100vw;margin-left:calc(50% - 50vw);padding:8rem 0;position:relative}.LSGEPage .features-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#06b6d41a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:0;left:0}.LSGEPage .features-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem;position:relative}.LSGEPage .section-header{text-align:center}.LSGEPage .section-title{font-size:3rem;font-weight:var(--font-weight-bold);letter-spacing:-.03em;color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary)0%,var(--color-cyan-300)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem}.LSGEPage .section-description{color:var(--text-secondary);max-width:700px;min-height:80px;margin:0 auto;font-size:1.125rem;line-height:1.7}.LSGEPage .features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.LSGEPage .feature-card{border:1.5px solid var(--color-cyan-700);background:linear-gradient(135deg,#1e3a8a4d 0%,#06b6d41a 100%);border-radius:0;flex-direction:column;gap:1rem;min-height:250px;max-height:250px;padding:2.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.LSGEPage .feature-card:before{content:"";background:linear-gradient(90deg,#0000,#06b6d41a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.LSGEPage .feature-card:hover{border-color:var(--color-cyan-500);background:linear-gradient(135deg,#1e3a8a80 0%,#06b6d433 100%);transform:translateY(-8px);box-shadow:0 20px 60px #06b6d440,inset 0 1px #06b6d41a}.LSGEPage .feature-card:hover:before{left:100%}.LSGEPage .feature-card h3,.LSGEPage .feature-card p{z-index:2;position:relative}.LSGEPage .feature-icon{align-items:center;height:70px;font-size:3rem;display:flex}.LSGEPage .feature-title{font-size:1.25rem;font-weight:var(--font-weight-bold);color:var(--color-cyan-300);letter-spacing:-.01em;margin:0}.LSGEPage .feature-description{color:var(--text-secondary);flex-grow:1;margin:0;font-size:.9375rem;line-height:1.7}.LSGEPage .screenshots-section{border-bottom:2px solid var(--color-cyan-600);background:linear-gradient(#0a0e1a 0%,#1a1f35 50%,#0a0e1a 100%);width:100vw;margin-left:calc(50% - 50vw);padding:8rem 0;position:relative}.LSGEPage .screenshots-section:after{content:"";background:linear-gradient(90deg,transparent,var(--color-cyan-600),transparent);width:100%;height:1px;position:absolute;bottom:0;left:0}.LSGEPage .screenshots-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem;position:relative}.LSGEPage .screenshot-card{border:2px solid var(--color-cyan-600);aspect-ratio:16/10;cursor:pointer;background:linear-gradient(135deg,#1e3a8a66 0%,#06b6d41a 100%);border-radius:0;transition:all .4s;position:relative;overflow:hidden}.LSGEPage .screenshot-card:before{content:"";pointer-events:none;z-index:3;background:linear-gradient(135deg,#0000 0%,#06b6d426 100%);position:absolute;inset:0}.LSGEPage .screenshot-overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 0% 60%,#0000004d 100%);justify-content:flex-start;align-items:flex-end;padding:2rem;transition:all .4s;display:flex;position:absolute;inset:0}.LSGEPage .screenshot-card:hover{border-color:var(--color-cyan-500);transform:translateY(-8px);box-shadow:0 20px 60px #06b6d44d,inset 0 0 40px #06b6d41a}.LSGEPage .screenshot-card:hover .screenshot-image{transform:scale(1.08)}.LSGEPage .screenshot-card:hover .screenshot-caption{opacity:1;transform:translateY(0)}.LSGEPage .screenshot-caption{font-size:1rem;font-weight:var(--font-weight-bold);color:var(--color-cyan-300);pointer-events:none;opacity:0;letter-spacing:0;text-transform:uppercase;letter-spacing:.05em;font-size:.9375rem;transition:all .4s;transform:translateY(20px)}.LSGEPage .youtube-preview-section{border-bottom:2px solid var(--color-cyan-600);background:linear-gradient(#0a0e1a 0%,#111827 30%,#0a0e1a 100%);width:100vw;margin-left:calc(50% - 50vw);padding:8rem 0;position:relative}.LSGEPage .youtube-preview-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 100%,#06b6d414 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.LSGEPage .youtube-preview-container{z-index:2;max-width:1400px;margin:0 auto;padding:0 3rem;position:relative}.LSGEPage .youtube-wrapper{width:100%;position:relative}.LSGEPage .youtube-frame{border:2px solid var(--color-cyan-600);background:linear-gradient(135deg,#1e3a8a4d 0%,#06b6d41a 100%);border-radius:0;width:100%;height:0;padding-bottom:56.25%;transition:all .4s;position:relative;overflow:hidden}.LSGEPage .youtube-frame:hover{border-color:var(--color-cyan-500);box-shadow:0 20px 60px #06b6d440,inset 0 1px #06b6d41a}.LSGEPage .youtube-frame iframe{width:100%;height:100%;position:absolute;top:0;left:0}.LSGEPage .screenshots-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.LSGEPage .screenshot-card{border:1px solid var(--border-primary);background-color:var(--bg-tertiary);aspect-ratio:16/10;border-radius:0;position:relative;overflow:hidden}.LSGEPage .screenshot-image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.LSGEPage .screenshot-image{object-fit:cover;width:100%;height:100%;transition:var(--transition-default)}.LSGEPage .screenshot-overlay{transition:var(--transition-default);background:0 0;justify-content:flex-start;align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.LSGEPage .screenshot-card:hover .screenshot-image{transform:scale(1.05)}.LSGEPage .screenshot-card:hover .screenshot-overlay{background:#0009}.LSGEPage .screenshot-card:hover .screenshot-caption{opacity:1;transform:translateY(0)}.LSGEPage .screenshot-caption{font-size:.9375rem;font-weight:var(--font-weight-semibold);color:var(--text-primary);opacity:0;transition:var(--transition-default);letter-spacing:-.01em;transform:translateY(10px)}@media (max-width:1024px){.LSGEPage .hero-content{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.LSGEPage .hero-title{font-size:2.5rem}.LSGEPage .features-grid,.LSGEPage .screenshots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.LSGEPage .hero-section{padding:2.5rem 0}.LSGEPage .hero-content{grid-template-columns:1fr;gap:1.5rem;padding:0 1.25rem}.LSGEPage .hero-title{font-size:2rem}.LSGEPage .hero-description{max-width:none;font-size:1rem}.LSGEPage .hero-download-buttons{flex-direction:column}.LSGEPage .hero-image{min-height:300px}.LSGEPage .hero-image img{max-width:100%}.LSGEPage .section-title{margin-bottom:2rem;font-size:2rem}.LSGEPage .usecases-section,.LSGEPage .features-section,.LSGEPage .preview-section,.LSGEPage .pricing-section,.LSGEPage .youtube-preview-section{padding:2.5rem 0}.LSGEPage .usecases-grid,.LSGEPage .features-grid,.LSGEPage .screenshots-gallery,.LSGEPage .pricing-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1.25rem}.LSGEPage .download-buttons{flex-direction:column;gap:.75rem}.LSGEPage .download-buttons .btn-download{justify-content:center;width:100%}.LSGEPage .pricing-card.featured{transform:scale(1)}.LSGEPage .beta-message{padding:2rem 1.25rem}.LSGEPage .video-embed{width:100%}.LSGEPage .video-embed iframe{width:100%;height:auto}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}
