.tb-header.svelte-13hehkc.svelte-13hehkc{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:transparent;transition:all .3s ease;opacity:0;transform:translateY(-20px)}.tb-header.visible.svelte-13hehkc.svelte-13hehkc{opacity:1;transform:translateY(0)}.tb-header.scrolled.svelte-13hehkc.svelte-13hehkc{background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000000d;padding:.5rem 0}html.dark .tb-header.scrolled.svelte-13hehkc.svelte-13hehkc{background:#09090be6;box-shadow:0 4px 20px #00000080;border-bottom:1px solid rgba(255,255,255,.05)}.header-container.svelte-13hehkc.svelte-13hehkc{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo-link.svelte-13hehkc.svelte-13hehkc{display:flex;align-items:center;text-decoration:none;z-index:1001}.brand-logo.svelte-13hehkc.svelte-13hehkc{height:48px;width:auto;object-fit:contain;transition:height .3s ease,filter .3s ease}html:not(.dark) .brand-logo.svelte-13hehkc.svelte-13hehkc{filter:invert(1) brightness(.2)}.tb-header.scrolled.svelte-13hehkc .brand-logo.svelte-13hehkc{height:40px}.mobile-menu-btn.svelte-13hehkc.svelte-13hehkc{display:none;background:transparent;border:none;color:var(--tb-text-base);cursor:pointer;padding:.5rem;z-index:1001}html.dark .mobile-menu-btn.svelte-13hehkc.svelte-13hehkc{color:var(--tb-text-inverse)}.mobile-menu-btn.svelte-13hehkc i.svelte-13hehkc{font-size:2rem}.nav-menu.svelte-13hehkc.svelte-13hehkc{display:flex;align-items:center;gap:2rem}.nav-list.svelte-13hehkc.svelte-13hehkc{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-link.svelte-13hehkc.svelte-13hehkc{color:var(--tb-text-base);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s ease;display:flex;align-items:center;gap:.25rem;background:transparent;border:none;cursor:pointer;padding:.5rem 0}html.dark .nav-link.svelte-13hehkc.svelte-13hehkc{color:var(--tb-text-inverse)}.nav-link.svelte-13hehkc.svelte-13hehkc:hover,.nav-link.svelte-13hehkc.svelte-13hehkc:focus{color:var(--tb-primary)}.dropdown.svelte-13hehkc.svelte-13hehkc{position:relative}.dropdown-icon.svelte-13hehkc.svelte-13hehkc{font-size:1.2rem;transition:transform .2s ease}.dropdown-menu.svelte-13hehkc.svelte-13hehkc{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:var(--tb-bg-base);border-radius:.75rem;padding:.5rem 0;min-width:150px;box-shadow:var(--tb-shadow-md);list-style:none;margin:0;opacity:0;visibility:hidden;transition:all .2s ease;border:1px solid rgba(13,61,115,.1)}html.dark .dropdown-menu.svelte-13hehkc.svelte-13hehkc{border-color:#ffffff1a;background:var(--tb-surface-dark)}.dropdown-menu.show.svelte-13hehkc.svelte-13hehkc{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item.svelte-13hehkc.svelte-13hehkc{display:block;padding:.5rem 1.5rem;color:var(--tb-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease}.dropdown-item.svelte-13hehkc.svelte-13hehkc:hover,.dropdown-item.active.svelte-13hehkc.svelte-13hehkc{background:#0d3d730d;color:var(--tb-primary)}html.dark .dropdown-item.svelte-13hehkc.svelte-13hehkc:hover,html.dark .dropdown-item.active.svelte-13hehkc.svelte-13hehkc{background:#ffffff0d;color:var(--tb-text-inverse)}.nav-actions.svelte-13hehkc.svelte-13hehkc{display:flex;align-items:center;gap:1.5rem}.theme-toggle.svelte-13hehkc.svelte-13hehkc{background:#0d3d730d;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--tb-primary);cursor:pointer;transition:all .2s ease}html.dark .theme-toggle.svelte-13hehkc.svelte-13hehkc{background:#ffffff1a;color:var(--tb-text-inverse)}.theme-toggle.svelte-13hehkc.svelte-13hehkc:hover{background:var(--tb-primary);color:#fff}html.dark .theme-toggle.svelte-13hehkc.svelte-13hehkc:hover{background:var(--tb-text-inverse);color:#09090b}.header-spacer.svelte-13hehkc.svelte-13hehkc{height:80px}@media (max-width: 991px){.mobile-menu-btn.svelte-13hehkc.svelte-13hehkc{display:block}.nav-menu.svelte-13hehkc.svelte-13hehkc{position:fixed;top:0;left:0;width:100vw;height:100vh;max-width:100%;background:var(--tb-bg-base);flex-direction:column;justify-content:center;padding:2rem;gap:2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000}html.dark .nav-menu.svelte-13hehkc.svelte-13hehkc{background:#09090b}.nav-menu.open.svelte-13hehkc.svelte-13hehkc{transform:translate(0)}.nav-list.svelte-13hehkc.svelte-13hehkc{flex-direction:column;align-items:center;width:100%;gap:1rem}.nav-link.svelte-13hehkc.svelte-13hehkc{font-size:1.25rem;color:var(--tb-text-base)!important}html.dark .nav-link.svelte-13hehkc.svelte-13hehkc{color:var(--tb-text-inverse)!important}.dropdown-menu.svelte-13hehkc.svelte-13hehkc{position:static;transform:none;box-shadow:none;border:none;background:transparent;text-align:center;display:none;opacity:1;visibility:visible;padding-top:1rem}.dropdown-menu.show.svelte-13hehkc.svelte-13hehkc{display:block}.nav-actions.svelte-13hehkc.svelte-13hehkc{flex-direction:column;width:100%;gap:1rem}.btn-primary-glow.svelte-13hehkc.svelte-13hehkc{width:100%;text-align:center;justify-content:center}}.tb-footer.svelte-hadyib.svelte-hadyib{background-color:#09090b;color:#fff;padding:4rem 1.5rem 2rem;opacity:0;transform:translateY(2rem);transition:all .6s cubic-bezier(.4,0,.2,1);border-top:1px solid rgba(255,255,255,.05)}.tb-footer.visible.svelte-hadyib.svelte-hadyib{opacity:1;transform:translateY(0)}.footer-container.svelte-hadyib.svelte-hadyib{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.footer-grid.svelte-hadyib.svelte-hadyib{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.footer-grid.svelte-hadyib.svelte-hadyib{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid.svelte-hadyib.svelte-hadyib{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand.svelte-hadyib.svelte-hadyib{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo.svelte-hadyib.svelte-hadyib{margin-bottom:.5rem}.brand-desc.svelte-hadyib.svelte-hadyib{color:#a1a1aa;font-size:var(--text-sm);line-height:1.6;max-width:300px}.contact-link.svelte-hadyib.svelte-hadyib{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:600;font-size:var(--text-sm);transition:color .3s}.contact-link.svelte-hadyib i.svelte-hadyib{color:var(--tb-primary);margin-right:8px}.contact-link.svelte-hadyib.svelte-hadyib:hover{color:var(--tb-primary)}.response-time.svelte-hadyib.svelte-hadyib{display:flex;align-items:center;font-size:var(--text-sm);color:#a1a1aa}.response-time.svelte-hadyib i.svelte-hadyib{color:#10b981;margin-right:8px}.footer-links-group.svelte-hadyib.svelte-hadyib{display:flex;flex-direction:column;gap:1.2rem}.footer-links-group.svelte-hadyib h5.svelte-hadyib{font-size:var(--text-base);font-weight:700;margin:0}.footer-links-group.svelte-hadyib ul.svelte-hadyib{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links-group.svelte-hadyib a.svelte-hadyib{text-decoration:none;color:#a1a1aa;font-size:var(--text-sm);transition:all .3s ease;display:inline-block}.footer-links-group.svelte-hadyib a.svelte-hadyib:hover{color:#fff;transform:translate(4px)}.footer-links-group.svelte-hadyib a.highlight.svelte-hadyib{color:#fff;font-weight:600}.social-links.svelte-hadyib.svelte-hadyib{display:flex;gap:1rem;margin-top:.5rem}.social-links.svelte-hadyib a.svelte-hadyib{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border-radius:50%;border:1px solid rgba(255,255,255,.1);color:#fff;transition:all .3s ease;text-decoration:none}.social-links.svelte-hadyib a.svelte-hadyib:hover{background:var(--tb-primary);border-color:var(--tb-primary);transform:translateY(-3px)}.footer-bottom.svelte-hadyib.svelte-hadyib{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media (min-width: 768px){.footer-bottom.svelte-hadyib.svelte-hadyib{flex-direction:row;justify-content:space-between;text-align:left}}.copyright.svelte-hadyib.svelte-hadyib{font-size:var(--text-xs);color:#a1a1aa;margin:0}.legal-links.svelte-hadyib.svelte-hadyib{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.legal-links.svelte-hadyib a.svelte-hadyib{color:#a1a1aa;text-decoration:none;font-size:var(--text-xs);transition:color .3s ease}.legal-links.svelte-hadyib a.svelte-hadyib:hover{color:#fff}body.keyboard-navigation *:focus{outline:.1875rem solid var(--tb-color-warning)!important;outline-offset:.125rem!important}
