.page-blog-188bey-official-website-updates-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #A7D9B8; /* Default text color for dark background */
  background-color: #08160F; /* Overall background */
}

.page-blog-188bey-official-website-updates-advantages__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding */
  text-align: center;
  background-color: #08160F; /* Consistent background */
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-188bey-official-website-updates-advantages__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-188bey-official-website-updates-advantages__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-188bey-official-website-updates-advantages__hero-content {
  max-width: 900px;
  margin: 20px auto 40px auto;
  padding: 0 20px;
  color: #F2FFF6; /* Light text on dark background */
}

.page-blog-188bey-official-website-updates-advantages__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Main text color */
  line-height: 1.2;
}

.page-blog-188bey-official-website-updates-advantages__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-188bey-official-website-updates-advantages__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-188bey-official-website-updates-advantages__btn-primary,
.page-blog-188bey-official-website-updates-advantages__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure button fits on mobile */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
}

.page-blog-188bey-official-website-updates-advantages__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-188bey-official-website-updates-advantages__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-188bey-official-website-updates-advantages__btn-secondary {
  background: transparent;
  color: #F2FFF6;
  border: 2px solid #2E7A4E;
}

.page-blog-188bey-official-website-updates-advantages__btn-secondary:hover {
  background: #2E7A4E;
  color: #ffffff;
}

.page-blog-188bey-official-website-updates-advantages__section {
  padding: 60px 0;
  background-color: #08160F; /* Section background */
}

.page-blog-188bey-official-website-updates-advantages__section:nth-of-type(even) {
  background-color: #0A4B2C; /* Alternate section background for visual separation */
}

.page-blog-188bey-official-website-updates-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-188bey-official-website-updates-advantages__heading {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-188bey-official-website-updates-advantages__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-188bey-official-website-updates-advantages__image-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-188bey-official-website-updates-advantages__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-blog-188bey-official-website-updates-advantages__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-188bey-official-website-updates-advantages__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-188bey-official-website-updates-advantages__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2AD16F; /* Green checkmark */
  font-weight: bold;
}

.page-blog-188bey-official-website-updates-advantages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-188bey-official-website-updates-advantages__card {
  background-color: #11271B; /* Card background */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F2FFF6; /* Text on card */
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-188bey-official-website-updates-advantages__card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F2FFF6; /* Card title color */
}

.page-blog-188bey-official-website-updates-advantages__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block; /* Ensure no extra space below image */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-188bey-official-website-updates-advantages__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Secondary text on card */
}

.page-blog-188bey-official-website-updates-advantages__faq-list {
  margin-top: 30px;
}

.page-blog-188bey-official-website-updates-advantages__faq-item {
  background-color: #11271B; /* FAQ item background */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-188bey-official-website-updates-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6; /* Question text color */
}

.page-blog-188bey-official-website-updates-advantages__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-188bey-official-website-updates-advantages__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2AD16F; /* Toggle icon color */
}

.page-blog-188bey-official-website-updates-advantages__faq-item[open] .page-blog-188bey-official-website-updates-advantages__faq-toggle {
  content: '−';
}

.page-blog-188bey-official-website-updates-advantages__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Answer text color */
}

.page-blog-188bey-official-website-updates-advantages__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-188bey-official-website-updates-advantages__hero-content {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .page-blog-188bey-official-website-updates-advantages__main-title {
    font-size: 2rem;
  }

  .page-blog-188bey-official-website-updates-advantages__hero-description {
    font-size: 1rem;
  }

  .page-blog-188bey-official-website-updates-advantages__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-188bey-official-website-updates-advantages__btn-primary,
  .page-blog-188bey-official-website-updates-advantages__btn-secondary {
    width: 100% !important;
    padding: 10px 15px;
    font-size: 1rem;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-188bey-official-website-updates-advantages__section {
    padding: 40px 0;
  }

  .page-blog-188bey-official-website-updates-advantages__heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-188bey-official-website-updates-advantages__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-188bey-official-website-updates-advantages__list-item {
    font-size: 0.95rem;
  }

  .page-blog-188bey-official-website-updates-advantages__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-188bey-official-website-updates-advantages__card {
    padding: 20px;
  }

  .page-blog-188bey-official-website-updates-advantages__card-title {
    font-size: 1.3rem;
  }

  .page-blog-188bey-official-website-updates-advantages__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  /* Image responsive rules */
  .page-blog-188bey-official-website-updates-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-188bey-official-website-updates-advantages__section,
  .page-blog-188bey-official-website-updates-advantages__card,
  .page-blog-188bey-official-website-updates-advantages__container,
  .page-blog-188bey-official-website-updates-advantages__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }

  .page-blog-188bey-official-website-updates-advantages__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}

/* Contrast Fixes - Ensure these are applied if needed */
.page-blog-188bey-official-website-updates-advantages__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-188bey-official-website-updates-advantages__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}

/* Desktop video container width rule (not strictly video, but general container) */
.page-blog-188bey-official-website-updates-advantages__container {
  width: 100%; /* Explicitly set for desktop */
}