.page-game-guides-mahjong-techniques__hero-section {
  background-color: #1A2B5B; /* Deep Ocean Blue */
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #1A2B5B 0%, #3a4c7e 100%);
}

.page-game-guides-mahjong-techniques__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><pattern id="mahjong-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="%23FFD700" opacity="0.1"/></pattern><rect x="0" y="0" width="100%" height="100%" fill="url(%23mahjong-pattern)"/></svg>');
  opacity: 0.2;
  z-index: 0;
}

.page-game-guides-mahjong-techniques__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-game-guides-mahjong-techniques__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFD700; /* Gold */
}

.page-game-guides-mahjong-techniques__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-game-guides-mahjong-techniques__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #1A2B5B; /* Deep Ocean Blue */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-game-guides-mahjong-techniques__cta-button:hover {
  background-color: #e5c100; /* Darker Gold */
  transform: translateY(-3px);
}

.page-game-guides-mahjong-techniques__content-section {
  padding: 60px 0;
  background-color: #f8f8f8;
  color: #333333;
}

.page-game-guides-mahjong-techniques__section-title {
  font-size: 2.5em;
  color: #1A2B5B; /* Deep Ocean Blue */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-game-guides-mahjong-techniques__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-game-guides-mahjong-techniques__sub-section-title {
  font-size: 1.8em;
  color: #1A2B5B; /* Deep Ocean Blue */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-guides-mahjong-techniques__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444444;
}

.page-game-guides-mahjong-techniques__highlight {
  color: #1A2B5B;
  font-weight: 600;
}

.page-game-guides-mahjong-techniques__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #444444;
}

.page-game-guides-mahjong-techniques__list li {
  margin-bottom: 10px;
}

.page-game-guides-mahjong-techniques__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-game-guides-mahjong-techniques__image:hover {
  transform: translateY(-5px);
}

.page-game-guides-mahjong-techniques__image--full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.page-game-guides-mahjong-techniques__faq {
  margin-top: 40px;
}

.page-game-guides-mahjong-techniques__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-game-guides-mahjong-techniques__faq-question {
  font-size: 1.3em;
  color: #1A2B5B; /* Deep Ocean Blue */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-game-guides-mahjong-techniques__faq-answer {
  font-size: 1.05em;
  line-height: 1.7;
  color: #555555;
}

.page-game-guides-mahjong-techniques__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-game-guides-mahjong-techniques__inline-link {
  color: #1A2B5B;
  text-decoration: underline;
  font-weight: 500;
}

.page-game-guides-mahjong-techniques__inline-link:hover {
  color: #FFD700;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-mahjong-techniques__hero-title {
    font-size: 2.5em;
  }

  .page-game-guides-mahjong-techniques__hero-subtitle {
    font-size: 1.1em;
  }

  .page-game-guides-mahjong-techniques__section-title {
    font-size: 2em;
  }

  .page-game-guides-mahjong-techniques__sub-section-title {
    font-size: 1.5em;
  }

  .page-game-guides-mahjong-techniques__paragraph,
  .page-game-guides-mahjong-techniques__list,
  .page-game-guides-mahjong-techniques__faq-answer {
    font-size: 1em;
  }

  .page-game-guides-mahjong-techniques__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-mahjong-techniques__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-guides-mahjong-techniques__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-mahjong-techniques__hero-title {
    font-size: 2em;
  }

  .page-game-guides-mahjong-techniques__hero-subtitle {
    font-size: 0.95em;
  }

  .page-game-guides-mahjong-techniques__section-title {
    font-size: 1.8em;
  }

  .page-game-guides-mahjong-techniques__sub-section-title {
    font-size: 1.3em;
  }

  .page-game-guides-mahjong-techniques__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}