/* style/resources-typhu88-latest-promotions-analysis.css */
.page-resources-typhu88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #f5f0e7; /* Light text for dark background */
  background-color: #0A0F18;
  line-height: 1.6;
}

.page-resources-typhu88-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-typhu88-latest-promotions-analysis__hero {
  background: linear-gradient(135deg, #0A0F18 0%, #202b3d 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-typhu88-latest-promotions-analysis__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-typhu88-latest-promotions-analysis__hero > * {
  position: relative;
  z-index: 1;
}

.page-resources-typhu88-latest-promotions-analysis__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-typhu88-latest-promotions-analysis__hero-subtitle {
  font-size: 1.4em;
  color: #e0e0e0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-typhu88-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin: 60px 0 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-typhu88-latest-promotions-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-typhu88-latest-promotions-analysis__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin: 40px 0 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-typhu88-latest-promotions-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f5f0e7;
}

.page-resources-typhu88-latest-promotions-analysis__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-typhu88-latest-promotions-analysis__list,
.page-resources-typhu88-latest-promotions-analysis__numbered-list {
  list-style-type: disc;
  margin: 20px 0 20px 40px;
  color: #e0e0e0;
}

.page-resources-typhu88-latest-promotions-analysis__numbered-list {
  list-style-type: decimal;
}

.page-resources-typhu88-latest-promotions-analysis__list li,
.page-resources-typhu88-latest-promotions-analysis__numbered-list li {
  margin-bottom: 10px;
}

.page-resources-typhu88-latest-promotions-analysis__button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700;
  color: #0A0F18;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-resources-typhu88-latest-promotions-analysis__button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-typhu88-latest-promotions-analysis__button--primary {
  background-color: #FFD700;
  color: #0A0F18;
}

.page-resources-typhu88-latest-promotions-analysis__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-typhu88-latest-promotions-analysis__button--secondary {
  background-color: #E53935;
  color: #f5f0e7;
  margin-left: 15px;
}

.page-resources-typhu88-latest-promotions-analysis__button--secondary:hover {
  background-color: #c42c2c;
}

.page-resources-typhu88-latest-promotions-analysis__button--download {
  background-color: #4CAF50;
  color: #f5f0e7;
}

.page-resources-typhu88-latest-promotions-analysis__button--download:hover {
  background-color: #45a049;
}

.page-resources-typhu88-latest-promotions-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-typhu88-latest-promotions-analysis__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-resources-typhu88-latest-promotions-analysis__floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: page-resources-typhu88-latest-promotions-analysis__bounce 2s infinite;
}

.page-resources-typhu88-latest-promotions-analysis__floating-button {
  display: flex;
  align-items: center;
  background-color: #E53935;
  color: #f5f0e7;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-typhu88-latest-promotions-analysis__floating-button:hover {
  background-color: #c42c2c;
  transform: scale(1.05);
}

.page-resources-typhu88-latest-promotions-analysis__floating-icon {
  font-size: 1.5em;
  margin-right: 10px;
}

@keyframes page-resources-typhu88-latest-promotions-analysis__bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-typhu88-latest-promotions-analysis__hero-title {
    font-size: 2.5em;
  }

  .page-resources-typhu88-latest-promotions-analysis__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-typhu88-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-typhu88-latest-promotions-analysis__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-typhu88-latest-promotions-analysis__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-typhu88-latest-promotions-analysis__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-typhu88-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-typhu88-latest-promotions-analysis__floating-cta {
    bottom: 15px;
    right: 15px;
  }

  .page-resources-typhu88-latest-promotions-analysis__floating-button {
    padding: 10px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-typhu88-latest-promotions-analysis__hero-title {
    font-size: 2em;
  }

  .page-resources-typhu88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-typhu88-latest-promotions-analysis__list,
  .page-resources-typhu88-latest-promotions-analysis__numbered-list {
    margin-left: 20px;
  }

  .page-resources-typhu88-latest-promotions-analysis__button {
    width: 100%;
    margin-top: 10px;
  }

  .page-resources-typhu88-latest-promotions-analysis__button--secondary {
    margin-left: 0;
  }

  .page-resources-typhu88-latest-promotions-analysis__floating-cta {
    bottom: 10px;
    right: 10px;
  }
}