@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");.navbar{position:fixed;top:14px;left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:1180px;height:64px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(230,235,245,.9);border-radius:18px;box-shadow:0 2px 8px rgba(0,0,0,.04),0 8px 32px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.8);z-index:9990;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.navbar:hover{box-shadow:0 4px 16px rgba(0,0,0,.06),0 12px 40px rgba(0,0,0,.09),inset 0 1px 0 hsla(0,0%,100%,.9);border-color:rgba(200,215,240,.95)}.navbar-container{width:100%;padding:0 20px 0 16px;justify-content:space-between;gap:16px;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;box-sizing:border-box}.logo,.navbar-container{height:100%;display:flex;align-items:center}.logo{flex-shrink:0;padding:10px 0;z-index:1002;text-decoration:none;transition:opacity .2s ease,transform .25s cubic-bezier(.4,0,.2,1)}.logo:hover{opacity:.88;transform:scale(1.02)}.logo-image{height:42px;width:auto;max-width:130px;object-fit:contain;display:block;border-radius:6px}.nav-links{justify-content:flex-end;flex:1;gap:0;margin:0;padding:0}.nav-items-group,.nav-links{display:flex;align-items:center}.nav-items-group{gap:2px;margin-right:12px}.nav-item{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;color:#374151;text-decoration:none;border-radius:10px;white-space:nowrap;letter-spacing:.1px;background:transparent;transition:color .2s ease,background .2s ease;border:none;cursor:pointer}.nav-item:after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%) scaleX(0);width:18px;height:2px;background:linear-gradient(90deg,#ff1e1e,#ff6b35);border-radius:2px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-item:hover{color:#111827;background:rgba(0,0,0,.05)}.nav-item:hover:after{transform:translateX(-50%) scaleX(1)}.nav-item.active{color:#e82c2c;font-weight:600;background:rgba(232,44,44,.06)}.nav-item.active:after{transform:translateX(-50%) scaleX(1)}.nav-buttons-group{display:flex;align-items:center;gap:8px;flex-shrink:0}.nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;border-radius:10px;cursor:pointer;text-decoration:none;white-space:nowrap;letter-spacing:.2px;transition:all .22s cubic-bezier(.4,0,.2,1);outline:none;border:none}.nav-btn-secondary{background:transparent;color:#374151;border:1.5px solid rgba(0,0,0,.12)}.nav-btn-secondary:hover{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.2);color:#111827;transform:translateY(-1px)}.nav-btn-primary{background:linear-gradient(135deg,#ff2d2d,#e61010);color:#fff;border:none;box-shadow:0 3px 12px rgba(229,16,16,.3);overflow:hidden;position:relative}.nav-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.18),transparent);transition:left .45s ease}.nav-btn-primary:hover{box-shadow:0 5px 20px rgba(229,16,16,.42);transform:translateY(-1px)}.nav-btn-primary:hover:before{left:100%}.nav-btn-primary:active{transform:translateY(0)}.hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:38px;height:38px;gap:5px;background:transparent;border:1.5px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;padding:7px;z-index:1001;transition:all .25s ease;flex-shrink:0}.hamburger-menu:hover{background:rgba(0,0,0,.05);border-color:rgba(232,44,44,.35)}.hamburger-line{width:20px;height:2px;background:#374151;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.hamburger-menu.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-8px)}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(2px);z-index:9988;animation:fadeOverlay .25s ease}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.navbar{width:calc(100% - 32px)}.nav-items-group{gap:0}.nav-item{padding:6px 10px;font-size:13px}.nav-btn{padding:7px 14px;font-size:12.5px}}@media (max-width:768px){.navbar{top:0;left:0;right:0;transform:none;width:100%;max-width:100%;height:58px;border-radius:0 0 16px 16px;border-top:none}.navbar-container{padding:0 14px;gap:8px}.logo{order:1;flex:1}.logo-image{height:36px}.hamburger-menu{display:flex;order:2}.nav-links{position:fixed;top:0;left:0;width:80%;max-width:300px;height:100dvh;flex-direction:column;justify-content:flex-start;align-items:stretch;background:#fff;box-shadow:4px 0 30px rgba(0,0,0,.12);padding:80px 0 32px;gap:0;z-index:9989;transform:translateX(-100%);transition:transform .32s cubic-bezier(.4,0,.2,1);border-radius:0}.nav-links.mobile-open{transform:translateX(0)}.nav-items-group{flex-direction:column;width:100%;gap:0;margin-right:0;align-items:stretch}.nav-item{width:100%;padding:14px 24px;font-size:14px;font-weight:500;border-radius:0;justify-content:flex-start;border-bottom:1px solid rgba(0,0,0,.05);color:#374151}.nav-item:after{display:none}.nav-item:hover{background:rgba(232,44,44,.04);color:#e82c2c}.nav-item.active{background:rgba(232,44,44,.07);color:#e82c2c;border-left:3px solid #e82c2c;padding-left:21px}.nav-buttons-group{flex-direction:column;align-items:stretch;padding:20px 24px 0;gap:10px}.nav-btn{width:100%;text-align:center;padding:12px 16px;font-size:13px;border-radius:10px}.nav-btn-secondary{border:1.5px solid rgba(0,0,0,.12)}}@media (max-width:480px){.navbar{height:54px}.logo-image{height:32px}}@media (prefers-reduced-motion:reduce){.hamburger-menu,.logo,.nav-btn,.nav-item,.nav-links,.navbar{transition:none!important;animation:none!important}}.footer{background:linear-gradient(180deg,#1e3a5f,#0f1f35);padding:3rem 2rem;color:#fff;font-family:var(--font-primary);margin-top:auto}.footer-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-col-1{align-items:flex-start}.footer-brand-title{font-size:1.5rem;font-weight:700;margin:0;color:#fff;letter-spacing:.05em}.footer-brand-desc{font-size:.9rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin:0;max-width:350px}.footer-socials{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.footer-socials a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;transition:all .3s ease;background:hsla(0,0%,100%,.05)}.footer-socials a:hover{border-color:#ff6b35;background:rgba(255,107,53,.1);color:#ff6b35;transform:translateY(-2px)}.footer-socials svg{width:24px;height:24px}.footer-col-2{align-items:flex-start;text-align:left}.footer-col-title{font-size:.75rem;font-weight:700;letter-spacing:.15em;color:#ffb84d;text-transform:uppercase;margin:0 0 1.5rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.footer-nav a{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-nav a:hover{color:#ffb84d;padding-left:4px}.footer-col-3{align-items:flex-start;text-align:left}.footer-contact-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px);width:100%}.footer-contact-company{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 1rem}.footer-contact-items{display:flex;flex-direction:column;gap:.75rem}.footer-contact-items p{font-size:.85rem;color:hsla(0,0%,100%,.8);margin:0;line-height:1.5}.footer-contact-items .label{color:hsla(0,0%,100%,.7);font-weight:500}.footer-contact-items a{color:#ffb84d;text-decoration:none;transition:all .3s ease;word-break:break-all}.footer-contact-items a:hover{color:#ffc966}.footer-phone{color:hsla(0,0%,100%,.8);margin-top:.5rem}.footer-phone .phone-link{color:hsla(0,0%,100%,.8);text-decoration:none;display:inline-block;padding:4px 8px;min-height:44px;touch-action:manipulation;transition:all .2s ease;border-radius:4px}.footer-phone .phone-link:hover{color:#ffb84d;background:rgba(255,184,77,.1)}.footer-phone .phone-link:active{transform:scale(.98)}@media (max-width:1024px){.footer-wrapper{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 1rem}.footer-col-3{grid-column:1/-1}.footer-contact-card{text-align:left}}@media (max-width:768px){.footer{padding:2rem 1rem}.footer-wrapper{grid-template-columns:1fr;gap:1.5rem;padding:0}.footer-col-1,.footer-col-2,.footer-col-3{align-items:flex-start;text-align:left}.footer-brand-title{font-size:1.25rem}.footer-brand-desc{font-size:.85rem;max-width:100%;line-height:1.5}.footer-socials{gap:.75rem}.footer-socials a{width:44px;height:44px}.footer-socials svg{width:20px;height:20px}.footer-col-title{font-size:.7rem;margin-bottom:1rem}.footer-nav{gap:.6rem}.footer-nav a{font-size:.9rem}.footer-contact-card{padding:1.25rem;border-radius:10px}.footer-contact-company{font-size:.9rem;margin-bottom:.75rem}.footer-contact-items{gap:.6rem}.footer-contact-items p{font-size:.8rem}}@media (max-width:640px){.footer{padding:1.5rem .75rem}.footer-wrapper{gap:1.25rem}.footer-brand-title{font-size:1.1rem}.footer-brand-desc{font-size:.8rem;line-height:1.4}.footer-socials{gap:.6rem;margin-top:.75rem}.footer-socials a{width:40px;height:40px}.footer-socials svg{width:18px;height:18px}.footer-col-title{font-size:.65rem;margin-bottom:.8rem}.footer-nav{gap:.5rem}.footer-nav a{font-size:.85rem}.footer-contact-card{padding:1rem;border-radius:8px}.footer-contact-company{font-size:.85rem;margin-bottom:.6rem}.footer-contact-items{gap:.5rem}.footer-contact-items p{font-size:.75rem;line-height:1.4}.footer-contact-items .label{display:block;margin-bottom:.2rem}}@media (max-width:480px){.footer{padding:1.25rem .625rem}.footer-wrapper{gap:1rem}.footer-col{gap:.75rem}.footer-brand-title{font-size:1rem}.footer-brand-desc{font-size:.75rem}.footer-socials{gap:.5rem;margin-top:.625rem}.footer-socials a{width:38px;height:38px;border-radius:6px}.footer-socials svg{width:16px;height:16px}.footer-col-title{font-size:.625rem;margin-bottom:.7rem}.footer-nav{gap:.45rem}.footer-nav a{font-size:.8125rem}.footer-contact-card{padding:.875rem}.footer-contact-company{font-size:.8125rem;margin-bottom:.5rem}.footer-contact-items{gap:.45rem}.footer-contact-items p{font-size:.6875rem}.footer-phone .phone-link{padding:3px 6px;min-height:40px}}@media (max-width:375px){.footer{padding:1rem .5rem}.footer-wrapper{gap:.875rem}.footer-col{gap:.625rem}.footer-brand-title{font-size:.9375rem}.footer-brand-desc{font-size:.6875rem;line-height:1.3}.footer-socials{gap:.4rem;margin-top:.5rem}.footer-socials a{width:36px;height:36px}.footer-socials svg{width:15px;height:15px}.footer-col-title{font-size:.5625rem;margin-bottom:.6rem}.footer-nav{gap:.4rem}.footer-nav a{font-size:.75rem}.footer-contact-card{padding:.75rem;border-radius:6px}.footer-contact-company{font-size:.75rem;margin-bottom:.4rem}.footer-contact-items{gap:.4rem}.footer-contact-items p{font-size:.625rem}.footer-phone .phone-link{padding:2px 5px;min-height:38px;font-size:.625rem}}