@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#000;--color-brand:#ec2125;--color-brand-muted:#ec21251a;--color-accent:#666;--color-bg:#fafafa;--color-surface:#fff;--color-text:#171717;--color-text-muted:#737373;--color-border:#eaeaea;--color-border-hover:#d4d4d4;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-blur:24px;--glass-shadow:0 4px 24px #0000000a;--glass-shadow-hover:0 8px 32px #00000014}[data-theme=dark]{--color-primary:#fff;--color-brand:#ff2e33;--color-brand-muted:#ff2e3340;--color-accent:#a3a3a3;--color-bg:#0a0a0a;--color-surface:#121212;--color-text:#ededed;--color-text-muted:#a3a3a3;--color-border:#262626;--color-border-hover:#404040;--glass-bg:#0a0a0ab3;--glass-border:#ffffff14;--glass-blur:24px;--glass-shadow:0 8px 32px #0000004d;--glass-shadow-hover:0 12px 48px #00000080}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;transition:background-color .4s,color .4s;position:relative;overflow-x:hidden}img,video,canvas,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--color-text);letter-spacing:-.02em;margin-bottom:.5rem;font-family:inherit;font-weight:600}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--color-border);box-shadow:var(--glass-shadow);border-radius:12px;transition:border-color .3s,box-shadow .3s}.glass-panel:hover{border-color:var(--color-border-hover);box-shadow:var(--glass-shadow-hover)}.text-gradient{background:linear-gradient(135deg, var(--color-brand) 0%, var(--color-text) 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .text-gradient{background:linear-gradient(135deg, var(--color-brand) 0%, #fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar{z-index:1000;-webkit-backdrop-filter:blur();background-color:#0000;width:100%;padding:1.5rem 0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.navbar.scrolled{background-color:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--color-border);padding:.75rem 0}.navbar.glass-panel{border-top:none;border-left:none;border-right:none;border-radius:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;display:flex}.logo-image{object-fit:contain;width:auto;height:48px}.nav-links{gap:2.5rem;display:flex}.nav-link{color:var(--color-text-muted);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.nav-link:hover{color:var(--color-text)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.theme-toggle{color:var(--color-text-muted);background:0 0;justify-content:center;align-items:center;transition:color .2s;display:flex}.theme-toggle:hover{color:var(--color-text)}.btn-primary{background-color:var(--color-brand);color:#fff;letter-spacing:-.01em;border-radius:9999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:background-color .2s,opacity .2s,transform .2s cubic-bezier(.16,1,.3,1)}.btn-primary:hover{opacity:.9;box-shadow:0 4px 20px var(--color-brand-muted);transform:translateY(-1px)}[data-theme=dark] .btn-primary{box-shadow:0 0 15px #ff2e3326}[data-theme=dark] .btn-primary:hover{box-shadow:0 0 25px #ff2e334d}.btn-primary:active{transform:scale(.97)}.mobile-only{display:none}.desktop-only{display:flex}.mobile-menu-btn{color:var(--color-text);background:0 0}.mobile-menu{background-color:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--glass-shadow);border-radius:12px;flex-direction:column;gap:1rem;margin-top:.5rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:1rem;right:1rem}.mobile-link{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);padding:.75rem 0;font-size:1rem;font-weight:500;transition:color .2s}.mobile-link:hover{color:var(--color-text)}.mobile-actions{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.mobile-theme-btn{color:var(--color-text-muted);border-radius:8px;justify-content:flex-start;gap:.75rem;padding:.75rem 0;font-size:1rem;font-weight:500}@media (width<=768px){.mobile-only{display:block}.desktop-only{display:none!important}}.footer{background-color:var(--color-bg);border-top:1px solid var(--color-border);color:var(--color-text-muted);margin-top:4rem;padding:4rem 0 0}.container.footer-grid{margin-bottom:20px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{align-items:center;margin-bottom:1.5rem;display:flex}.footer-logo-image{object-fit:contain;filter:grayscale()contrast(1.2);opacity:.8;width:auto;height:64px;transition:all .2s}[data-theme=dark] .footer-logo-image{filter:grayscale()invert()contrast(1.2)}.footer-logo-image:hover{filter:none;opacity:1}.footer-desc{max-width:400px;font-size:.95rem;line-height:1.6}.footer h4{color:var(--color-text);margin-bottom:1.5rem;font-size:1.05rem;font-weight:600}.footer-links{flex-direction:column;gap:1rem;display:flex}.footer-links a{opacity:.8;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:var(--color-text);opacity:1}.footer-contact{flex-direction:column;gap:1.25rem;display:flex}.contact-item{color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.contact-item a{transition:color .2s}.contact-item a:hover{color:var(--color-text)}.address-item{align-items:flex-start}.address-item span{line-height:1.4}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);padding:2rem 0;font-size:.9rem}@media (width<=768px){.footer{text-align:center;padding:4rem 1.5rem 0}.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-logo{justify-content:center}.footer-desc{max-width:100%;margin-bottom:2rem}.contact-item{justify-content:center}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:8rem;padding-bottom:6rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-radial-gradient{background:radial-gradient(circle, var(--color-brand-muted) 0%, transparent 60%);filter:blur(60px);border-radius:50%;width:800px;height:800px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}[data-theme=dark] .hero-radial-gradient{background:radial-gradient(circle,#ff2e331f 0%,#0000 70%);width:1000px;height:1000px}.hero-container{text-align:center;z-index:10;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.hero-badge{background-color:var(--color-surface);border:1px solid var(--color-brand-muted);box-shadow:var(--glass-shadow);color:var(--color-text-muted);letter-spacing:-.01em;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.badge-icon{color:var(--color-brand);opacity:.9;filter:drop-shadow(0 0 2px var(--color-brand-muted))}.hero-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:5rem;font-weight:700;line-height:1.05}.hero-subtitle{color:var(--color-text-muted);letter-spacing:-.01em;max-width:650px;margin-bottom:3rem;font-size:1.25rem;font-weight:400;line-height:1.5}.hero-actions{align-items:center;gap:1rem;margin-bottom:5rem;display:flex}.hero-btn{border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-secondary{color:var(--color-text);border:1px solid var(--color-border);background:0 0;box-shadow:0 1px 2px #00000005}.btn-secondary:hover{background-color:var(--color-brand-muted);border-color:var(--color-brand)}.btn-secondary:active{transform:scale(.97)}.btn-icon-right{transition:transform .2s}.btn-secondary:hover .btn-icon-right{transform:translate(2px)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.hero{padding-top:6rem;padding-bottom:4rem}.hero-title{font-size:clamp(2.5rem,10vw,3.5rem)}.hero-subtitle{padding:0 1rem;font-size:1.1rem}.desktop-break{display:none}.hero-actions{flex-direction:column;gap:.75rem;width:100%;max-width:300px}.hero-btn{width:100%}}@media (width<=480px){.hero-title{font-size:2.25rem}.hero-badge{padding:.3rem .8rem;font-size:.7rem}}.featured-builds-wrapper{border-top:1px solid var(--color-border);margin-top:4rem;padding-top:2rem}.builds-header{align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.builds-title{letter-spacing:-.02em;white-space:normal;font-size:1.75rem;font-weight:700}.builds-divider{background:linear-gradient(90deg, var(--color-border) 0%, transparent 100%);flex:1;height:1px}.builds-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.build-item{background:var(--color-surface);border:1px solid var(--color-border);aspect-ratio:1;border-radius:12px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.build-image-container{width:100%;height:100%;position:relative;overflow:hidden}.build-image{object-fit:contain;width:100%;height:100%;padding:1rem;transition:transform .6s cubic-bezier(.16,1,.3,1)}.build-overlay{color:#fff;opacity:0;background:linear-gradient(#0000 0%,#000c 100%);padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.build-item:hover{border-color:var(--color-brand);box-shadow:0 10px 40px var(--color-brand-muted);transform:translateY(-4px)}.build-item:hover .build-image{transform:scale(1.1)}.build-item:hover .build-overlay{opacity:1;transform:translateY(0)}.build-name{color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.build-spec{color:#fff;letter-spacing:.02em;opacity:1;font-size:.85rem;font-weight:500}@media (width<=1024px){.builds-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.builds-header{flex-direction:column;align-items:flex-start;gap:1rem}.builds-title{font-size:1.5rem}.builds-divider{display:none}.builds-grid{grid-template-columns:1fr;gap:1rem}}.products-section{background-color:var(--color-bg);padding:8rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--color-text-muted);letter-spacing:-.01em;font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;display:grid}.product-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.product-card:hover{box-shadow:var(--glass-shadow-hover);border-color:var(--color-border-hover);transform:translateY(-2px)}.badge-popular{background-color:var(--color-brand);color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 12px var(--color-brand-muted);border-radius:9999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.product-image-wrapper{aspect-ratio:4/3;background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;width:100%;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 2px 6px #00000005}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.03)}.product-title{letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.product-category{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.product-desc{color:var(--color-text-muted);flex:1;margin-bottom:2rem;font-size:.95rem}.product-link{color:var(--color-brand);align-self:flex-start;align-items:center;font-size:.95rem;font-weight:500;transition:opacity .2s,transform .2s;display:inline-flex}.product-link:hover{opacity:.8;transform:translate(4px)}.services-section{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:8rem 0}.services-content{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;display:grid}.services-text{max-width:500px}.services-text .section-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem}.services-text .section-subtitle{color:var(--color-text-muted);letter-spacing:-.01em;margin-bottom:2.5rem;font-size:1.1rem}.services-btn{background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 2px #00000005}.services-btn:hover{background-color:var(--color-border)}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.service-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.service-card:hover{box-shadow:var(--glass-shadow-hover);border-color:var(--color-border-hover);transform:translateY(-2px)}.service-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.service-icon{color:var(--color-text);opacity:.8}.service-header h3{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:600}.service-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}@media (width<=992px){.services-content{grid-template-columns:1fr;gap:3rem}}@media (width<=576px){.services-grid{grid-template-columns:1fr}}.contact-section{background-color:var(--color-surface);border-top:1px solid var(--color-border);padding:8rem 0}.contact-grid{grid-template-columns:1fr 1fr;gap:3rem;margin-top:4rem;display:grid}.contact-info-cards{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;align-items:flex-start;gap:1.5rem;padding:1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.contact-card:hover{border-color:var(--color-border-hover);box-shadow:var(--glass-shadow-hover);transform:translateY(-2px)}.contact-icon{color:var(--color-text);opacity:.8;flex-shrink:0}.contact-card h3{letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.contact-card p{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.contact-link{color:var(--color-text);margin-top:.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s;display:inline-block}.contact-link:hover{opacity:.7}.contact-map{background-color:var(--color-bg);border:1px solid var(--color-border);min-height:400px;box-shadow:var(--glass-shadow);border-radius:16px;transition:all .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.contact-map:hover{box-shadow:var(--glass-shadow-hover);border-color:var(--color-border-hover)}@media (width<=992px){.contact-grid{grid-template-columns:1fr}}.reseller-section-standalone{background-color:var(--color-background);z-index:5;width:100%;padding:4rem 0;position:relative}.reseller-inner{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.reseller-title{text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-muted);opacity:.6;font-size:.75rem;font-weight:600}.logo-scroll-container{width:100%;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.logo-scroll-track{gap:5rem;width:max-content;padding:1.5rem 0;animation:40s linear infinite scroll;display:flex}.logo-scroll-track:after{content:"";flex-shrink:0;width:5rem;display:block}.logo-item{flex-shrink:0;justify-content:center;align-items:center;height:70px;display:flex}.logo-item img{object-fit:contain;filter:grayscale();opacity:.6;width:auto;height:100%;transition:all .3s}[data-theme=dark] .logo-item img{filter:grayscale()invert()brightness(1.2);opacity:.5}.logo-item:hover img,[data-theme=dark] .logo-item:hover img{filter:grayscale(0)invert(0)brightness();opacity:1}@media (width<=768px){.logo-scroll-track{gap:3rem}.logo-scroll-track:after{width:3rem}.logo-item{height:45px}}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}
