*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff}a{color:inherit;text-decoration:none}.header{background-color:#000;padding:1rem 0;border-bottom:2px solid #ff8c00;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.headerContainer{max-width:1400px;margin:0 auto;padding:0 2rem;justify-content:space-between}.headerContainer,.logo{display:flex;align-items:center}.logoImage{height:50px;width:auto}.nav.desktop{display:flex;gap:2rem;align-items:center}.navLink{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;padding:.5rem 0}.navLink.active,.navLink:hover{color:#ff8c00}.hamburgerButton{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburgerIcon{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;position:relative}.hamburgerIcon span{display:block;height:3px;width:100%;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburgerIcon.open span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburgerIcon.open span:nth-child(2){opacity:0}.hamburgerIcon.open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobileNav{display:none;flex-direction:column;background-color:#1a1a1a;border-top:2px solid #ff8c00;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.mobileNav.open{max-height:500px;padding:1rem 0}.mobileNav .navLink{padding:1rem 2rem;display:block;border-bottom:1px solid #2d2d2d;transition:background-color .3s ease,padding-left .3s ease}.mobileNav .navLink:hover{background-color:#2d2d2d;padding-left:2.5rem}.mobileNav .navLink:last-child{border-bottom:none}.footer{background-color:#000;padding:2rem;text-align:center;margin-top:4rem;border-top:2px solid #ff8c00}.footer p{color:#ccc;font-size:.9rem}.button{background-color:#ff8c00;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:600}.button:hover{background-color:orange;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,140,0,.3)}.button:disabled{background-color:#666;cursor:not-allowed;transform:none}@media (max-width:768px){.nav.desktop{display:none}.hamburgerButton{display:block}.mobileNav{display:flex}.headerContainer{padding:0 1rem}.logoImage{height:40px}}@media (max-width:1024px) and (min-width:769px){.nav.desktop{gap:1.5rem}.navLink{font-size:.9rem}}