/* style/resources-go88-tai-xiu-strategy.css */

/* Base Styles */
.page-resources-go88-tai-xiu-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-go88-tai-xiu-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-go88-tai-xiu-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-go88-tai-xiu-strategy__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #cccccc;
}

.page-resources-go88-tai-xiu-strategy__btn-primary,
.page-resources-go88-tai-xiu-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-go88-tai-xiu-strategy__btn-primary {
  background-color: #FFD700; /* Gold */
  color: #004080; /* Dark blue text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-go88-tai-xiu-strategy__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-go88-tai-xiu-strategy__btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-go88-tai-xiu-strategy__btn-secondary:hover {
  background-color: #FFD700;
  color: #004080;
}

.page-resources-go88-tai-xiu-strategy__inline-link {
  color: #FFD700; /* Gold for inline links */
  text-decoration: underline;
}

.page-resources-go88-tai-xiu-strategy__inline-link:hover {
  color: #e6c200;
}

/* Hero Section */
.page-resources-go88-tai-xiu-strategy__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, #004080, #001f40);
  color: #ffffff;
  text-align: center;
}

.page-resources-go88-tai-xiu-strategy__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-go88-tai-xiu-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold title */
  line-height: 1.2;
}

.page-resources-go88-tai-xiu-strategy__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-go88-tai-xiu-strategy__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-go88-tai-xiu-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.page-resources-go88-tai-xiu-strategy__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Content Sections */
.page-resources-go88-tai-xiu-strategy__content-section {
  padding: 60px 0;
}

.page-resources-go88-tai-xiu-strategy__dark-bg {
  background-color: #004080;
  color: #ffffff;
}