.page-resources-88clb-in-depth-analysis {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

.page-resources-88clb-in-depth-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-88clb-in-depth-analysis__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6e 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-88clb-in-depth-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-88clb-in-depth-analysis__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #e5dfd3;
}

.page-resources-88clb-in-depth-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-88clb-in-depth-analysis__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  font-size: 1.1em;
}

.page-resources-88clb-in-depth-analysis__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-2px);
}

.page-resources-88clb-in-depth-analysis__btn--secondary {
  background-color: #3a4a6e;
  color: #FFD700;
  font-size: 1em;
  padding: 10px 20px;
}

.page-resources-88clb-in-depth-analysis__btn--secondary:hover {
  background-color: #4a5c82;
  transform: translateY(-1px);
}

.page-resources-88clb-in-depth-analysis__section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-88clb-in-depth-analysis__section:last-of-type {
  border-bottom: none;
}

.page-resources-88clb-in-depth-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.page-resources-88clb-in-depth-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-resources-88clb-in-depth-analysis__section-description {
  font-size: 1.2em;
  text-align: center;
  color: #e5dfd3;
  margin-bottom: 60px;
}

.page-resources-88clb-in-depth-analysis__introduction .page-resources-88clb-in-depth-analysis__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-88clb-in-depth-analysis__introduction .page-resources-88clb-in-depth-analysis__text-content {
  flex: 1;
}

.page-resources-88clb-in-depth-analysis__introduction .page-resources-88clb-in-depth-analysis__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-resources-88clb-in-depth-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-88clb-in-depth-analysis__features .page-resources-88clb-in-depth-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-88clb-in-depth-analysis__feature-card {
  background-color: #2c3e50; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-88clb-in-depth-analysis__feature-card:hover {
  transform: translateY(-5px);
  background-color: #3a4a6e;
}

.page-resources-88clb-in-depth-analysis__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-88clb-in-depth-analysis__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-88clb-in-depth-analysis__feature-card p {
  color: #e5dfd3;
  font-size: 1em;
}

.page-resources-88clb-in-depth-analysis__feature-card ul {
  text-align: left;
  list-style: disc inside;
  color: #e5dfd3;
  padding-left: 20px;
}

.page-resources-88clb-in-depth-analysis__feature-card ul li {
  margin-bottom: 5px;
}

.page-resources-88clb-in-depth-analysis__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-88clb-in-depth-analysis__step-card {
  background-color: #2c3e50;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-88clb-in-depth-analysis__step-image {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px solid #FFD700;
}

.page-resources-88clb-in-depth-analysis__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-88clb-in-depth-analysis__step-card p {
  color: #e5dfd3;
  margin-bottom: 20px;
}

.page-resources-88clb-in-depth-analysis__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-resources-88clb-in-depth-analysis__benefit-item {
  background-color: #2c3e50;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-88clb-in-depth-analysis__benefit-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-resources-88clb-in-depth-analysis__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-88clb-in-depth-analysis__benefit-item p {
  color: #e5dfd3;
}

.page-resources-88clb-in-depth-analysis__cta-bottom {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-88clb-in-depth-analysis__cta-text {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page-resources-88clb-in-depth-analysis__accordion {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-88clb-in-depth-analysis__accordion-item {
  background-color: #2c3e50;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-88clb-in-depth-analysis__accordion-header {
  background-color: #3a4a6e; /* Darker blue for header */
  color: #FFD700;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-resources-88clb-in-depth-analysis__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-88clb-in-depth-analysis__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-88clb-in-depth-analysis__accordion-content {
  padding: 0 20px;
  background-color: #2c3e50;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-88clb-in-depth-analysis__accordion-content p {
  padding: 15px 0;
  color: #e5dfd3;
}

.page-resources-88clb-in-depth-analysis__accordion-content a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-88clb-in-depth-analysis__accordion-content a:hover {
  color: #e5c100;
}

.page-resources-88clb-in-depth-analysis__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  color: #e5dfd3;
}

.page-resources-88clb-in-depth-analysis__conclusion .page-resources-88clb-in-depth-analysis__btn {
  margin-top: 30px;
}

.page-resources-88clb-in-depth-analysis__floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: page-resources-88clb-in-depth-analysis__bounce 2s infinite;
}

.page-resources-88clb-in-depth-analysis__floating-btn {
  background-color: #FFD700;
  color: #1A202C;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-88clb-in-depth-analysis__floating-btn:hover {
  background-color: #e5c100;
  transform: scale(1.05);
}

.page-resources-88clb-in-depth-analysis__floating-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.page-resources-88clb-in-depth-analysis__floating-text {
  white-space: nowrap;
}

@keyframes page-resources-88clb-in-depth-analysis__bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-88clb-in-depth-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-88clb-in-depth-analysis__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-88clb-in-depth-analysis__introduction .page-resources-88clb-in-depth-analysis__content-grid {
    flex-direction: column;
  }
  .page-resources-88clb-in-depth-analysis__feature-grid, .page-resources-88clb-in-depth-analysis__guide-steps, .page-resources-88clb-in-depth-analysis__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-88clb-in-depth-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-88clb-in-depth-analysis__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-88clb-in-depth-analysis__section-title {
    font-size: 2em;
  }
  .page-resources-88clb-in-depth-analysis__section-description {
    font-size: 1em;
  }
  .page-resources-88clb-in-depth-analysis__floating-btn {
    padding: 10px 20px;
  }
  .page-resources-88clb-in-depth-analysis__floating-text {
    font-size: 0.9em;
  }
  .page-resources-88clb-in-depth-analysis__floating-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-88clb-in-depth-analysis__hero {
    padding: 60px 0;
  }
  .page-resources-88clb-in-depth-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-88clb-in-depth-analysis__section {
    padding: 50px 0;
  }
  .page-resources-88clb-in-depth-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-88clb-in-depth-analysis__feature-grid, .page-resources-88clb-in-depth-analysis__guide-steps, .page-resources-88clb-in-depth-analysis__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-88clb-in-depth-analysis__floating-cta {
    bottom: 15px;
    right: 15px;
  }
}