:root {
  --okbet-primary-color: #F2C14E;
  --okbet-secondary-color: #FFD36B;
  --okbet-background-dark: #0A0A0A;
  --okbet-card-bg: #111111;
  --okbet-text-main: #FFF6D6;
  --okbet-border-color: #3A2A12;
  --okbet-glow-color: #FFD36B;
  --okbet-button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-okbet-platform-deep-dive {
  font-family: Arial, sans-serif;
  color: var(--okbet-text-main);
  background-color: var(--okbet-background-dark);
  line-height: 1.6;
  padding-bottom: 60px;
}

.page-blog-okbet-platform-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-okbet-platform-deep-dive__section-title {
  font-size: clamp(28px, 4vw, 48px);
  color: var(--okbet-primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-okbet-platform-deep-dive__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-okbet-platform-deep-dive__highlight {
  color: var(--okbet-secondary-color);
  font-weight: bold;
}

/* --- Hero Section --- */
.page-blog-okbet-platform-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-blog-okbet-platform-deep-dive__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
}

.page-blog-okbet-platform-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}}