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

.page-blog-aw8-app-features-detailed__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-aw8-app-features-detailed__dark-section {
  background-color: #11271B; /* Card B G */
  padding: 60px 0;
}

.page-blog-aw8-app-features-detailed__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small decorative padding-top */
  padding-bottom: 60px;
  background-color: #08160F;
}

.page-blog-aw8-app-features-detailed__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-aw8-app-features-detailed__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-aw8-app-features-detailed__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-aw8-app-features-detailed__hero-title {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-aw8-app-features-detailed__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.page-blog-aw8-app-features-detailed__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-aw8-app-features-detailed__btn-primary,
.page-blog-aw8-app-features-detailed__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-aw8-app-features-detailed__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-aw8-app-features-detailed__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-aw8-app-features-detailed__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-aw8-app-features-detailed__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with opacity */
  transform: translateY(-2px);
}

.page-blog-aw8-app-features-detailed__section-title {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-aw8-app-features-detailed__text-block {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.05rem;
  margin-bottom: 30px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-aw8-app-features-detailed__intro-section {
  padding: 60px 0;
}

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

.page-blog-aw8-app-features-detailed__card {
  background-color: #11271B; /* Card B G */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main */
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.page-blog-aw8-app-features-detailed__card-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-aw8-app-features-detailed__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-aw8-app-features-detailed__feature-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.page-blog-aw8-app-features-detailed__list-icon {
  color: #57E38D; /* Glow */
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-aw8-app-features-detailed__features-section {
  padding: 80px 0;
  background-color: #08160F;
}

.page-blog-aw8-app-features-detailed__feature-item {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.page-blog-aw8-app-features-detailed__feature-item:last-child {
  margin-bottom: 0;
}

.page-blog-aw8-app-features-detailed__feature-item--reverse {
  flex-direction: row-reverse;
}

.page-blog-aw8-app-features-detailed__feature-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-aw8-app-features-detailed__feature-heading {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-aw8-app-features-detailed__feature-content p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
}

.page-blog-aw8-app-features-detailed__feature-image-wrapper {
  flex: 1;
  min-width: 400px;
}

.page-blog-aw8-app-features-detailed__feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-aw8-app-features-detailed__download-section {
  padding: 80px 0;
}

.page-blog-aw8-app-features-detailed__download-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-aw8-app-features-detailed__download-card p,
.page-blog-aw8-app-features-detailed__download-card li {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-aw8-app-features-detailed__step-list {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-aw8-app-features-detailed__step-list li {
  margin-bottom: 10px;
}

.page-blog-aw8-app-features-detailed__link {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-aw8-app-features-detailed__link:hover {
  text-decoration: underline;
}

.page-blog-aw8-app-features-detailed__image-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-aw8-app-features-detailed__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-aw8-app-features-detailed__security-support-section {
  padding: 80px 0;
  background-color: #08160F;
}

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

.page-blog-aw8-app-features-detailed__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-aw8-app-features-detailed__info-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.page-blog-aw8-app-features-detailed__promotions-section {
  padding: 80px 0;
}

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

.page-blog-aw8-app-features-detailed__conclusion-section {
  padding: 80px 0;
  background-color: #08160F;
  text-align: center;
}

.page-blog-aw8-app-features-detailed__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-aw8-app-features-detailed__faq-section {
  padding: 80px 0;
}

.page-blog-aw8-app-features-detailed__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-blog-aw8-app-features-detailed__faq-item {
  background-color: #11271B; /* Card B G */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-aw8-app-features-detailed__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green for summary background */
}

.page-blog-aw8-app-features-detailed__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-aw8-app-features-detailed__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-aw8-app-features-detailed__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-aw8-app-features-detailed__faq-answer {
  padding: 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #1E3A2A; /* Divider */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-aw8-app-features-detailed__container {
    padding: 0 15px;
  }

  .page-blog-aw8-app-features-detailed__hero-section,
  .page-blog-aw8-app-features-detailed__intro-section,
  .page-blog-aw8-app-features-detailed__features-section,
  .page-blog-aw8-app-features-detailed__download-section,
  .page-blog-aw8-app-features-detailed__security-support-section,
  .page-blog-aw8-app-features-detailed__promotions-section,
  .page-blog-aw8-app-features-detailed__conclusion-section,
  .page-blog-aw8-app-features-detailed__faq-section {
    padding: 40px 0;
  }

  .page-blog-aw8-app-features-detailed__hero-title {
    font-size: 2rem; /* Adjusted for mobile */
  }
}