*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,sans-serif}.container{width:min(92%,1380px);margin:auto}header{position:absolute;width:100%;padding:22px 0;z-index:10}header .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:42px}nav{display:flex;gap:40px}nav a{color:#fff;text-decoration:none;font-weight:600}.btn-header,.btn-primary{background:#d6b328;color:#111;padding:16px 28px;border-radius:999px;text-decoration:none;font-weight:700}.hero{position:relative;height:100vh;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.65),rgba(0,0,0,0))}.hero-content{position:relative;z-index:2;max-width:620px;color:#fff}.hero-tag{color:#d6b328;font-weight:700}.hero h1{font-size:60px;margin:24px 0}.hero h1 span{color:#d6b328}.hero p{font-size:20px;line-height:1.8;margin-bottom:36px}.hero-buttons{display:flex;gap:16px}.btn-secondary{border:1px solid rgba(255,255,255,.4);color:#fff;padding:16px 28px;border-radius:999px;text-decoration:none}