.navbar{z-index:1000;width:calc(100% - 2rem);max-width:1200px;padding:1rem 1.5rem;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.navbar-container{justify-content:space-between;align-items:center;padding:0;display:flex}.logo{flex-direction:column;line-height:1;display:flex}.logo-simbio{letter-spacing:-1px;font-size:1.75rem;font-weight:800}.logo-sports{letter-spacing:2px;color:var(--text-muted);font-size:.8rem;font-weight:600}.nav-links{gap:2rem;display:flex}.nav-item{color:var(--text-main);font-size:1rem;font-weight:500;transition:color .3s}.nav-item:hover{color:var(--primary)}.mobile-menu-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{text-align:center;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}}
.hero{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;background-color:var(--bg-darker);width:100%;height:100%;position:absolute;top:0;left:0}.background-video{object-fit:cover;opacity:.6;width:100%;height:100%}.overlay{background:linear-gradient(to bottom, #12121266, var(--bg-dark));width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:1;align-items:center;gap:4rem;max-width:1200px;display:flex;position:relative}.hero-logo-container{flex:none;justify-content:center;align-items:center;width:350px;display:flex}.hero-large-logo{object-fit:contain;filter:drop-shadow(0 0 20px #7ac5d833);width:100%;height:auto}.hero-text-container{flex:1;max-width:700px}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-buttons{gap:1.5rem;display:flex}@media (max-width:900px){.hero-content{text-align:center;flex-direction:column;gap:2rem}.hero-logo-container{width:250px;margin:0 auto}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons{flex-direction:column;justify-content:center}}
.section-padding{padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem;max-width:600px;margin-inline:auto}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;transition:transform .3s,background .3s;display:flex}.service-card:hover{background:var(--bg-card-hover);transform:translateY(-10px)}.service-icon-wrapper{background:#0000004d;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.service-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.service-description{color:var(--text-muted);flex-grow:1;line-height:1.6}
.shop-preview{background-color:var(--bg-darker)}.shop-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.shop-header .section-title{margin-bottom:.5rem}.shop-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.product-card{padding:1rem;transition:transform .3s;overflow:hidden}.product-card:hover{border-color:var(--primary);transform:translateY(-5px)}.product-image{border-radius:12px;height:200px;margin-bottom:1rem}.product-info{padding:.5rem}.product-category{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:600}.product-name{margin:.5rem 0 1rem;font-size:1.2rem;font-weight:700}.btn-icon{color:var(--text-main);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-weight:600;transition:color .3s;display:flex}.btn-icon:hover{color:var(--secondary)}.mobile-only{display:none}@media (max-width:768px){.shop-header{flex-direction:column;align-items:flex-start;gap:1rem}.desktop-only{display:none}.mobile-only{display:block}}
.about-section{position:relative;overflow:hidden}.about-content{text-align:center;border-radius:24px;max-width:900px;margin:0 auto;padding:4rem}.about-content .section-title{margin-bottom:2rem;font-size:2.2rem;line-height:1.3}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.about-text:last-child{margin-bottom:0}@media (max-width:768px){.about-content{padding:2.5rem 1.5rem}.about-content .section-title{font-size:1.8rem}.about-text{font-size:1.1rem}}
.footer{border-top:1px solid var(--glass-border);background-color:#050505;padding-top:4rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer-title{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.footer-links{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);transition:color .3s}.footer-links a:hover{color:var(--primary)}.contact-info li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.social-links{gap:1rem;display:flex}.social-icon{justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary);color:#000}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0d;padding:1.5rem 0;font-size:.8rem}
