/* ============================
   SuperBike8 Hero – Stylesheet
============================ */

#sb8-hero {
    position: relative;
    width: 100%;
    height: 700px;
    background: radial-gradient(circle at center, #001a33, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#sb8-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sb8-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
}

.sb8-subline {
    font-size: 22px;
    margin-bottom: 20px;
    color: #e6e6e6;
}

.sb8-button {
    display: inline-block;
    padding: 12px 26px;
    background: #0066ff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
    font-weight: 600;
}

.sb8-button:hover {
    background: #1a80ff;
}
