.page-platform-reviews-vin68-detailed-review {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

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

.page-platform-reviews-vin68-detailed-review__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Gradient from main to a slightly lighter blue */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-platform-reviews-vin68-detailed-review__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue,gold_accents]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-platform-reviews-vin68-detailed-review__hero-title {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-platform-reviews-vin68-detailed-review__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #E0E0E0;
  position: relative;
  z-index: 1;
}

.page-platform-reviews-vin68-detailed-review__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-platform-reviews-vin68-detailed-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-platform-reviews-vin68-detailed-review__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-platform-reviews-vin68-detailed-review__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

.page-platform-reviews-vin68-detailed-review__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

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

.page-platform-reviews-vin68-detailed-review__btn--download {
  background-color: #007bff; /* A standard blue for download, good contrast */
  color: #FFFFFF;
  border: 2px solid #007bff;
}

.page-platform-reviews-vin68-detailed-review__btn--download:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
}

.page-platform-reviews-vin68-detailed-review__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-platform-reviews-vin68-detailed-review__content-section {
  padding: 60px 0;
  background-color: #11223F; /* Slightly lighter dark blue for content sections */
}

.page-platform-reviews-vin68-detailed-review__article {
  background-color: #0A192F;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-vin68-detailed-review__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-platform-reviews-vin68-detailed-review__sub-heading {
  font-size: 1.8em;
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-platform-reviews-vin68-detailed-review__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-platform-reviews-vin68-detailed-review__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-platform-reviews-vin68-detailed-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-vin68-detailed-review__image--full-width {
  width: 100%;
}

.page-platform-reviews-vin68-detailed-review__image--medium {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%; /* Adjust as needed */
}

.page-platform-reviews-vin68-detailed-review__cta-block {
  background-color: #1a3a60; /* A darker shade of blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-vin68-detailed-review__cta-text {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-platform-reviews-vin68-detailed-review__app-download {
  background-color: #0e2a47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-reviews-vin68-detailed-review__app-text {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-platform-reviews-vin68-detailed-review__ordered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-platform-reviews-vin68-detailed-review__ordered-list li {
  margin-bottom: 10px;
}

.page-platform-reviews-vin68-detailed-review__final-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.page-platform-reviews-vin68-detailed-review__faq-section {
  background-color: #0A192F;
  padding: 60px 0;
}

.page-platform-reviews-vin68-detailed-review__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-platform-reviews-vin68-detailed-review__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-platform-reviews-vin68-detailed-review__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-platform-reviews-vin68-detailed-review__faq-answer {
  color: #E0E0E0;
  font-size: 1.1em;
  margin-bottom: 20px;
  display: none; /* Hidden by default, toggled by JS */
  padding-left: 15px;
  border-left: 3px solid #1a3a60;
}

.page-platform-reviews-vin68-detailed-review__faq-answer.active {
  display: block;
}

.page-platform-reviews-vin68-detailed-review__text-link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
}

.page-platform-reviews-vin68-detailed-review__text-link:hover {
  color: #e6c200;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-platform-reviews-vin68-detailed-review__hero-title {
    font-size: 2.5em;
  }

  .page-platform-reviews-vin68-detailed-review__hero-subtitle {
    font-size: 1.2em;
  }

  .page-platform-reviews-vin68-detailed-review__hero-cta-group,
  .page-platform-reviews-vin68-detailed-review__final-cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-platform-reviews-vin68-detailed-review__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-platform-reviews-vin68-detailed-review__heading {
    font-size: 2em;
  }

  .page-platform-reviews-vin68-detailed-review__sub-heading {
    font-size: 1.5em;
  }

  .page-platform-reviews-vin68-detailed-review__article {
    padding: 25px;
  }

  .page-platform-reviews-vin68-detailed-review__image--medium {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-platform-reviews-vin68-detailed-review__hero-title {
    font-size: 2em;
  }

  .page-platform-reviews-vin68-detailed-review__hero-subtitle {
    font-size: 1em;
  }

  .page-platform-reviews-vin68-detailed-review__btn {
    width: 95%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-platform-reviews-vin68-detailed-review__heading {
    font-size: 1.8em;
  }

  .page-platform-reviews-vin68-detailed-review__sub-heading {
    font-size: 1.3em;
  }

  .page-platform-reviews-vin68-detailed-review__article p,
  .page-platform-reviews-vin68-detailed-review__ordered-list li,
  .page-platform-reviews-vin68-detailed-review__faq-answer {
    font-size: 0.95em;
  }

  .page-platform-reviews-vin68-detailed-review__cta-text,
  .page-platform-reviews-vin68-detailed-review__app-text {
    font-size: 1.3em;
  }
}