:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --login-color: #EA7C07;
  --text-color-dark: #333333;
  --text-color-light: #FFFFFF;
  --background-color: #FFFFFF;
}

.page-blog-okking-exclusive-promotions-reveal {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-color);
}

.page-blog-okking-exclusive-promotions-reveal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-okking-exclusive-promotions-reveal__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 60px;
  background-color: var(--primary-color);
  color: var(--text-color-light);
  padding-top: 10px; /* Small top padding */
}

.page-blog-okking-exclusive-promotions-reveal__hero-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 8px;
  filter: none; /* Ensure no filter */
}

.page-blog-okking-exclusive-promotions-reveal__hero-content {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-okking-exclusive-promotions-reveal__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--text-color-light);
  font-size: clamp(2em, 4vw, 3.5em);
}

.page-blog-okking-exclusive-promotions-reveal__subtitle {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

.page-blog-okking-exclusive-promotions-reveal__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-okking-exclusive-promotions-reveal__btn-primary,
.page-blog-okking-exclusive-promotions-reveal__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-okking-exclusive-promotions-reveal__btn-primary {
  background-color: var(--login-color);
  color: var(--text-color-light);
  border: 2px solid var(--login-color);
}

.page-blog-okking-exclusive-promotions-reveal__btn-primary:hover {
  background-color: #c96d06;
  border-color: #c96d06;
}

.page-blog-okking-exclusive-promotions-reveal__btn-secondary {
  background-color: transparent;
  color: var(--text-color-light);
  border: 2px solid var(--text-color-light);
}

.page-blog-okking-exclusive-promotions-reveal__btn-secondary:hover {
  background-color: var(--text-color-light);
  color: var(--primary-color);
}

.page-blog-okking-exclusive-promotions-reveal__btn-center {
  margin-top: 30px;
}

.page-blog-okking-exclusive-promotions-reveal__intro-section,
.page-blog-okking-exclusive-promotions-reveal__promotions-overview,
.page-blog-okking-exclusive-promotions-reveal__registration-guide,
.page-blog-okking-exclusive-promotions-reveal__advantages,
.page-blog-okking-exclusive-promotions-reveal__faq-section,
.page-blog-okking-exclusive-promotions-reveal__final-cta {
  padding: 60px 0;
  background-color: var(--background-color);
}

.page-blog-okking-exclusive-promotions-reveal__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-okking-exclusive-promotions-reveal__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
  color: var(--text-color-dark);
}

.page-blog-okking-exclusive-promotions-reveal__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  filter: none; /* Ensure no filter */
}

.page-blog-okking-exclusive-promotions-reveal__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-okking-exclusive-promotions-reveal__promo-card {
  background-color: var(--secondary-color);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-color-dark);
}

.page-blog-okking-exclusive-promotions-reveal__promo-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  filter: none; /* Ensure no filter */
}

.page-blog-okking-exclusive-promotions-reveal__promo-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-okking-exclusive-promotions-reveal__promo-description {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-okking-exclusive-promotions-reveal__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-okking-exclusive-promotions-reveal__list-item {
  background-color: var(--secondary-color);
  border-left: 5px solid var(--primary-color);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--text-color-dark);
}

.page-blog-okking-exclusive-promotions-reveal__list-title {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-okking-exclusive-promotions-reveal__list-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-blog-okking-exclusive-promotions-reveal__faq-list {
  margin-top: 40px;
}

.page-blog-okking-exclusive-promotions-reveal__faq-item {
  background-color: var(--secondary-color);
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--text-color-dark);
}

.page-blog-okking-exclusive-promotions-reveal__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-blog-okking-exclusive-promotions-reveal__faq-item[open] > .page-blog-okking-exclusive-promotions-reveal__faq-question {
  border-bottom: 1px solid #eee;
}

.page-blog-okking-exclusive-promotions-reveal__faq-qtext {
  flex-grow: 1;
}

.page-blog-okking-exclusive-promotions-reveal__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-okking-exclusive-promotions-reveal__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: var(--text-color-dark);
}

.page-blog-okking-exclusive-promotions-reveal__faq-answer p {
  margin-bottom: 0;
}

.page-blog-okking-exclusive-promotions-reveal__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-okking-exclusive-promotions-reveal__faq-item summary {
  list-style: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-okking-exclusive-promotions-reveal {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-okking-exclusive-promotions-reveal__container {
    padding: 0 15px;
  }

  .page-blog-okking-exclusive-promotions-reveal__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body already handles header offset */
  }

  .page-blog-okking-exclusive-promotions-reveal__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-okking-exclusive-promotions-reveal__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-okking-exclusive-promotions-reveal__subtitle {
    font-size: 1em;
  }

  .page-blog-okking-exclusive-promotions-reveal__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-okking-exclusive-promotions-reveal__btn-primary,
  .page-blog-okking-exclusive-promotions-reveal__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-okking-exclusive-promotions-reveal__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-okking-exclusive-promotions-reveal__text-block {
    font-size: 1em;
  }

  .page-blog-okking-exclusive-promotions-reveal__content-image,
  .page-blog-okking-exclusive-promotions-reveal__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-okking-exclusive-promotions-reveal__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-okking-exclusive-promotions-reveal__list-item {
    padding: 15px;
  }

  .page-blog-okking-exclusive-promotions-reveal__list-title {
    font-size: 1.2em;
  }

  .page-blog-okking-exclusive-promotions-reveal__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-okking-exclusive-promotions-reveal__faq-answer {
    padding: 10px 20px 15px;
  }
}

.page-blog-okking-exclusive-promotions-reveal img {
  filter: none; /* Ensure no filter */
}

.page-blog-okking-exclusive-promotions-reveal__video-section {
  padding-top: 10px !important;
}

.page-blog-okking-exclusive-promotions-reveal__section,
.page-blog-okking-exclusive-promotions-reveal__card,
.page-blog-okking-exclusive-promotions-reveal__container {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-left: 15px;
  padding-right: 15px;
}

.page-blog-okking-exclusive-promotions-reveal__video-section,
.page-blog-okking-exclusive-promotions-reveal__video-container,
.page-blog-okking-exclusive-promotions-reveal__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-okking-exclusive-promotions-reveal video,
.page-blog-okking-exclusive-promotions-reveal__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-blog-okking-exclusive-promotions-reveal video,
  .page-blog-okking-exclusive-promotions-reveal__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-okking-exclusive-promotions-reveal__video-section,
  .page-blog-okking-exclusive-promotions-reveal__video-container,
  .page-blog-okking-exclusive-promotions-reveal__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-okking-exclusive-promotions-reveal__video-section {
    padding-top: 10px !important;
  }
  .page-blog-okking-exclusive-promotions-reveal__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

.page-blog-okking-exclusive-promotions-reveal__cta-button,
.page-blog-okking-exclusive-promotions-reveal__btn-primary,
.page-blog-okking-exclusive-promotions-reveal__btn-secondary,
.page-blog-okking-exclusive-promotions-reveal a[class*="button"],
.page-blog-okking-exclusive-promotions-reveal a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-okking-exclusive-promotions-reveal__cta-buttons,
.page-blog-okking-exclusive-promotions-reveal__button-group,
.page-blog-okking-exclusive-promotions-reveal__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-blog-okking-exclusive-promotions-reveal__cta-button,
  .page-blog-okking-exclusive-promotions-reveal__btn-primary,
  .page-blog-okking-exclusive-promotions-reveal__btn-secondary,
  .page-blog-okking-exclusive-promotions-reveal a[class*="button"],
  .page-blog-okking-exclusive-promotions-reveal a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-okking-exclusive-promotions-reveal__cta-buttons,
  .page-blog-okking-exclusive-promotions-reveal__button-group,
  .page-blog-okking-exclusive-promotions-reveal__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-okking-exclusive-promotions-reveal__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}