/* style/tai-xiu.css */

:root {
  --page-tai-xiu-primary-color: #2F6BFF;
  --page-tai-xiu-secondary-color: #6FA3FF;
  --page-tai-xiu-button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  --page-tai-xiu-card-bg: #FFFFFF;
  --page-tai-xiu-background: #F4F7FB;
  --page-tai-xiu-text-main: #1F2D3D;
  --page-tai-xiu-text-dark: #000000;
  --page-tai-xiu-border-color: #D6E2FF;
  --page-tai-xiu-glow-color: #A5C4FF;
}

.page-tai-xiu {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-tai-xiu-text-main);
  background-color: var(--page-tai-xiu-background);
}

.page-tai-xiu__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-tai-xiu__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--page-tai-xiu-text-dark);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-tai-xiu__section-description {
  font-size: 18px;
  color: var(--page-tai-xiu-text-main);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Hero Section */
.page-tai-xiu__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: var(--page-tai-xiu-primary-color);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-tai-xiu__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}