.page-cau-hoi-thuong-gap__hero-section {
  padding-top: 10px; /* Aligns with body padding-top from shared.css */
  padding-bottom: 60px;
  background-color: var(--deep-navy);
  color: var(--text-main);
}

.page-cau-hoi-thuong-gap__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-cau-hoi-thuong-gap__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-cau-hoi-thuong-gap__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main);
  margin-bottom: 20px;
}

.page-cau-hoi-thuong-gap__hero-description {
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-cau-hoi-thuong-gap__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-cau-hoi-thuong-gap__btn-primary,
.page-cau-hoi-thuong-gap__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-cau-hoi-thuong-gap__btn-primary {
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-cau-hoi-thuong-gap__btn-primary:hover {
  background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
  box-shadow: 0 4px 15px rgba(43, 115, 246, 0.4);
}

.page-cau-hoi-thuong-gap__btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--border);
}

.page-cau-hoi-thuong-gap__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--glow);
  color: var(--glow);
}

.page-cau-hoi-thuong-gap__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-cau-hoi-thuong-gap__hero-side-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.page-cau-hoi-thuong-gap__faq-section {
  padding: 60px 0;
  background-color: var(--card-bg);
  color: var(--text-secondary);
}

.page-cau-hoi-thuong-gap__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-cau-hoi-thuong-gap__section-title {
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 20px;
}

.page-cau-hoi-thuong-gap__section-description {
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: var(--text-secondary);
}

.page-cau-hoi-thuong-gap__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-cau-hoi-thuong-gap__faq-item {
  background-color: var(--deep-navy);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.page-cau-hoi-thuong-gap__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.125rem; /* 18px */
  color: var(--text-main);
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-cau-hoi-thuong-gap__faq-question::-webkit-details-marker {
  display: none;
}

.page-cau-hoi-thuong-gap__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow);
  transition: transform 0.3s ease;
}

.page-cau-hoi-thuong-gap__faq-item[open] .page-cau-hoi-thuong-gap__faq-toggle {
  transform: rotate(45deg);
}

.page-cau-hoi-thuong-gap__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

.page-cau-hoi-thuong-gap__faq-answer p {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-cau-hoi-thuong-gap__faq-answer img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
  border-radius: 8px;
}

.page-cau-hoi-thuong-gap__cta-buttons--faq {
  justify-content: center;
  margin-top: 20px;
}

.page-cau-hoi-thuong-gap__explore-section {
  padding: 60px 0;
  background-color: var(--deep-navy);
  color: var(--text-secondary);
}

.page-cau-hoi-thuong-gap__text-center {
  text-align: center;
}

.page-cau-hoi-thuong-gap__explore-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.page-cau-hoi-thuong-gap__explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  background-color: var(--card-bg);
  color: var(--text-main);
  border: 1px solid var(--border);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-cau-hoi-thuong-gap__explore-btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

/* General image responsiveness */
.page-cau-hoi-thuong-gap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure content containers are responsive */
.page-cau-hoi-thuong-gap__section,
.page-cau-hoi-thuong-gap__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-cau-hoi-thuong-gap__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-cau-hoi-thuong-gap__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-cau-hoi-thuong-gap__hero-content,
  .page-cau-hoi-thuong-gap__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-cau-hoi-thuong-gap__main-title {
    font-size: 1.8rem; /* Adjusted for mobile */
    text-align: center;
  }

  .page-cau-hoi-thuong-gap__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-cau-hoi-thuong-gap__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-cau-hoi-thuong-gap__btn-primary,
  .page-cau-hoi-thuong-gap__btn-secondary,
  .page-cau-hoi-thuong-gap a[class*="button"],
  .page-cau-hoi-thuong-gap a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 0.95rem;
  }

  .page-cau-hoi-thuong-gap__faq-section,
  .page-cau-hoi-thuong-gap__explore-section {
    padding: 40px 0;
  }

  .page-cau-hoi-thuong-gap__content-area {
    padding: 0 15px;
  }

  .page-cau-hoi-thuong-gap__section-title {
    font-size: 1.6rem;
  }

  .page-cau-hoi-thuong-gap__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-cau-hoi-thuong-gap__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-cau-hoi-thuong-gap__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-cau-hoi-thuong-gap__explore-links {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-cau-hoi-thuong-gap__explore-btn {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* General image responsiveness */
  .page-cau-hoi-thuong-gap img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure content containers are responsive */
  .page-cau-hoi-thuong-gap__section,
  .page-cau-hoi-thuong-gap__card,
  .page-cau-hoi-thuong-gap__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Color variables from custom palette */
:root {
  --primary-color: #113B7A;
  --secondary-color: #1D5FD1;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --card-bg: #10233F;
  --text-main: #F3F8FF;
  --text-secondary: #AFC4E8;
  --border: #244D84;
  --glow: #4FA8FF;
  --gold: #F2C14E;
  --divider: #1B3357;
  --deep-navy: #08162B;
}

/* Base styles for page content to ensure contrast with body background (var(--card-bg) is dark) */
.page-cau-hoi-thuong-gap {
  color: var(--text-secondary); /* Using light text for dark background */
  background-color: var(--card-bg);
}