.page-blog-188bey-app-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-188bey-app-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-188bey-app-features__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

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

.page-blog-188bey-app-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-blog-188bey-app-features__hero-content {
  padding: 20px 15px;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, rgba(8, 22, 15, 1) 100%);
  width: 100%;
  max-width: 800px;
  margin-top: -80px; /* Overlap slightly for visual effect, but text is below image in DOM */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.page-blog-188bey-app-features__main-title {
  font-size: clamp(2em, 5vw, 2.8em);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-188bey-app-features__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-188bey-app-features__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-188bey-app-features__intro-section,
.page-blog-188bey-app-features__features-section,
.page-blog-188bey-app-features__guide-section,
.page-blog-188bey-app-features__promotions-section,
.page-blog-188bey-app-features__comparison-section,
.page-blog-188bey-app-features__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-188bey-app-features__benefits-section,
.page-blog-188bey-app-features__cta-download,
.page-blog-188bey-app-features__management-section,
.page-blog-188bey-app-features__support-section,
.page-blog-188bey-app-features__faq-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
}

.page-blog-188bey-app-features__text-block {
  font-size: 1em;
  margin-bottom: 1.5em;
  color: #F2FFF6; /* Text Main */
  text-align: justify;
}

.page-blog-188bey-app-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-188bey-app-features__card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__card:hover {
  transform: translateY(-5px);
}

.page-blog-188bey-app-features__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-188bey-app-features__card-title {
  font-size: 1.4em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-188bey-app-features__card-text {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-188bey-app-features__feature-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-188bey-app-features__feature-item:last-child {
  margin-bottom: 0;
}

.page-blog-188bey-app-features__feature-item--reverse {
  flex-direction: row-reverse;
}

.page-blog-188bey-app-features__feature-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  min-width: 250px;
}

.page-blog-188bey-app-features__feature-content {
  flex: 1;
  max-width: 50%;
}

.page-blog-188bey-app-features__feature-title {
  font-size: 1.8em;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
}

.page-blog-188bey-app-features__feature-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-188bey-app-features__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-188bey-app-features__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-188bey-app-features__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-188bey-app-features__btn-secondary:hover {
  background-color: #57E38D; /* Glow */
  color: #08160F; /* Background */
  transform: translateY(-2px);
}

.page-blog-188bey-app-features__cta-download {
  text-align: center;
  padding: 80px 0;
}

.page-blog-188bey-app-features__btn-download {
  margin-top: 30px;
  font-size: 1.2em;
  padding: 16px 40px;
}

.page-blog-188bey-app-features__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-188bey-app-features__step-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__step-item:last-child {
  margin-bottom: 0;
}

.page-blog-188bey-app-features__step-title {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-188bey-app-features__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-188bey-app-features__list-item {
  background-color: #0A4B2C; /* Deep Green */
  border-left: 5px solid #57E38D; /* Glow */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__list-title {
  font-size: 1.2em;
  color: #F2C14E; /* Gold */
  margin-bottom: 5px;
}

.page-blog-188bey-app-features__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.page-blog-188bey-app-features__promo-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-188bey-app-features__promo-title {
  font-size: 1.3em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-188bey-app-features__cta-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-188bey-app-features__support-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-188bey-app-features__support-list .page-blog-188bey-app-features__list-item {
  background-color: #0A4B2C; /* Deep Green */
  border-left: 5px solid #57E38D; /* Glow */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-188bey-app-features__comparison-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__comparison-card .page-blog-188bey-app-features__card-title {
  color: #F2C14E; /* Gold */
}

.page-blog-188bey-app-features__comparison-card .page-blog-188bey-app-features__list-item {
  background-color: transparent;
  border-left: none;
  padding: 5px 0;
  margin-bottom: 8px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-188bey-app-features__comparison-card .page-blog-188bey-app-features__list-item::before {
  content: '✔';
  color: #57E38D; /* Glow */
  margin-right: 10px;
  font-weight: bold;
}

.page-blog-188bey-app-features__faq-list {
  margin-top: 40px;
}

.page-blog-188bey-app-features__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-188bey-app-features__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-blog-188bey-app-features__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-188bey-app-features__faq-item summary:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-188bey-app-features__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-188bey-app-features__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-188bey-app-features__feature-item {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-188bey-app-features__feature-item--reverse {
    flex-direction: column;
  }

  .page-blog-188bey-app-features__feature-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .page-blog-188bey-app-features__feature-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-188bey-app-features__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-188bey-app-features__section-title {
    font-size: 1.8em;
  }

  .page-blog-188bey-app-features__hero-content {
    margin-top: -60px;
  }

  .page-blog-188bey-app-features__intro-section,
  .page-blog-188bey-app-features__features-section,
  .page-blog-188bey-app-features__guide-section,
  .page-blog-188bey-app-features__promotions-section,
  .page-blog-188bey-app-features__comparison-section,
  .page-blog-188bey-app-features__conclusion-section,
  .page-blog-188bey-app-features__benefits-section,
  .page-blog-188bey-app-features__cta-download,
  .page-blog-188bey-app-features__management-section,
  .page-blog-188bey-app-features__support-section,
  .page-blog-188bey-app-features__faq-section {
    padding: 40px 0;
  }

  .page-blog-188bey-app-features__container {
    padding: 0 20px;
  }

  .page-blog-188bey-app-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-188bey-app-features__section,
  .page-blog-188bey-app-features__card,
  .page-blog-188bey-app-features__container,
  .page-blog-188bey-app-features__hero-section,
  .page-blog-188bey-app-features__intro-section,
  .page-blog-188bey-app-features__benefits-section,
  .page-blog-188bey-app-features__features-section,
  .page-blog-188bey-app-features__cta-download,
  .page-blog-188bey-app-features__guide-section,
  .page-blog-188bey-app-features__management-section,
  .page-blog-188bey-app-features__promotions-section,
  .page-blog-188bey-app-features__support-section,
  .page-blog-188bey-app-features__comparison-section,
  .page-blog-188bey-app-features__faq-section,
  .page-blog-188bey-app-features__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-188bey-app-features__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-188bey-app-features__btn-primary,
  .page-blog-188bey-app-features__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-188bey-app-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}