body{font-family:Inter,sans-serif;background-color:#ffffff;color:#212121;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background-color:#FF5722;color:white;padding:1rem 0;position:fixed;width:100%;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}.nav{display:flex;gap:1.5rem}.nav-link{color:white;text-decoration:none}.hero{background:linear-gradient(90deg,#FF5722,#4CAF50);color:white;padding:8rem 0 4rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.button{display:inline-block;background-color:white;color:#FF5722;padding:.75rem 1.5rem;border-radius:.25rem;text-decoration:none;font-weight:500;margin-right:1rem}.button-outline{background-color:transparent;border:1px solid white;color:white}.section{padding:4rem 0}.section-title{font-size:2rem;text-align:center;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{border:1px solid #e0e0e0;border-radius:.5rem;overflow:hidden}.product-image{height:200px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-content{padding:1.5rem}.product-title{font-size:1.25rem;margin-bottom:.5rem}.product-description{color:#666;margin-bottom:1rem}.product-price{font-weight:700;color:#FF5722}.footer{background-color:#212121;color:white;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-title{font-size:1.25rem;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-link{margin-bottom:.5rem}.footer-link a{color:#9E9E9E;text-decoration:none}.footer-link a:hover{color:#FF5722}.footer-bottom{border-top:1px solid #333;margin-top:2rem;padding-top:2rem;text-align:center;color:#9E9E9E}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.section-title{font-size:1.5rem}}.debug-button,.debug-component,.debug-info,.debug-overlay,.debug-panel,[data-debug=true],[data-testid^=debug-]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}