body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fff}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:80px 0;text-align:center}.logo{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.tagline{font-size:1.25rem;opacity:.95}.about-section{padding:80px 0;background-color:#fff;text-align:center}.about-section h2{font-size:2.5rem;color:#ff6b35;margin-bottom:2rem}.about-section p{font-size:1.125rem;max-width:600px;margin:0 auto;color:#555}.products-section{padding:80px 0;background-color:#f8f9fa;flex-grow:1}.products-section h2{font-size:2.5rem;color:#ff6b35;text-align:center;margin-bottom:3rem}.product-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;border:2px solid transparent}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026;border-color:#ff6b35}.product-card h3{color:#ff6b35;font-size:1.75rem;margin-bottom:1rem}.product-card p{color:#555;flex-grow:1;margin-bottom:1.5rem}.visit-link{color:#ff6b35;font-weight:600;display:inline-flex;align-items:center;transition:transform .2s ease}.product-card:hover .visit-link{transform:translate(5px)}.footer{background-color:#333;color:#fff;padding:2rem 0;text-align:center}.footer a{color:#ff6b35;text-decoration:none;font-weight:500;transition:color .2s ease}.footer a:hover{color:#f7931e;text-decoration:underline}@media (max-width: 768px){.logo{font-size:2rem}.tagline{font-size:1rem}.hero,.about-section,.products-section{padding:60px 0}.about-section h2,.products-section h2{font-size:2rem}.product-cards{grid-template-columns:1fr}}
