.page-blog-777king99-app-ios-features-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #f8f8f8; /* A very light background to contrast with #333333 */
}

.page-blog-777king99-app-ios-features-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-777king99-app-ios-features-analysis__hero-section {
  display: flex;
  flex-direction: column; /* Stacks image wrapper and content vertically */
  align-items: center;
  text-align: center;
  background-color: #08160F; /* Dark background for the whole section */
  padding-top: 20px; /* Small top padding */
  padding-bottom: 40px; /* Some bottom padding */
}

.page-blog-777king99-app-ios-features-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width for larger screens */
  margin-bottom: 30px; /* Space between image and text content */
}

.page-blog-777king99-app-ios-features-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px; /* Slightly rounded corners for aesthetics */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-777king99-app-ios-features-analysis__hero-content {
  max-width: 900px; /* Max width for text content */
  padding: 0 15px; /* Padding for text content */
  color: #F2FFF6; /* Main text color for hero */
}

.page-blog-777king99-app-ios-features-analysis__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2FFF6; /* Main text color */
}

.page-blog-777king99-app-ios-features-analysis__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-777king99-app-ios-features-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-777king99-app-ios-features-analysis__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-777king99-app-ios-features-analysis__btn-primary,
.page-blog-777king99-app-ios-features-analysis__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;
  max-width: 100%; /* Ensure buttons don't overflow */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
  text-align: center;
}

.page-blog-777king99-app-ios-features-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-777king99-app-ios-features-analysis__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-777king99-app-ios-features-analysis__btn-secondary {
  background-color: transparent;
  color: #F2FFF6; /* Text Main for secondary button in dark section */
  border: 2px solid #2AD16F;
}

.page-blog-777king99-app-ios-features-analysis__btn-secondary:hover {
  background-color: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

/* General Section Styling */
.page-blog-777king99-app-ios-features-analysis__content-section,
.page-blog-777king99-app-ios-features-analysis__experience-section,
.page-blog-777king99-app-ios-features-analysis__download-section,
.page-blog-777king99-app-ios-features-analysis__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8; /* Light background */
  color: #333333; /* Dark text */
}

.page-blog-777king99-app-ios-features-analysis__features-section,
.page-blog-777king99-app-ios-features-analysis__promotions-section {
  padding: 60px 0;
  background-color: #08160F; /* Dark background */
  color: #F2FFF6; /* Light text */
}

.page-blog-777king99-app-ios-features-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #11A84E; /* Brand primary color for titles */
}
.page-blog-777king99-app-ios-features-analysis__features-section .page-blog-777king99-app-ios-features-analysis__section-title,
.page-blog-777king99-app-ios-features-analysis__promotions-section .page-blog-777king99-app-ios-features-analysis__section-title {
  color: #F2FFF6; /* Light text for titles in dark sections */
}

.page-blog-777king99-app-ios-features-analysis__text-block {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333333;
}
.page-blog-777king99-app-ios-features-analysis__features-section .page-blog-777king99-app-ios-features-analysis__text-block,
.page-blog-777king99-app-ios-features-analysis__promotions-section .page-blog-777king99-app-ios-features-analysis__text-block {
  color: #A7D9B8; /* Secondary text color for dark sections */
}


/* Feature Grid */
.page-blog-777king99-app-ios-features-analysis__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-777king99-app-ios-features-analysis__feature-card {
  background-color: #11271B; /* Card BG color for dark section */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Main text color for card */
}

.page-blog-777king99-app-ios-features-analysis__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-777king99-app-ios-features-analysis__feature-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px; /* Soften edges */
}

.page-blog-777king99-app-ios-features-analysis__feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #57E38D; /* Glow color for feature titles */
}

.page-blog-777king99-app-ios-features-analysis__feature-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Secondary text color */
}

/* Security Section */
.page-blog-777king99-app-ios-features-analysis__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-777king99-app-ios-features-analysis__security-item {
  background-color: #ffffff; /* White background for security cards */
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333; /* Dark text for light cards */
}

.page-blog-777king99-app-ios-features-analysis__security-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-777king99-app-ios-features-analysis__security-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.page-blog-777king99-app-ios-features-analysis__security-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #11A84E; /* Primary color for security titles */
}

.page-blog-777king99-app-ios-features-analysis__security-description {
  font-size: 0.9rem;
  color: #555555;
}

/* Download Steps */
.page-blog-777king99-app-ios-features-analysis__download-steps {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-777king99-app-ios-features-analysis__step-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-777king99-app-ios-features-analysis__step-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #22C768; /* Auxiliary color for step titles */
}

.page-blog-777king99-app-ios-features-analysis__step-item p {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-777king99-app-ios-features-analysis__image-centered {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-777king99-app-ios-features-analysis__image-full-width {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}


/* Promotions Section */
.page-blog-777king99-app-ios-features-analysis__promotion-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-blog-777king99-app-ios-features-analysis__promotion-item {
  background-color: #11271B; /* Card BG for dark section */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #F2FFF6;
}

.page-blog-777king99-app-ios-features-analysis__promotion-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #57E38D; /* Glow color */
}

.page-blog-777king99-app-ios-features-analysis__promotion-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Secondary text color */
}

/* FAQ Section */
.page-blog-777king99-app-ios-features-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-777king99-app-ios-features-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-777king99-app-ios-features-analysis__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  color: #333333;
  list-style: none; /* Remove default marker */
}

.page-blog-777king99-app-ios-features-analysis__faq-item summary::-webkit-details-marker {
  display: none; /* Remove default marker for Webkit browsers */
}

.page-blog-777king99-app-ios-features-analysis__faq-qtext {
  flex-grow: 1;
  color: #11A84E; /* Primary color for FAQ questions */
}

.page-blog-777king99-app-ios-features-analysis__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  width: 30px;
  text-align: center;
  color: #22C768; /* Auxiliary color for toggle */
  transition: transform 0.3s ease;
}

.page-blog-777king99-app-ios-features-analysis__faq-item[open] .page-blog-777king99-app-ios-features-analysis__faq-toggle {
  transform: rotate(45deg); /* Rotate to form 'x' or '-' */
}

.page-blog-777king99-app-ios-features-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-777king99-app-ios-features-analysis__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-777king99-app-ios-features-analysis__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-777king99-app-ios-features-analysis__hero-section {
    padding-top: 10px; /* Small top padding for hero on mobile */
    padding-bottom: 20px;
  }

  .page-blog-777king99-app-ios-features-analysis__hero-image-wrapper {
    margin-bottom: 20px; /* Adjust spacing */
  }

  .page-blog-777king99-app-ios-features-analysis__hero-content {
    padding: 0 15px;
  }

  .page-blog-777king99-app-ios-features-analysis__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 10px;
  }

  .page-blog-777king99-app-ios-features-analysis__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    margin-bottom: 20px;
  }

  .page-blog-777king99-app-ios-features-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-777king99-app-ios-features-analysis__btn-primary,
  .page-blog-777king99-app-ios-features-analysis__btn-secondary {
    padding: 12px 20px;
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-777king99-app-ios-features-analysis__content-section,
  .page-blog-777king99-app-ios-features-analysis__features-section,
  .page-blog-777king99-app-ios-features-analysis__experience-section,
  .page-blog-777king99-app-ios-features-analysis__security-section,
  .page-blog-777king99-app-ios-features-analysis__download-section,
  .page-blog-777king99-app-ios-features-analysis__promotions-section,
  .page-blog-777king99-app-ios-features-analysis__faq-section {
    padding: 30px 0;
  }

  .page-blog-777king99-app-ios-features-analysis__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-777king99-app-ios-features-analysis__feature-grid,
  .page-blog-777king99-app-ios-features-analysis__security-grid,
  .page-blog-777king99-app-ios-features-analysis__promotion-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-777king99-app-ios-features-analysis__feature-card,
  .page-blog-777king99-app-ios-features-analysis__security-item,
  .page-blog-777king99-app-ios-features-analysis__step-item,
  .page-blog-777king99-app-ios-features-analysis__promotion-item,
  .page-blog-777king99-app-ios-features-analysis__faq-item {
    padding: 20px;
  }

  /* Mobile image responsiveness */
  .page-blog-777king99-app-ios-features-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-777king99-app-ios-features-analysis__section,
  .page-blog-777king99-app-ios-features-analysis__card,
  .page-blog-777king99-app-ios-features-analysis__container,
  .page-blog-777king99-app-ios-features-analysis__feature-grid,
  .page-blog-777king99-app-ios-features-analysis__security-grid,
  .page-blog-777king99-app-ios-features-analysis__promotion-list,
  .page-blog-777king99-app-ios-features-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}