*{box-sizing:border-box;margin:0;padding:0}:root{--primary-black:#000;--primary-white:#fff;--glass-bg:#ffffff14;--glass-border:#ffffff26;--glass-shadow:#0000004d;--text-primary:#fff;--text-secondary:#ffffffb3;--accent-glow:#fff3;--transition:all .4s cubic-bezier(.4, 0, .2, 1);--font-primary:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;--font-secondary:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background:var(--primary-black);color:var(--text-primary);line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:0 8px 32px var(--glass-shadow);border-radius:24px}.btn-primary{background:var(--primary-white);color:var(--primary-black);cursor:pointer;transition:var(--transition);letter-spacing:.5px;border:none;border-radius:50px;padding:16px 40px;font-size:16px;font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #ffffff4d}.btn-secondary{color:var(--primary-white);border:2px solid var(--primary-white);cursor:pointer;transition:var(--transition);letter-spacing:.5px;background:0 0;border-radius:50px;padding:16px 40px;font-size:16px;font-weight:600}.btn-secondary:hover{background:var(--primary-white);color:var(--primary-black);transform:translateY(-2px)}h1{letter-spacing:-2px;font-size:clamp(48px,6vw,80px);font-weight:700;line-height:1.1}h2{letter-spacing:-1px;font-size:clamp(32px,4vw,56px);font-weight:700;line-height:1.2}h3{letter-spacing:-.5px;font-size:clamp(24px,3vw,36px);font-weight:600}p{color:var(--text-secondary);font-size:16px;line-height:1.8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--primary-black)}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media (width<=768px){.container{padding:0 16px}}.navbar{z-index:1000;padding:20px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid #ffffff1a;padding:12px 0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{justify-content:center;align-items:center;width:50px;height:50px;display:flex}.logo-icon img{object-fit:contain;width:300%;height:200%;margin-left:30px}.logo-icon svg{width:100%;height:100%}.logo-text{letter-spacing:2px;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700}.desktop-menu{align-items:center;gap:40px;display:flex}.nav-link{color:#ffffffb3;letter-spacing:.5px;font-size:15px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.active-indicator{background:#fff;border-radius:2px;height:2px;position:absolute;bottom:-8px;left:0;right:0}.mobile-menu-button{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;display:none}.mobile-menu{-webkit-backdrop-filter:blur(20px);background:#000000f2;border-bottom:1px solid #ffffff1a;display:none;overflow:hidden}.mobile-nav-link{color:#ffffffb3;border-bottom:1px solid #ffffff0d;padding:20px 24px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff0d}@media (width<=768px){.desktop-menu{display:none}.mobile-menu-button{justify-content:center;align-items:center;display:flex}.mobile-menu{display:block}.logo-text{font-size:20px}}.hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(135deg,#000c 0%,#0009 50%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-fallback{z-index:-2;background:radial-gradient(#282828 0%,#000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;text-align:center;padding-top:80px;position:relative}.hero-text{max-width:900px;margin:0 auto}.hero h1{color:#fff;margin-bottom:24px;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#fff 0%,#a0a0a0 50%,#fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffc;margin-bottom:40px;font-size:18px;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.scroll-indicator{color:#fff9;cursor:pointer;transition:color .3s;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.scroll-indicator:hover{color:#fff}@media (width<=768px){.hero h1{font-size:36px}.hero-subtitle{font-size:16px}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons button{width:100%;max-width:280px}}.features-scroll{background:linear-gradient(#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%);height:500vh;position:relative}.features-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.features-content{gap:60px;width:100%;max-width:1600px;height:100%;padding:0 60px;display:flex}.features-visual{will-change:transform;flex:0 0 55%;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.features-text{flex-direction:column;flex:0 0 45%;justify-content:center;align-items:flex-start;padding:40px;display:flex;position:relative}.feature-card-scroll{will-change:transform, opacity;border-radius:32px;flex-direction:column;gap:24px;width:100%;padding:60px;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000004d,0 20px 40px #0003}.feature-card-scroll:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.feature-number{letter-spacing:4px;text-transform:uppercase;opacity:.6;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.feature-title{letter-spacing:-.02em;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:700;line-height:1.1}.feature-description{margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.6}.feature-cta{cursor:pointer;letter-spacing:.02em;border:none;border-radius:50px;align-self:flex-start;margin-top:16px;padding:16px 40px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #0003}.feature-cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000004d}.scroll-indicator{flex-direction:column;gap:12px;display:flex;position:absolute;bottom:40px;left:40px;right:40px}.scroll-dots{gap:12px;display:flex}.scroll-dot{will-change:transform;background:#ffffff4d;border-radius:50%;width:12px;height:12px;transition:all .3s}.scroll-dot.active{background:#ffffffe6;box-shadow:0 0 20px #ffffff80}.scroll-progress{background:#fff3;border-radius:3px;height:3px;overflow:hidden}.scroll-progress:after{content:"";height:100%;width:var(--progress,0%);background:linear-gradient(90deg,#fffc,#fff);border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1);display:block}@media (width<=1024px){.features-content{gap:40px;padding:0 40px}.features-visual{flex:0 0 50%}.features-text{flex:0 0 50%;padding:30px}.feature-card-scroll{padding:40px}.feature-title{font-size:36px}.product-mockup{width:400px;height:320px}.mockup-earcup{width:110px;height:140px}.mockup-earcup.left{left:40px}.mockup-earcup.right{right:40px}}@media (width<=768px){.features-scroll{height:400vh}.features-content{flex-direction:column;gap:30px;padding:0 24px}.features-visual{flex:none;height:40vh}.features-text{flex:none;padding:20px}.feature-card-scroll{border-radius:24px;padding:32px}.feature-title{font-size:28px}.feature-description{font-size:16px}.feature-cta{padding:14px 32px;font-size:14px}.product-mockup{width:280px;height:220px}.mockup-earcup{width:80px;height:100px}.mockup-earcup.left{left:30px}.mockup-earcup.right{right:30px}.mockup-headband{width:140px;height:60px;top:-30px}.glass-1{width:200px;height:200px}.glass-2{width:150px;height:150px}.glass-3{width:100px;height:100px}.scroll-indicator{bottom:30px;left:20px;right:20px}}@media (width<=480px){.features-content{padding:0 16px}.feature-card-scroll{border-radius:20px;padding:24px}.feature-title{font-size:24px}.feature-description{font-size:14px}.feature-cta{padding:12px 28px;font-size:13px}.product-mockup{width:220px;height:180px}.mockup-earcup{width:65px;height:85px}.mockup-earcup.left{left:20px}.mockup-earcup.right{right:20px}}.featured-products{background:#000;padding:120px 0;position:relative;overflow:hidden}.featured-products-container{max-width:1400px;margin:0 auto;padding:0 40px}.featured-header{margin-bottom:60px}.featured-text{margin-bottom:40px}.featured-title{color:#fff;letter-spacing:-.03em;margin:0 0 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1}.featured-subtitle{color:#fff9;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.5}.category-pills{flex-wrap:wrap;gap:12px;display:flex}.category-pill{color:#ffffffb3;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:12px 24px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s}.category-pill:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.category-pill.active{color:#fff;background:#ffffff26;border-color:#ffffff4d;box-shadow:0 4px 20px #ffffff1a}.products-wrapper{align-items:center;gap:32px;display:flex;position:relative}.nav-arrow{-webkit-backdrop-filter:blur(20px);cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.nav-arrow:hover{background:#fff3;transform:scale(1.1)}.nav-arrow:active{transform:scale(.95)}.products-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:24px;min-height:500px;padding:20px 0 60px;display:flex;overflow-x:auto}.products-container::-webkit-scrollbar{display:none}.product-card{-webkit-backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex:0 0 280px;height:420px;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{background:#ffffff0d;border-color:#ffffff26;box-shadow:0 12px 40px #00000040}.product-image-wrapper{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:10px;display:flex;position:relative;overflow:hidden;height:200px!important;min-height:200px!important;max-height:220px!important}.product-image{object-position:center;width:100%;height:100%;transition:transform .3s;object-fit:contain!important}.wishlist-btn{-webkit-backdrop-filter:blur(10px);cursor:pointer;opacity:0;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;transform:translateY(-10px)}.product-card:hover .wishlist-btn{opacity:1;transform:translateY(0)}.wishlist-btn:hover{background:#ff000080;border-color:#ff00004d}.product-info{flex-direction:column;flex-grow:1;display:flex;gap:6px!important;padding:12px!important}.product-rating{letter-spacing:1px;color:#f59e0b;font-size:.75rem}.product-name{color:#fff;letter-spacing:-.01em;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:36px;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;display:-webkit-box;overflow:hidden;margin-bottom:6px!important;font-size:14px!important;line-height:18px!important}.product-description{color:#fff9;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:30px;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;display:-webkit-box;overflow:hidden;margin-bottom:6px!important;font-size:11px!important;line-height:15px!important}.product-prices{align-items:center;gap:8px;display:flex;margin-top:6px!important;margin-bottom:6px!important}.add-to-cart{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:100%;height:38px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;margin-top:6px!important}.add-to-cart:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}.add-to-cart:active{transform:translateY(0)}@media (width<=1024px){.featured-products-container{padding:0 32px}.featured-title{font-size:2.8rem}.featured-subtitle{font-size:1.1rem}.product-card{flex:0 0 280px}.product-image-wrapper{height:240px}.nav-arrow{width:48px;height:48px}}@media (width<=768px){.featured-products{padding:80px 0}.featured-products-container{padding:0 24px}.featured-header{margin-bottom:40px}.featured-text{margin-bottom:32px}.featured-title{font-size:2.2rem}.featured-subtitle{font-size:1rem}.category-pills{gap:8px}.category-pill{padding:10px 20px;font-size:.85rem}.products-wrapper{gap:24px}.product-card{flex:0 0 260px}.product-image-wrapper{height:220px}.product-info{padding:20px}.product-name{font-size:1.1rem}.product-description{font-size:.85rem}.current-price{font-size:1.2rem}.nav-arrow{width:44px;height:44px}.nav-arrow svg{width:20px;height:20px}}@media (width<=480px){.featured-products{padding:60px 0}.featured-products-container{padding:0 20px}.featured-title{font-size:1.8rem}.featured-subtitle{font-size:.9rem}.category-pill{padding:8px 16px;font-size:.8rem}.product-card{border-radius:20px;flex:0 0 240px}.product-image-wrapper{height:200px}.product-info{gap:10px;padding:16px}.product-name{font-size:1rem}.product-description{font-size:.8rem}.old-price{font-size:.85rem}.current-price{font-size:1.1rem}.add-to-cart{padding:12px 20px;font-size:.85rem}.nav-arrow{width:40px;height:40px}.nav-arrow svg{width:18px;height:18px}}.product-slider{background:#000;padding:120px 0;position:relative;overflow:hidden}.product-slider-container{flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.product-slider-title{color:#fff;letter-spacing:-.03em;text-align:center;margin:0 0 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1}.product-slider-subtitle{color:#fff9;text-align:center;margin:0 0 60px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;line-height:1.5}.showcase-wrapper{align-items:center;gap:24px;display:flex;position:relative}.showcase-card{background:linear-gradient(135deg,red 0%,#d60000 50%,#9e0000 100%);border-radius:0;width:900px;height:380px;display:flex;position:relative;overflow:hidden}.nav-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.showcase-content{width:100%;height:100%;display:flex}.showcase-left{justify-content:center;align-items:center;width:55%;height:100%;display:flex;position:relative;overflow:hidden}.product-showcase-image{z-index:1;justify-content:center;align-items:center;width:70%;height:60%;display:flex;position:relative}.product-showcase-image img{object-fit:contain;filter:drop-shadow(0 20px 40px #0006);width:100%;height:100%}.showcase-right{background:0 0;flex-direction:column;justify-content:center;gap:16px;width:45%;height:100%;padding:40px;display:flex}.brand-label{color:#fff9;letter-spacing:.15em;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:700}.product-title{color:#fff;letter-spacing:-.02em;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}.product-subtitle{color:#ffffffb3;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:400;line-height:1.4}.product-rating{align-items:center;gap:8px;display:flex}.stars{letter-spacing:2px;color:#f59e0b;font-size:1rem}.rating-number{color:#fff9;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;font-weight:500}.feature-pills{flex-wrap:wrap;gap:8px;display:flex}.feature-pill{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff26;border-radius:16px;padding:6px 12px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.75rem;font-weight:500}.price-section{align-items:center;gap:12px;margin-top:4px;display:flex}.current-price{color:#fff;letter-spacing:-.02em;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:700}.old-price{color:#fff6;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;text-decoration:line-through}.buy-now-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#06f 0%,#04c 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px 24px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:600;transition:all .3s}.buy-now-btn:hover{background:linear-gradient(135deg,#05d 0%,#039 100%);transform:translateY(-2px);box-shadow:0 8px 20px #0066ff4d}.buy-now-btn:active{transform:translateY(0)}.slider-dots{justify-content:center;gap:12px;margin-top:40px;display:flex}@media (width<=1024px){.product-slider-container{padding:0 32px}.product-slider-title{font-size:2.8rem}.showcase-card{width:100%;max-width:800px;height:350px}.product-title{font-size:1.8rem}.current-price{font-size:1.3rem}}@media (width<=768px){.product-slider{padding:80px 0}.product-slider-container{padding:0 24px}.product-slider-title{font-size:2.2rem}.product-slider-subtitle{font-size:1rem}.showcase-card{flex-direction:column;width:100%;height:450px}.showcase-content{flex-direction:column}.showcase-left{width:100%;height:55%}.showcase-right{gap:12px;width:100%;height:45%;padding:24px}.product-title{font-size:1.5rem}.product-subtitle{font-size:.85rem}.feature-pill{padding:5px 10px;font-size:.7rem}.current-price{font-size:1.2rem}.buy-now-btn{padding:12px 20px;font-size:.85rem}}@media (width<=480px){.product-slider{padding:60px 0}.product-slider-container{padding:0 20px}.product-slider-title{font-size:1.8rem}.showcase-card{height:420px}.showcase-right{padding:20px}.brand-label{font-size:.7rem}.product-title{font-size:1.3rem}.product-subtitle{font-size:.8rem}.current-price{font-size:1.1rem}.old-price{font-size:.9rem}.buy-now-btn{padding:10px 16px;font-size:.8rem}}.testimonials-static{background:#000;padding:120px 0;position:relative;overflow:hidden}.testimonials-static-container{max-width:1400px;margin:0 auto;padding:0 40px}.testimonials-title{color:#fff;letter-spacing:-.03em;text-align:center;margin:0 0 60px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:3.5rem;font-weight:700;line-height:1.1}.testimonials-cards{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.testimonial-card{background:#fff;border-radius:20px;flex-direction:column;gap:20px;width:320px;height:250px;padding:32px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000026}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0003}.testimonial-rating{letter-spacing:2px;color:#f59e0b;font-size:1.2rem}.testimonial-review{color:#111;flex-grow:1;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-style:italic;line-height:1.6}.testimonial-profile{align-items:center;gap:12px;margin-top:auto;display:flex}.profile-image{object-fit:cover;border:2px solid #0000001a;border-radius:50%;width:48px;height:48px}.profile-info{flex-direction:column;gap:2px;display:flex}.profile-name{color:#111;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:600;line-height:1.2}.profile-role{color:#666;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;line-height:1.2}@media (width<=1024px){.testimonials-static-container{padding:0 32px}.testimonials-title{margin-bottom:50px;font-size:2.8rem}.testimonials-cards{gap:24px}.testimonial-card{width:300px;height:240px;padding:28px}.testimonial-review{font-size:.9rem}}@media (width<=768px){.testimonials-static{padding:80px 0}.testimonials-static-container{padding:0 24px}.testimonials-title{margin-bottom:40px;font-size:2.2rem}.testimonials-cards{gap:20px}.testimonial-card{gap:16px;width:280px;height:230px;padding:24px}.testimonial-rating{font-size:1rem}.testimonial-review{font-size:.85rem}.profile-image{width:44px;height:44px}.profile-name{font-size:.9rem}.profile-role{font-size:.75rem}}@media (width<=480px){.testimonials-static{padding:60px 0}.testimonials-static-container{padding:0 20px}.testimonials-title{margin-bottom:32px;font-size:1.8rem}.testimonials-cards{gap:16px}.testimonial-card{border-radius:16px;gap:14px;width:260px;height:220px;padding:20px}.testimonial-rating{font-size:.9rem}.testimonial-review{font-size:.8rem}.profile-image{width:40px;height:40px}.profile-name{font-size:.85rem}.profile-role{font-size:.7rem}}.faq{background:#000;padding-top:120px;padding-bottom:120px;position:relative;overflow:hidden}.faq-background{pointer-events:none;justify-content:center;align-items:center;min-height:600px;display:flex;position:absolute;inset:0}.faq-background-text{color:#ffffff08;text-align:center;letter-spacing:-.03em;white-space:nowrap;z-index:1;margin:0;padding:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12vw;font-weight:800;line-height:1;position:absolute}.faq-container{z-index:2;grid-template-columns:40% 60%;gap:80px;max-width:1400px;margin:0 auto;padding:0 40px;display:grid;position:relative}.faq-left{position:relative}.faq-left-content{position:sticky;top:120px}.faq-heading{color:#fffffff2;letter-spacing:-.04em;margin:0 0 24px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:4rem;font-weight:700;line-height:1.1}.faq-description{color:#ffffff80;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.6}.faq-right{position:relative}.faq-list{flex-direction:column;gap:16px;display:flex}.faq-item{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:24px;transition:all .3s;overflow:hidden}.faq-question{cursor:pointer;color:#ffffffe6;text-align:left;letter-spacing:-.01em;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.5;display:flex}.faq-question span{flex:1;padding-right:16px}.faq-chevron{flex-shrink:0;transition:transform .3s}.faq-answer{overflow:hidden}.faq-answer-content{color:#fff9;padding-top:16px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}@media (width<=1024px){.faq-container{grid-template-columns:1fr;gap:60px;padding:0 32px}.faq-left-content{position:relative;top:0}.faq-heading{font-size:3rem}.faq-background-text{font-size:14vw}}@media (width<=768px){.faq{padding-top:80px;padding-bottom:80px}.faq-container{gap:40px;padding:0 24px}.faq-heading{font-size:2.5rem}.faq-description{font-size:1rem}.faq-item{border-radius:20px;padding:20px}.faq-question{font-size:1rem}.faq-answer-content{font-size:.95rem}.faq-background-text{font-size:16vw}}@media (width<=480px){.faq{padding-top:60px;padding-bottom:60px}.faq-container{gap:32px;padding:0 20px}.faq-heading{font-size:2rem}.faq-description{font-size:.95rem}.faq-item{border-radius:18px;padding:18px}.faq-question{font-size:.95rem}.faq-answer-content{font-size:.9rem}.faq-background-text{font-size:18vw}}.footer{background:linear-gradient(#000c 0%,#000 100%);border-top:1px solid #ffffff1a;padding:80px 0 40px}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px;display:grid}.footer-brand{flex-direction:column;gap:24px;display:flex}.footer-logo{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.footer-logo svg{width:48px;height:48px}.footer-logo span{letter-spacing:2px;font-size:28px;font-weight:700}.footer-brand p{color:#fff9;max-width:300px;font-size:15px;line-height:1.8}.footer-social{gap:16px;display:flex}.social-link{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:#fff3;border-color:#fff6}.footer-links h3,.footer-contact h3,.footer-newsletter h3{color:#fff;margin-bottom:24px;font-size:18px;font-weight:600}.footer-links ul{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-links a{color:#fff9;font-size:15px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.contact-item{color:#fff9;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;display:flex}.contact-item svg{flex-shrink:0;margin-top:4px}.footer-newsletter p{color:#fff9;margin-bottom:16px;font-size:14px}.newsletter-form{flex-direction:column;gap:12px;display:flex}.newsletter-form input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;outline:none;padding:14px 20px;font-size:15px;transition:all .3s}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{background:#ffffff26;border-color:#fff6}.newsletter-form button{width:fit-content}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:40px;display:flex}.footer-bottom p{color:#ffffff80;font-size:14px}.footer-legal{gap:32px;display:flex}.footer-legal a{color:#ffffff80;font-size:14px;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#fff}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (width<=768px){.footer{padding:60px 0 30px}.footer-content{grid-template-columns:1fr;gap:40px}.footer-brand p{max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.footer-legal{flex-direction:column;gap:12px}}.home-page{flex-direction:column;min-height:100vh;display:flex}.about-banner-slider{background:#000;padding:40px 0;position:relative;overflow:hidden}.banner-slider-container{align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;position:relative;top:100px}.banner-wrapper{border-radius:20px;flex:1;height:550px;position:relative;overflow:hidden}.banner-slide{width:100%;height:100%;position:relative}.banner-slide img{object-fit:cover;width:100%;height:100%}.banner-overlay{pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.nav-btn{-webkit-backdrop-filter:blur(20px);cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex}.nav-btn:hover{background:#fff3;transform:scale(1.1)}.nav-btn:active{transform:scale(.95)}.banner-dots{justify-content:center;gap:12px;margin-top:144px;display:flex}.dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:10px;height:10px;transition:all .3s}.dot.active{background:#fff;border-radius:5px;width:30px}.dot:hover:not(.active){background:#ffffff80}@media (width<=1024px){.banner-slider-container{padding:0 32px}.banner-wrapper{height:450px}}@media (width<=768px){.about-banner-slider{padding:32px 0}.banner-slider-container{gap:16px;padding:0 24px}.banner-wrapper{border-radius:16px;height:400px}.nav-btn{width:48px;height:48px}.nav-btn svg{width:20px;height:20px}}@media (width<=480px){.about-banner-slider{padding:24px 0}.banner-slider-container{padding:0 20px}.banner-wrapper{border-radius:12px;height:350px}.nav-btn{width:40px;height:40px}.nav-btn svg{width:18px;height:18px}.banner-dots{margin-top:16px}}.about-page{flex-direction:column;min-height:100vh;display:flex}.about-hero{background:linear-gradient(#000c 0%,#0006 100%);padding:160px 0 10px}.about-hero-content{text-align:center;max-width:800px;margin:0 auto}.about-hero h1{color:#fff;margin-bottom:24px}.about-hero p{color:#ffffffb3;font-size:18px;line-height:1.8}.mission-vision{padding:80px 0}.story-section{background:#000;padding:0;position:relative;overflow:hidden}.story-section:before{content:"";opacity:.5;z-index:0;pointer-events:none;background-image:url(https://i.pinimg.com/736x/4c/d1/59/4cd1593a97579fb2163701e3d701fa95.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.story-section:after{content:"";z-index:1;pointer-events:none;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.story-content{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.story-label{color:#fff;letter-spacing:.2em;text-transform:uppercase;margin-bottom:24px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:600;display:block}.story-content h2{color:#fff;letter-spacing:-.03em;margin:0 0 48px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:56px;font-weight:700;line-height:1.1}.story-text{margin-bottom:10px}.story-text p{color:#fff;margin:0 0 24px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;line-height:1.8}.story-text p:last-child{margin-bottom:0}.story-stats{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:48px;padding-top:0;display:flex}.stat-item{align-items:center;gap:16px;display:flex}.stat-value{color:#fff;letter-spacing:-.02em;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:700}.stat-divider{background:#fff3;width:1px;height:24px}.stat-label{color:#fff;letter-spacing:.05em;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500}.stats-section{background:#ffffff05;padding:100px 0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;display:grid}.stat-card{text-align:center;padding:40px 24px}.stat-icon{color:#fff;background:#ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.stat-number{color:#fff;margin-bottom:8px;font-size:48px;font-weight:700}.stat-label{color:#fff9;text-transform:uppercase;letter-spacing:1px;font-size:14px}.why-choose{padding:100px 0}.premium-features{background:#000;padding:120px 0}.premium-content{max-width:1400px;margin:0 auto}.premium-grid{grid-template-columns:55% 45%;align-items:center;gap:80px;display:grid}.premium-left{text-align:left}.premium-left h2{color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:700}.premium-left .subheading{color:#fff9;margin:0 0 60px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:20px;line-height:1.6}.feature-rows{flex-direction:column;gap:48px;margin-bottom:80px;display:flex}.feature-row{text-align:left;align-items:flex-start;gap:24px;display:flex}.feature-accent{background:red;flex-shrink:0;width:2px;height:100%;min-height:60px;margin-top:8px}.feature-text h3{color:#fff;letter-spacing:-.01em;margin:0 0 12px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:700}.feature-text p{color:#fff9;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7}.brand-statement{border-top:1px solid #ffffff1a;margin-top:60px;padding-top:40px}.brand-statement p{color:#fff;letter-spacing:-.02em;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:600;line-height:1.5}.premium-right{justify-content:center;align-items:center;display:flex}.earbuds-image-wrapper{justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative}.earbuds-image-wrapper:before{content:"";z-index:0;background:radial-gradient(circle,#ff000026 0%,#f000 70%);border-radius:50%;width:400px;height:400px;position:absolute}.earbuds-image{object-fit:contain;z-index:1;filter:drop-shadow(0 20px 40px #00000080);width:100%;height:100%;position:relative}.section-header{text-align:center;margin-bottom:60px}.section-header h2{color:#fff;margin-bottom:16px}.section-header p{color:#fff9;font-size:18px}.timeline-section{background:#ffffff05;padding:100px 0}.timeline{max-width:1000px;margin:0 auto;position:relative}.timeline:before{content:"";background:#fff3;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{margin-bottom:60px;position:relative}.timeline-item:nth-child(odd) .timeline-content{text-align:right;margin-right:auto}.timeline-item:nth-child(2n) .timeline-content{text-align:left;margin-left:auto}.timeline-content{width:calc(50% - 40px);padding:32px;position:relative}.timeline-item:nth-child(odd) .timeline-content:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;right:-42px;transform:translateY(-50%);box-shadow:0 0 20px #ffffff80}.timeline-item:nth-child(2n) .timeline-content:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;left:-42px;transform:translateY(-50%);box-shadow:0 0 20px #ffffff80}.timeline-year{color:#fff;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:20px;margin-bottom:16px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-block}.timeline-content h3{color:#fff;margin-bottom:12px;font-size:20px}.timeline-content p{color:#fff9;font-size:15px;line-height:1.6}.faces-section{background:#000;padding:100px 0}.collage-grid{border-radius:16px;grid-template-rows:repeat(2,200px);grid-template-columns:repeat(12,1fr);gap:12px;max-width:1000px;margin:0 auto;padding:16px;display:grid;box-shadow:0 0 60px #ff000026}.collage-item{cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.collage-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.collage-item:before{content:"";mix-blend-mode:multiply;opacity:.75;pointer-events:none;z-index:1;background:red;width:100%;height:100%;position:absolute;top:0;left:0}.collage-item:after{content:"";mix-blend-mode:overlay;pointer-events:none;z-index:2;background:linear-gradient(135deg,#f006 0%,#c800004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.collage-item:hover img{transform:scale(1.08)}.collage-item-1{grid-area:1/1/3/5}.collage-item-2{grid-area:1/5/2/9}.collage-item-3{grid-area:1/9/3/13}.collage-item-4{grid-area:2/5/3/8}.collage-item-5{grid-area:2/8/3/9}.founder-story{text-align:center;max-width:800px;margin:60px auto 0;padding:0 20px}.founder-story h3{color:#fff;letter-spacing:-.02em;margin:0 0 32px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:700}.founder-story p{color:#fffc;margin:0 0 20px;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;line-height:1.8}.founder-story p:last-child{margin-bottom:0}.faces-footer{text-align:center;margin-top:80px}.faces-footer .hashtag{color:red;letter-spacing:.05em;margin:0 0 16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:48px;font-weight:700}.faces-footer .tagline{color:#fff9;margin:0;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-style:italic}@media (width<=768px){.about-hero{padding:120px 0 80px}.mv-grid{grid-template-columns:1fr}.story-section{padding:100px 0}.story-section:before{width:400px;height:400px}.story-content h2{margin-bottom:32px;font-size:36px}.story-text p{margin-bottom:16px;font-size:16px}.story-stats{flex-direction:column;gap:24px;padding-top:32px}.stat-item{flex-direction:column;gap:8px}.stat-divider{width:40px;height:1px}.stats-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.premium-grid{grid-template-columns:1fr;gap:60px}.premium-left{text-align:left}.premium-left h2{font-size:32px}.premium-left .subheading{margin-bottom:40px;font-size:16px}.feature-rows{gap:32px;margin-bottom:40px}.feature-text h3{font-size:20px}.feature-text p{font-size:14px}.brand-statement p{font-size:20px}.earbuds-image-wrapper{height:400px}.earbuds-image-wrapper:before{width:300px;height:300px}.timeline:before{left:20px}.timeline-item:nth-child(odd) .timeline-content,.timeline-item:nth-child(2n) .timeline-content{text-align:left;width:calc(100% - 60px);margin-left:60px}.timeline-item:nth-child(odd) .timeline-content:before,.timeline-item:nth-child(2n) .timeline-content:before{left:-38px;right:auto}.stat-number{font-size:36px}.collage-grid{grid-template-rows:repeat(3,180px);grid-template-columns:repeat(2,1fr);gap:10px;padding:12px}.collage-item-1{grid-area:1/1/3/2}.collage-item-2{grid-area:1/2/2/3}.collage-item-3{grid-area:3/1/4/2}.collage-item-4{grid-area:2/2/3/3}.collage-item-5{grid-area:3/2/4/3}.founder-story{margin:40px auto 0;padding:0 16px}.founder-story h3{margin-bottom:24px;font-size:24px}.founder-story p{margin-bottom:16px;font-size:16px}.faces-footer .hashtag{font-size:32px}.faces-footer .tagline{font-size:16px}}.contact-page{flex-direction:column;min-height:100vh;display:flex}.contact-hero{background:#000;padding:160px 0 120px;position:relative;overflow:hidden}.contact-hero:before{content:"";opacity:.25;z-index:0;pointer-events:none;background-image:url(https://i.pinimg.com/736x/4c/d1/59/4cd1593a97579fb2163701e3d701fa95.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero:after{content:"";z-index:1;pointer-events:none;background:#0000008c;width:100%;height:100%;position:absolute;top:0;left:0}.contact-hero-content{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.contact-hero h1{color:#fff;margin-bottom:24px}.contact-hero p{color:#ffffffb3;font-size:18px;line-height:1.8}.contact-content{padding:80px 0}.contact-grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.contact-info h2{color:#fff;margin-bottom:16px}.contact-info>p{color:#fff9;margin-bottom:40px;font-size:16px}.info-cards{flex-direction:column;gap:20px;margin-bottom:60px;display:flex}.info-card{align-items:center;gap:20px;padding:24px;transition:all .4s;display:flex}.info-icon{color:#fff;background:#ffffff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.info-details{flex-direction:column;gap:4px;display:flex}.info-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;font-size:14px}.info-value{color:#fff;font-size:16px;font-weight:500}.social-section h3{color:#fff;margin-bottom:20px;font-size:18px}.social-links{gap:16px;display:flex}.social-link{color:#fff;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .4s;display:flex}.form-card{padding:48px}.form-card h2{color:#fff;margin-bottom:16px}.form-card>p{color:#fff9;margin-bottom:32px;font-size:16px}.contact-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#fffc;font-size:14px;font-weight:500}.form-group input,.form-group textarea{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;outline:none;padding:16px 20px;font-family:inherit;font-size:16px;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{background:#ffffff1a;border-color:#fff6}.form-group textarea{resize:vertical;min-height:150px}.submit-button{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:16px;display:flex}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:60px}}@media (width<=768px){.contact-hero{padding:120px 0 80px}.contact-content{padding:60px 0}.form-card{padding:32px}.info-card{padding:20px}.social-links{flex-wrap:wrap}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
