.page-news__hero-section {
  padding-top: 10px; /* Small top padding as body handles --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #08162B 0%, #10233F 100%);
  color: #F3F8FF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-news__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-news__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
  transition: filter 0.3s ease;
}

.page-news__hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 900px;
  margin-top: -150px; /* Overlap slightly for visual effect, content above image */
  background: rgba(16, 35, 63, 0.85); /* Card BG with transparency */
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border: 1px solid #244D84;
}

.page-news__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2C14E; /* Gold */
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-news__hero-description {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #AFC4E8;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-news__section {
  padding: 80px 0;
}

.page-news__light-bg {
  background-color: #F3F8FF; /* Text Main as light background */
  color: #08162B; /* Deep Navy as dark text */
}

.page-news__dark-section {
  background-color: #10233F; /* Card BG as dark background */
  color: #F3F8FF; /* Text Main as light text */
}

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

.page-news__section-title {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
}

.page-news__latest-updates .page-news__section-title,
.page-news__guides-section .page-news__section-title {
  color: #113B7A;
}

.page-news__promotions-section .page-news__section-title,
.page-news__faq-section .page-news__section-title {
  color: #F2C14E;
}

.page-news__section-description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7;
  color: inherit;
}

.page-news__latest-updates .page-news__section-description,
.page-news__guides-section .page-news__section-description {
  color: #333333;
}

.page-news__promotions-section .page-news__section-description,
.page-news__faq-section .page-news__section-description {
  color: #AFC4E8;
}

.page-news__articles-grid,
.page-news__promotions-grid,
.page-news__guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-news__article-card,
.page-news__promotion-card,
.page-news__guide-card {
  background-color: #10233F; /* Card BG */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #244D84;
  color: #F3F8FF;
  display: flex;
  flex-direction: column;
}

.page-news__article-card:hover,
.page-news__promotion-card:hover,
.page-news__guide-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-news__article-thumbnail {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.page-news__article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-news__article-content,
.page-news__promotion-card,
.page-news__guide-card {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page-news__article-title,
.page-news__promotion-title,
.page-news__guide-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-news__article-title a,
.page-news__guide-title a {
  color: #F2C14E; /* Gold */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-news__article-title a:hover,
.page-news__guide-title a:hover {
  color: #4FA8FF; /* Glow */
}

.page-news__promotion-title {
  color: #F2C14E; /* Gold */
}

.page-news__article-meta {
  font-size: 14px;
  color: #AFC4E8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-news__article-summary,
.page-news__promotion-detail,
.page-news__guide-summary {
  font-size: 16px;
  line-height: 1.6;
  color: #AFC4E8;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-news__read-more-btn,
.page-news__btn-primary,
.page-news__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-news__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(43, 115, 246, 0.4);
}

.page-news__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 6px 20px rgba(43, 115, 246, 0.6);
}

.page-news__btn-secondary {
  background-color: transparent;
  color: #F2C14E; /* Gold */
  border: 2px solid #F2C14E; /* Gold */
}

.page-news__btn-secondary:hover {
  background-color: #F2C14E;
  color: #10233F; /* Card BG */
}

.page-news__read-more-btn {
  align-self: flex-start;
  background-color: #1D5FD1;
  color: #ffffff;
  padding: 8px 18px;
  font-size: 15px;
  border-radius: 6px;
  margin-top: auto;
}

.page-news__read-more-btn:hover {
  background-color: #2B73F6;
}

.page-news__view-all-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.page-news__promotions-section .page-news__card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #1B3357; /* Divider */
}

.page-news__cta-section {
  background: linear-gradient(90deg, #113B7A 0%, #1D5FD1 100%);
  padding: 100px 0;
  text-align: center;
  color: #F3F8FF;
}

.page-news__cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-news__cta-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #F2C14E;
}

.page-news__cta-description {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  margin-bottom: 40px;
  color: #AFC4E8;
}

.page-news__cta-button {
  margin-top: 20px;
}

.page-news__cta-image-wrapper {
  margin-top: 40px;
  border-radius: 15px;
  overflow: hidden;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-news__cta-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* FAQ Section */
details.page-news__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #244D84; /* Border color */
  overflow: hidden;
  background: #08162B; /* Deep Navy */
  color: #F3F8FF; /* Text Main */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

details.page-news__faq-item summary.page-news__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #F2C14E; /* Gold */
}

details.page-news__faq-item summary.page-news__faq-question::-webkit-details-marker {
  display: none;
}

details.page-news__faq-item summary.page-news__faq-question:hover {
  background: #113B7A; /* Main color */
  color: #F3F8FF;
}

.page-news__faq-qtext {
  flex: 1;
  text-align: left;
}

.page-news__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
  transition: transform 0.3s ease, color 0.3s ease;
}

details.page-news__faq-item[open] summary.page-news__faq-question .page-news__faq-toggle {
  color: #F3F8FF;
  transform: rotate(45deg);
}

details.page-news__faq-item .page-news__faq-answer {
  padding: 0 25px 25px;
  background: #113B7A; /* Main color */
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #AFC4E8; /* Text Secondary */
}

/* General image and container responsive styles */
.page-news img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-news__section,
.page-news__card,
.page-news__container,
.page-news__hero-section,
.page-news__hero-image-wrapper,
.page-news__hero-content-wrapper,
.page-news__articles-grid,
.page-news__promotions-grid,
.page-news__guides-grid,
.page-news__view-all-button-wrapper,
.page-news__cta-content,
.page-news__cta-image-wrapper,
.page-news__faq-list {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
  .page-news__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 40px;
  }

  .page-news__hero-image-wrapper {
    max-height: 300px;
  }

  .page-news__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped on mobile */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio */
    filter: brightness(0.7);
  }

  .page-news__hero-content-wrapper {
    margin-top: -80px; /* Adjust overlap for mobile */
    padding: 25px 20px;
    border-radius: 10px;
  }

  .page-news__main-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }

  .page-news__hero-description {
    font-size: clamp(15px, 3.5vw, 18px);
    margin-bottom: 25px;
  }

  .page-news__section {
    padding: 60px 0;
  }

  .page-news__section-title {
    font-size: clamp(22px, 6vw, 32px);
    margin-bottom: 15px;
  }

  .page-news__section-description {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-news__articles-grid,
  .page-news__promotions-grid,
  .page-news__guides-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-news__article-card,
  .page-news__promotion-card,
  .page-news__guide-card {
    margin: 0 auto;
    width: 100%;
  }

  .page-news__article-thumbnail {
    height: 180px;
  }

  .page-news__article-content,
  .page-news__promotion-card,
  .page-news__guide-card {
    padding: 20px;
  }

  .page-news__article-title,
  .page-news__promotion-title,
  .page-news__guide-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .page-news__article-meta {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .page-news__article-summary,
  .page-news__promotion-detail,
  .page-news__guide-summary {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .page-news__read-more-btn,
  .page-news__btn-primary,
  .page-news__btn-secondary {
    padding: 10px 20px;
    font-size: 15px;
    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-news__view-all-button-wrapper {
    padding: 0 15px;
  }

  .page-news__cta-section {
    padding: 60px 0;
  }

  .page-news__cta-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 15px;
    padding: 0 15px;
  }

  .page-news__cta-description {
    font-size: clamp(15px, 3.5vw, 18px);
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-news__cta-image-wrapper {
    margin-top: 30px;
    border-radius: 10px;
    padding: 0 15px;
  }

  .page-news__faq-list {
    padding: 0 15px;
  }

  details.page-news__faq-item summary.page-news__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }

  .page-news__faq-toggle {
    font-size: 24px;
    width: 24px;
    margin-left: 10px;
  }

  details.page-news__faq-item .page-news__faq-answer {
    padding: 0 20px 20px;
    font-size: 15px;
  }

  /* Ensure all images in content area are responsive */
  .page-news__section img,
  .page-news__article-thumbnail img,
  .page-news__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-news__container,
  .page-news__articles-grid,
  .page-news__promotions-grid,
  .page-news__guides-grid,
  .page-news__faq-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Button containers mobile adaptation */
  .page-news__view-all-button-wrapper,
  .page-news__cta-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-news__cta-section .page-news__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .page-news__cta-button {
    margin-bottom: 0; /* Remove extra margin if stacked */
  }
}