.hero-premium{position:relative;min-height:100vh;background:#0a0a0a;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease-in-out;z-index:1}.hero-slide.active{opacity:1}.hero-image-container{position:relative;width:100%;height:100%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(0,0,0,.6),rgba(0,0,0,.1) 60%),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.55));z-index:2}.hero-content{position:absolute;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;padding:0 clamp(2rem,8vw,6rem) 6rem;max-width:680px;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:rgba(245,62,22,.15);border:1px solid rgba(245,62,22,.4);border-radius:100px;color:#f53e16;font-size:.85rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;backdrop-filter:blur(10px)}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:300;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.3);perspective:1000px;transform-style:preserve-3d}.hero-char{display:inline-block;transform-origin:center bottom;text-shadow:0 0 20px rgba(245,62,22,.3),0 4px 20px rgba(0,0,0,.3);transition:all .3s ease}.hero-char:hover{color:#f53e16;transform:translateY(-5px)}.hero-label{display:inline-block;color:hsla(33,88%,68%,.9);font-size:.75rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.2rem}.hero-subtitle{font-size:clamp(1rem,1.8vw,1.3rem);color:hsla(0,0%,100%,.85);max-width:520px;margin:0 0 2rem;font-weight:300;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.3);overflow:hidden}.hero-slide-cta{display:inline-flex;align-items:center;gap:.6rem;color:#fff;font-size:.82rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid hsla(0,0%,100%,.5);padding-bottom:.3rem;margin-bottom:2.5rem;transition:color .3s ease,border-color .3s ease,gap .3s ease}.hero-slide-cta:hover{color:hsla(33,88%,68%,.9);border-color:hsla(33,88%,68%,.7);gap:1rem}.hero-cta-group{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.btn-glow,.primary-cta{position:relative;padding:1rem 3rem;background:linear-gradient(135deg,#f53e16,#ff6b4a);color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 20px rgba(245,62,22,.3);overflow:hidden}.btn-glow:before,.primary-cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.3);transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-glow:hover:before,.primary-cta:hover:before{width:300px;height:300px}.btn-glow:hover,.primary-cta:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 15px 30px rgba(245,62,22,.5)}.btn-outline,.secondary-cta{padding:1rem 3rem;background:transparent;color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border:1px solid hsla(0,0%,100%,.5);border-radius:2px;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-outline:after,.secondary-cta:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.btn-outline:hover:after,.secondary-cta:hover:after{left:100%}.btn-outline:hover,.secondary-cta:hover{background:hsla(0,0%,100%,.1);border-color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px hsla(0,0%,100%,.1)}.hero-dots{display:flex;gap:1rem;margin-top:0}.hero-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.3);border:none;cursor:pointer;transition:all .3s ease}.hero-dot.active{background:#f53e16;transform:scale(1.2)}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.6);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;z-index:10}.scroll-line{width:1px;height:60px;background:linear-gradient(180deg,#f53e16,transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.5}}.stats-strip{background:#fff;padding:4rem 0;border-bottom:1px solid #eee}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-item{text-align:center;position:relative}.stat-item:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:#e0e0e0}.stat-item:last-child:after{display:none}.stat-number{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;color:#f53e16;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.about-section{position:relative;padding:clamp(5rem,10vw,10rem) clamp(2rem,5vw,8rem);background:#f9f9f9;overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:1400px;margin:0 auto}@media (max-width:968px){.about-grid{grid-template-columns:1fr;gap:4rem}}.section-label{display:inline-block;font-size:.8rem;font-weight:600;color:#f53e16;text-transform:uppercase;letter-spacing:.25em;margin-bottom:2rem;position:relative;padding-left:4rem}.section-label:before{content:"";position:absolute;left:0;top:50%;width:3rem;height:1px;background:#f53e16}.about-title{font-size:clamp(2.5rem,5vw,4rem);color:#1a1a1a;line-height:1.1}.about-text,.about-title{font-weight:300;margin-bottom:2rem}.about-text{font-size:1.1rem;color:#555;line-height:1.8}.about-visual{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.tech-visual-container{position:relative;width:100%;height:100%}.tech-main-image{position:absolute;top:0;right:0;width:85%;height:90%;overflow:hidden;box-shadow:20px 20px 60px rgba(0,0,0,.2);border-radius:4px;z-index:1}.tech-main-image img{transform:scale(1.1);transition:transform 1s ease-out}.tech-visual-container:hover .tech-main-image img{transform:scale(1.05)}.tech-glass-card{position:absolute;bottom:10%;left:0;width:auto;min-width:300px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid hsla(0,0%,100%,.3);padding:2rem 2.5rem;z-index:5;display:flex;gap:2rem;align-items:center;box-shadow:0 15px 35px rgba(0,0,0,.15);border-radius:2px}.tech-stat{display:flex;flex-direction:column}.tech-value{font-size:2rem;font-weight:300;color:#1a1a1a;line-height:1;margin-bottom:.25rem}.tech-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#555;font-weight:500}.tech-divider{width:1px;height:40px;background:rgba(0,0,0,.1)}.home-products-showcase{background:#fff;padding:clamp(2.5rem,4vw,4rem) 0 clamp(4rem,7vw,7rem);overflow:hidden}.home-products-showcase .home-products-header{text-align:center;margin-bottom:1.5rem;padding:0 2rem}.home-products-showcase .home-products-header h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300;color:#1a1a1a;margin-bottom:.5rem}.home-products-showcase .home-products-header p{color:#666;font-size:.95rem;max-width:600px;margin:0 auto;font-weight:300}.home-products-showcase .home-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:#f0f0f0}@media (max-width:1024px){.home-products-showcase .home-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home-products-showcase .home-products-grid{grid-template-columns:repeat(2,1fr)}}.home-products-showcase .home-product-card{position:relative;height:320px;overflow:hidden;cursor:pointer;background:#fff}@media (max-width:1024px){.home-products-showcase .home-product-card{height:260px}}@media (max-width:600px){.home-products-showcase .home-product-card{height:200px}}.home-products-showcase .home-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 50%);z-index:2;opacity:.6;transition:opacity .5s ease}.home-products-showcase .home-product-card:hover:before{opacity:.9;background:linear-gradient(0deg,rgba(245,62,22,.9) 0,rgba(0,0,0,.5))}.home-products-showcase .home-product-image{position:absolute;inset:0;transition:transform .8s cubic-bezier(.2,1,.3,1)}.home-products-showcase .home-product-card:hover .home-product-image{transform:scale(1.05)}.home-products-showcase .home-product-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:3;color:#fff}.home-products-showcase .home-product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.4rem;display:block;opacity:.8}.home-products-showcase .home-product-name{font-size:1.2rem;font-weight:300;margin-bottom:.8rem;line-height:1.2}.home-products-showcase .home-product-link{display:inline-flex;align-items:center;gap:1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;padding-bottom:.5rem;border-bottom:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}.home-products-showcase .home-product-card:hover .home-product-link{border-color:#fff}.features-section{background:#fff;padding:clamp(6rem,10vw,12rem) 0;position:relative}.features-header{margin-bottom:6rem;max-width:1400px;margin-left:auto;margin-right:auto;text-align:center;padding:0 2rem}.features-container{display:flex;flex-direction:column;width:100%;max-width:none;margin:0;gap:0}.feature-item{width:100%;padding:6rem clamp(2rem,10vw,15rem);position:sticky;top:0;min-height:100vh;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5rem;border:none;box-shadow:0 -10px 30px rgba(0,0,0,.1)}.feature-item:first-child{background-color:#fff;color:#1a1a1a;z-index:1}.feature-item:nth-child(2){background-color:#f4f4f4;color:#1a1a1a;z-index:2}.feature-item:nth-child(3){background-color:#e0e0e0;color:#1a1a1a;z-index:3}.feature-item:nth-child(4){background-color:#ccc;color:#1a1a1a;z-index:4}.feature-item:nth-child(5){background-color:#333;color:#fff;z-index:5}.feature-item:nth-child(6){background-color:#000;color:#fff;z-index:6}.feature-item:nth-child(n+5) .feature-title{color:#fff}.feature-item:nth-child(n+5) .feature-text{color:#ccc}.feature-item:nth-child(n+5) .feature-number{color:#555}.feature-item:nth-child(n+5) .feature-icon{background:hsla(0,0%,100%,.1);color:#fff}@media (max-width:968px){.feature-item{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;min-height:auto;top:80px;padding:4rem 2rem 6rem}}.feature-content{flex:1;max-width:600px}.feature-title{font-size:2rem;font-weight:400;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.feature-text{color:#666;line-height:1.6;font-size:1.1rem;font-weight:300;max-width:100%}.inspiration-section{padding:0;background:#f5f5f5}.inspiration-container{display:grid;grid-template-columns:1.2fr .8fr;min-height:80vh}@media (max-width:968px){.inspiration-container{grid-template-columns:1fr}}.inspiration-image{position:relative;height:100%;min-height:600px;overflow:hidden}.inspiration-image img{height:120%!important;top:-10%;object-fit:cover}.inspiration-content{padding:clamp(4rem,8vw,8rem);display:flex;flex-direction:column;justify-content:center;background:#fff;position:relative;z-index:2}.inspiration-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#1a1a1a;margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}.inspiration-text{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:3rem;font-weight:300;max-width:500px}.btn-link{display:inline-block;font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:#1a1a1a;text-decoration:none;border-bottom:1px solid #1a1a1a;padding-bottom:5px;width:fit-content;transition:all .3s ease}.btn-link:hover{color:#f53e16;border-color:#f53e16}.design-section{padding:0;background:#fff}.design-container{display:grid;grid-template-columns:.8fr 1.2fr;min-height:80vh}@media (max-width:968px){.design-container{grid-template-columns:1fr;display:flex;flex-direction:column-reverse}}.design-image{position:relative;height:100%;min-height:600px;overflow:hidden}.design-image img{height:120%!important;top:-10%;object-fit:cover}.design-content{padding:clamp(4rem,8vw,8rem);display:flex;flex-direction:column;justify-content:center;background:#fff}.design-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:300;color:#1a1a1a;margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}.design-text{font-size:1.1rem;color:#666;line-height:1.8;margin-bottom:3rem;font-weight:300;max-width:500px}.cta-section{position:relative;min-height:85vh;display:flex;align-items:center;color:#fff;overflow:hidden}.cta-bg{z-index:0}.cta-bg,.cta-overlay{position:absolute;inset:0}.cta-overlay{background:linear-gradient(105deg,rgba(0,0,0,.75),rgba(0,0,0,.5) 60%,rgba(0,0,0,.3));z-index:1}.cta-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:clamp(5rem,8vw,8rem) clamp(2rem,6vw,6rem);display:flex;flex-direction:column;gap:4rem}.cta-main{max-width:680px}.cta-title{font-size:clamp(2.2rem,4.5vw,4rem);font-weight:300;line-height:1.1;margin:1rem 0 1.5rem;letter-spacing:-.02em}.cta-text{color:hsla(0,0%,100%,.75);font-size:1.05rem;margin-bottom:2.5rem;line-height:1.7;font-weight:300;max-width:520px}.cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.cta-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid hsla(0,0%,100%,.15);padding-top:2.5rem}.cta-feature{display:flex;flex-direction:column;gap:.4rem;padding-right:2rem;border-right:1px solid hsla(0,0%,100%,.12);padding-left:2rem}.cta-feature:first-child{padding-left:0}.cta-feature:last-child{border-right:none}.cta-feature-title{font-size:.9rem;font-weight:600;color:#fff;letter-spacing:.02em}.cta-feature-text{font-size:.82rem;color:hsla(0,0%,100%,.6);font-weight:300;line-height:1.5}@media (max-width:768px){.cta-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.cta-feature{padding-left:0;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.12);padding-bottom:1.5rem}.cta-feature:last-child,.cta-feature:nth-child(3){border-bottom:none}}.tagline-strip{background:#111;padding:clamp(3rem,5vw,5rem) clamp(2rem,6vw,6rem);text-align:center}.tagline-text{font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:300;color:#fff;letter-spacing:-.01em;line-height:1.3;max-width:900px;margin:0 auto}.diff-strip{background:#f7f7f7;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e8e8e8}.diff-item{display:flex;align-items:flex-start;gap:1.2rem;padding:clamp(2rem,4vw,3rem) clamp(2rem,4vw,3.5rem);border-right:1px solid #e8e8e8}.diff-item:last-child{border-right:none}.diff-icon{color:#1a1a1a;flex-shrink:0;margin-top:2px}.diff-body{display:flex;flex-direction:column;gap:.3rem}.diff-title{font-size:.95rem;font-weight:600;color:#1a1a1a}.diff-text{font-size:.85rem;color:#666;font-weight:300;line-height:1.5}@media (max-width:768px){.diff-strip{grid-template-columns:1fr}.diff-item{border-right:none;border-bottom:1px solid #e8e8e8}.diff-item:last-child{border-bottom:none}}.catalog-section{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;color:#fff}.catalog-bg{position:absolute;inset:0;z-index:0}.catalog-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(0,0,0,.78),rgba(0,0,0,.45) 55%,rgba(0,0,0,.2));z-index:1}.catalog-inner{position:relative;z-index:2;padding:clamp(4rem,7vw,7rem) clamp(2rem,6vw,6rem);max-width:620px}.catalog-label{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:hsla(33,88%,68%,.9);margin-bottom:1.2rem}.catalog-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:300;color:#fff;margin-bottom:1.2rem;line-height:1.15;letter-spacing:-.02em}.catalog-description{font-size:.95rem;color:hsla(0,0%,100%,.7);margin-bottom:2rem;line-height:1.7;font-weight:300}.catalog-features{display:flex;flex-direction:column;gap:.7rem;margin-bottom:2.5rem}.catalog-feature{display:flex;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.85);font-size:.9rem}.catalog-feature svg{width:16px;height:16px;color:hsla(33,88%,68%,.9);flex-shrink:0}.catalog-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-download{padding:.9rem 2.2rem;background:#fff;color:#1a1a1a;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-download:hover{background:hsla(33,88%,68%,.9)}.btn-download svg{width:16px;height:16px;transition:transform .3s ease}.btn-download:hover svg{transform:translateY(2px)}.catalog-note{font-size:.82rem;color:hsla(0,0%,100%,.45)}.catalog-visual{position:relative;background:#f5f5f5;padding:3rem;flex-direction:column;min-height:400px}.catalog-icon-container,.catalog-visual{border-radius:4px;display:flex;align-items:center;justify-content:center}.catalog-icon-container{width:120px;height:120px;margin-bottom:2rem;background:#fff;border:1px solid #e5e5e5}.catalog-icon-container svg{width:60px;height:60px;color:#1a1a1a}.catalog-stats{display:flex;gap:3rem;justify-content:center}.catalog-stat{text-align:center}.catalog-stat-number{display:block;font-size:2rem;font-weight:300;color:#1a1a1a;margin-bottom:.25rem}.catalog-stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.hero-title{font-size:3rem}.stat-item:after{display:none}.about-visual{height:320px}.tech-main-image{top:0;right:0;left:0;width:100%;height:100%}.product-card{height:450px}.catalog-container{grid-template-columns:1fr;gap:3rem}.catalog-visual{padding:2rem;min-height:300px}.catalog-stats{gap:2rem}.catalog-actions{flex-direction:column;align-items:flex-start}}