*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif}body{background:#050505;color:#fff;overflow-x:hidden}header{width:100%;padding:20px 60px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:1000;background:rgb(0 0 0 / .85);backdrop-filter:blur(10px);border-bottom:1px solid rgb(255 215 0 / .2)}.logo{display:flex;align-items:center;gap:15px}.logo img{width:60px}.logo-text h1{color:#fff;font-size:28px;line-height:1}.logo-text span{color:#d4af37;font-size:14px;letter-spacing:3px}nav{display:flex;gap:30px}nav a{color:#fff;text-decoration:none;transition:0.3s}nav a:hover{color:gold}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:160px 80px 80px;background:linear-gradient(rgb(0 0 0 / .75),rgb(0 0 0 / .9)),url(https://images.unsplash.com/photo-1519501025264-65ba15a82390?q=80&w=1600&auto=format&fit=crop);background-size:cover;background-position:center;gap:50px}.hero-left{flex:1}.hero-left h4{color:gold;font-size:22px;margin-bottom:15px}.hero-left h1{font-size:75px;line-height:1.1;margin-bottom:20px}.hero-left h1 span{color:gold}.hero-left p{color:#ddd;line-height:1.9;margin-bottom:30px;max-width:700px}.tagline{color:gold;font-size:24px;margin-bottom:25px}.buttons{display:flex;gap:20px;flex-wrap:wrap}.btn{padding:16px 35px;border-radius:50px;text-decoration:none;font-weight:600;transition:0.4s}.btn-gold{background:linear-gradient(45deg,#FFD700,#ffb300);color:#000}.btn-outline{border:1px solid gold;color:gold}.btn:hover{transform:translateY(-5px)}.hero-right{flex:1;display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.hero-right img{width:320px;border-radius:25px;box-shadow:0 0 40px rgb(255 215 0 / .2)}section{padding:100px 80px}.section-title{text-align:center;margin-bottom:70px}.section-title h2{font-size:48px;color:gold;margin-bottom:15px}.section-title p{color:#aaa;max-width:700px;margin:auto;line-height:1.8}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.card{background:linear-gradient(180deg,rgb(255 215 0 / .05),rgb(255 255 255 / .02));border:1px solid rgb(255 215 0 / .2);border-radius:25px;padding:35px;transition:0.4s}.card:hover{transform:translateY(-8px);border-color:gold;box-shadow:0 0 30px rgb(255 215 0 / .15)}.card h3{color:gold;margin-bottom:15px;font-size:24px}.card p{color:#ccc;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px}.stat-box{background:#111;border:1px solid rgb(255 215 0 / .15);border-radius:20px;padding:40px 20px;text-align:center}.stat-box h2{color:gold;font-size:48px;margin-bottom:10px}.footer{padding:60px 20px;text-align:center;border-top:1px solid rgb(255 215 0 / .15);background:#000}.footer h2{color:gold;margin-bottom:15px}.footer p{color:#aaa;margin:8px 0}@media(max-width:900px){header{padding:20px;flex-direction:column;gap:20px}nav{flex-wrap:wrap;justify-content:center}.hero{flex-direction:column;text-align:center;padding:180px 20px 80px}.hero-left h1{font-size:50px}.hero-right img{width:100%;max-width:320px}section{padding:80px 20px}}