*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}a{text-decoration:none;color:#fff}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}.main-container{width:100%;height:100vh;color:#fff;background:#000}header{width:100%;height:80px;display:flex;justify-content:center;position:fixed;top:0;left:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006}nav{width:100%;max-width:1300px;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.left h1{font-size:1.8rem;font-weight:700;letter-spacing:1px}.right{display:flex;align-items:center;gap:2.5rem}.right a{text-decoration:none;color:#ffffffd9;font-size:1.05rem;position:relative;transition:color .3s ease}.right a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:#fff;transition:width .3s ease}.right a:hover{color:#fff}.right a:hover:after{width:100%}.right button{padding:10px 22px;font-size:1.05rem;border:none;border-radius:999px;cursor:pointer;background:linear-gradient(135deg,#ff7a18,#ffb347);color:#000;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.right button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffb74766}main{width:100%;height:100vh;padding-top:80px;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}main:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000008c,#000000bf)}.hero-section{z-index:2;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-section button{padding:1rem 2.2rem;font-size:1.1rem;border-radius:999px;border:none;cursor:pointer;background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.hero-section button:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 10px 30px #0006}
