body{margin:0;font-family:sans-serif;line-height:1.6;color:#333}body.no-scroll{overflow:hidden}.site-header{position:fixed;top:0;width:100%;z-index:1000;background-color:#1A2A40;box-shadow:0 2px 10px rgba(0,0,0,.2);min-height:60px;color:#fff;transition:all .3s ease}.site-header .header-top{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1200px;margin:0 auto}.site-header .logo{color:#FFD700;font-size:28px;font-weight:bold;text-decoration:none;line-height:1}.site-header .main-nav ul{list-style:none;margin:0;padding:0;display:flex}.site-header .main-nav li a{color:#fff;text-decoration:none;padding:10px 15px;display:block;transition:background-color .3s ease;white-space:nowrap}.site-header .main-nav li a:hover,.site-header .main-nav li a.active{background-color:rgba(255,255,255,.1);color:#FFD700}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.hamburger-menu .bar{display:block;width:25px;height:3px;background-color:#FFD700;margin:5px 0;transition:.4s}.site-header .header-buttons{display:flex;gap:10px;padding-right:20px}.btn{display:inline-block;padding:8px 15px;border-radius:20px;text-decoration:none;font-weight:bold;font-size:14px;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 5px rgba(0,0,0,.3)}.btn-primary{background-color:#FFD700;color:#1A2A40;border:2px solid #FFD700}.btn-primary:hover{background-color:#e6c200;border-color:#e6c200;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.4)}.btn-secondary{background-color:#1A2A40;color:#FFD700;border:2px solid #FFD700}.btn-secondary:hover{background-color:#2a4060;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.4)}.site-footer{background-color:#1A2A40;color:#fff;padding:40px 20px 20px;font-size:14px}.site-footer .footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto 30px;gap:20px}.site-footer .footer-column{flex:1;min-width:200px;margin-bottom:20px}.site-footer .footer-column h3{color:#FFD700;font-size:18px;margin-bottom:15px;position:relative;padding-bottom:5px}.site-footer .footer-column h3::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#FFD700}.site-footer .footer-column p,.site-footer .footer-column ul{margin:0;padding:0;list-style:none}.site-footer .footer-column li{margin-bottom:8px}.site-footer .footer-column a{color:#fff;text-decoration:none;transition:color .3s ease}.site-footer .footer-column a:hover{color:#FFD700}.site-footer .footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:20px}@media (max-width:768px){.site-header{min-height:auto;padding-bottom:10px}.site-header .header-top{padding:10px 15px;justify-content:space-between}.site-header .logo{flex:1;text-align:center;font-size:24px}.site-header .header-placeholder{width:35px;visibility:hidden}.hamburger-menu{display:block;order:-1;z-index:1001;margin-right:auto}.hamburger-menu.active .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger-menu.active .bar:nth-child(2){opacity:0}.hamburger-menu.active .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.site-header .main-nav{position:fixed;top:0;left:-100%;width:70%;height:100vh;background-color:#1A2A40;padding-top:100px;box-shadow:2px 0 10px rgba(0,0,0,.3);transition:left .3s ease-in-out;z-index:999;overflow-y:auto}.site-header .main-nav.active{left:0}.site-header .main-nav ul{flex-direction:column;text-align:left}.site-header .main-nav li a{padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.05)}.site-header .header-buttons{display:flex;justify-content:center;padding:10px 15px;width:100%;box-sizing:border-box;z-index:998;position:relative;background-color:#1A2A40;gap:15px}.site-header .btn{flex:1;max-width:150px;text-align:center}.site-footer .footer-container{flex-direction:column;align-items:center;text-align:center}.site-footer .footer-column{min-width:unset;width:100%}.site-footer .footer-column h3::after{left:50%;transform:translateX(-50%)}}