.page-platform-reviews-platform-f-review {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-platform-reviews-platform-f-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-platform-reviews-platform-f-review__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1A2E4B 100%);
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-platform-reviews-platform-f-review__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-platform-reviews-platform-f-review__hero-subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-platform-reviews-platform-f-review__hero-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-platform-reviews-platform-f-review__section {
  padding: 80px 0;
  text-align: center;
}

.page-platform-reviews-platform-f-review__section--commitment {
  background-color: #0A192F;
}

.page-platform-reviews-platform-f-review__section--experience {
  background-color: #1A2E4B;
}

.page-platform-reviews-platform-f-review__section--support {
  background-color: #0A192F;
}

.page-platform-reviews-platform-f-review__section--responsible {
  background-color: #1A2E4B;
}

.page-platform-reviews-platform-f-review__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-platform-reviews-platform-f-review__section-description {
  font-size: 1.1em;
  color: #B0B0B0;
  max-width: 900px;
  margin: 0 auto 60px;
}

.page-platform-reviews-platform-f-review__features-grid,
.page-platform-reviews-platform-f-review__support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-platform-reviews-platform-f-review__feature-item,
.page-platform-reviews-platform-f-review__support-item {
  background-color: #1A2E4B;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-platform-reviews-platform-f-review__feature-item:hover,
.page-platform-reviews-platform-f-review__support-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.page-platform-reviews-platform-f-review__feature-icon,
.page-platform-reviews-platform-f-review__support-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.page-platform-reviews-platform-f-review__feature-title,
.page-platform-reviews-platform-f-review__support-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-platform-reviews-platform-f-review__feature-text,
.page-platform-reviews-platform-f-review__support-text {
  font-size: 1em;
  color: #B0B0B0;
}

.page-platform-reviews-platform-f-review__content-row {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
  margin-top: 60px;
}

.page-platform-reviews-platform-f-review__content-row--reverse {
  flex-direction: row-reverse;
}

.page-platform-reviews-platform-f-review__content-text {
  flex: 1;
}

.page-platform-reviews-platform-f-review__content-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-platform-reviews-platform-f-review__responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-platform-reviews-platform-f-review__sub-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-platform-reviews-platform-f-review__content-text p {
  margin-bottom: 15px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-platform-reviews-platform-f-review__content-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-platform-reviews-platform-f-review__content-text ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-platform-reviews-platform-f-review__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-platform-reviews-platform-f-review__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-platform-reviews-platform-f-review__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
}

.page-platform-reviews-platform-f-review__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-platform-reviews-platform-f-review__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-platform-reviews-platform-f-review__btn--center {
  margin: 40px auto 0 auto;
  display: block;
  width: fit-content;
}

.page-platform-reviews-platform-f-review__section--cta {
  background: linear-gradient(90deg, #0A192F 0%, #1A2E4B 100%);
  padding: 100px 0;
}

.page-platform-reviews-platform-f-review__cta-content {
  text-align: center;
}

.page-platform-reviews-platform-f-review__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-platform-reviews-platform-f-review__cta-description {
  font-size: 1.2em;
  color: #B0B0B0;
  max-width: 800px;
  margin: 0 auto 50px;
}

.page-platform-reviews-platform-f-review__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-platform-reviews-platform-f-review .highlight {
  color: #FFD700;
}

@media (max-width: 1024px) {
  .page-platform-reviews-platform-f-review__hero-title {
    font-size: 3em;
  }
  .page-platform-reviews-platform-f-review__section-title {
    font-size: 2.2em;
  }
  .page-platform-reviews-platform-f-review__sub-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-platform-f-review__content-row {
    flex-direction: column;
    text-align: center;
  }
  .page-platform-reviews-platform-f-review__content-row--reverse {
    flex-direction: column-reverse;
  }
  .page-platform-reviews-platform-f-review__content-text ul {
    text-align: left;
  }
  .page-platform-reviews-platform-f-review__btn--secondary {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-platform-reviews-platform-f-review__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-platform-reviews-platform-f-review__btn {
    width: 80%;
    max-width: 300px;
  }
  .page-platform-reviews-platform-f-review__hero-image {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-platform-reviews-platform-f-review__hero-title {
    font-size: 2.5em;
  }
  .page-platform-reviews-platform-f-review__hero-subtitle {
    font-size: 1.1em;
  }
  .page-platform-reviews-platform-f-review__section-title {
    font-size: 2em;
  }
  .page-platform-reviews-platform-f-review__section-description {
    font-size: 1em;
  }
  .page-platform-reviews-platform-f-review__feature-title,
  .page-platform-reviews-platform-f-review__support-title {
    font-size: 1.5em;
  }
  .page-platform-reviews-platform-f-review__sub-title {
    font-size: 1.6em;
  }
  .page-platform-reviews-platform-f-review__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .page-platform-reviews-platform-f-review__hero-title {
    font-size: 2em;
  }
  .page-platform-reviews-platform-f-review__section-title {
    font-size: 1.8em;
  }
  .page-platform-reviews-platform-f-review__cta-title {
    font-size: 2em;
  }
  .page-platform-reviews-platform-f-review__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-platform-reviews-platform-f-review__features-grid,
  .page-platform-reviews-platform-f-review__support-grid {
    grid-template-columns: 1fr;
  }
}