.header{display:flex;justify-content:center;align-items:center;justify-content:space-between;position:relative;z-index:100;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.18);border-radius:20px;padding:20px 40px;margin-top:20px;background-color:#000;max-width:1400px;margin-left:auto;margin-right:auto}@media(max-width:768px){.header{flex-wrap:wrap;justify-content:space-between;padding:15px 20px;border-radius:10px;margin-top:15px}}.logo-container{display:flex;justify-content:center;align-items:center;gap:15px}.logo-container .logo{transition:transform .3s ease;cursor:pointer}.logo-container .logo:hover{transform:rotate(15deg)}@media(max-width:768px){.logo-container .logo{width:100px;height:auto}}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer;z-index:101}.hamburger-menu div{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s linear;transform-origin:1px}.hamburger-menu.open div:first-child{transform:rotate(45deg)}.hamburger-menu.open div:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-menu.open div:nth-child(3){transform:rotate(-45deg)}@media(max-width:768px){.hamburger-menu{display:flex}}.nav{display:flex;gap:40px}@media(max-width:768px){.nav{display:none;flex-direction:column;width:100%;gap:15px;text-align:center;padding:20px 0;background-color:rgba(0,0,0,.95);border-radius:10px;position:absolute;top:100%;left:0;box-shadow:0 10px 20px rgba(0,0,0,.3)}}.nav.open{display:flex}.nav-button{background:none;border:none;font-size:16px;font-weight:500;cursor:pointer;color:#fff;position:relative;padding:5px 0}.nav-button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ffae02;transition:width .3s ease}.nav-button:hover:after{width:100%}@media(max-width:768px){.nav-button{font-size:18px;padding:10px 0}.nav-button:hover{color:#ffae02}.nav-button:after{display:none}}.cta-button{background-color:#ffae02;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.cta-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(206,140.04743083,0);z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.cta-button:hover:before{transform:scaleX(1);transform-origin:left}@media(max-width:768px){.cta-button{display:block}}.cta-button.mobile-visible{display:block;width:80%;margin:20px auto 0;padding:15px 0;font-size:17px}.profile-wrapper{position:relative;display:flex;align-items:center}.profile-wrapper .profile-button{color:#fff}.profile-wrapper .profile-button:hover{color:#ffae02}@media(max-width:768px){.profile-wrapper .profile-button{width:100%;text-align:center;display:block;padding:10px 0}.profile-wrapper .profile-button:after{display:none}}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background-color:rgba(0,0,0,.95);border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);overflow:hidden;min-width:150px;z-index:1000;display:flex;flex-direction:column}.profile-dropdown a,.profile-dropdown button{display:block;width:100%;padding:12px 20px;color:#fff;text-align:left;background:none;border:none;cursor:pointer;font-size:16px;transition:background-color .2s ease,color .2s ease}.profile-dropdown a:hover,.profile-dropdown button:hover{background-color:#ffae02;color:#1a1a1a}.profile-dropdown a:not(:last-child),.profile-dropdown button:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.profile-dropdown{position:static;box-shadow:none;margin-top:10px;background-color:rgba(0,0,0,.8);width:100%;border-radius:0;border:none;margin-bottom:15px}.profile-dropdown a,.profile-dropdown button{padding:10px 15px;font-size:15px;text-align:center}}@media(max-width:1024px){.header{padding:15px 30px}}@media(max-width:768px){.logo-container{margin-bottom:0}}@media(max-width:480px){.header{padding:15px;border-radius:10px}.logo-container .logo{width:100px;height:45px}}