.page-blog-thabet38-latest-link-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-thabet38-latest-link-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  overflow: hidden;
}

.page-blog-thabet38-latest-link-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-thabet38-latest-link-analysis__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-thabet38-latest-link-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-thabet38-latest-link-analysis__hero-title {
  font-size: clamp(2em, 5vw, 3.2em);
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6;
  line-height: 1.2;
}

.page-blog-thabet38-latest-link-analysis__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-thabet38-latest-link-analysis__hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-thabet38-latest-link-analysis__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-thabet38-latest-link-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

.page-blog-thabet38-latest-link-analysis__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-thabet38-latest-link-analysis__btn-secondary {
  background-color: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-blog-thabet38-latest-link-analysis__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(87, 227, 141, 0.3);
}

.page-blog-thabet38-latest-link-analysis__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-thabet38-latest-link-analysis__dark-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-blog-thabet38-latest-link-analysis__light-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6;
}

.page-blog-thabet38-latest-link-analysis__container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-thabet38-latest-link-analysis__title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #F2FFF6;
}

.page-blog-thabet38-latest-link-analysis__subtitle {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #57E38D; /* Glow */
}

.page-blog-thabet38-latest-link-analysis__paragraph {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

.page-blog-thabet38-latest-link-analysis__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-thabet38-latest-link-analysis__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-thabet38-latest-link-analysis__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
  position: relative;
  padding-left: 25px;
}

.page-blog-thabet38-latest-link-analysis__list-item::before {
  content: '•';
  color: #57E38D; /* Glow */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-thabet38-latest-link-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-blog-thabet38-latest-link-analysis__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-blog-thabet38-latest-link-analysis__image--right {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

.page-blog-thabet38-latest-link-analysis__image--left {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}

.page-blog-thabet38-latest-link-analysis__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-thabet38-latest-link-analysis__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-blog-thabet38-latest-link-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-thabet38-latest-link-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-thabet38-latest-link-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-thabet38-latest-link-analysis__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-thabet38-latest-link-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-thabet38-latest-link-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-thabet38-latest-link-analysis__faq-item[open] .page-blog-thabet38-latest-link-analysis__faq-toggle {
  content: '−';
}

.page-blog-thabet38-latest-link-analysis__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-thabet38-latest-link-analysis__hero-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-thabet38-latest-link-analysis__title {
    font-size: 1.8em;
  }

  .page-blog-thabet38-latest-link-analysis__subtitle {
    font-size: 1.4em;
  }

  .page-blog-thabet38-latest-link-analysis__section {
    padding: 40px 15px;
  }

  .page-blog-thabet38-latest-link-analysis__hero-content {
    padding: 0 15px;
  }

  .page-blog-thabet38-latest-link-analysis__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-thabet38-latest-link-analysis__btn {
    width: 100% !important;
    padding: 15px 20px;
  }

  .page-blog-thabet38-latest-link-analysis__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-thabet38-latest-link-analysis__image--right,
  .page-blog-thabet38-latest-link-analysis__image--left {
    float: none;
    margin: 20px auto;
    max-width: 100%;
  }

  .page-blog-thabet38-latest-link-analysis__container,
  .page-blog-thabet38-latest-link-analysis__cta-buttons,
  .page-blog-thabet38-latest-link-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-thabet38-latest-link-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-thabet38-latest-link-analysis__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-thabet38-latest-link-analysis__hero-section {
    padding-top: 10px !important;
  }
}