body {
    font-family: 'Poppins', sans-serif;
    background: #0a0a0f;
    color: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px 80px;
    background: linear-gradient(90deg,#0d0d15,#111);
    align-items: center;
}

.logo span {
    color: #d4af37;
}

.btn-gold {
    background: linear-gradient(45deg,#caa54b,#f1c40f);
    padding: 10px 20px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.hero {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at top,#1a1a25,#0a0a0f);
}

.brand-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    background: #111;
    padding: 30px;
    border-radius: 10px;
}
