.page-sitemap {
  font-family: Arial, sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-sitemap__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding for header offset */
  padding-bottom: 60px;
  text-align: center;
  background: linear-gradient(rgba(13, 14, 18, 0.8), rgba(13, 14, 18, 0.8)), url('[GALLERY:hero:1920x1080:go789,online casino,sitemap,navigation,vietnam,orange,black]') no-repeat center center/cover;
  position: relative;
  z-index: 1;
}

.page-sitemap__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(23, 25, 31, 0.7); /* Card BG with transparency */
  border-radius: 10px;
  border: 1px solid #A84F0C; /* Border */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-sitemap__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #FFB04D; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-sitemap__description {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-sitemap__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-sitemap__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

.page-sitemap__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-sitemap__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #FF8C1A; /* Primary color */
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-sitemap__content-area {
  text-align: left;
  font-size: 16px;
  color: #FFF3E6;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}

.page-sitemap__content-area p {
  margin-bottom: 20px;
}

.page-sitemap__content-area a {
  color: #FFA53A; /* Auxiliary color for links */
  text-decoration: underline;
}

.page-sitemap__content-area a:hover {
  color: #FFB04D;
}

.page-sitemap__link-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: #D96800; /* Deep Orange */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-sitemap__link-button:hover {
  background: #FF8C1A;
}

.page-sitemap__categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
  text-align: left;
}

.page-sitemap__category-card {
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-sitemap__category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.3);
}

.page-sitemap__card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFB04D; /* Glow */
}

.page-sitemap__card-link {
  color: #FFB04D;
  text-decoration: none;
}

.page-sitemap__card-link:hover {
  text-decoration: underline;
  color: #FFA53A;
}

.page-sitemap__category-card p {
  font-size: 15px;
  color: #FFF3E6;
  line-height: 1.6;
}

.page-sitemap__benefits-section {
  background-color: #17191F; /* Card BG */
  border-top: 1px solid #A84F0C;
  border-bottom: 1px solid #A84F0C;
}

.page-sitemap__benefit-item {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid rgba(168, 79, 12, 0.5);
  border-radius: 8px;
  background: rgba(255, 140, 26, 0.05);
}

.page-sitemap__benefit-item:last-child {
  margin-bottom: 0;
}

.page-sitemap__benefit-heading {
  font-size: 22px;
  color: #FFA53A; /* Auxiliary color */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-sitemap__benefit-item p {
  color: #FFF3E6;
  font-size: 16px;
}

.page-sitemap__faq-section {
  padding-bottom: 80px;
}

.page-sitemap__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-sitemap__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #A84F0C; /* Border */
  overflow: hidden;
  background: #17191F; /* Card BG */
}

details.page-sitemap__faq-item summary.page-sitemap__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

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

details.page-sitemap__faq-item summary.page-sitemap__faq-question:hover {
  background: rgba(255, 140, 26, 0.1);
}

.page-sitemap__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFB04D; /* Glow */
}

.page-sitemap__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFA53A; /* Auxiliary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-sitemap__faq-item .page-sitemap__faq-answer {
  padding: 0 20px 20px;
  background: rgba(255, 140, 26, 0.03);
  border-radius: 0 0 5px 5px;
  color: #FFF3E6;
  font-size: 15px;
}

.page-sitemap__cta-section {
  background-color: #0D0E12; /* Background */
  padding: 80px 20px;
}

.page-sitemap__cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}

.page-sitemap__cta-content .page-sitemap__section-title {
  color: #FFB04D; /* Glow */
  margin-bottom: 25px;
}

.page-sitemap__cta-content p {
  font-size: 17px;
  margin-bottom: 35px;
  color: #FFF3E6;
}

.page-sitemap__cta-button--primary {
  margin-right: 15px;
}

.page-sitemap__cta-button--secondary {
  background: #D96800; /* Deep Orange */
  color: #ffffff;
}

.page-sitemap__cta-button--secondary:hover {
  background: #FF8C1A;
  box-shadow: 0 5px 15px rgba(255, 140, 26, 0.4);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-sitemap__categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-sitemap__hero-content {
    padding: 30px 15px;
  }
  .page-sitemap__main-title {
    font-size: clamp(26px, 3.5vw, 42px);
  }
  .page-sitemap__description {
    font-size: 17px;
  }
  .page-sitemap__section-title {
    font-size: clamp(22px, 2.5vw, 32px);
  }
}

@media (max-width: 768px) {
  .page-sitemap__hero-section {
    padding-bottom: 40px;
  }
  .page-sitemap__hero-content {
    padding: 25px 15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .page-sitemap__main-title {
    font-size: clamp(24px, 7vw, 36px);
    margin-bottom: 15px;
  }
  .page-sitemap__description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .page-sitemap__cta-button {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-sitemap__cta-button--primary {
    margin-bottom: 15px;
  }
  .page-sitemap__section {
    padding: 40px 15px;
  }
  .page-sitemap__section-title {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 30px;
  }
  .page-sitemap__content-area {
    font-size: 15px;
    padding: 0 5px;
  }
  .page-sitemap__categories-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .page-sitemap__category-card {
    padding: 20px;
  }
  .page-sitemap__card-title {
    font-size: 18px;
  }
  .page-sitemap__category-card p {
    font-size: 14px;
  }
  .page-sitemap__benefit-heading {
    font-size: 20px;
  }
  .page-sitemap__benefit-item p {
    font-size: 15px;
  }
  details.page-sitemap__faq-item summary.page-sitemap__faq-question {
    padding: 15px;
  }
  .page-sitemap__faq-qtext {
    font-size: 15px;
  }
  .page-sitemap__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-sitemap__faq-item .page-sitemap__faq-answer {
    padding: 0 15px 15px;
    font-size: 14px;
  }
  .page-sitemap__cta-content {
    padding: 30px 20px;
  }
  .page-sitemap__cta-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  /* Mobile image adaptation */
  .page-sitemap img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-sitemap__section,
  .page-sitemap__container,
  .page-sitemap__hero-section,
  .page-sitemap__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-sitemap__cta-buttons,
  .page-sitemap__button-group,
  .page-sitemap__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column !important;
    gap: 15px; /* Adjust gap for vertical buttons */
  }
  .page-sitemap__hero-section .page-sitemap__hero-content {
    background: rgba(23, 25, 31, 0.9); /* Slightly less transparent on mobile */
  }
}

@media (max-width: 849px) {
  .page-sitemap__hero-section {
    background-size: contain; /* Ensure hero image is not cropped */
    background-position: center top; /* Position at top to avoid covering content */
  }
  .page-sitemap__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 14, 18, 0.7); /* Dark overlay to ensure text readability */
    z-index: 0;
  }
  .page-sitemap__hero-content {
    position: relative;
    z-index: 1;
  }
}