.navbar{z-index:10000;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e2e8f099;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffffa;padding:2px 0;box-shadow:0 10px 15px -3px #0000000a,0 4px 6px -4px #0000000a}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:72px;margin:0 auto;padding:0 32px;transition:height .3s;display:flex}.navbar.scrolled .navbar-container{height:64px}.nav-logo{align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.nav-logo:hover{transform:scale(1.02)}.nav-logo-text{letter-spacing:-.02em;color:#0f172a;font-size:24px;font-weight:800}.nav-logo-text span{color:#024ad8}.nav-links{align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#475569;letter-spacing:-.01em;padding:8px 0;font-size:15.5px;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:#024ad8}.nav-links a:after{content:"";background:#024ad8;border-radius:2px;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.nav-links a:hover:after{width:100%}.nav-icons-group{align-items:center;gap:8px;display:flex}.icon-button{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex;position:relative}.icon-button:hover{color:#024ad8;background:#f1f5f9;transform:translateY(-1px)}.cart-indicator{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:99px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:4px;box-shadow:0 2px 4px #ef44444d}.user-profile-toggle{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:10px;margin-left:8px;padding:6px 14px 6px 6px;transition:all .3s;display:flex}.user-profile-toggle:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a}.user-initials-avatar{color:#fff;background:linear-gradient(135deg,#024ad8 0%,#1e40af 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex;box-shadow:0 2px 4px #024ad833}.user-name-display{color:#1e293b;font-size:14px;font-weight:600}.search-modal{z-index:10001;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:380px;padding:16px;animation:.3s cubic-bezier(.4,0,.2,1) slideUpFade;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.search-input-field{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s}.search-input-field:focus{border-color:#024ad8}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-slide-in-right{animation:.3s cubic-bezier(.4,0,.2,1) slideInRight}.nav-logo-img,.nav-logo img{object-fit:contain;max-width:160px;transition:height .3s;width:auto!important;height:52px!important}.navbar.scrolled .nav-logo-img,.navbar.scrolled .nav-logo img{height:48px!important}@media (max-width:1023px){.nav-links{display:none!important}.search-modal{width:280px;right:-100px}}.mobile-menu-only{display:none!important}@media (max-width:1023px){.mobile-menu-only{display:flex!important}.profile-wrapper{display:none!important}}@media (min-width:1024px){.nav-links{display:flex!important}}@media (max-width:1023px){.navbar-container{height:68px;padding:0 20px}.navbar.scrolled .navbar-container{height:60px}.nav-logo-img,.nav-logo img{height:46px!important}}@media (max-width:480px){.navbar-container{height:62px;padding:0 14px}.nav-logo-img,.nav-logo img{max-width:120px;height:38px!important}.icon-button{width:36px;height:36px}.nav-icons-group{gap:4px}}@media (max-width:640px){.search-modal{width:auto;position:fixed;top:68px;left:14px;right:14px}}
.footer-enhanced{color:#0f172a;background-color:#fff;border-top:1px solid #e2e8f0;font-family:Inter,Segoe UI,sans-serif}.footer-inner{max-width:1400px;margin:0 auto;padding:0 32px}.footer-accent-bar{background:linear-gradient(90deg,#024ad8 0%,#60a5fa 50%,#024ad8 100%) 0 0/200% 100%;height:4px;animation:4s linear infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.footer-newsletter-strip{background:#f8faff;border-bottom:1px solid #e2e8f0;padding:36px 0}.footer-newsletter-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.footer-newsletter-title{color:#0f172a;margin:0 0 4px;font-size:20px;font-weight:800}.footer-newsletter-sub{color:#64748b;margin:0;font-size:14px}.footer-newsletter-form{border-radius:12px;flex-shrink:0;gap:0;display:flex;overflow:hidden;box-shadow:0 2px 12px #024ad81f}.footer-newsletter-input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-right:none;border-radius:12px 0 0 12px;outline:none;width:280px;padding:14px 20px;font-size:14px;font-weight:500;transition:border-color .2s}.footer-newsletter-input:focus{border-color:#024ad8}.footer-newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#024ad8;border:none;border-radius:0 12px 12px 0;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:700;transition:background .2s;display:flex}.footer-newsletter-btn:hover{background:#0133a1}.footer-main{padding:72px 0 56px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;display:grid}.footer-logo-link{margin-bottom:20px;display:inline-block}.footer-logo{object-fit:contain;max-width:200px;display:block;width:auto!important;height:56px!important}.footer-brand-desc{color:#64748b;max-width:320px;margin:0 0 24px;font-size:14.5px;line-height:1.75}.footer-contact-list{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.footer-contact-item{color:#475569;align-items:flex-start;gap:10px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}a.footer-contact-item:hover{color:#024ad8}.footer-contact-icon{color:#024ad8;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.footer-socials{flex-wrap:wrap;gap:10px;display:flex}.footer-social-btn{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .2s;display:flex}.footer-social-btn:hover{color:#fff;background:#024ad8;border-color:#024ad8;transform:translateY(-2px);box-shadow:0 4px 12px #024ad840}.footer-col-heading{text-transform:uppercase;letter-spacing:.2em;color:#0f172a;border-bottom:2px solid #024ad8;margin:0 0 24px;padding-bottom:12px;font-size:11px;font-weight:800;display:inline-block}.footer-links{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#64748b;border-radius:6px;align-items:center;gap:8px;padding:6px 0;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.footer-link:hover{color:#024ad8;gap:12px}.footer-link-arrow{color:#cbd5e1;flex-shrink:0;transition:color .2s,transform .2s}.footer-link:hover .footer-link-arrow{color:#024ad8;transform:translate(2px)}.footer-trust-strip{background:#f8faff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:24px 0}.footer-trust-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.footer-trust-badge{border-right:1px solid #e2e8f0;align-items:center;gap:8px;padding:10px 28px;display:flex}.footer-trust-badge:last-child{border-right:none}.footer-trust-icon{font-size:18px;line-height:1}.footer-trust-text{color:#334155;white-space:nowrap;font-size:13px;font-weight:700}.footer-bottom{background:#f8faff;padding:20px 0}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-bottom-left,.footer-bottom-right{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:600}.footer-brand-name{color:#024ad8;font-weight:800}@media (max-width:1280px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:32px}}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px 32px}.footer-col-brand{grid-column:1/-1;max-width:560px}.footer-brand-desc{max-width:100%}}@media (max-width:768px){.footer-inner{padding:0 20px}.footer-newsletter-content{flex-direction:column;align-items:flex-start;gap:20px}.footer-newsletter-form{width:100%;box-shadow:none;border-radius:12px;flex-direction:column}.footer-newsletter-input{border:1px solid #e2e8f0;border-radius:12px 12px 0 0;width:100%}.footer-newsletter-btn{border-radius:0 0 12px 12px;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-col-brand{grid-column:auto}.footer-main{padding:48px 0 40px}.footer-trust-badges{justify-content:flex-start;gap:0}.footer-trust-badge{border-bottom:1px solid #e2e8f0;border-right:none;width:50%;padding:10px 16px}.footer-trust-badge:nth-child(odd){border-right:1px solid #e2e8f0}.footer-bottom-content{text-align:center;flex-direction:column;align-items:center}}@media (max-width:480px){.footer-trust-badge{border-bottom:1px solid #e2e8f0;border-right:none;width:100%}.footer-trust-badge:nth-child(odd){border-right:none}}
