.page-resources-99ok-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f8f9fa;
}

.page-resources-99ok-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-99ok-latest-promotions__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%); /* Darker blue for background */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-99ok-latest-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-99ok-latest-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107; /* Yellow for high contrast title */
  position: relative;
  z-index: 1;
}

.page-resources-99ok-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-99ok-latest-promotions__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-99ok-latest-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  font-size: 1.1em;
}

.page-resources-99ok-latest-promotions__btn--primary {
  background-color: #FFC107; /* Yellow button */
  color: #0056b3; /* Darker blue text for contrast */
  border: 2px solid #FFC107;
}

.page-resources-99ok-latest-promotions__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-resources-99ok-latest-promotions__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-99ok-latest-promotions__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-99ok-latest-promotions__content-section {
  padding: 60px 0;
}

.page-resources-99ok-latest-promotions__bg--light {
  background-color: #f8f9fa;
  color: #333333;
}

.page-resources-99ok-latest-promotions__bg--dark {
  background-color: #007BFF; /* Main blue for dark background */
  color: #ffffff;
}

.page-resources-99ok-latest-promotions__text--light {
  color: #ffffff;
}

.page-resources-99ok-latest-promotions__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #007BFF; /* Main blue for titles on light background */
}

.page-resources-99ok-latest-promotions__bg--dark .page-resources-99ok-latest-promotions__section-title {
  color: #FFC107; /* Yellow for titles on dark background */
}

.page-resources-99ok-latest-promotions__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0056b3; /* Darker blue for sub-titles */
}

.page-resources-99ok-latest-promotions__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-99ok-latest-promotions__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-99ok-latest-promotions__list--light li {
  color: #ffffff;
}

.page-resources-99ok-latest-promotions__image--inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-99ok-latest-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-99ok-latest-promotions__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-99ok-latest-promotions__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-99ok-latest-promotions__promo-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-99ok-latest-promotions__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #007BFF; /* Main blue for card titles */
}

.page-resources-99ok-latest-promotions__card-description {
  font-size: 1em;
  margin-bottom: 20px;
  color: #555555;
}

.page-resources-99ok-latest-promotions__btn--outline {
  background-color: transparent;
  color: #007BFF; /* Main blue for outline button text */
  border: 2px solid #007BFF;
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 30px;
}

.page-resources-99ok-latest-promotions__btn--outline:hover {
  background-color: #007BFF;
  color: #ffffff;
}

.page-resources-99ok-latest-promotions__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-99ok-latest-promotions__step-card {
  background-color: #ffffff;
  border-left: 5px solid #007BFF; /* Blue accent for steps */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.page-resources-99ok-latest-promotions__step-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-99ok-latest-promotions__btn--link {
  color: #007BFF;
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.page-resources-99ok-latest-promotions__btn--link:hover {
  color: #0056b3;
}

.page-resources-99ok-latest-promotions__image--full-width {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-99ok-latest-promotions__image--rounded {
  border-radius: 15px;
}

.page-resources-99ok-latest-promotions__btn--center {
  display: block;
  margin: 30px auto;
  width: fit-content;
}

.page-resources-99ok-latest-promotions__accordion {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-99ok-latest-promotions__accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-resources-99ok-latest-promotions__accordion-header {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-resources-99ok-latest-promotions__accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-99ok-latest-promotions__accordion-header::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-99ok-latest-promotions__accordion-header[aria-expanded="true"]::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-99ok-latest-promotions__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-resources-99ok-latest-promotions__accordion-body[aria-expanded="true"] {
  max-height: 500px; /* Adjust as needed for content */
}

.page-resources-99ok-latest-promotions__accordion-content {
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #e0e0e0;
  font-size: 1.1em;
}

.page-resources-99ok-latest-promotions__cta-section {
  background: linear-gradient(45deg, #FFC107 0%, #e0a800 100%); /* Yellow gradient for CTA */
  color: #0056b3; /* Dark blue text for contrast */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-99ok-latest-promotions__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-99ok-latest-promotions__cta-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0056b3; /* Dark blue for CTA title */
  position: relative;
  z-index: 1;
}

.page-resources-99ok-latest-promotions__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333; /* Darker text for readability */
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-99ok-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-resources-99ok-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-99ok-latest-promotions__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-99ok-latest-promotions__hero-title {
    font-size: 2em;
  }
  .page-resources-99ok-latest-promotions__hero-description,
  .page-resources-99ok-latest-promotions__paragraph,
  .page-resources-99ok-latest-promotions__list,
  .page-resources-99ok-latest-promotions__card-description,
  .page-resources-99ok-latest-promotions__accordion-content {
    font-size: 1em;
  }
  .page-resources-99ok-latest-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-99ok-latest-promotions__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-99ok-latest-promotions__promo-grid,
  .page-resources-99ok-latest-promotions__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-99ok-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-99ok-latest-promotions__sub-title {
    font-size: 1.5em;
  }
  .page-resources-99ok-latest-promotions__cta-title {
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  .page-resources-99ok-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-resources-99ok-latest-promotions__btn {
    width: 100%;
  }
  .page-resources-99ok-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-resources-99ok-latest-promotions__cta-title {
    font-size: 1.5em;
  }
  .page-resources-99ok-latest-promotions__accordion-header {
    font-size: 1em;
  }
}