@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Montserrat:wght@700&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden}.nav{z-index:1000;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:80px;padding:10px 20px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 5px #0000001a}.nav .logo img{object-fit:cover;width:120px;height:70px}.nav .menu{gap:20px;display:flex}.nav .menu a{color:#333;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s}.nav .menu a:hover{color:#007bff}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;padding:0;display:none}.hamburger span{transform-origin:1px;background:#333;border-radius:10px;width:30px;height:3px;transition:all .3s linear}section{border-bottom:1px solid #f0f0f0;min-height:100vh;padding:100px 20px}section h1{color:#333;margin-bottom:20px;font-size:2.5rem}section p{color:#666;font-size:1rem;line-height:1.6}#home{background-color:#f9f9f9}#engine{background-color:#fff}#testing{background-color:#f4f4f4}#contact{background-color:#eee}@media (max-width:768px){.nav{justify-content:space-between;align-items:center;padding:10px 20px}.hamburger{display:flex}.hamburger.active span:first-child{transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)}.nav .menu{background-color:#fff;flex-direction:column;width:100%;height:calc(100vh - 80px);padding:20px;transition:all .3s ease-in-out;position:fixed;top:80px;right:-100%;box-shadow:-2px 0 5px #0000001a}.nav .menu.active{right:0}.nav .menu a{text-align:center;border-bottom:1px solid #f0f0f0;padding:15px 0;font-size:1.2rem}section{padding:80px 15px}section h1{font-size:2rem}section p{font-size:.9rem}}.section{color:#fff;background:linear-gradient(#000428,#004e92);flex-direction:row;align-items:center;gap:50px;min-height:100vh;padding:40px;display:flex}.text-container{text-align:left;flex-direction:column;flex:1;justify-content:center;padding-right:20px;display:flex}.h1{margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.2}.p{max-width:500px;margin-bottom:30px;font-size:1.5rem;line-height:1.6}.div-3{gap:20px;display:flex}.button,.button-1{color:#007bff;cursor:pointer;text-transform:uppercase;background-color:#fff;border:none;border-radius:8px;padding:12px 25px;font-size:1.1rem;font-weight:700;transition:all .3s ease-in-out;box-shadow:0 4px 10px #0003}.button:hover,.button-1:hover{color:#fff;background-color:#0056b3;box-shadow:0 6px 15px #0000004d}.image-container{border-radius:15px;flex:1;width:100%;max-width:600px;height:400px;margin-top:20px;position:relative;overflow:hidden}.image-container img{clip-path:inset(0 0 0 100%);opacity:0;z-index:1;width:100%;height:100%;transition:clip-path 1s ease-in-out,opacity 1s ease-in-out;position:absolute;top:0;left:0}.image-container img.active{clip-path:inset(0);opacity:1;z-index:2}.image-container img.inactive{clip-path:inset(0 100% 0 0);opacity:0}@media (max-width:768px){.section{flex-direction:column;gap:30px}.h1{text-align:center;font-size:2.5rem}.p{text-align:center;max-width:90%;font-size:1.2rem}.div-3{justify-content:center}.button,.button-1{padding:10px 20px;font-size:1rem}.image-container{max-width:90%;height:auto}}.section-2{text-align:center;background-color:#f9f9f9;padding:100px 20px 40px}.h2{color:#333;margin-bottom:30px;font-size:2.5rem;animation:1s ease-in-out fade-in}.div-6{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.div-7,.div-8{background-color:#fff;border-radius:10px;width:100%;max-width:400px;padding:20px;transition:transform .3s,box-shadow .3s;animation:1s ease-in-out fade-in-up;box-shadow:0 4px 8px #0000001a}.div-7:hover,.div-8:hover{transform:translateY(-5px)}.img-1,.img-2{width:100%;height:205px;position:relative}.img-1 img,.img-2 img{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .5s}.img-1 img:hover,.img-2 img:hover{transform:scale(1.05)}.h3,.h3-1{color:#007bff;margin:15px 0;font-size:1.5rem}.ul,.ul-1{color:#333;margin:20px 0;padding:0;line-height:1.6;list-style:none}.testing-section{color:#fff;background:linear-gradient(#000428,#004e92);flex-direction:column;align-items:center;min-height:100vh;padding:100px 20px 20px;animation:1.5s ease-in-out fade-in;display:flex}.testing-header{text-align:center;margin-bottom:40px}.engine-testing-title{border-bottom:2px solid #ff4500;padding-bottom:10px;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700}.testing-content{flex-direction:column;gap:50px;width:100%;max-width:1200px;margin-top:40px;display:flex}.testing-item{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.testing-video-container{flex:1;max-width:600px}.testing-video-container video{border-radius:8px;width:100%;box-shadow:0 8px 16px #0000004d}.testing-details{flex:1;max-width:500px}.latest-test-results{margin-bottom:10px;font-family:Roboto,sans-serif;font-size:1.8rem}.testing-details ul{flex-direction:column;gap:10px;padding:0;list-style:inside;display:flex}@media (max-width:768px){.testing-item{flex-direction:column}.testing-details,.testing-video-container{max-width:100%}.engine-testing-title{font-size:2rem}}.section-5{color:#333;background-color:#f9f9f9;min-height:100vh;padding:80px 20px 20px}.contact-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.contact-form,.contact-info{background-color:#fff;border-radius:10px;width:48%;padding:30px;box-shadow:0 4px 8px #0000001a}.contact-form h2{color:#007bff;margin-bottom:20px;font-size:2.5rem}.form,.form-group{flex-direction:column;display:flex}.form-group label{margin-bottom:8px;font-size:1rem;font-weight:700}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:5px;padding:12px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}textarea{resize:vertical;height:150px}.send-message{color:#fff;cursor:pointer;letter-spacing:1px;text-transform:uppercase;background-color:#007bff;border:none;border-radius:5px;align-self:center;margin-top:10px;padding:12px 30px;font-size:1.1rem;font-weight:700}.send-message:disabled{opacity:.7;cursor:not-allowed}.contact-info h3{color:#007bff;margin-bottom:20px;font-size:2rem}.contact-details{flex-direction:column;gap:20px;display:flex}.contact-item{gap:15px;display:flex}.icon{font-size:1.5rem}.google-map{border-radius:10px;margin-top:20px;overflow:hidden;box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.contact-container{flex-direction:column}.contact-form,.contact-info{width:100%}}.footer{color:#e5e7eb;background:linear-gradient(#111827,#000)}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer-content{grid-template-columns:repeat(3,1fr);gap:3rem;padding:3rem 0;display:grid}.brand-section{flex-direction:column;gap:1.5rem;display:flex}.brand-container{align-items:center;gap:.75rem;display:flex}.brand-logo{border-radius:.5rem;width:48px;height:48px}.brand-name{color:#fff;font-size:1.5rem;font-weight:700}.brand-description{color:#9ca3af;max-width:20rem}.brand-description span{color:#3b82f6;font-weight:600;display:block}.social-section,.newsletter-section{flex-direction:column;gap:1.5rem;display:flex}.section-title{color:#fff;font-size:1.125rem;font-weight:600}.social-links{gap:1rem;display:flex}.social-link{color:#9ca3af;transition:all .2s}.social-link:hover{color:#3b82f6}.social-link svg{fill:currentColor;stroke:currentColor;stroke-width:1.5px;width:24px;height:24px}.newsletter-form{background-color:#1f2937;border:1px solid #374151;border-radius:.5rem;padding:1.5rem}.newsletter-form form{flex-direction:column;gap:1rem;display:flex}.newsletter-input{color:#fff;background-color:#374151;border:1px solid #4b5563;border-radius:.5rem;padding:.75rem 1rem}.newsletter-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;padding:.75rem 1rem;font-weight:500}.footer-bottom{border-top:1px solid #1f2937;padding:2rem 0}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-links{gap:1.5rem;display:flex}.footer-link{color:#9ca3af;font-size:.875rem;text-decoration:none}.footer-link:hover{color:#fff}@media (max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}.brand-section{grid-column:span 2}}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.brand-section{grid-column:span 1}.footer-bottom-content{text-align:center;flex-direction:column}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.about-container{background:linear-gradient(#f8fafc,#f1f5f9);min-height:100vh;padding:3rem 1rem}.about-inner{grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;display:grid}@media (min-width:1024px){.about-inner{grid-template-columns:repeat(2,1fr);align-items:center}}.slider-container{aspect-ratio:16/9;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.slider-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s ease-in-out,transform .5s ease-in-out;position:absolute;transform:scale(1.1)}.slider-image.active{opacity:1;transform:scale(1)}.slider-dots{gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.slider-dot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:8px;height:8px}.slider-dot.active{background-color:#fff;border-radius:4px;width:16px}.content-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.content-title{color:#1a202c;margin-bottom:1.5rem;font-size:2.5rem}.content-text{color:#4a5568;line-height:1.75}.content-text p{margin-bottom:1.5rem;font-size:1.125rem}.achievements{border-left:4px solid #3b82f6;margin:2rem 0;padding-left:1rem}.achievement-item{gap:.5rem;margin-bottom:.75rem;display:flex}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
