.navbar{z-index:1000;background-color:#fff;border-bottom:1px solid #eee;width:100%;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:16px;display:flex}.navbar-logo{color:#0b2c5d;cursor:pointer;font-size:1.6rem;font-weight:700}.navbar-menu{gap:32px;display:flex}.navbar-menu a{color:#111;font-weight:500;text-decoration:none;transition:color .3s}.navbar-menu a:hover{color:#ff5a3c}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background:#111;width:25px;height:3px;transition:all .3s}@media (max-width:768px){.hamburger{display:flex}.navbar-menu{background:#fff;flex-direction:column;align-items:center;gap:24px;width:100%;padding:24px 0;display:none;position:absolute;top:64px;left:0}.navbar-menu.open{display:flex}}
.footer{color:#fff;background:#0b2c5d;width:100%;margin-top:60px}.footer-container{align-items:stretch;gap:40px;max-width:1200px;margin:auto;padding:40px 16px;display:flex}.footer-left{flex:1}.footer-left h3{margin-bottom:16px;font-size:1.4rem}.footer-left p{color:#e0e0e0;margin-bottom:12px}.footer-phone{font-weight:600}.footer-instagram{color:#ff5a3c;margin-top:10px;font-weight:500;text-decoration:none;display:inline-block}.footer-right{flex:1}.footer-right iframe{border:none;border-radius:20px;width:100%;height:100%;min-height:260px}.footer-bottom{text-align:center;color:#cfd6e0;background:#09254d;padding:14px 10px;font-size:.85rem}@media (max-width:768px){.footer-container{flex-direction:column;gap:24px}.footer-right iframe{min-height:220px}}
