.home-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:var(--space-12);align-items:center;padding:var(--space-10) 0;min-height:80vh}.hero-content{max-width:650px}.hero-logo{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6)}.hero-logo-img{height:48px;width:auto;filter:drop-shadow(0 0 10px rgba(255,193,7,.3))}.hero-subtitle-title{font-size:var(--text-2xl);font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1;letter-spacing:-.04em;margin-bottom:var(--space-8);background:linear-gradient(to right,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:var(--text-lg);line-height:1.6;color:var(--text-secondary);margin-bottom:var(--space-10)}.hero-actions{display:flex;gap:var(--space-4)}.hero-visual{perspective:1000px}.image-slideshow{width:100%;position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:0 30px 60px #00000080;border:1px solid var(--border-color)}.slideshow-container{aspect-ratio:16/9;position:relative;transform-style:preserve-3d}.slideshow-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}.slideshow-image.active{opacity:1}.how-it-works,.features-section,.gallery-section,.demo-section{padding:var(--space-20) 0}.how-it-works h2,.features-section h2,.gallery-section h2,.demo-section h2{text-align:center;font-size:var(--text-3xl);font-weight:800;margin-bottom:var(--space-16);letter-spacing:-.02em}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-8)}.step-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-2xl);padding:var(--space-10);position:relative;transition:all var(--transition-normal)}.step-card:hover{transform:translateY(-8px);border-color:var(--accent-primary);box-shadow:0 20px 40px #0000004d}.step-number{position:absolute;top:-20px;left:40px;width:44px;height:44px;background:var(--accent-gradient);color:var(--bg-primary);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:var(--text-lg);box-shadow:0 8px 16px var(--accent-glow)}.step-icon{font-size:3rem;margin-bottom:var(--space-6)}.step-card h3{font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-4)}.step-card p{color:var(--text-secondary);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6)}.feature-card{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--transition-normal)}.feature-card:hover{background:var(--bg-secondary);border-color:var(--accent-primary);transform:translateY(-5px)}.feature-icon{font-size:2.5rem;margin-bottom:var(--space-4)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-8)}.gallery-item{background:var(--bg-secondary);border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border-color);transition:all var(--transition-normal)}.gallery-item:hover{transform:scale(1.03);box-shadow:0 20px 40px #0006;border-color:var(--accent-primary)}.poster-image{width:100%;aspect-ratio:2/3;object-fit:cover}.poster-info{padding:var(--space-6)}.poster-info h4{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-1)}.poster-info p{color:var(--text-muted);font-size:var(--text-sm)}.cta-section{padding:var(--space-24) var(--space-6);background:radial-gradient(circle at center,rgba(255,193,7,.1),transparent 70%);text-align:center}.cta-content h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;margin-bottom:var(--space-6)}.cta-content p{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-10);max-width:600px;margin-left:auto;margin-right:auto}.demo-video-placeholder{background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:var(--radius-2xl);padding:var(--space-20);cursor:pointer;transition:all var(--transition-normal)}.demo-video-placeholder:hover{border-color:var(--accent-primary);background:var(--bg-tertiary)}.play-button{width:80px;height:80px;background:var(--accent-gradient);color:var(--bg-primary);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-6);box-shadow:0 10px 20px var(--accent-glow)}@media (max-width: 992px){.home-hero{grid-template-columns:1fr;text-align:center}.hero-content{margin:0 auto}.hero-logo,.hero-actions{justify-content:center}}@media (max-width: 768px){.hero-title{font-size:3rem}.cta-content h2{font-size:2.5rem}}@media (max-width: 1400px){.slideshow-container{width:min(700px,55vw);height:min(394px,30.94vw)}}@media (max-width: 1200px){.slideshow-container{width:min(600px,50vw);height:min(338px,28.13vw)}}@media (max-width: 992px){.home-hero{grid-template-columns:1fr;text-align:center;gap:3rem;padding:2rem 0;height:auto;min-height:80vh}.hero-content{order:2}.hero-visual{order:1}.hero-title,.hero-section h1,.hero-subtitle{text-align:center}.hero-logo,.hero-actions{justify-content:center}.slideshow-container{width:min(500px,70vw);height:min(281px,39.38vw)}}@media (max-width: 768px){.home-hero{gap:2.5rem;padding:2rem 1rem;min-height:70vh}.hero-content{padding:0 1rem}.hero-title{font-size:2.2rem;line-height:1.2;margin-bottom:1rem;text-align:center}.hero-logo{margin-bottom:1rem;justify-content:center}.hero-logo-img{height:40px;width:auto;display:none}.hero-subtitle-title{font-size:2.2rem;line-height:1.1;margin:.5rem 0;color:var(--text-primary);text-align:center}.hero-section h1{font-size:1.5rem;line-height:1.4;text-align:center}.hero-subtitle{font-size:1rem;margin:0;color:var(--text-secondary);margin-bottom:2rem;margin-top:1rem;line-height:1.6;width:100%;text-align:center}.hero-actions{justify-content:center;gap:1rem;margin-top:1.5rem}.slideshow-container{width:min(400px,80vw);height:min(225px,45vw)}.image-slideshow{animation:subtleFloat 15s ease-in-out infinite}.slideshow-image:nth-child(1){animation:floatImage1 16s ease-in-out infinite}.slideshow-image:nth-child(2){animation:floatImage2 18s ease-in-out infinite}.slideshow-image:nth-child(3){animation:floatImage3 20s ease-in-out infinite}.steps-grid,.features-grid,.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.demo-steps{flex-direction:column;gap:1rem}.how-it-works h2,.features-section h2,.demo-section h2,.gallery-section h2,.cta-content h2{font-size:2.5rem}}@media (max-width: 480px){.home-hero{gap:2rem;padding:1.5rem 1rem;min-height:65vh}.hero-content{padding:0 .5rem}.hero-title{font-size:1.8rem;line-height:1.2;margin-bottom:.5rem;text-align:center}.hero-subtitle-title{font-size:1.8rem;line-height:1.1;margin:.3rem 0;text-align:center}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem;line-height:1.5;margin-top:.8rem;text-align:center}.hero-actions{flex-direction:column;align-items:stretch;gap:.8rem;margin-top:1rem}.btn-primary,.btn-secondary{width:100%;max-width:100%;padding:1rem 1.5rem;font-size:1rem;text-align:center}.slideshow-container{width:min(320px,85vw);height:min(180px,47.81vw)}.image-slideshow{animation:subtleFloat 18s ease-in-out infinite}.how-it-works h2,.features-section h2,.demo-section h2,.gallery-section h2,.cta-content h2{font-size:2rem}.how-it-works,.features-section,.demo-section,.gallery-section,.cta-section{padding:3rem 0}}
