@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap";.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:0 2rem;position:fixed;top:0;left:0;width:100%;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:80px}.header .logo{height:180px;width:auto;padding:0;cursor:pointer}.nav-menu a{margin:0 1rem;color:#333;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s}.nav-menu a:hover{color:#007bff}.contact-button{background-color:#000;color:#fff!important;padding:10px 20px;border-radius:5px;text-decoration:none;transition:background-color .3s}.contact-button:hover{background-color:#333}.menu-icon{display:none;font-size:1.8rem;cursor:pointer}@media screen and (max-width:768px){.nav-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;background:#fff;position:absolute;top:80px;left:-100%;transition:all .5s ease}.nav-menu.active{left:0}.nav-menu a{margin:2rem 0;font-size:1.5rem}.menu-icon{display:block}}.hero-section{display:flex;align-items:center;justify-content:center;text-align:center;min-height:100vh;padding-top:80px;background:#f4f7f6;color:#333}.hero-content h1{font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.btn{padding:12px 24px;margin:0 10px;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:all .3s}.btn-primary{background-color:#000;color:#fff}.btn-secondary{background-color:transparent;color:#000;border:1px solid #000}@media screen and (max-width:768px){.hero-content h1{font-size:2rem}}.section-style{padding:100px 2rem;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.section-style:nth-child(2n){background-color:#f9f9f9}.section-style h2{font-size:2.5rem;margin-bottom:1rem}.portfolio-section{padding:80px 20px;background-color:#f8f9fa;min-height:100vh}.portfolio-container{max-width:1200px;margin:0 auto;text-align:center}.portfolio-container h2{font-size:2.5rem;margin-bottom:1rem;color:#333}.portfolio-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.product-logo{text-align:center;margin-bottom:1.5rem}.product-logo-img{max-width:350px;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.product-logo-img:hover{transform:scale(1.05)}.product-content h3{font-size:1.5rem;margin-bottom:1rem;color:#333;text-align:center}.product-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.product-features{list-style:none;padding:0}.product-features li{padding:.5rem 0;color:#555;font-size:.95rem}.product-features li:before{content:"";margin-right:.5rem}@media screen and (max-width:768px){.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}.portfolio-container h2{font-size:2rem}.portfolio-subtitle{font-size:1rem}.product-logo-img{max-width:150px;max-height:90px}}.footer{background:linear-gradient(135deg,#0f0022,#000);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:flex;align-items:center;gap:1rem}.logo-img{height:50px;width:auto}.logo-text{font-size:2rem;font-weight:700;color:#fff}.social-media{display:flex;gap:1rem}.social-icon{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-icon:hover{background:#fff3;transform:translateY(-2px)}.footer-content{display:grid;grid-template-columns:300px 1fr;gap:3rem;margin-bottom:3rem}.app-section h3{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.app-buttons{display:flex;flex-direction:column;gap:1rem}.app-button{display:flex;align-items:center;gap:1rem;background:#fff;color:#333;padding:.8rem 1.2rem;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.app-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.app-button svg{font-size:1.5rem;color:#333}.app-text{display:flex;flex-direction:column}.app-title{font-size:.8rem;color:#666;font-weight:500}.app-store{font-size:1rem;font-weight:700;color:#333}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.footer-column h4{font-size:1.1rem;margin-bottom:1.5rem;color:#fff;font-weight:600}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.8rem}.footer-column a{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.company-description{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.footer-info{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#ffffffb3}.footer-info p{margin:0}@media screen and (max-width:1024px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-columns{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-top{flex-direction:column;gap:1.5rem;text-align:center}.footer-columns{grid-template-columns:repeat(2,1fr);gap:1rem}.app-buttons{flex-direction:row;justify-content:center}.app-button{flex:1;max-width:200px}}@media screen and (max-width:480px){.footer-columns{grid-template-columns:1fr}.app-buttons{flex-direction:column}.app-button{max-width:none}.social-media{flex-wrap:wrap;justify-content:center}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:1000;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 4px 15px #25d36666}@media screen and (max-width:768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}}
