html{scroll-behavior:smooth}body{margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.5rem;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 2rem;background:#fff;color:#667eea;text-decoration:none;border-radius:5px;font-weight:700;transition:transform .3s}.cta-button:hover{transform:translateY(-3px)}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem}section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}.about{background:#f8f9fa}.about p{font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto}.products{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-card h3{color:#667eea;margin-bottom:1rem}.contact{background:#f8f9fa}.contact-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit}.contact-form button{padding:1rem;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s}.contact-form button:hover{background:#764ba2}.footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem}@media(max-width:768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1.2rem}section h2{font-size:2rem}}:root{--tobacco-brown: #8B4513;--dark-brown: #654321;--light-brown: #A0826D;--tobacco-green: #2E7D32;--light-green: #4CAF50;--dark-green: #1B5E20;--gold: #DAA520;--cream: #F5DEB3;--tan: #D2B48C;--bg-white: #FFFFFF;--bg-light: #FAFAFA;--bg-warm: #F5F5F5}body{background:#fff;color:#333}.app{background:#fff;min-height:100vh}
