html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;width:100%;overflow-x:hidden}.root{margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0}.homepage-container{background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center}.site-footer{width:100%;background-color:#111;color:#fff}.footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center}.footer-col{flex:1;display:flex;align-items:center;margin-top:3em;margin-bottom:3em}.footer-left{justify-content:flex-start}.footer-center{justify-content:center}.footer-right{justify-content:flex-end}.footer-link{color:#ddd;text-decoration:none;font-weight:500;transition:color .2s ease}.footer-link:hover{color:#fff}@media(max-width:768px){.footer-content{flex-wrap:wrap;justify-content:center;flex-direction:column}.footer-left,.footer-center,.footer-right{justify-content:center;flex-wrap:wrap}}.modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:420px;box-shadow:0 25px 60px #00000040;animation:modalFade .2s ease;text-align:center}@keyframes modalFade{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal h3{margin-bottom:1.5rem;font-size:1.6rem}.modal-links{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.modal-links a{text-decoration:none;font-weight:600;color:#0b4f9c;transition:color .15s ease}.modal-links a:hover{color:#f5b35c}.modal-close{border:none;background:none;font-weight:600;cursor:pointer;color:#555}.navbar-container{width:100%;max-width:1200px;margin:1rem auto 0;padding:.5rem 0rem;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{max-width:50px;max-height:50px}.navbar-left,.navbar-center,.navbar-right{display:flex;align-items:center;gap:1rem;min-width:194px}.navbar-whatsapp img{width:4rem;height:4rem;object-fit:contain;display:block}.navbar-link{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border-radius:8px;font-weight:600;text-decoration:none;color:#000;cursor:pointer;transform-origin:center;transition:transform .18s ease,color .2s ease,background-color .2s ease,box-shadow .2s ease}.navbar-link-nohover{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border-radius:8px;font-weight:600;text-decoration:none;color:#000;transform-origin:center;transition:transform .18s ease,color .2s ease,background-color .2s ease,box-shadow .2s ease}.navbar-link:hover{transform:scale(1.05) translateY(-2px);color:red}.navbar-social{padding:.5rem;font-size:1.1rem}.navbar-social img{width:3rem;height:3rem;object-fit:contain}.navbar-social p{font-size:.8rem}.navbar-button{background:none;border:none;font:inherit;cursor:pointer;padding:.6rem 1rem;font-weight:600}@media(max-width:768px){.navbar-container{flex-wrap:wrap;justify-content:center}.navbar-left,.navbar-center,.navbar-right{justify-content:center;flex-wrap:wrap}}
