@charset "UTF-8";html,body{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch}app-root{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:clip;position:relative}*{box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}body{font-family:Montserrat,sans-serif;background-color:#f9fafb;color:#1a1a1a}h1{font-size:clamp(2.5rem,6vw,4rem);margin:0}h2{font-size:clamp(2rem,5vw,3rem);margin:0}h3{font-size:clamp(1.5rem,4vw,2rem);margin:0}p{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6}button,a.nav-link,.icon-btn,.cta-btn{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.floating-whatsapp{position:fixed;bottom:25px;right:25px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #25d36666;z-index:9999;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;text-decoration:none;outline:none}.floating-whatsapp svg{width:32px;height:32px;fill:currentColor}.floating-whatsapp:hover{transform:scale(1.15) translateY(-5px);box-shadow:0 10px 25px #25d36699}@media(max-width:768px){.floating-whatsapp{bottom:20px;right:20px;width:55px;height:55px}.floating-whatsapp svg{width:28px;height:28px}}
