.page-resources-ok22-promotions-benefits {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-resources-ok22-promotions-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-ok22-promotions-benefits__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-ok22-promotions-benefits__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-ok22-promotions-benefits__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-ok22-promotions-benefits__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: inherit; /* Inherits from parent section */
}

.page-resources-ok22-promotions-benefits__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-resources-ok22-promotions-benefits__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  padding-bottom: 80px;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 600px;
}

.page-resources-ok22-promotions-benefits__hero-content {
  flex: 1;
  padding-right: 40px;
}

.page-resources-ok22-promotions-benefits__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-ok22-promotions-benefits__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-ok22-promotions-benefits__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-ok22-promotions-benefits__btn-primary,
.page-resources-ok22-promotions-benefits__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-ok22-promotions-benefits__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-ok22-promotions-benefits__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-ok22-promotions-benefits__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-ok22-promotions-benefits__btn-secondary:hover {
  background-color: #e0f7fa;
  color: #1a7a9e;
  border-color: #1a7a9e;
}

.page-resources-ok22-promotions-benefits__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-ok22-promotions-benefits__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Grid Container for Promotions */
.page-resources-ok22-promotions-benefits__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-resources-ok22-promotions-benefits__card {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-resources-ok22-promotions-benefits__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-resources-ok22-promotions-benefits__card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-resources-ok22-promotions-benefits__card-title {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-ok22-promotions-benefits__card-text {
  font-size: 1em;
  margin-bottom: 15px;
}

.page-resources-ok22-promotions-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-ok22-promotions-benefits__list-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 0.95em;
}

.page-resources-ok22-promotions-benefits__list-item::before {
  content: '✓';
  color: #26A9E0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* Steps Grid */
.page-resources-ok22-promotions-benefits__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ok22-promotions-benefits__step-card {
  background-color: #f9f9f9;
  color: #333333;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.page-resources-ok22-promotions-benefits__step-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-resources-ok22-promotions-benefits__step-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-ok22-promotions-benefits__step-text {
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-ok22-promotions-benefits__step-button {
  width: fit-content;
  margin-top: auto; /* Pushes button to the bottom */
}

/* Benefits Grid */
.page-resources-ok22-promotions-benefits__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-ok22-promotions-benefits__benefit-item {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.page-resources-ok22-promotions-benefits__benefit-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
}

.page-resources-ok22-promotions-benefits__benefit-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-ok22-promotions-benefits__benefit-text {
  font-size: 1em;
}

/* FAQ Section */
.page-resources-ok22-promotions-benefits__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-resources-ok22-promotions-benefits__faq-item {
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.page-resources-ok22-promotions-benefits__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.page-resources-ok22-promotions-benefits__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-ok22-promotions-benefits__faq-qtext {
  flex-grow: 1;
}

.page-resources-ok22-promotions-benefits__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  line-height: 1;
}

.page-resources-ok22-promotions-benefits__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #555555;
}

.page-resources-ok22-promotions-benefits__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Conclusion */
.page-resources-ok22-promotions-benefits__conclusion-content {
  max-width: 800px;
  margin-top: 40px;
}

.page-resources-ok22-promotions-benefits__large-cta {
  padding: 18px 40px;
  font-size: 1.2em;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-ok22-promotions-benefits__hero-section {
    flex-direction: column;
    text-align: center;
    padding-bottom: 40px;
    min-height: auto;
  }

  .page-resources-ok22-promotions-benefits__hero-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .page-resources-ok22-promotions-benefits__main-title {
    font-size: 2.8em;
  }

  .page-resources-ok22-promotions-benefits__hero-description {
    font-size: 1.1em;
  }

  .page-resources-ok22-promotions-benefits__cta-buttons {
    justify-content: center;
  }

  .page-resources-ok22-promotions-benefits__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-ok22-promotions-benefits__section {
    padding: 40px 0;
  }

  .page-resources-ok22-promotions-benefits__main-title {
    font-size: 2.2em;
  }

  .page-resources-ok22-promotions-benefits__hero-description {
    font-size: 1em;
  }

  .page-resources-ok22-promotions-benefits__cta-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .page-resources-ok22-promotions-benefits__btn-primary,
  .page-resources-ok22-promotions-benefits__btn-secondary,
  .page-resources-ok22-promotions-benefits a[class*="button"],
  .page-resources-ok22-promotions-benefits 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-resources-ok22-promotions-benefits__cta-buttons,
  .page-resources-ok22-promotions-benefits__button-group,
  .page-resources-ok22-promotions-benefits__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-resources-ok22-promotions-benefits__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-ok22-promotions-benefits__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-ok22-promotions-benefits img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-ok22-promotions-benefits__section,
  .page-resources-ok22-promotions-benefits__card,
  .page-resources-ok22-promotions-benefits__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-ok22-promotions-benefits__hero-image-wrapper {
    padding: 0 15px;
  }

  .page-resources-ok22-promotions-benefits__card-image {
    height: 200px;
  }

  .page-resources-ok22-promotions-benefits__benefit-icon {
    width: 100px;
    height: 100px;
  }

  .page-resources-ok22-promotions-benefits__faq-item summary {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-ok22-promotions-benefits__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-resources-ok22-promotions-benefits__large-cta {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-ok22-promotions-benefits__main-title {
    font-size: 1.8em;
  }

  .page-resources-ok22-promotions-benefits__section-title {
    font-size: 1.8em;
  }

  .page-resources-ok22-promotions-benefits__card-title,
  .page-resources-ok22-promotions-benefits__step-title,
  .page-resources-ok22-promotions-benefits__benefit-title {
    font-size: 1.3em;
  }

  .page-resources-ok22-promotions-benefits__hero-description {
    font-size: 0.95em;
  }

  .page-resources-ok22-promotions-benefits__text-block {
    font-size: 0.95em;
  }

  .page-resources-ok22-promotions-benefits__card-text,
  .page-resources-ok22-promotions-benefits__list-item,
  .page-resources-ok22-promotions-benefits__step-text,
  .page-resources-ok22-promotions-benefits__benefit-text,
  .page-resources-ok22-promotions-benefits__faq-answer {
    font-size: 0.9em;
  }
}

/* Color Contrast Fixes (if needed, applied via JS or manual) */
.page-resources-ok22-promotions-benefits__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-ok22-promotions-benefits__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}