.custom-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;width:100%;padding:0;font-family:Inter,sans-serif;position:fixed;top:0;left:0;box-shadow:0 4px 6px -1px #0000000d}.custom-header .container{max-width:1280px;margin:0 auto;padding:0 24px}.custom-header nav{justify-content:space-between;align-items:center;height:80px;display:flex}.custom-header .header-logo{z-index:1002;align-items:center;gap:12px;text-decoration:none;display:flex;position:relative}.custom-header .header-logo img{width:auto;height:48px}.custom-header .header-logo span{color:#0f172a;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.custom-header .fas,.custom-header .fa{display:inline-block}.custom-header .nav-links{align-items:center;gap:32px;display:flex}.custom-header .nav-links .nav-link{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.custom-header .nav-links .nav-link:hover,.custom-header .nav-links .nav-link.active{color:#0d9488}.custom-header .nav-links .nav-link:after{content:"";background:#0d9488;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.custom-header .nav-links .nav-link:hover:after,.custom-header .nav-links .nav-link.active:after{width:100%}.custom-header .nav-item-dropdown{position:relative}.custom-header .dropdown-menu{z-index:1100;opacity:0;pointer-events:none;background:#fff;border:1px solid #f1f5f9;border-radius:12px;min-width:200px;padding:8px 0;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.custom-header .dropdown-menu.show{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-header .dropdown-item{color:#475569;padding:10px 16px;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.custom-header .dropdown-item:hover{color:#0d9488;background:#f8fafc;padding-left:20px}.custom-header .nav-actions{align-items:center;gap:16px;display:flex}.custom-header .btn{cursor:pointer;border:2px solid #0000;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:all .3s;display:inline-flex}.custom-header .btn-outline{color:#0f172a;background:0 0;border-color:#e2e8f0}.custom-header .btn-outline:hover{color:#0d9488;background:#0d94880d;border-color:#0d9488}.custom-header .btn-primary{color:#fff;background:#0d9488;border-color:#0d9488;box-shadow:0 4px 12px #0d948833}.custom-header .btn-primary:hover{background:#0f766e;border-color:#0f766e;transform:translateY(-2px);box-shadow:0 6px 16px #0d94884d}.custom-header .nav-actions .nav-item-dropdown .dropdown-menu{left:auto;right:0}.custom-header .menu-toggle{color:#0f172a;cursor:pointer;z-index:1002;font-size:1.5rem;display:none}@media (max-width:992px){.custom-header .menu-toggle{display:block}.custom-header .nav-links{z-index:1001;background:#fff;flex-direction:column;align-items:flex-start;width:300px;height:100vh;padding:100px 32px;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.custom-header.nav-active .nav-links{right:0}.custom-header .nav-item-dropdown{width:100%}.custom-header .dropdown-menu{opacity:1;visibility:visible;box-shadow:none;border:none;min-width:100%;padding-left:16px;display:block;position:static;transform:none}.custom-header .nav-item-dropdown:hover .dropdown-menu{display:block}.custom-header .nav-actions{display:none}.custom-header .mobile-actions{flex-direction:column;gap:16px;width:100%;margin-top:24px;display:flex}}
