.page-blog-typhu-2024-latest-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-typhu-2024-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-typhu-2024-latest-promotions__section {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-typhu-2024-latest-promotions__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
}

.page-blog-typhu-2024-latest-promotions__section-subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-typhu-2024-latest-promotions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  text-align: justify;
}

/* Hero Section */
.page-blog-typhu-2024-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 10px 0 60px 0; /* body padding-top is handled by shared.css */
}

.page-blog-typhu-2024-latest-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
}

.page-blog-typhu-2024-latest-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  border-radius: 10px;
  margin-top: 80px; /* Space from top */
}

.page-blog-typhu-2024-latest-promotions__hero-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-typhu-2024-latest-promotions__hero-description {
  font-size: 1.3em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* Buttons */
.page-blog-typhu-2024-latest-promotions__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-typhu-2024-latest-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-typhu-2024-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: transparent;
  color: #2AD16F; /* A lighter shade of main color */
  border: 2px solid #2E7A4E; /* Border */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-typhu-2024-latest-promotions__btn-secondary:hover {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-blog-typhu-2024-latest-promotions__small-cta {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-blog-typhu-2024-latest-promotions__large-cta {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Video Section */
.page-blog-typhu-2024-latest-promotions__video-section {
  background-color: #11271B; /* Card BG */
  padding-top: 10px; /* Small padding from shared body padding-top */
}

.page-blog-typhu-2024-latest-promotions__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  width: 100%; /* Ensure width is 100% for desktop */
}

.page-blog-typhu-2024-latest-promotions__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-typhu-2024-latest-promotions__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.page-blog-typhu-2024-latest-promotions__video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Promotions Overview */
.page-blog-typhu-2024-latest-promotions__promotions-overview {
  background-color: #08160F; /* Background */
}

.page-blog-typhu-2024-latest-promotions__subsection-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-typhu-2024-latest-promotions__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-typhu-2024-latest-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-typhu-2024-latest-promotions__image-content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

/* Game Specific Promos */
.page-blog-typhu-2024-latest-promotions__game-specific-promos {
  background-color: #11271B; /* Card BG */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-blog-typhu-2024-latest-promotions__promo-card {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  flex: 1 1 calc(33% - 40px);
  max-width: calc(33% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-typhu-2024-latest-promotions__promo-card:hover {
  transform: translateY(-5px);
}

.page-blog-typhu-2024-latest-promotions__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-typhu-2024-latest-promotions__card-title {
  font-size: 1.5em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-typhu-2024-latest-promotions__card-description {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

/* How to Claim */
.page-blog-typhu-2024-latest-promotions__how-to-claim {
  background-color: #08160F; /* Background */
}

.page-blog-typhu-2024-latest-promotions__steps-list {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-typhu-2024-latest-promotions__step-title {
  font-size: 1.4em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
}

.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding-top: 60px;
}

.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item::before {
  content: attr(data-step);
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 2em;
  font-weight: bold;
  color: #57E38D; /* Glow */
}

.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item:nth-child(1)::before { content: '1'; }
.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item:nth-child(2)::before { content: '2'; }
.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item:nth-child(3)::before { content: '3'; }
.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item:nth-child(4)::before { content: '4'; }

.page-blog-typhu-2024-latest-promotions__steps-list .page-blog-typhu-2024-latest-promotions__list-item p {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

/* FAQ Section */
.page-blog-typhu-2024-latest-promotions__faq-section {
  background-color: #11271B; /* Card BG */
}

.page-blog-typhu-2024-latest-promotions__faq-list {
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-blog-typhu-2024-latest-promotions__faq-item {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-typhu-2024-latest-promotions__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: #F2FFF6; /* Text Main */
  list-style: none;
  outline: none;
}

.page-blog-typhu-2024-latest-promotions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-typhu-2024-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-typhu-2024-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-typhu-2024-latest-promotions__faq-item[open] .page-blog-typhu-2024-latest-promotions__faq-toggle {
  content: '−';
}

.page-blog-typhu-2024-latest-promotions__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-typhu-2024-latest-promotions__faq-answer p {
  margin: 0;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-typhu-2024-latest-promotions__image-faq {
  margin-top: 40px;
}

/* Final CTA */
.page-blog-typhu-2024-latest-promotions__final-cta {
  background-color: #0A4B2C; /* Deep Green */
  text-align: center;
  padding: 80px 0;
}

.page-blog-typhu-2024-latest-promotions__final-cta .page-blog-typhu-2024-latest-promotions__section-title {
  color: #F2FFF6; /* Text Main */
}

.page-blog-typhu-2024-latest-promotions__final-cta .page-blog-typhu-2024-latest-promotions__text-block {
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-typhu-2024-latest-promotions__promo-card {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .page-blog-typhu-2024-latest-promotions__section {
    padding: 40px 0;
  }

  .page-blog-typhu-2024-latest-promotions__container {
    padding: 0 15px;
  }

  .page-blog-typhu-2024-latest-promotions__hero-content {
    padding: 30px 15px;
    margin-top: 60px;
  }

  .page-blog-typhu-2024-latest-promotions__hero-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-typhu-2024-latest-promotions__hero-description {
    font-size: 1.1em;
  }

  .page-blog-typhu-2024-latest-promotions__section-title {
    font-size: 2em;
  }

  .page-blog-typhu-2024-latest-promotions__section-subtitle {
    font-size: 1em;
  }

  .page-blog-typhu-2024-latest-promotions__text-block {
    font-size: 1em;
  }

  .page-blog-typhu-2024-latest-promotions__promo-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-blog-typhu-2024-latest-promotions__steps-list {
    grid-template-columns: 1fr;
  }

  .page-blog-typhu-2024-latest-promotions__btn-primary,
  .page-blog-typhu-2024-latest-promotions__btn-secondary,
  .page-blog-typhu-2024-latest-promotions a[class*="button"],
  .page-blog-typhu-2024-latest-promotions a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-typhu-2024-latest-promotions__cta-buttons,
  .page-blog-typhu-2024-latest-promotions__button-group,
  .page-blog-typhu-2024-latest-promotions__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-typhu-2024-latest-promotions__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-typhu-2024-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-typhu-2024-latest-promotions__section,
  .page-blog-typhu-2024-latest-promotions__card,
  .page-blog-typhu-2024-latest-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-typhu-2024-latest-promotions video,
  .page-blog-typhu-2024-latest-promotions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-typhu-2024-latest-promotions__video-section,
  .page-blog-typhu-2024-latest-promotions__video-container,
  .page-blog-typhu-2024-latest-promotions__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}