*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between;height:70px}.nav-container,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px;height:50px}.logo-img{height:40px;width:auto;max-width:150px;object-fit:contain;object-position:left;transition:transform .3s ease}.logo-img:hover{transform:scale(1.05)}.logo-text h2{color:#1297cc;font-size:1.8rem;font-weight:700;margin:0;line-height:1}.logo-text span{color:#107fb4;font-size:.9rem;font-weight:400;display:block;line-height:1}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#1297cc}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#1297cc;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#c5c9ca);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#1297cc;margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:#4a5568;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;display:inline-block}.btn-primary{background:#1297cc;color:#fff}.btn-primary:hover{background:#107fb4;transform:translateY(-2px);box-shadow:0 10px 25px rgba(18,151,204,.3)}.btn-secondary{background:transparent;color:#1297cc;border:2px solid #1297cc}.btn-secondary:hover{background:#1297cc;color:#fff;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-placeholder{background:#fff;border-radius:20px;padding:4rem 2rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.1);border:2px solid #e2e8f0}.hero-placeholder i{font-size:4rem;color:#1297cc;margin-bottom:1rem}.hero-placeholder p{font-size:1.2rem;color:#4a5568;font-weight:500}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#4a5568;max-width:600px;margin:0 auto}.about{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text h3{font-size:2rem;color:#1a202c;margin-bottom:1.5rem;font-weight:600}.about-text p{font-size:1.1rem;color:#4a5568;margin-bottom:1.5rem;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem}.stat{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.stat h4{font-size:2.5rem;color:#1297cc;font-weight:700;margin-bottom:.5rem}.stat p{color:#4a5568;font-weight:500;margin:0}.about-image{display:flex;justify-content:center;align-items:center}.about-placeholder{background:linear-gradient(135deg,#1297cc,#107fb4);border-radius:20px;padding:4rem 2rem;text-align:center;color:#fff;box-shadow:0 20px 40px rgba(18,151,204,.3)}.about-placeholder i{font-size:4rem;margin-bottom:1rem}.about-placeholder p{font-size:1.2rem;font-weight:500;margin:0}.products{padding:80px 0;background:#c5c9ca}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.product-icon{width:80px;height:80px;background:linear-gradient(135deg,#1297cc,#107fb4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.product-icon i{font-size:2rem;color:#fff}.product-card h3{font-size:1.5rem;color:#1a202c;margin-bottom:1rem;font-weight:600}.product-card p{color:#4a5568;line-height:1.6}.contact{padding:80px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{font-size:1.5rem;color:#1297cc;margin-top:.25rem}.contact-item h4{font-size:1.2rem;color:#1a202c;margin-bottom:.5rem;font-weight:600}.contact-item p{color:#4a5568;margin:0}.contact-form{background:#c5c9ca;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1297cc}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1a202c;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-logo-img{height:35px;width:auto;max-width:100px;object-fit:contain;object-position:left}.footer-logo-text h3{color:#1297cc;margin:0;font-size:1.3rem;font-weight:600}.footer-section h4{margin-bottom:1rem;color:#1297cc}.footer-section p{color:#a0aec0;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#1297cc}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #2d3748;color:#a0aec0}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.about-content{gap:2rem}.about-content,.stats{grid-template-columns:1fr}.stats{gap:1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center}.btn{padding:10px 24px;font-size:.9rem}.nav-logo{gap:8px}.logo-img{height:32px;max-width:120px}.logo-text h2{font-size:1.5rem}.logo-text span{font-size:.8rem}.footer-logo{gap:8px}.footer-logo-img{height:30px;max-width:80px}.footer-logo-text h3{font-size:1.1rem}}@media (max-width:480px){.hero-title,.section-header h2{font-size:2rem}.about-placeholder,.hero-placeholder{padding:2rem 1rem}.about-placeholder i,.hero-placeholder i{font-size:3rem}.contact-form{padding:1.5rem}}.nav-logo{transition:all .3s ease}.nav-logo:hover .logo-img{transform:scale(1.05)}@media (prefers-reduced-motion:no-preference){.about-placeholder,.hero-placeholder,.product-card{animation:fadeInUp .6s ease-out}.logo-img{animation:fadeIn .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}