/* style/resources-clb88-platform-review.css */
.page-resources-clb88-platform-review {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  line-height: 1.6;
  background-color: #0d123d; /* Darker background for contrast */
}

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

/* Hero Section */
.page-resources-clb88-platform-review__hero-section {
  background: linear-gradient(135deg, #1A237E, #0d123d);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-clb88-platform-review__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue_gold]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-clb88-platform-review__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-clb88-platform-review__hero-subtitle {
  font-size: 1.3em;
  color: #B0BEC5; /* Lighter gray for subtitle */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-clb88-platform-review__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

/* Buttons */
.page-resources-clb88-platform-review__button {
  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-resources-clb88-platform-review__button--primary {
  background-color: #FFD700; /* Gold primary button */
  color: #1A237E; /* Dark blue text */
  border: 2px solid #FFD700;
}

.page-resources-clb88-platform-review__button--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-3px);
}

.page-resources-clb88-platform-review__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-clb88-platform-review__button--secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
  transform: translateY(-3px);
}

.page-resources-clb88-platform-review__button--highlight {
  background-color: #FFD700;
  color: #1A237E;
  border: 2px solid #FFD700;
  animation: pulse 1.5s infinite;
}

.page-resources-clb88-platform-review__button--highlight:hover {
  background-color: #e5c100;
  border-color: #e5c100;
  transform: translateY(-3px) scale(1.02);
}

.page-resources-clb88-platform-review__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-clb88-platform-review__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

/* Content Section */
.page-resources-clb88-platform-review__content-section {
  padding: 60px 0;
  background-color: #1A237E; /* Main dark blue background */
}

.page-resources-clb88-platform-review__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-clb88-platform-review__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-clb88-platform-review__sub-section-title--pros {
  color: #4CAF50; /* Green for pros */
  border-left-color: #4CAF50;
}

.page-resources-clb88-platform-review__sub-section-title--cons {
  color: #F44336; /* Red for cons */
  border-left-color: #F44336;
}

.page-resources-clb88-platform-review__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-clb88-platform-review__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-clb88-platform-review__list 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.41z"/></svg>') no-repeat left 8px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-resources-clb88-platform-review__list li strong {
  color: #FFD700;
}

.page-resources-clb88-platform-review__ordered-list {
  list-style: none;
  counter-reset: my-counter;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-clb88-platform-review__ordered-list li {
  counter-increment: my-counter;
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.page-resources-clb88-platform-review__ordered-list li::before {
  content: "Bước " counter(my-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #FFD700;
  font-size: 1.2em;
  width: 35px;
  text-align: right;
}

.page-resources-clb88-platform-review__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-clb88-platform-review__pros-cons {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-clb88-platform-review__pros,
.page-resources-clb88-platform-review__cons {
  flex: 1;
  min-width: 300px;
  background-color: #263238; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-clb88-platform-review__pros .page-resources-clb88-platform-review__list li {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%234CAF50"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}

.page-resources-clb88-platform-review__cons .page-resources-clb88-platform-review__list li {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23F44336"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
}

/* FAQ */
.page-resources-clb88-platform-review__faq-item {
  background-color: #263238;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-clb88-platform-review__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

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

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

.page-resources-clb88-platform-review__faq-answer {
  font-size: 1.05em;
  color: #B0BEC5;
  margin-top: 0;
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-clb88-platform-review__faq-answer.active {
  display: block;
}

.page-resources-clb88-platform-review__final-cta {
  text-align: center;
  margin-top: 60px;
}

/* Floating Promo */
.page-resources-clb88-platform-review__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700; /* Gold background */
  color: #1A237E; /* Dark blue text */
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 1000;
  animation: slideIn 0.5s forwards;
}

.page-resources-clb88-platform-review__floating-promo p {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-clb88-platform-review__close-promo {
  background: none;
  border: none;
  color: #1A237E;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0 5px;
  transition: color 0.3s ease;
}

.page-resources-clb88-platform-review__close-promo:hover {
  color: #5f65a5;
}

/* Keyframe Animations */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-clb88-platform-review__hero-title {
    font-size: 2.8em;
  }
  .page-resources-clb88-platform-review__section-title {
    font-size: 2em;
  }
  .page-resources-clb88-platform-review__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-clb88-platform-review__pros-cons {
    flex-direction: column;
  }
  .page-resources-clb88-platform-review__floating-promo {
    flex-direction: column;
    align-items: flex-end;
    right: 10px;
    bottom: 10px;
    padding: 10px 15px;
    gap: 10px;
  }
  .page-resources-clb88-platform-review__floating-promo p {
    text-align: center;
    font-size: 1em;
  }
  .page-resources-clb88-platform-review__close-promo {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

@media (max-width: 768px) {
  .page-resources-clb88-platform-review__hero-title {
    font-size: 2.2em;
  }
  .page-resources-clb88-platform-review__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-clb88-platform-review__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-clb88-platform-review__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-clb88-platform-review__section-title {
    font-size: 1.8em;
  }
  .page-resources-clb88-platform-review__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-clb88-platform-review__text-block, 
  .page-resources-clb88-platform-review__list li, 
  .page-resources-clb88-platform-review__ordered-list li,
  .page-resources-clb88-platform-review__faq-answer {
    font-size: 1em;
  }
  .page-resources-clb88-platform-review__faq-question {
    font-size: 1.1em;
  }
}