*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#10b981;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#ffffff;--bg-gray:#f9fafb;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1)}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--bg-light);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}.header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header.scrolled{background:rgba(255,255,255,.98);box-shadow:0 4px 20px rgba(0,0,0,.15)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:800;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.logo:hover{color:var(--primary-dark)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-links a{color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary-color)}.config-link{background:var(--primary-color);color:white!important;padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem}.config-link,.config-link svg{font-size:.9rem}.config-link:after{display:none}.config-link:hover{background:var(--primary-dark);color:white!important}@media (max-width:768px){.nav-links{gap:1rem;font-size:.9rem}.config-link{padding:.4rem .8rem;font-size:.85rem}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2rem}}section{padding:4rem 0}@media (min-width:768px){section{padding:6rem 0}}main>section:first-of-type{padding-top:6rem}@media (min-width:768px){main>section:first-of-type{padding-top:8rem}}.btn{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background-color:var(--primary-color);color:white;text-shadow:none;font-weight:600}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:white;border:2px solid rgba(255,255,255,.5);font-weight:600}.btn-secondary:hover{background-color:rgba(255,255,255,.3);border-color:rgba(255,255,255,.8);color:white;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.card{background:white;border-radius:.75rem;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:1rem;color:var(--text-dark);letter-spacing:-.02em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}@media (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}p{margin-bottom:1rem;color:var(--text-light);line-height:1.7}.card p,.feature-card p,.product-card p,.service-card p{color:var(--text-light);font-size:1rem;line-height:1.6}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:6rem 0;min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.hero-background img{filter:brightness(.7)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1;transition:opacity .3s ease}.heroContent{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;position:relative;z-index:2}@media (min-width:768px){.heroContent{grid-template-columns:1fr 1fr}}.heroText{position:relative;z-index:2}.heroText h1{color:white;font-size:2.5rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:800}@media (min-width:768px){.heroText h1{font-size:3.5rem}}.heroSubtitle{font-size:1.25rem;color:rgba(255,255,255,.95);margin-bottom:2rem;line-height:1.8;text-shadow:1px 1px 3px rgba(0,0,0,.4);font-weight:500}.heroCta{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.heroCta{flex-direction:row}}.heroImage{display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.heroImage-wrapper{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1rem;box-shadow:0 20px 25px -5px rgb(0 0 0/.4);border:1px solid rgba(255,255,255,.2)}.heroImage img{border-radius:.5rem;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}.about{background:var(--bg-gray)}.about-content{text-align:center}.about-content h2{color:var(--text-dark);margin-bottom:2rem}.about-text{max-width:800px;margin:0 auto 3rem}.about-text p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about-text-with-image{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center;margin-bottom:3rem}@media (min-width:1024px){.about-text-with-image{grid-template-columns:1fr 1fr}}.about-image{position:relative;width:100%;height:400px;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image img{width:100%;height:100%;object-fit:cover}.about-features{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}@media (min-width:640px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.about-features{grid-template-columns:repeat(4,1fr)}}.feature-card{background:white;padding:2rem;border-radius:.75rem;box-shadow:var(--shadow-sm);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.feature-icon svg{width:100%;height:100%}.feature-card h3{color:var(--text-dark);font-size:1.25rem;margin-bottom:.5rem}.feature-card p{color:var(--text-light);font-size:.95rem}.services{background:white}.services-header{text-align:center;margin-bottom:3rem}.services-header h2{color:var(--text-dark);margin-bottom:1rem}.services-header p{font-size:1.125rem;color:var(--text-light)}.services-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:var(--bg-gray);padding:2.5rem;border-radius:1rem;border:2px solid var(--border-color);transition:all .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.service-card.featured{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white;border-color:transparent}.service-card.featured h3,.service-card.featured li,.service-card.featured p{color:white}.service-icon{font-size:3.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:inherit}.service-icon svg{width:100%;height:100%}.service-card h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}.service-list{list-style:none;padding:0}.service-list li{color:var(--text-light);padding:.5rem 0;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.service-list li svg{flex-shrink:0;color:var(--primary-color);font-size:.9rem}.products{background:var(--bg-gray)}.products-header{text-align:center;margin-bottom:3rem}.products-header h2{color:var(--text-dark);margin-bottom:1rem}.products-header p{font-size:1.125rem;color:var(--text-light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:white;border-radius:1rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease;border:2px solid transparent;overflow:hidden;position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.product-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.3));z-index:1}.product-content{padding:2rem 1.5rem;position:relative;z-index:2;background:white}.product-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.product-icon svg{width:100%;height:100%}.product-card h3{color:var(--text-dark);font-size:1.5rem;margin-bottom:.75rem}.product-card p{color:var(--text-light);font-size:1rem}.contact{background:white}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h2{color:var(--text-dark);margin-bottom:1rem}.contact-header p{font-size:1.125rem;color:var(--text-light)}.contact-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1.5fr}}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}.info-icon svg{width:100%;height:100%}.info-item h3{color:var(--text-dark);font-size:1.25rem;margin-bottom:.5rem}.info-item p{color:var(--text-light);margin:0}.contact-form-wrapper{background:var(--bg-gray);padding:2.5rem;border-radius:1rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-dark);font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid var(--border-color);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.footer{background:var(--text-dark);color:white;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (min-width:640px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-section h3{color:white;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:white;font-size:1.125rem;margin-bottom:1rem}.footer-section p{color:rgba(255,255,255,.8);line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:rgba(255,255,255,.8);transition:color .3s ease}.footer-section ul li a:hover{color:white}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.8)}.social-links a svg{width:100%;height:100%}.social-links a:hover{transform:scale(1.2);color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:rgba(255,255,255,.6);margin:0}