.page-platform-recommendations-high-rebate {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-platform-recommendations-high-rebate__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-platform-recommendations-high-rebate__content-block {
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-platform-recommendations-high-rebate__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-platform-recommendations-high-rebate__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:ocean,waves,abstract]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-platform-recommendations-high-rebate__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107;
  position: relative;
  z-index: 1;
}

.page-platform-recommendations-high-rebate__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e9ecef;
}

.page-platform-recommendations-high-rebate__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-platform-recommendations-high-rebate__btn--primary {
  background-color: #ffc107;
  color: #0056b3;
  box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
}

.page-platform-recommendations-high-rebate__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.6);
}

.page-platform-recommendations-high-rebate__btn--secondary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
  padding: 12px 25px;
  font-size: 1em;
}

.page-platform-recommendations-high-rebate__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-platform-recommendations-high-rebate__btn--tertiary {
  background-color: #f0f0f0;
  color: #007bff;
  border: 1px solid #ced4da;
  padding: 10px 20px;
  font-size: 0.95em;
}

.page-platform-recommendations-high-rebate__btn--tertiary:hover {
  background-color: #e2e6ea;
  color: #0056b3;
}

.page-platform-recommendations-high-rebate__section {
  padding: 60px 0;
}

.page-platform-recommendations-high-rebate__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-platform-recommendations-high-rebate__heading {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.page-platform-recommendations-high-rebate__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-platform-recommendations-high-rebate__subheading {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-platform-recommendations-high-rebate__text {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-platform-recommendations-high-rebate__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-platform-recommendations-high-rebate__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-platform-recommendations-high-rebate__platform-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-platform-recommendations-high-rebate__platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-platform-recommendations-high-rebate__platform-image-wrapper {
  background-color: #f0f8ff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}

.page-platform-recommendations-high-rebate__platform-logo {
  max-width: 180px;
  height: auto;
  display: block;
}

.page-platform-recommendations-high-rebate__platform-content {
  padding: 30px;
}

.page-platform-recommendations-high-rebate__platform-name {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-platform-recommendations-high-rebate__platform-description {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 20px;
}

.page-platform-recommendations-high-rebate__platform-features {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-platform-recommendations-high-rebate__platform-features li {
  margin-bottom: 8px;
  font-size: 1.05em;
  color: #444;
}

.page-platform-recommendations-high-rebate__platform-features li strong {
  color: #0056b3;
}

.page-platform-recommendations-high-rebate__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-platform-recommendations-high-rebate__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-platform-recommendations-high-rebate__faq-item {
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.page-platform-recommendations-high-rebate__faq-item:hover {
  border-color: #007bff;
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

.page-platform-recommendations-high-rebate__faq-item .page-platform-recommendations-high-rebate__subheading {
  margin-top: 0;
  font-size: 1.5em;
  color: #007bff;
}

.page-platform-recommendations-high-rebate__faq-item .page-platform-recommendations-high-rebate__text {
  margin-bottom: 0;
}

.page-platform-recommendations-high-rebate__cta-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-platform-recommendations-high-rebate__cta-section .page-platform-recommendations-high-rebate__heading {
  color: #ffc107;
}

.page-platform-recommendations-high-rebate__cta-section .page-platform-recommendations-high-rebate__heading::after {
  background-color: #ffffff;
}

.page-platform-recommendations-high-rebate__cta-section .page-platform-recommendations-high-rebate__text {
  color: #e9ecef;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.page-platform-recommendations-high-rebate__small-text {
  font-size: 0.9em;
  color: #adb5bd;
  margin-top: 20px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .page-platform-recommendations-high-rebate__platform-card {
    flex-direction: row;
  }

  .page-platform-recommendations-high-rebate__platform-image-wrapper {
    flex: 0 0 250px;
    min-width: 250px;
    border-right: 1px solid #eee;
  }

  .page-platform-recommendations-high-rebate__platform-content {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .page-platform-recommendations-high-rebate__hero-title {
    font-size: 2.2em;
  }

  .page-platform-recommendations-high-rebate__hero-subtitle {
    font-size: 1.1em;
  }

  .page-platform-recommendations-high-rebate__heading {
    font-size: 2em;
  }

  .page-platform-recommendations-high-rebate__subheading {
    font-size: 1.4em;
  }

  .page-platform-recommendations-high-rebate__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-platform-recommendations-high-rebate__platform-image-wrapper {
    border-bottom: 1px solid #eee;
  }

  .page-platform-recommendations-high-rebate__platform-content {
    padding: 20px;
  }

  .page-platform-recommendations-high-rebate__platform-name {
    font-size: 1.6em;
  }
}