.navbar{z-index:1000;background:0 0;padding:1rem 0;position:absolute;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding-left:40px;padding-right:40px;display:flex;position:relative}.nav-left{align-items:center;gap:3rem;display:flex}.logo a{padding:.5rem 0;line-height:1;display:inline-block}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:#1a202c;font-size:.935rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a:focus{color:#4a5568}.nav-buttons{align-items:center;gap:.5rem;display:flex}.nav-toggle{cursor:pointer;z-index:1101;background:0 0;border:none;margin-left:auto;padding:.5rem;display:none}.nav-toggle svg{color:#6366f1;display:block}.mobile-menu{z-index:2000;opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;padding:0;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1);display:none;position:fixed;inset:0;overflow-y:auto}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;animation:.25s cubic-bezier(.4,0,.2,1) fadeInMobileMenu;display:flex}@keyframes fadeInMobileMenu{0%{opacity:0}to{opacity:1}}.mobile-menu-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.close-menu{color:#6366f1;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:2.2rem;line-height:1}.mobile-menu-links{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.mobile-menu-links a{color:#1e293b;border-bottom:1px solid #f1f1f1;padding:1.1rem .5rem 1.1rem 0;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu-links a:last-child{border-bottom:none}.mobile-menu-links a:hover,.mobile-menu-links a:focus{color:#6366f1}.nav-products{position:relative}.nav-products__trigger{cursor:pointer;color:#1a202c;font-family:inherit;font-size:.935rem;font-weight:600;line-height:inherit;background:0 0;border:none;align-items:center;gap:5px;padding:0;transition:color .15s;display:inline-flex}.nav-products__trigger:hover,.nav-products__trigger--open{color:#4a5568}.nav-products__chevron{color:#1a202c;align-items:center;transition:transform .15s;display:inline-flex;position:relative;top:.5px}.nav-products__trigger--open .nav-products__chevron{transform:rotate(180deg)}.products-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:2000;background:#fff;border:1px solid #00000014;border-radius:14px;width:380px;padding:8px;transition:opacity .14s,transform .14s,visibility .14s;position:absolute;top:calc(100% + 14px);left:0;transform:translateY(-4px);box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a}.products-dropdown--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.products-dropdown__grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.products-dropdown__card{background:0 0;border:none;border-radius:8px;flex-direction:column;padding:4px;text-decoration:none;transition:background .12s;display:flex;overflow:hidden}.products-dropdown__card:hover{background:#f5f5f7}.products-dropdown__img-wrap{background:#f3f4f6;border-radius:6px;justify-content:center;align-items:center;width:100%;height:120px;display:flex;position:relative;overflow:hidden}.products-dropdown__img{object-fit:contain;padding:10px}.products-dropdown__card-body{flex-direction:column;gap:2px;padding:8px 6px 4px;display:flex}.products-dropdown__name{color:#111827;font-size:.82rem;font-weight:600;line-height:1.3}.products-dropdown__desc{color:#6b7280;font-size:.72rem;font-weight:400;line-height:1.4}.resources-dropdown{white-space:nowrap;width:max-content;padding:8px}.resources-dropdown__grid{grid-template-columns:1fr;gap:4px;display:grid}.resources-dropdown__item{border-radius:8px;flex-direction:row;align-items:center;gap:10px;padding:4px;text-decoration:none;transition:background .1s;display:flex;position:relative}.resources-dropdown__icon{background:#f3f4f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.resources-dropdown__text{flex-direction:column;gap:2px;display:flex}.resources-dropdown__item:hover{background:#f5f5f7}.resources-dropdown__item:hover .resources-dropdown__chevron{opacity:1}.resources-dropdown__chevron{opacity:0;flex-shrink:0;align-items:center;margin-left:auto;transition:opacity .1s;display:flex}.mobile-menu-section-label{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin:.75rem 0 .1rem;padding:0 .5rem;font-size:.7rem;font-weight:700}@media (max-width:900px){.nav-links,.nav-buttons{display:none}.nav-toggle{margin-left:auto;display:block}}@media (max-width:640px){.nav-container{padding-left:16px;padding-right:16px}.mobile-menu-header{padding:1.5rem 16px 1rem}.mobile-menu-links{padding:1.5rem 16px}}
.site-footer{background-color:#f7f9fc}.site-footer .footer-container{max-width:1280px;margin:0 auto;padding:0 40px}.site-footer .footer-columns{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0;display:grid}.site-footer .footer-brand{flex-direction:column;gap:1.75rem;display:flex}.site-footer .footer-tagline{color:#64748b;max-width:220px;margin:0;font-size:.875rem;line-height:1.5}.site-footer .footer-col{flex-direction:column;gap:.75rem;display:flex}.site-footer .footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin:0 0 .25rem;font-size:.75rem;font-weight:600}.site-footer .footer-col a,.site-footer .footer-col span{color:#475569;width:fit-content;font-size:.875rem;text-decoration:none;transition:color .15s}.site-footer .footer-col a:hover{color:#1e293b}.site-footer .footer-bottom-bar{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.site-footer .footer-company{color:#94a3b8;font-size:.8rem}.site-footer .status-indicator{color:#64748b;white-space:nowrap;align-items:center;gap:.5rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:flex}.site-footer .status-indicator:hover{color:#1e293b}.site-footer .status-dot{background-color:var(--status-color,#22c55e);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.5s ease-in-out infinite status-pulse}@keyframes status-pulse{0%,to{box-shadow:0 0 0 0 var(--status-shadow,#22c55e66)}50%{box-shadow:0 0 0 5px #0000}}@media (max-width:900px){.site-footer .footer-columns{grid-template-columns:1fr 1fr;gap:2.5rem}.site-footer .footer-brand{flex-flow:wrap;grid-column:1/-1;align-items:flex-start;gap:1.5rem}.site-footer .footer-tagline{max-width:none}}@media (max-width:640px){.site-footer .footer-container{padding:0 20px}.site-footer .footer-columns{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0}.site-footer .footer-brand{flex-direction:column;grid-column:1/-1;gap:.75rem}.site-footer .footer-bottom-bar{flex-direction:column;align-items:flex-start;gap:.75rem}}
