:root{--primary-color:#311166;--primary-hover:#451b8c;--bg-color:#f8f9fa;--text-dark:#1f2937;--text-gray:#6b7280;--text-light:#9ca3af;--white:#fff;--border-color:#e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.btn{white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover)}.btn-outline{border:1px solid var(--border-color);color:var(--text-dark);background-color:#0000}.btn-outline:hover{background-color:#f3f4f6}.top-bar{color:#d1d5db;background-color:#111827;padding:.5rem 0;font-size:.75rem}.top-bar-content{justify-content:space-between;align-items:center;display:flex}.top-bar-item{align-items:center;gap:.5rem;display:flex}.header{background-color:var(--white);z-index:50;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.logo h1{color:var(--primary-color);font-size:1.75rem;font-weight:800;line-height:1}.logo span{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;display:block}.nav-links{gap:2rem;font-size:.875rem;font-weight:500;display:flex}.nav-links a{position:relative}.nav-links a.active:after{content:"";background-color:var(--primary-color);width:100%;height:2px;position:absolute;bottom:-4px;left:0}.header-actions{color:var(--text-dark);gap:1.25rem;display:flex}.hero{background-color:#f3f4f6;min-height:550px;position:relative;overflow:hidden}.hero .container{align-items:center;min-height:550px;display:flex}.hero-bg{background-image:url(/hero.jpg);background-position:50%;background-size:cover;width:65%;position:absolute;top:0;bottom:0;right:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15%);mask-image:linear-gradient(90deg,#0000,#000 15%)}.hero-content{z-index:10;max-width:480px;margin-right:auto;padding:4rem 0;position:relative}.hero-subtitle{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.hero-title{color:var(--text-dark);margin-bottom:1.25rem;font-size:3rem;font-weight:700;line-height:1.1}.hero-text{color:var(--text-gray);margin-bottom:2.5rem;font-size:1rem}.hero-buttons{gap:1rem;display:flex}.brands-section{background-color:var(--white);text-align:center;border-bottom:1px solid var(--border-color);padding:3rem 0}.brands-title{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.75rem;font-weight:600}.brands-logos{color:#9ca3af;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.brands-logos img{opacity:.6;height:24px;transition:opacity .2s}.brands-logos img:hover{opacity:1}.catalog-section{background-color:#fafafa;padding:5rem 0}.catalog-grid{grid-template-columns:1fr 3fr;gap:3rem;display:grid}.catalog-header{padding-right:2rem}.catalog-header-subtitle{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.catalog-header h2{margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.catalog-header p{color:var(--text-gray);margin-bottom:2rem}.catalog-header .link{color:var(--primary-color);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.products-wrapper{align-items:center;gap:1.5rem;display:flex;position:relative}.product-card{background-color:var(--white);border-radius:12px;flex:1;padding:1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.product-card-fav{color:var(--text-light);position:absolute;top:1rem;right:1rem}.product-card-img{object-fit:contain;width:100%;height:150px;margin-bottom:1.5rem}.product-card-title{font-size:1rem;font-weight:600}.product-card-collection{color:var(--text-gray);margin-bottom:.75rem;font-size:.75rem}.product-card-bottom{justify-content:space-between;align-items:center;display:flex}.product-card-price{font-size:1.125rem;font-weight:700}.product-card-cart{background-color:var(--primary-color);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.catalog-next{background-color:var(--white);z-index:10;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 6px #0000000d}.features-section{background-color:var(--white);border-bottom:1px solid var(--border-color);padding:4rem 0}.features-grid{text-align:center;justify-content:space-between;display:flex}.feature-item{flex:1;padding:0 1rem}.feature-icon{width:48px;height:48px;color:var(--primary-color);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.feature-title{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.feature-desc{color:var(--text-gray);font-size:.75rem}.banner-section{color:var(--white);background-color:#27272a;min-height:400px;display:flex}.banner-image{background-image:url(/banner.jpg);background-position:50%;background-size:cover;flex:1}.banner-content{flex-direction:column;flex:1;justify-content:center;padding:5rem 4rem;display:flex}.banner-subtitle{text-transform:uppercase;letter-spacing:.05em;color:#d1d5db;margin-bottom:1rem;font-size:.75rem;font-weight:600}.banner-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.banner-desc{color:#9ca3af;margin-bottom:3rem}.banner-stats{flex-direction:column;gap:1.5rem;display:flex}.stat-item h3{font-size:1.5rem;font-weight:700}.stat-item p{color:#9ca3af;font-size:.75rem}.contact-section{background-color:#fafafa;padding:5rem 0}.contact-container{background-color:var(--white);border-radius:16px;grid-template-columns:1fr 2fr;gap:4rem;padding:3rem;display:grid;box-shadow:0 4px 20px #00000008}.contact-info h2{color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.contact-info h3{margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.contact-info p{color:var(--text-gray);margin-bottom:2rem;font-size:.875rem}.contact-buttons{gap:1rem;display:flex}.contact-form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-dark);font-size:.75rem;font-weight:500}.form-group input{border:1px solid var(--border-color);background-color:#f9fafb;border-radius:4px;padding:.75rem;font-family:inherit;font-size:.875rem}.form-group input:focus{border-color:var(--primary-color);outline:none}.form-submit{background-color:var(--primary-color);color:var(--white);border-radius:4px;grid-column:1/-1;margin-top:1rem;padding:1rem;font-weight:500}.footer{color:#9ca3af;background-color:#111827;padding:4rem 0 2rem;font-size:.875rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-logo{color:var(--white);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-logo span{text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;display:block}.footer-desc{margin-bottom:1.5rem;font-size:.75rem}.footer-socials{color:var(--white);gap:1rem;display:flex}.footer-column h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.footer-column ul{flex-direction:column;gap:.75rem;display:flex}.footer-column li{font-size:.75rem}.footer-contact-item{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.75rem;display:flex}.footer-bottom{text-align:center;border-top:1px solid #374151;padding-top:2rem;font-size:.75rem}@media (width<=1024px){.hero-bg{width:50%}}@media (width<=768px){.top-bar-content{flex-wrap:wrap;justify-content:center;gap:1rem;padding:.5rem 0}.nav-links{display:none}.hero,.hero .container{min-height:400px}.hero-content{max-width:100%;padding:3rem 0}.hero-bg{opacity:.15;width:100%;-webkit-mask-image:none;mask-image:none}.hero-title{font-size:2.25rem}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.brands-logos{gap:1.5rem}.catalog-grid{grid-template-columns:1fr;gap:1.5rem}.products-wrapper{flex-direction:column}.product-card{width:100%}.features-grid{flex-direction:column;gap:2rem}.banner-section{flex-direction:column}.banner-image{min-height:250px}.banner-content{padding:3rem 1.5rem}.contact-container{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.contact-form,.footer-grid{grid-template-columns:1fr}}
