:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;--primary-blue: #006994;--light-blue: #0088bb;--white: #ffffff;--text-dark: #2c3e50;--text-light: #f8f9fa;--gray-light: #ecf0f1;color:var(--text-dark);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--light-blue)}h1,h2,h3,h4,h5,h6{color:var(--text-dark);margin-bottom:1rem}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}button{border-radius:4px;border:2px solid var(--primary-blue);padding:.75rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;background-color:var(--primary-blue);color:var(--white);cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--light-blue);border-color:var(--light-blue);transform:translateY(-2px);box-shadow:0 4px 8px #0069944d}button:focus,button:focus-visible{outline:3px solid var(--light-blue);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.app{min-height:100vh;display:flex;flex-direction:column}.header{background-color:var(--primary-blue);color:var(--white);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:1rem}.logo{height:60px;width:auto;max-width:100px;object-fit:contain;animation:fadeIn .8s ease-in}.company-name{font-size:1.8rem;font-weight:700;margin:0;letter-spacing:1px;animation:slideInLeft .8s ease-out}.company-tagline{font-size:.9rem;opacity:.9;margin-top:.25rem;animation:fadeIn 1s ease-out}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--white);font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease}.nav a:hover{background-color:var(--light-blue);color:var(--white)}.hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--light-blue) 100%);color:var(--white);padding:6rem 2rem;text-align:center}.hero-content{max-width:1200px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:slideInUp .8s ease-out}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.95;animation:slideInUp 1s ease-out}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:slideInUp 1.2s ease-out}.button-primary{background-color:var(--white);color:var(--primary-blue);border-color:var(--white)}.button-primary:hover{background-color:var(--gray-light);border-color:var(--gray-light);color:var(--primary-blue)}.button-secondary{background-color:transparent;color:var(--white);border-color:var(--white)}.button-secondary:hover{background-color:var(--white);color:var(--primary-blue);border-color:var(--white)}.services{padding:5rem 2rem;background-color:var(--white)}.section-content{max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;color:var(--primary-blue)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background-color:var(--white);border:2px solid var(--gray-light);border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;animation:fadeIn .6s ease-out}.service-card:hover{border-color:var(--primary-blue);box-shadow:0 8px 20px #00699426;transform:translateY(-5px);animation:pulse .5s ease-in-out}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:var(--primary-blue);margin-bottom:1rem}.service-card p{color:var(--text-dark);line-height:1.6}.about{padding:5rem 2rem;background-color:var(--gray-light)}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;align-items:center}.about-text h2{color:var(--primary-blue);margin-bottom:1.5rem}.about-text p{margin-bottom:1rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{background-color:var(--white);padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000000d}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-dark)}.contact{padding:5rem 2rem;background-color:var(--primary-blue);color:var(--white);text-align:center}.contact h2{color:var(--white);margin-bottom:1.5rem}.contact p{font-size:1.2rem;margin-bottom:2rem}.contact-info{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.contact-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-item-icon{font-size:2rem;margin-bottom:.5rem}.contact-item a,.contact-item>span:last-child{color:var(--white);font-size:1.1rem;font-weight:500}.contact-item a:hover{color:var(--gray-light)}.contact-button-container{margin-top:3rem}.footer{background-color:#003d5c;color:var(--white);padding:3rem 2rem 1rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;animation:fadeIn .8s ease-out}.footer-section h3{color:var(--white);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:var(--white);margin-bottom:1rem;font-size:1.2rem}.footer-section p{line-height:1.6;opacity:.9}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem;opacity:.9;transition:all .3s ease}.footer-section ul li:hover{opacity:1;transform:translate(5px)}.footer-section a{color:var(--white);transition:color .3s ease}.footer-section a:hover{color:var(--light-blue)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{margin:.5rem 0;opacity:.9}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{flex-direction:column;gap:.5rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.services-grid,.about-stats{grid-template-columns:1fr}.contact-info{flex-direction:column;gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-section ul li:hover{transform:translate(0)}.logo{height:50px;width:50px}.company-name{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.service-card:hover{animation:none}.footer-section ul li:hover{transform:none}}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;z-index:999;animation:pulse 2s infinite}.whatsapp-float:hover{background-color:#20ba5a;box-shadow:0 6px 20px #25d36699;transform:scale(1.1)}.whatsapp-float:active{transform:scale(.95)}@media(max-width:768px){.whatsapp-float{bottom:20px;right:20px;width:56px;height:56px}}
