.home-header{width:100%;background:linear-gradient(90deg,#001f3f,#007a7a);padding:20px 40px;position:relative;z-index:1000}.home-header-inner{justify-content:space-between;max-width:1400px;margin:0 auto}.home-header-inner,.logo-link{display:flex;align-items:center}.main-logo{height:60px;width:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.hamburger-wrapper{display:block}.hamburger-wrapper button{background:transparent;border:none;cursor:pointer;padding:8px;transition:opacity .2s ease-in-out}.hamburger-wrapper button:hover{opacity:.8}@media (max-width:768px){.home-header{padding:16px 24px}.main-logo{height:48px}}.client-auth-wrapper{margin-left:auto;margin-right:1rem;display:flex;align-items:center}.login-button{background-color:#004c6d;color:white;padding:.5rem 1.25rem;border:none;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .3s ease}.login-button:hover{background-color:#007a7a}.right-controls{display:flex;align-items:center;gap:1rem}.login-join-wrapper{margin-right:0}.hamburger-wrapper{margin:0;padding:0;display:flex;align-items:center}.mobile-menu-container{position:relative;z-index:1001}.hamburger-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer;padding:10px}.dot{width:10px;height:10px;background-color:#00e0dc;border-radius:50%;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.dot.open:first-child{transform:translateY(6px) rotate(45deg)}.dot.open:nth-child(2){opacity:0}.dot.open:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.dot.open,.hamburger-button:hover .dot{box-shadow:0 0 6px #00e0dc,0 0 10px #00e0dc}.mobile-dropdown{position:absolute;top:100%;right:0;background-color:#002a3a;padding:16px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.4);min-width:180px;z-index:1002}.mobile-dropdown a{display:block;color:white;text-decoration:none;padding:10px 12px;font-weight:500;border-radius:4px;transition:background .2s ease}.mobile-dropdown a:hover{background-color:#004d5c}