*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;background-color:#f9fafb;color:#374151}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-900{background-color:#111827}header{background:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:sticky;top:0;z-index:50}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.bg-red-600{background-color:#dc2626}.text-white{color:#fff}.p-2{padding:.5rem}.rounded-lg{border-radius:.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.text-gray-900{color:#111827}.text-sm{font-size:.875rem;line-height:1.25rem}.text-gray-600{color:#4b5563}.text-red-600{color:#dc2626}.text-green-600{color:#059669}.font-medium{font-weight:500}.bg-gradient-to-r{background:linear-gradient(90deg,#dc2626,#991b1b)}.py-16{padding-top:4rem;padding-bottom:4rem}.text-center{text-align:center}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.mb-6{margin-bottom:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.mb-8{margin-bottom:2rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.search-form{max-width:42rem;margin:0 auto}.search-container{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.search-container{flex-direction:row}}.flex-1{flex:1 1 0%}.search-input-container{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border-radius:.5rem;border:0;background:#fff;color:#111827;font-size:1rem}.search-input:focus{outline:2px solid #dc2626;outline-offset:2px}.search-button{background:#fff;color:#dc2626;padding:.75rem 2rem;border-radius:.5rem;border:0;font-weight:600;cursor:pointer;white-space:nowrap}.search-button:hover{background:#f9fafb}.mb-12{margin-bottom:3rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.mb-4{margin-bottom:1rem}.categories-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.category-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;transition:box-shadow .3s}.category-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.category-header{display:flex;align-items:center;margin-bottom:1rem}.category-icon{background:#fee2e2;padding:.75rem;border-radius:.5rem;color:#dc2626;margin-right:1rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.category-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:#111827}.subcategory-list{list-style:none}.subcategory-item{display:flex;align-items:center;color:#4b5563;margin-bottom:.5rem;cursor:pointer;padding:.25rem 0}.subcategory-item:hover{color:#dc2626}.chevron{margin-right:.5rem;font-size:.875rem;width:1rem}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:640px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.brands-grid{grid-template-columns:repeat(4,1fr)}}.brand-card{background:#fff;padding:1.5rem;border-radius:.5rem;text-align:center;transition:box-shadow .3s}.brand-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.brand-card-gray{background:#f9fafb}.brand-name{font-size:1.5rem;line-height:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.brand-status{font-size:.875rem;line-height:1.25rem;color:#6b7280}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.cta-buttons{flex-direction:row}}.btn-primary{background:#fff;color:#dc2626;padding:.75rem 2rem;border-radius:.5rem;border:0;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-primary:hover{background:#f9fafb}.btn-outline{background:0 0;border:2px solid #fff;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-outline:hover{background:#fff;color:#dc2626}footer{background:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-section{margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-icon{background:#dc2626;color:#fff;padding:.5rem;border-radius:.5rem}.footer-title{font-size:1.25rem;line-height:1.75rem;font-weight:700}.footer-subtitle{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem}.footer-text{color:#9ca3af;margin-bottom:.5rem}.footer-list{list-style:none}.footer-list li{color:#9ca3af;margin-bottom:.5rem}.contact-item{display:flex;align-items:center;color:#9ca3af;margin-bottom:.5rem}.contact-icon{margin-right:.5rem;font-size:.875rem;width:1rem}.border-t{border-top:1px solid #374151}.mt-8{margin-top:2rem}.pt-8{padding-top:2rem}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid #e5e7eb}.mobile-menu.active{display:block}.mobile-contact{display:flex;align-items:center;color:#dc2626;margin-bottom:1rem}.menu-button{display:none;background:0 0;border:0;font-size:1.5rem;cursor:pointer;color:#374151}@media (max-width:767px){.desktop-contacts{display:none}.menu-button{display:block}}@media (min-width:768px){.md-text-5xl{font-size:3rem;line-height:1}}@media (min-width:640px){.md-text-4xl{font-size:2.25rem;line-height:2.5rem}}