*{box-sizing:border-box}body,html{margin:0;font-family:Montserrat,sans-serif;overscroll-behavior-y:none;scroll-behavior:smooth;color:#333;background:#fff}.navbar{display:flex;align-items:center;justify-content:space-between;padding:15px 30px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.navbar .logo{height:40px}.navbar .menu{display:flex;gap:20px;align-items:center}.navbar .menu a{text-decoration:none;color:#333;font-size:16px;font-weight:300;transition:color .3s}.navbar .menu a:hover{color:#007bff}.navbar .menu a.cta-button{padding:10px 20px;background:#007bff;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:5px;transition:background .3s;white-space:nowrap}.navbar .menu a.cta-button:hover{background:#0056b3;color:#fff}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger span{width:2rem;height:.25rem;background:#333;border-radius:10px;transition:all .3s ease-in-out;position:relative;transform-origin:1px}.hamburger.active span:first-child{transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(20px)}.hamburger.active span:nth-child(3){transform:rotate(-45deg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:2rem 1rem;max-width:1000px;margin:0 auto;scroll-margin-top:70px}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.3}h3{font-size:1.5rem;line-height:1.4}p{font-size:1rem;line-height:1.6}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}.text-center{text-align:center}.badge-cert{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border:1px solid #233446;border-radius:4px;font-size:11px;font-weight:600;color:#233446;text-transform:uppercase;letter-spacing:.5px}.badge-anvisa{border-color:#009639;color:#009639}.badge-iso{border-color:#233446;color:#233446}.badge-ce{border-color:#039;color:#039}@media screen and (max-width:768px){.navbar .menu{display:none;flex-direction:column;position:absolute;top:70px;left:0;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1);gap:0}.navbar .menu.active{display:flex}.navbar .menu a{padding:1rem;text-align:center;width:100%;border-bottom:1px solid #eee}.navbar .menu a:last-of-type{border-bottom:none}.hamburger{display:flex}.navbar .menu a.cta-button{margin:1rem;text-align:center}}.container{position:relative;min-height:200vh;background-color:#fff}.stickyMask{display:flex;overflow:hidden;position:sticky;top:0;height:100vh;align-items:center;justify-content:center;-webkit-mask-image:url(../live-your-dream-mask-en.svg);mask-image:url(../live-your-dream-mask-en.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:60%;mask-size:60%;will-change:mask-size}.stickyMask img{height:100vh;width:100vw;object-fit:cover}.stickyMask .logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:auto;will-change:opacity}.two-col{display:grid;grid-template-columns:1fr 1fr;margin-bottom:1rem;gap:1.5rem}@media screen and (max-width:1024px){.two-col{display:flex;flex-direction:column}.reversed-col{flex-direction:column-reverse}}.mvv-container,.services-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #007bff;transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.service-item h3{margin-top:0;color:#233446}.mvv-item h3{color:#233446;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.mvv-icon{width:32px;height:32px;margin-right:10px;stroke:#233446;fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.mvv-item p,.mvv-item ul{text-align:center}.mvv-item ul{list-style:none;padding:0}.mvv-item ul li{margin-bottom:.5rem;display:flex;align-items:center}.partners-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-top:2rem;padding-bottom:2rem}.partner-item a{display:block;transition:transform .3s ease}.partner-item a:hover{transform:scale(1.1)}.partner-item img{max-width:250px;height:auto}.side-image{width:100%;height:100%;object-fit:cover}.form-container{max-width:500px;margin:0 auto;background:#fff;padding:20px}.form-group{margin-bottom:.5rem}input,textarea{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:5px}button{width:100%;padding:10px;background:#007bff;color:#fff;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background .3s}button[type=submit]{margin-top:.5rem}button[type=submit]:hover{background:#0056b3}.success{color:green;text-align:center;font-weight:700;margin-top:15px}.error{color:red;text-align:center;font-weight:700;margin-top:15px}.footer{background:#233446;color:#ccc;padding:2rem 1rem;margin-top:3rem}.footer-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer h3{color:#fff;font-size:1rem;margin-bottom:1rem}.footer a{color:#99b4d1}.footer a:hover{color:#fff}.footer .cert-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem}.footer .badge-cert{color:#fff;border-color:rgba(255,255,255,.4)}.footer .badge-anvisa{border-color:#00d95a;color:#00d95a}.footer .badge-iso{border-color:#6ba0d1;color:#6ba0d1}.footer .badge-ce{border-color:#4d88ff;color:#4d88ff}.footer-bottom{border-top:1px solid #3a4f66;margin-top:2rem;padding-top:1rem;text-align:center;font-size:14px}.hero-page{background:linear-gradient(135deg,#233446 0,#1a2a38 100%);color:#fff;padding:4rem 1rem;text-align:center}.hero-page h1{margin:0 0 1rem}.hero-page p{font-size:1.2rem;max-width:700px;margin:0 auto 2rem;opacity:.9}.cta-box{background:#f8f9fa;border:2px solid #007bff;border-radius:8px;padding:2rem;text-align:center}.cta-box h3{margin-top:0}.cta-box .cta-button{display:inline-block;padding:12px 30px;background:#007bff;color:#fff;font-weight:700;border-radius:5px;text-decoration:none;transition:background .3s}.cta-box .cta-button:hover{background:#0056b3;text-decoration:none}.cert-block{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.feature-list{list-style:none;padding:0}.feature-list li{padding:.5rem 0;padding-left:1.5rem;position:relative}.feature-list li:before{content:"✓";position:absolute;left:0;color:#007bff;font-weight:700}