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

.page-blog-t4wbet-platform-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles top padding, this is for visual spacing */
  overflow: hidden;
}

.page-blog-t4wbet-platform-features__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-blog-t4wbet-platform-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image to ensure text contrast */
}

.page-blog-t4wbet-platform-features__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-blog-t4wbet-platform-features__hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-t4wbet-platform-features__hero-description {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-t4wbet-platform-features__section {
  padding: 60px 20px;
  text-align: center;
}

.page-blog-t4wbet-platform-features__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-t4wbet-platform-features__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #22C768; /* Auxiliary Color */
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-t4wbet-platform-features__text-block {
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: left;
}

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

.page-blog-t4wbet-platform-features__feature-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-t4wbet-platform-features__feature-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-t4wbet-platform-features__feature-heading {
  font-size: 1.6rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

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

.page-blog-t4wbet-platform-features__promo-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-t4wbet-platform-features__promo-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-t4wbet-platform-features__promo-heading {
  font-size: 1.6rem;
  color: #22C768; /* Auxiliary Color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-t4wbet-platform-features__security-content, 
.page-blog-t4wbet-platform-features__support-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-t4wbet-platform-features__security-content {
  flex-direction: row;
}

.page-blog-t4wbet-platform-features__support-content {
  flex-direction: row-reverse; /* Image on right */
}

.page-blog-t4wbet-platform-features__security-text,
.page-blog-t4wbet-platform-features__support-text {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-blog-t4wbet-platform-features__security-image,
.page-blog-t4wbet-platform-features__support-image {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-t4wbet-platform-features__security-heading {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold */
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-t4wbet-platform-features__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-t4wbet-platform-features__contact-list li {
  margin-bottom: 10px;
}

.page-blog-t4wbet-platform-features__contact-link {
  color: #22C768; /* Auxiliary Color */
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.page-blog-t4wbet-platform-features__contact-link:hover {
  color: #F2C14E; /* Gold */
}

.page-blog-t4wbet-platform-features__faq-list {
  margin-top: 40px;
  text-align: left;
}

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

.page-blog-t4wbet-platform-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-blog-t4wbet-platform-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-t4wbet-platform-features__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #22C768; /* Auxiliary Color */
  transition: transform 0.3s ease;
}

.page-blog-t4wbet-platform-features__faq-item[open] .page-blog-t4wbet-platform-features__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-t4wbet-platform-features__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: left;
}

.page-blog-t4wbet-platform-features__faq-answer p {
  margin-bottom: 0;
}

.page-blog-t4wbet-platform-features__btn-primary,
.page-blog-t4wbet-platform-features__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-t4wbet-platform-features__btn-primary:hover,
.page-blog-t4wbet-platform-features__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-t4wbet-platform-features__btn-secondary {
  display: inline-block;
  background: transparent;
  color: #22C768; /* Auxiliary Color */
  padding: 10px 20px;
  border: 2px solid #22C768; /* Auxiliary Color */
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-t4wbet-platform-features__btn-secondary:hover {
  background-color: #22C768; /* Auxiliary Color */
  color: #ffffff;
}

.page-blog-t4wbet-platform-features__conclusion .page-blog-t4wbet-platform-features__cta-button {
  margin-top: 40px;
}

.page-blog-t4wbet-platform-features__link-text {
  color: #22C768; /* Auxiliary Color */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-t4wbet-platform-features__link-text:hover {
  color: #F2C14E; /* Gold */
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-blog-t4wbet-platform-features__hero-content {
    max-width: 80%;
  }

  .page-blog-t4wbet-platform-features__security-content,
  .page-blog-t4wbet-platform-features__support-content {
    flex-direction: column;
  }

  .page-blog-t4wbet-platform-features__support-content {
    flex-direction: column; /* Revert to column for mobile */
  }

  .page-blog-t4wbet-platform-features__security-image,
  .page-blog-t4wbet-platform-features__support-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-t4wbet-platform-features__hero-content {
    padding: 15px;
    width: 90%;
  }

  .page-blog-t4wbet-platform-features__hero-title {
    font-size: 2rem;
  }

  .page-blog-t4wbet-platform-features__hero-description {
    font-size: 1rem;
  }

  .page-blog-t4wbet-platform-features__section {
    padding: 40px 15px;
  }

  .page-blog-t4wbet-platform-features__section-title {
    font-size: 2rem;
  }

  .page-blog-t4wbet-platform-features__text-block {
    font-size: 0.95rem;
  }

  .page-blog-t4wbet-platform-features__feature-grid,
  .page-blog-t4wbet-platform-features__promo-grid {
    grid-template-columns: 1fr;
  }

  /* Mobile image responsiveness */
  .page-blog-t4wbet-platform-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Mobile video responsiveness - no video in this page, but keeping for reference if added */
  .page-blog-t4wbet-platform-features video,
  .page-blog-t4wbet-platform-features__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-t4wbet-platform-features__video-section,
  .page-blog-t4wbet-platform-features__video-container,
  .page-blog-t4wbet-platform-features__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-t4wbet-platform-features__video-section {
    padding-top: 10px !important;
  }

  /* Mobile button responsiveness */
  .page-blog-t4wbet-platform-features__btn-primary,
  .page-blog-t4wbet-platform-features__btn-secondary,
  .page-blog-t4wbet-platform-features a[class*="button"],
  .page-blog-t4wbet-platform-features a[class*="btn"] {
    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-t4wbet-platform-features__cta-buttons,
  .page-blog-t4wbet-platform-features__button-group,
  .page-blog-t4wbet-platform-features__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-t4wbet-platform-features__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-t4wbet-platform-features__feature-item,
  .page-blog-t4wbet-platform-features__promo-card,
  .page-blog-t4wbet-platform-features__faq-item {
    padding: 20px;
  }

  .page-blog-t4wbet-platform-features__faq-question {
    font-size: 1.1rem;
  }

  .page-blog-t4wbet-platform-features__faq-answer {
    font-size: 0.9rem;
  }
}