.sb-home{--void-black: #0D0D0D;--safety-orange: #0FC2C6;--raw-steel: #6B6B6B;--hazard-white: #F5F0E8;--signal-yellow: #F5C400;--dark-surface: #141414;--darker: #080808}.sb-home *{margin:0;padding:0;box-sizing:border-box}.sb-home{scroll-behavior:smooth}.sb-home{font-family:Barlow Condensed,sans-serif;background:var(--void-black);color:var(--hazard-white);overflow-x:hidden;line-height:1.6}.sb-home .nav-container{max-width:1400px;margin:0 auto;padding:16px 32px;display:flex;justify-content:space-between;align-items:center}.sb-home .nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.sb-home .nav-logo img{height:40px;width:auto}.sb-home .nav-logo-text{font-family:Orbitron,sans-serif;font-weight:900;font-size:16px;color:var(--hazard-white);letter-spacing:2px;line-height:1.1}.sb-home .nav-logo-text span{display:block}.sb-home .nav-links{display:flex;gap:36px;align-items:center;list-style:none}.sb-home .nav-links a{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--hazard-white);text-decoration:none;letter-spacing:1px;text-transform:uppercase;transition:color .2s;position:relative}.sb-home .nav-links a:hover{color:var(--safety-orange)}.sb-home .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--safety-orange);transition:width .3s}.sb-home .nav-links a:hover:after{width:100%}.sb-home .nav-cta{background:var(--safety-orange);color:var(--void-black)!important;padding:10px 24px;font-family:Orbitron,sans-serif;font-weight:700;font-size:12px;letter-spacing:1.5px;text-decoration:none;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer}.sb-home .nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0fc2c64d;color:var(--void-black)!important}.sb-home .nav-cta:after{display:none}.sb-home .mobile-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px}.sb-home .mobile-toggle span{width:24px;height:2px;background:var(--hazard-white);transition:.3s}.sb-home .hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 32px 60px}.sb-home .hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.sb-home .hero-bg-img{width:100%;height:100%;object-fit:cover;display:block}.sb-home .hero-bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#0d0d0dd1,#0d0d0d80 48%,#0d0d0d40)}.sb-home .hero-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;width:100%}.sb-home .hero-tag{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--safety-orange);letter-spacing:3px;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:12px}.sb-home .hero-tag:before{content:"";width:40px;height:1px;background:var(--safety-orange)}.sb-home .hero h1{font-family:Orbitron,sans-serif;font-weight:900;font-size:clamp(2.5rem,8vw,6.5rem);line-height:.95;letter-spacing:-1px;margin-bottom:28px;color:var(--hazard-white)}.sb-home .hero h1 .accent{color:var(--safety-orange)}.sb-home .hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300;color:var(--raw-steel);max-width:560px;margin-bottom:40px;line-height:1.5}.sb-home .hero-subtitle strong{color:var(--hazard-white);font-weight:500}.sb-home .hero-cta-group{display:flex;gap:20px;flex-wrap:wrap}.sb-home .btn-primary{background:var(--safety-orange);color:var(--void-black);padding:18px 40px;font-family:Orbitron,sans-serif;font-weight:700;font-size:14px;letter-spacing:2px;text-decoration:none;text-transform:uppercase;transition:transform .2s,box-shadow .2s;display:inline-block;border:none;cursor:pointer}.sb-home .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0fc2c659}.sb-home .btn-secondary{background:transparent;color:var(--hazard-white);padding:18px 40px;font-family:Orbitron,sans-serif;font-weight:700;font-size:14px;letter-spacing:2px;text-decoration:none;text-transform:uppercase;border:1px solid var(--raw-steel);transition:border-color .2s,color .2s;display:inline-block}.sb-home .btn-secondary:hover{border-color:var(--safety-orange);color:var(--safety-orange)}.sb-home .stats-bar{background:var(--darker);border-top:1px solid rgba(15,194,198,.15);border-bottom:1px solid rgba(15,194,198,.15);padding:40px 32px}.sb-home .stats-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.sb-home .stat-item{text-align:center}.sb-home .stat-number{font-family:Orbitron,sans-serif;font-weight:900;font-size:clamp(2rem,4vw,3rem);color:var(--safety-orange);line-height:1;margin-bottom:8px}.sb-home .stat-label{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--raw-steel);letter-spacing:2px;text-transform:uppercase}.sb-home section{padding:100px 32px}.sb-home .section-container{max-width:1400px;margin:0 auto}.sb-home .section-tag{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--safety-orange);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:12px}.sb-home .section-tag:before{content:"";width:40px;height:1px;background:var(--safety-orange)}.sb-home .section-title{font-family:Orbitron,sans-serif;font-weight:900;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:20px;color:var(--hazard-white)}.sb-home .section-title .accent{color:var(--safety-orange)}.sb-home .section-desc{font-size:1.2rem;font-weight:300;color:var(--raw-steel);max-width:640px;margin-bottom:60px}.sb-home .products{background:var(--dark-surface)}.sb-home .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.sb-home .product-card{background:var(--void-black);border:1px solid rgba(107,107,107,.2);overflow:hidden;transition:transform .3s,border-color .3s;position:relative}.sb-home .product-card:hover{transform:translateY(-8px);border-color:var(--safety-orange)}.sb-home .product-image{width:100%;aspect-ratio:1/1;overflow:hidden;position:relative;background:var(--darker)}.sb-home .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.sb-home .product-card:hover .product-image img{transform:scale(1.05)}.sb-home .product-badge{position:absolute;top:16px;right:16px;background:var(--safety-orange);color:var(--void-black);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:600;padding:6px 12px;letter-spacing:1px;z-index:2}.sb-home .product-badge.sold-out{background:var(--raw-steel);color:var(--hazard-white)}.sb-home .product-info{padding:28px}.sb-home .product-name{font-family:Orbitron,sans-serif;font-weight:700;font-size:1.3rem;color:var(--hazard-white);margin-bottom:8px;letter-spacing:.5px}.sb-home .product-spec{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--raw-steel);margin-bottom:20px;letter-spacing:1px}.sb-home .product-spec span{color:var(--safety-orange)}.sb-home .product-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(107,107,107,.15);padding-top:20px}.sb-home .product-price{font-family:Orbitron,sans-serif;font-weight:700;font-size:1.5rem;color:var(--hazard-white)}.sb-home .product-price .old-price{font-size:.9rem;color:var(--raw-steel);text-decoration:line-through;font-weight:400;margin-right:8px}.sb-home .product-link{font-family:IBM Plex Mono,monospace;font-size:13px;color:var(--safety-orange);text-decoration:none;letter-spacing:1px;text-transform:uppercase;transition:gap .2s;display:flex;align-items:center;gap:8px}.sb-home .product-link:hover{gap:14px}.sb-home .build-process{background:var(--void-black);position:relative}.sb-home .build-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.sb-home .build-image{position:relative}.sb-home .build-image img{width:100%;border:1px solid rgba(15,194,198,.15)}.sb-home .build-image-overlay{position:absolute;bottom:16px;left:16px;background:#0d0d0de6;padding:12px 20px;border-left:3px solid var(--safety-orange)}.sb-home .build-image-overlay span{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--safety-orange);letter-spacing:2px;text-transform:uppercase}.sb-home .build-steps{list-style:none;margin-top:40px}.sb-home .build-step{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid rgba(107,107,107,.15)}.sb-home .build-step:last-child{border-bottom:none}.sb-home .step-number{font-family:Orbitron,sans-serif;font-weight:900;font-size:2rem;color:var(--safety-orange);line-height:1;min-width:50px}.sb-home .step-content h4{font-family:Orbitron,sans-serif;font-weight:700;font-size:1.1rem;color:var(--hazard-white);margin-bottom:6px;letter-spacing:.5px}.sb-home .step-content p{font-size:1rem;color:var(--raw-steel);font-weight:300}.sb-home .step-time{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--safety-orange);letter-spacing:1px;margin-top:4px;display:block}.sb-home .features{background:var(--dark-surface)}.sb-home .features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sb-home .feature-card{padding:36px 28px;background:var(--void-black);border:1px solid rgba(107,107,107,.15);transition:border-color .3s}.sb-home .feature-card:hover{border-color:var(--safety-orange)}.sb-home .feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.sb-home .feature-icon svg{width:100%;height:100%;stroke:var(--safety-orange);fill:none;stroke-width:1.5}.sb-home .feature-card h4{font-family:Orbitron,sans-serif;font-weight:700;font-size:1rem;color:var(--hazard-white);margin-bottom:10px;letter-spacing:.5px}.sb-home .feature-card p{font-size:.95rem;color:var(--raw-steel);font-weight:300;line-height:1.5}.sb-home .testimonials{background:var(--void-black)}.sb-home .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sb-home .testimonial-card{padding:36px 28px;background:var(--dark-surface);border:1px solid rgba(107,107,107,.15);position:relative}.sb-home .testimonial-card:before{content:'"';position:absolute;top:10px;right:24px;font-family:Orbitron,sans-serif;font-size:4rem;color:#0fc2c61a;line-height:1}.sb-home .testimonial-text{font-size:1.1rem;color:var(--hazard-white);font-weight:300;line-height:1.6;margin-bottom:24px}.sb-home .testimonial-author{display:flex;align-items:center;gap:16px;border-top:1px solid rgba(107,107,107,.15);padding-top:20px}.sb-home .author-avatar{width:44px;height:44px;background:var(--safety-orange);display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-weight:900;font-size:1rem;color:var(--void-black)}.sb-home .author-name{font-family:Orbitron,sans-serif;font-weight:700;font-size:.9rem;color:var(--hazard-white);letter-spacing:.5px}.sb-home .author-spec{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--raw-steel);letter-spacing:1px}.sb-home .cta-section{background:var(--darker);text-align:center;padding:120px 32px;position:relative;overflow:hidden}.sb-home .cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(15,194,198,.08) 0%,transparent 70%)}.sb-home .cta-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.sb-home .cta-section h2{font-family:Orbitron,sans-serif;font-weight:900;font-size:clamp(2rem,6vw,4rem);line-height:1.1;margin-bottom:24px;color:var(--hazard-white)}.sb-home .cta-section h2 .accent{color:var(--safety-orange)}.sb-home .cta-section p{font-size:1.2rem;color:var(--raw-steel);font-weight:300;margin-bottom:40px}.sb-home .footer-container{max-width:1400px;margin:0 auto}.sb-home .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.sb-home .footer-brand .nav-logo{margin-bottom:20px}.sb-home .footer-brand p{font-size:1rem;color:var(--raw-steel);font-weight:300;max-width:320px;line-height:1.6}.sb-home .footer-col h5{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--safety-orange);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.sb-home .footer-col ul{list-style:none}.sb-home .footer-col ul li{margin-bottom:12px}.sb-home .footer-col ul li a{font-size:1rem;color:var(--hazard-white);text-decoration:none;font-weight:300;transition:color .2s}.sb-home .footer-col ul li a:hover{color:var(--safety-orange)}.sb-home .footer-bottom{border-top:1px solid rgba(107,107,107,.15);padding-top:24px;display:flex;justify-content:space-between;align-items:center}.sb-home .footer-bottom p{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--raw-steel);letter-spacing:1px}.sb-home .footer-social{display:flex;gap:16px}.sb-home .footer-social a{width:36px;height:36px;border:1px solid rgba(107,107,107,.3);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:border-color .2s,background .2s}.sb-home .footer-social a:hover{border-color:var(--safety-orange);background:#0fc2c61a}.sb-home .footer-social svg{width:16px;height:16px;fill:var(--hazard-white)}@media(max-width:968px){.sb-home .nav-links{display:none}.sb-home .mobile-toggle{display:flex}.sb-home .stats-container{grid-template-columns:repeat(2,1fr);gap:24px}.sb-home .products-grid{grid-template-columns:1fr}.sb-home .build-grid{grid-template-columns:1fr;gap:40px}.sb-home .features-grid{grid-template-columns:repeat(2,1fr)}.sb-home .testimonials-grid{grid-template-columns:1fr}.sb-home .footer-top{grid-template-columns:1fr 1fr;gap:32px}.sb-home section{padding:60px 24px}.sb-home .hero{padding:100px 24px 40px}}@media(max-width:600px){.sb-home .features-grid,.sb-home .footer-top{grid-template-columns:1fr}.sb-home .footer-bottom{flex-direction:column;gap:16px}.sb-home .hero-cta-group{flex-direction:column}.sb-home .hero-cta-group a{text-align:center}.sb-home .stats-container{grid-template-columns:1fr 1fr}}.sb-home .fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.sb-home .fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.sb-home .hero{padding:88px 20px 44px}.sb-home .hero h1{line-height:.96;letter-spacing:-1px}.sb-home .hero-subtitle{font-size:1rem;line-height:1.5}.sb-home section{padding:56px 20px}.sb-home .section-desc{font-size:1rem}.sb-home .stats-bar{padding:26px 18px}.sb-home .stats-container{grid-template-columns:repeat(2,1fr);gap:22px 16px}.sb-home .product-card{max-width:460px;margin:0 auto}.sb-home .build-image img{width:100%}.sb-home .testimonial-card{padding:24px}.sb-home .cta-section h2{line-height:1.05}}@media(max-width:480px){.sb-home section{padding:44px 16px}.sb-home .hero{padding:78px 16px 38px}.sb-home .stats-container{grid-template-columns:1fr 1fr}.sb-home .hero-cta-group{flex-direction:column;gap:12px}.sb-home .hero-cta-group a{width:100%;text-align:center}.sb-home .product-name{font-size:1.05rem}}.sb-home{overflow-x:hidden}.sb-home img{max-width:100%;height:auto}.sb-home .product-card{position:relative}.sb-home .product-card .card-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.sb-home .product-card .product-link{position:relative;z-index:2}.sb-home a.product-card{display:block;text-decoration:none;color:inherit;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sb-home.css.map */
