.page-news-platform-updates {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: var(--dark-bg); /* Body background is dark, main content sections will adapt */
}

.page-news-platform-updates__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-news-platform-updates__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--dark-bg);
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-news-platform-updates__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}

.page-news-platform-updates__hero-section .page-news-platform-updates__container {
  position: relative;
  z-index: 1;
}

.page-news-platform-updates__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-news-platform-updates__intro-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-platform-updates__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-news-platform-updates__btn-primary,
.page-news-platform-updates__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-news-platform-updates__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-news-platform-updates__btn-primary:hover {
  background-color: #1a7fb2;
  border-color: #1a7fb2;
}

.page-news-platform-updates__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-news-platform-updates__btn-secondary:hover {
  background-color: #e0f2f7;
}

.page-news-platform-updates__content-area {
  padding: 60px 0;
  background-color: #ffffff; /* Light background for main content */
  color: #333333;
}

.page-news-platform-updates__dark-section {
  padding: 60px 0;
  background-color: #26A9E0; /* Brand color as background */
  color: #ffffff;
}

.page-news-platform-updates__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 50px;
  color: inherit; /* Inherits from parent section */
}

.page-news-platform-updates__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-news-platform-updates__feature-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #333333;
}

.page-news-platform-updates__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-news-platform-updates__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-news-platform-updates__feature-description {
  font-size: 1em;
  line-height: 1.7;
}

.page-news-platform-updates__security-section {
  background-color: var(--dark-bg); /* Dark background from shared.css */
  color: #ffffff;
}

.page-news-platform-updates__security-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-news-platform-updates__security-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.page-news-platform-updates__security-text {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.page-news-platform-updates__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-news-platform-updates__security-text p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-news-platform-updates__mobile-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap-reverse; /* Image on right for desktop */
}

.page-news-platform-updates__mobile-text {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.page-news-platform-updates__mobile-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.page-news-platform-updates__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8; /* Light background for FAQ */
  color: #333333;
}

.page-news-platform-updates__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-news-platform-updates__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-news-platform-updates__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #333333;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.page-news-platform-updates__faq-question::-webkit-details-marker {
  display: none;
}

.page-news-platform-updates__faq-item summary {
  list-style: none;
}

.page-news-platform-updates__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-news-platform-updates__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-news-platform-updates__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-news-platform-updates__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-platform-updates__main-title {
    font-size: 2.8em;
  }
  .page-news-platform-updates__section-title {
    font-size: 2em;
  }
  .page-news-platform-updates__security-image,
  .page-news-platform-updates__security-text,
  .page-news-platform-updates__mobile-image,
  .page-news-platform-updates__mobile-text {
    max-width: 100%;
    flex: none;
  }
  .page-news-platform-updates__security-content,
  .page-news-platform-updates__mobile-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-news-platform-updates__hero-section {
    min-height: 400px;
    padding: 60px 0;
  }
  .page-news-platform-updates__main-title {
    font-size: 2.2em;
  }
  .page-news-platform-updates__intro-text {
    font-size: 1em;
  }
  .page-news-platform-updates__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-platform-updates__btn-primary,
  .page-news-platform-updates__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-news-platform-updates__content-area,
  .page-news-platform-updates__dark-section,
  .page-news-platform-updates__faq-section,
  .page-news-platform-updates__cta-section {
    padding: 40px 0;
  }
  .page-news-platform-updates__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-news-platform-updates__feature-card {
    padding: 20px;
  }
  .page-news-platform-updates__feature-image {
    height: 200px;
  }
  .page-news-platform-updates__sub-title {
    font-size: 1.5em;
  }
  .page-news-platform-updates__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-news-platform-updates__faq-answer {
    padding: 0 20px 15px;
  }

  /* Mobile image, video, container responsive */
  .page-news-platform-updates img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-platform-updates__section,
  .page-news-platform-updates__card,
  .page-news-platform-updates__container,
  .page-news-platform-updates__cta-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-news-platform-updates__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset is applied */
  }
}

@media (max-width: 480px) {
  .page-news-platform-updates__main-title {
    font-size: 1.8em;
  }
  .page-news-platform-updates__section-title {
    font-size: 1.5em;
  }
  .page-news-platform-updates__hero-section {
    min-height: 300px;
  }
  .page-news-platform-updates__feature-card {
    padding: 15px;
  }
}