body.sp-theme--dark, .sp-theme--dark {
    background: #0b0f13;
    color: #dff;
    font-family: Inter, sans-serif;
}

.sp-prem-hero {
    padding: 60px;
    background: #111;
    color: #cfe8ff;
}

.sp-btn {
    display:inline-block;
    padding:10px 14px;
    background:#2fc7ff;
    color:#012;
    border-radius:8px;
    text-decoration:none;
}

.sp-panel {
    background:#111;
    padding:15px;
    border-radius:8px;
    margin-bottom:20px;
}
