:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --bg-dark: #0D0E12;
  --bg-card: #17191F;
  --text-light: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange: #D96800;
}

.page-blog-how-to-choose-reliable-betting-platforms {
  font-family: Arial, sans-serif;
  color: var(--text-light); /* Text Main: #FFF3E6 */
  background-color: var(--bg-dark); /* Background: #0D0E12 */
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-how-to-choose-reliable-betting-platforms__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-bottom: 40px;
  background-color: var(--bg-dark);
}

.page-blog-how-to-choose-reliable-betting-platforms__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-how-to-choose-reliable-betting-platforms__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platforms__main-title {
  font-size: clamp(2em, 3.5vw, 3em); /* Use clamp for H1 */
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platforms__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-blog-how-to-choose-reliable-betting-platforms__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-how-to-choose-reliable-betting-platforms__btn-primary,
.page-blog-how-to-choose-reliable-betting-platforms__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-reliable-betting-platforms__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange) 100%);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-reliable-betting-platforms__btn-primary:hover {
  background: linear-gradient(180deg, var(--deep-orange) 0%, var(--secondary-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platforms__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-reliable-betting-platforms__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-reliable-betting-platforms__video-section {
  position: relative;
  width: 100%;
  padding: 10px 20px 40px;
  background-color: var(--bg-dark);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-choose-reliable-betting-platforms__video-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-choose-reliable-betting-platforms__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-betting-platforms__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-reliable-betting-platforms__video-caption {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
  color: var(--text-light);
  font-size: 0.95em;
}

.page-blog-how-to-choose-reliable-betting-platforms__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: var(--bg-dark);
}

.page-blog-how-to-choose-reliable-betting-platforms__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-choose-reliable-betting-platforms__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 30px;
  border-radius: 10px;
  object-fit: cover;
  max-width: 800px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-betting-platforms__text-block {
  margin-bottom: 20px;
  color: var(--text-light);
}