.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background-color .3s ease}.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header h1{font-size:1.5rem;margin:0;color:var(--light-cyan)}.header nav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.burger{display:none;flex-direction:column;gap:4px;background:0 0;border:0;cursor:pointer}.burger span{width:24px;height:3px;background:var(--white-color);display:block;transition:transform .3s ease}@media screen and (max-width:768px){.header nav{position:absolute;top:100%;left:0;width:100%;background:var(--marian-blue);display:none}.header nav.open{display:block}.header nav ul{flex-direction:column;padding:1rem 0;text-align:center}.burger{display:flex}}.header nav ul li a{color:var(--white-color);text-decoration:none}.hero{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center}.hero video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-content{display:flex;flex-wrap:wrap}.hero-left{flex:0 0 70%;padding:2rem;color:var(--white-color);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-left h2{font-size:3rem;margin-bottom:1rem}.hero-left p{font-size:1.5rem;margin-bottom:2rem}.hero-right{flex:0 0 30%;padding:2rem;background-color:#0009;color:var(--white-color)}.hero-right h2{margin-bottom:1rem;text-align:center;margin-bottom:2rem;font-size:2rem}.hero-right form div{margin-bottom:1rem}.hero-right form label{display:block}.hero-right form input,.hero-right form textarea{width:100%;padding:.5rem}.about .container{text-align:center}.about p{margin-bottom:1rem}.about .image-container{margin-top:2rem;width:100%}.about .image-container img{width:100%;height:auto;display:block}.about .graphic-elements{margin-top:2rem;text-align:center}.about .graphic-elements img{margin-right:1rem}.clients .container{text-align:center}.clients .client-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.clients .client{width:150px;text-align:center}.clients .client img{border-radius:50%;width:100%;height:auto}.mission-vision .container div{margin-bottom:2rem}.mission-vision h3{margin-bottom:.5rem}.services .container{text-align:center}.services .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services .service-card{background:var(--white-color);padding:1rem;border-radius:8px}.services .service-card img{border-radius:8px}.services .service-card h3{margin-bottom:.5rem}.testimonials .container{text-align:center}.testimonials .testimonial-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center}.testimonials .video-container{flex:1 1 400px;text-align:center}.testimonials .video-container video{width:100%;max-width:500px;border-radius:8px}.testimonials .testimonial-text{flex:1 1 400px}.testimonials .testimonial-text blockquote{font-style:italic;font-size:1.2rem;margin-bottom:1rem}.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999}.whatsapp-button a{display:inline-block}.whatsapp-button img{width:60px;height:60px}@media screen and (max-width:768px){.hero-content{flex-direction:column}.hero-left,.hero-right{flex:0 0 100%}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--federal-blue:#03045eff;--marian-blue:#023e8aff;--honolulu-blue:#0077b6ff;--blue-green:#0096c7ff;--pacific-cyan:#00b4d8ff;--vivid-sky-blue:#48cae4ff;--non-photo-blue:#90e0efff;--non-photo-blue-2:#ade8f4ff;--light-cyan:#caf0f8ff;--text-color:#333;--white-color:#fff;--section-padding:4rem;--container-width:1200px;--font-family:"Open Sans", Arial, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--lavender-blush);line-height:1.5}img,video,iframe,svg{max-width:100%;height:auto;display:block}body{overflow-x:hidden}.container{width:90%;max-width:var(--container-width);margin:0 auto}.section{padding:var(--section-padding)0}@media screen and (max-width:768px){.container{width:95%}.section{padding:2rem 0}}.section-title{text-align:center;margin-bottom:2rem;font-size:2rem;color:var(--federal-blue)}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:var(--honolulu-blue);color:var(--white-color);border:0;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:var(--blue-green)}a{color:var(--green-blue);text-decoration:none}a:hover{text-decoration:underline}.header.transparent-header{background-color:transparent}.header.solid-header{background-color:var(--marian-blue)}.header a{transition:color .3s ease}.header.solid-header a{color:var(--white-color)}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .8s forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.slide-in-left{opacity:0;transform:translate(-30px);animation:slideInLeft .8s forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.slide-in-right{opacity:0;transform:translate(30px);animation:slideInRight .8s forwards}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.6s}