.footer{width:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-top:3px solid #213b6f;font-family:var(--font-family-primary)}.footer__main{padding:4rem 0 2rem}@media(max-width:768px){.footer__main{padding:3rem 0 1.5rem}}.footer__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}@media(max-width:768px){.footer__container{padding:0 1rem}}@media(max-width:1024px){.footer__container{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:768px){.footer__container{grid-template-columns:1fr;gap:2rem}}@media(max-width:1024px)and (min-width:769px){.footer__section--company{grid-column:1/-1;text-align:center;margin-bottom:1rem}}.footer__logo{margin-bottom:1.5rem}.footer__logo img{height:auto;transition:transform .3s ease}.footer__logo img:hover{transform:scale(1.05)}.footer__description{color:#495057;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}@media(max-width:768px){.footer__description{font-size:.9rem}}.footer__title{color:#213b6f;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;position:relative}.footer__title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#213B6F,#4a90e2);border-radius:2px}@media(max-width:768px){.footer__title{font-size:1.1rem}}.footer__nav{display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#495057;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;position:relative;padding:.25rem 0}.footer__link:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#213b6f;transition:width .3s ease}.footer__link:hover{color:#213b6f;transform:translateX(5px)}.footer__link:hover:before{width:100%}@media(max-width:768px){.footer__link{font-size:.9rem}}.footer__contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:0;background:rgba(0,0,0,0);border-radius:0;border:none;transition:all .3s ease}.footer__contact-item:hover{background:rgba(0,0,0,0);transform:none;box-shadow:none}.footer__contact-icon{font-size:1.25rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#213b6f}.footer__contact-details{flex:1}.footer__contact-details strong{color:#213b6f;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:.25rem}.footer__contact-details p{margin:0;color:#495057;font-size:.9rem;line-height:1.5}.footer__contact-details a{color:#495057;text-decoration:none;transition:color .3s ease}.footer__contact-details a:hover{color:#213b6f;text-decoration:underline}.footer__hours{background:rgba(0,0,0,0);border-radius:0;padding:0;border:none}.footer__hours-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid rgba(33,59,111,.2);gap:1rem}.footer__hours-item:last-child{border-bottom:none}.footer__hours-day{color:#495057;font-weight:500;font-size:.9rem}.footer__hours-time{color:#213b6f;font-weight:600;font-size:.9rem}.footer__social{display:flex;gap:1rem;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;background-color:#000}.footer__social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease}.footer__social-link:hover{box-shadow:0 8px 25px rgba(33,59,111,.3)}.footer__social-link:hover:before{opacity:1}.footer__social-link img{position:relative;z-index:2;filter:brightness(0) invert(1)}.footer__bottom{background:#213b6f;padding:1.5rem 0}.footer__bottom .footer__container{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){.footer__bottom .footer__container{flex-direction:column;text-align:center;gap:1rem}}.footer__copyright{color:#fff;font-size:.875rem;margin:0;opacity:.9;display:flex;justify-content:center;align-items:center}.footer__legal{display:flex;gap:1.5rem}@media(max-width:768px){.footer__legal{gap:1rem}}.footer__legal-link{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer__legal-link:hover{color:#fff;text-decoration:underline}@media(max-width:480px){.footer__main{padding:2rem 0 1rem}.footer__container{gap:1.5rem}.footer__contact-item{padding:.75rem;margin-bottom:1rem}.footer__social-link{width:40px;height:40px}}@media print{.footer{background:#fff!important}.footer__legal,.footer__social{display:none}.footer__main{padding:1rem 0}.footer__title{color:#000!important}}@media(prefers-contrast:high){.footer__contact-details strong,.footer__link:hover,.footer__title{color:#000}}@media(prefers-reduced-motion:reduce){.footer__contact-item,.footer__link,.footer__logo img,.footer__social-link{transition:none}.footer__contact-item:hover,.footer__link:hover,.footer__social-link:hover{transform:none}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:sticky;top:0;z-index:1000}.navbar__logo{flex-shrink:0;z-index:10000}.navbar__logo-link{display:block;text-decoration:none}.navbar__logo-image{height:50px;width:auto;-o-object-fit:contain;object-fit:contain}.navbar__links{display:flex;align-items:center;gap:2rem;justify-content:center;background-color:#333;border-radius:10px;padding:5px;font-family:var(--font-family-primary);font-weight:500}@media(max-width:820px){.navbar__links{display:none}}.navbar__link{text-decoration:none;color:#fff;font-family:var(--font-family-primary);font-weight:500;font-size:1rem;padding:.5rem 1rem;transition:all .3s ease;position:relative}.navbar__link:hover{color:#cfcfcf}.navbar__link:active{transform:translateY(1px)}.navbar__link--active{color:#cfcfcf!important}@media(max-width:1000px){.navbar__links{gap:.8rem}.navbar__link{font-size:.7rem!important;padding:.2rem 1rem}}.navbar__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.navbar__language{position:relative}.navbar__language-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background:none;border:none;border-radius:8px;width:48px;height:48px;cursor:pointer;color:#666;transition:all .3s ease;gap:2px}.navbar__language-button span{font-size:10px;font-weight:500;color:#666;line-height:1}.navbar__language-icon{width:18px;height:18px}.navbar__language-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);min-width:150px;z-index:1001;overflow:hidden}.navbar__language-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.9rem;color:#333;transition:background-color .2s ease}.navbar__language-option:hover{background-color:#f8f9fa}.navbar__language-option:active{background-color:#e9ecef}.navbar__contact-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background-color:#213b6f;color:#fff;text-decoration:none;border-radius:6px;font-family:var(--font-family-primary);font-weight:500;font-size:.95rem;transition:all .3s ease}@media(max-width:820px){.navbar{padding:1rem}.navbar__logo-image{height:40px}.navbar__actions--desktop,.navbar__links--desktop{display:none}}@media(max-width:480px){.navbar{padding:.75rem}}.navbar__burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}@media(max-width:820px){.navbar__burger{display:flex}}.navbar__burger-line{width:24px;height:3px;background-color:#333;border-radius:2px;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform-origin:center}.navbar__burger-line:not(:last-child){margin-bottom:4px}.navbar__burger--open .navbar__burger-line:first-child{transform:rotate(45deg) translate(4px,3px)}.navbar__burger--open .navbar__burger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.navbar__burger--open .navbar__burger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.navbar__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:linear-gradient(135deg,#ffffff,#f8f9fa);transform:translateX(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:1001;display:flex;flex-direction:column;overflow:hidden}.navbar__mobile-menu--open{transform:translateX(0)}.navbar__mobile-menu--open body{overflow:hidden}@media(min-width:769px){.navbar__mobile-menu{display:none}}.navbar__mobile-content{display:flex;flex-direction:column;height:100%;padding:80px 2rem 2rem;overflow:hidden;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px)}.navbar__mobile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-shrink:0;min-height:40px;max-height:60px}.navbar__mobile-divider{width:1px;height:40px;background-color:hsla(0,0%,100%,.3);flex-shrink:0}.navbar__mobile-social{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.navbar__mobile-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;transition:all .3s ease;text-decoration:none;border:1px solid #000}.navbar__mobile-social-link:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.navbar__mobile-social-link svg{width:18px;height:18px}.navbar__mobile-links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;flex:1;min-height:0}.navbar__mobile-link{display:block;padding:.75rem 0;color:#333;text-decoration:none;font-family:var(--font-family-primary);font-size:1.1rem;font-weight:500;transition:all .3s ease;opacity:0;transform:translateX(-30px);animation:slideInFromLeft .5s ease forwards}.navbar__mobile-link--active{color:#cfcfcf!important}.navbar__mobile-actions{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;flex-shrink:0;margin-bottom:50px}.navbar__mobile-language{position:relative;flex-shrink:0}.navbar__mobile-language-button{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:.375rem 0;background:none;border:none;color:#333;font-family:var(--font-family-primary);font-size:.75rem;font-weight:500;cursor:pointer;transition:color .3s ease}.navbar__mobile-language-button .navbar__language-text{margin-left:5px}.navbar__mobile-language-dropdown{background:#f8f9fa;border-radius:8px;margin-top:.5rem;overflow:hidden;position:absolute;top:100%;left:0;min-width:120px;z-index:1000}.navbar__mobile-language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;color:#666;transition:all .3s ease}.navbar__mobile-language-option:hover{background-color:#fff;color:#333}.navbar__mobile-contact-button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.875rem 1rem;background-color:#213b6f;color:#fff;text-decoration:none;border-radius:12px;font-family:var(--font-family-primary);font-weight:500;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,123,255,.3);opacity:0;transform:translateY(20px);animation:slideInFromBottom .5s ease .6s forwards;flex-shrink:0}.navbar__language-dropdown{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}