/* style/blog-okbet-latest-promotions-analysis.css */

/* Base styling for the page content, considering body background is #0A0A0A from shared.css */
.page-blog-okbet-latest-promotions-analysis {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main */
    background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-okbet-latest-promotions-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-okbet-latest-promotions-analysis__section-title {
    font-weight: 700;
    color: #FFD36B; /* Auxiliary color, used for emphasis */
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: clamp(1.8em, 3vw + 0.5rem, 2.5em);
}

.page-blog-okbet-latest-promotions-analysis__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFF6D6; /* Ensure high contrast on hero image */
    max-width: 800px;
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: clamp(2em, 4vw + 1rem, 3.5em); /* Single clamp for responsive H1 */
}

/* Hero Section */
.page-blog-okbet-latest-promotions-analysis__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    overflow: hidden;
    min-height: 500px;
}

.page-blog-okbet-latest-promotions-analysis__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page-blog-okbet-latest-promotions-analysis__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
    border-radius: 10px;
    margin-top: 100px; /* Adjust based on perceived header height */
}

.page-blog-okbet-latest-promotions-analysis__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF6D6;
}

/* Buttons */
.page-blog-okbet-latest-promotions-analysis__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-okbet-latest-promotions-analysis__btn-primary,
.page-blog-okbet-latest-promotions-analysis__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
    max-width: 100%; /* Ensure responsiveness */
}

.page-blog-okbet-latest-promotions-analysis__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Dark text for bright button */
    border: none;
}

.page-blog-okbet-latest-promotions-analysis__btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.page-blog-okbet-latest-promotions-analysis__btn-secondary {
    background: transparent;
    color: #FFD36B; /* Auxiliary color */
    border: 2px solid #FFD36B;
}

.page-blog-okbet-latest-promotions-analysis__btn-secondary:hover {
    background: #FFD36B;
    color: #111111; /* Dark text for bright button */
}

/* Sections */
.page-blog-okbet-latest-promotions-analysis__introduction-section,
.page-blog-okbet-latest-promotions-analysis__promotions-types,
.page-blog-okbet-latest-promotions-analysis__how-to-claim,
.page-blog-okbet-latest-promotions-analysis__terms-conditions,
.page-blog-okbet-latest-promotions-analysis__maximizing-bonuses,
.page-blog-okbet-latest-promotions-analysis__why-okbet,
.page-blog-okbet-latest-promotions-analysis__mobile-app,
.page-blog-okbet-latest-promotions-analysis__responsible-gaming,
.page-blog-okbet-latest-promotions-analysis__faq-section,
.page-blog-okbet-latest-promotions-analysis__cta-final {
    padding: 60px 0;
}

.page-blog-okbet-latest-promotions-analysis__dark-bg {
    background-color: #111111; /* Card B G for darker sections */
    color: #FFF6D6; /* Text Main */
}