*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;text-rendering:optimizeLegibility}img{height:auto;max-width:100%}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}button:focus{outline:2px solid #e74c3c;outline-offset:2px}input,textarea{font-family:inherit}input:focus,textarea:focus{outline:2px solid #e74c3c;outline-offset:2px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{-webkit-tap-highlight-color:transparent;border:none;border-radius:4px;cursor:pointer;display:inline-block;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn-primary{background-color:#2c3e50;color:#fff}.btn-primary:hover{background-color:#34495e;transform:translateY(-2px)}.btn-secondary{background-color:#e74c3c;color:#fff}.btn-secondary:hover{background-color:#c0392b;transform:translateY(-2px)}.section{padding:80px 0}.section-title{color:#2c3e50;font-size:2.5rem;font-weight:300;margin-bottom:3rem}.section-title,.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}@media (hover:hover){.btn:hover{transform:translateY(-2px)}}@media (hover:none){.btn:active{transform:scale(.98)}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo{color:#2c3e50;font-size:1.8rem;font-weight:700;letter-spacing:2px;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#666;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;transition:color .3s ease}.nav-links a.active,.nav-links a:hover{color:#e74c3c}.hero{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:100px 0;text-align:center}.hero h1{color:#2c3e50;font-size:3.5rem;font-weight:300;margin-bottom:1rem}.hero p{color:#666;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.product-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-image{align-items:center;background:linear-gradient(45deg,#f0f0f0,#e0e0e0);color:#999;display:flex;font-size:1.2rem;height:300px;justify-content:center;width:100%}.product-info{padding:1.5rem}.product-name{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.product-price{color:#e74c3c;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#ecf0f1;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#e74c3c}.footer-bottom{border-top:1px solid #34495e;color:#95a5a6;padding-top:2rem;text-align:center}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-image{align-items:center;background:linear-gradient(45deg,#f0f0f0,#e0e0e0);border-radius:8px;color:#999;display:flex;height:400px;justify-content:center;width:100%}.about-text h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:2rem;text-align:center}.value-card h3{color:#e74c3c;margin-bottom:1rem}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.article-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease}.article-card:hover{transform:translateY(-5px)}.article-image{align-items:center;background:linear-gradient(45deg,#f0f0f0,#e0e0e0);color:#999;display:flex;height:200px;justify-content:center;width:100%}.article-content{padding:1.5rem}.article-title{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.article-meta{color:#999;font-size:.9rem;margin-bottom:1rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-form{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#e74c3c;outline:none}.contact-info{padding:2rem}.contact-info h3{color:#2c3e50;margin-bottom:1rem}.contact-info p{color:#666;margin-bottom:.5rem}.newsletter-section{display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:500px}.newsletter-section input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-size:1rem;padding:12px 20px}@media (max-width:1200px){.container{padding:0 15px}.hero h1{font-size:3rem}.section-title{font-size:2.2rem}}@media (max-width:992px){.nav-links{gap:1.5rem}.hero h1{font-size:2.8rem}.section-title{font-size:2rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.articles-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.footer-content,.values-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.logo{font-size:1.5rem}.hero{padding:60px 0}.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column;gap:.8rem}.section{padding:60px 0}.section-title{font-size:1.8rem;margin-bottom:2rem}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.articles-grid{gap:1.5rem;grid-template-columns:1fr}.footer-content,.values-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-form,.contact-info{padding:1.5rem}.btn{font-size:.9rem;padding:10px 20px}.newsletter-section{flex-direction:column;gap:.8rem}.newsletter-section input{width:100%}}@media (max-width:576px){.container{padding:0 10px}.hero{padding:40px 0}.hero h1{font-size:1.8rem}.hero p{font-size:.95rem}.hero-buttons{align-items:center;flex-direction:column;gap:.6rem}.hero-buttons .btn{max-width:250px;width:100%}.section{padding:40px 0}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.logo{font-size:1.3rem}.nav-links{gap:.8rem}.nav-links a{font-size:.8rem}.articles-grid,.footer-content,.products-grid,.values-grid{gap:1rem;grid-template-columns:1fr}.contact-content{gap:1.5rem;grid-template-columns:1fr}.contact-form,.contact-info{padding:1rem}.form-group input,.form-group textarea{padding:10px}.btn{font-size:.85rem;padding:8px 16px}.newsletter-section{flex-direction:column;gap:.6rem}.newsletter-section input{font-size:.9rem;width:100%}.article-image,.product-image{height:200px}.about-image{height:250px}}@media (max-width:400px){.hero h1{font-size:1.5rem}.hero p{font-size:.9rem}.hero-buttons{gap:.5rem}.hero-buttons .btn{font-size:.8rem;max-width:200px;padding:6px 12px}.section-title{font-size:1.3rem}.logo{font-size:1.1rem}.nav-links{gap:.5rem}.nav-links a{font-size:.75rem;padding:.25rem .5rem}.btn{font-size:.8rem;padding:6px 12px}.product-price{font-size:1.2rem}.article-title{font-size:1.1rem}.product-name{font-size:1rem}.contact-form input,.contact-form textarea{font-size:.9rem}.newsletter-section input{flex:1 1;font-size:.85rem;min-width:0}.newsletter-section .btn{flex-shrink:0;font-size:.8rem}.newsletter-section{flex-direction:column;gap:.5rem}.newsletter-section input{width:100%}}
/*# sourceMappingURL=main.3e3898ab.css.map*/