.page-news-platform-update {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-news-platform-update *, .page-news-platform-update *::before, .page-news-platform-update *::after {
  box-sizing: inherit;
}

/* Ensure main content is not hidden by fixed header */
/* body { padding-top: var(--header-offset); } is handled by shared.css */

.page-news-platform-update__hero-video-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small decorative top padding */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #08160F;
}

.page-news-platform-update__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px; /* Max width for video */
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; /* Space between video and content */
}

.page-news-platform-update__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.page-news-platform-update__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: -80px; /* Pull content slightly over video for visual connection */
  background: linear-gradient(0deg, #08160F 0%, rgba(8, 22, 15, 0.8) 50%, rgba(8, 22, 15, 0) 100%); /* Fading background */
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.page-news-platform-update__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-news-platform-update__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-platform-update__section {
  padding: 60px 0;
  background-color: #08160F;
  text-align: center;
}

.page-news-platform-update__dark-section {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-news-platform-update__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-news-platform-update__container--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-news-platform-update__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.page-news-platform-update__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-news-platform-update__text-block {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-news-platform-update__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-news-platform-update__grid-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  border: 1px solid #2E7A4E; /* Border */
}

.page-news-platform-update__item-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-news-platform-update__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  text-align: left;
}

.page-news-platform-update__image-content {
  flex: 1 1 45%;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  border: 2px solid #2E7A4E;
  display: block;
  max-width: 100%; /* Ensure images are responsive */
  height: auto;
}

.page-news-platform-update__image-content--center {
  margin-left: auto;
  margin-right: auto;
}

.page-news-platform-update__text-content {
  flex: 1 1 50%;
}

.page-news-platform-update__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-news-platform-update__cta-buttons--center {
  justify-content: center;
}

.page-news-platform-update__btn-primary,
.page-news-platform-update__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-news-platform-update__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-news-platform-update__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(42, 209, 111, 0.6);
}

.page-news-platform-update__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D;
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.2);
}

.page-news-platform-update__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(87, 227, 141, 0.4);
}

.page-news-platform-update__faq-list {
  margin-top: 40px;
  text-align: left;
}

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

.page-news-platform-update__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  transition: background-color 0.3s ease;
}

.page-news-platform-update__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

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

.page-news-platform-update__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D;
  margin-left: 15px;
}

.page-news-platform-update__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-news-platform-update__faq-item[open] .page-news-platform-update__faq-answer {
  max-height: 500px; /* Adjust as needed */
  transition: max-height 0.5s ease-in;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-news-platform-update {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-news-platform-update__hero-video-section {
    padding-top: 10px !important;
  }

  .page-news-platform-update__hero-content {
    margin-top: -40px; /* Adjust for smaller screens */
    padding-bottom: 40px;
  }

  .page-news-platform-update__main-title {
    font-size: 2em;
  }

  .page-news-platform-update__hero-description {
    font-size: 1em;
  }

  .page-news-platform-update__section {
    padding: 40px 0;
  }

  .page-news-platform-update__container {
    padding: 0 15px;
  }

  .page-news-platform-update__section-title {
    font-size: 1.8em;
  }

  .page-news-platform-update__sub-title {
    font-size: 1.4em;
  }

  .page-news-platform-update__text-block {
    font-size: 0.95em;
  }

  .page-news-platform-update__content-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-news-platform-update__image-text-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-news-platform-update__image-content {
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
  }

  .page-news-platform-update__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-news-platform-update__btn-primary,
  .page-news-platform-update__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-news-platform-update__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-news-platform-update__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-news-platform-update__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-news-platform-update__faq-answer {
    padding: 0 20px 15px;
  }
}