/* style/onbet-registration-bonuses.css */
.page-onbet-registration-bonuses {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-onbet-registration-bonuses .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-onbet-registration-bonuses .hero-section {
    background: linear-gradient(135deg, #0A2463, #3a4f8a);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-onbet-registration-bonuses .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.2;
}

.page-onbet-registration-bonuses .hero-section p {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}