/* style/blog-hihi8823-new-link-exclusive-promotions.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --btn-login-bg: #EA7C07;
}

.page-blog-hihi8823-new-link-exclusive-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--secondary-color); /* Default light background, will be overridden if body is dark */
}

.page-blog-hihi8823-new-link-exclusive-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--primary-color);
  color: var(--text-light);
  overflow: hidden;
}

.page-blog-hihi8823-new-link-exclusive-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-hihi8823-new-link-exclusive-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.8); /* Slightly darken image for text readability */
}

.page-blog-hihi8823-new-link-exclusive-promotions__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 90%;
  z-index: 10;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--text-light);
  line-height: 1.2;
}

.page-blog-hihi8823-new-link-exclusive-promotions__description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: var(--text-light);
}

.page-blog-hihi8823-new-link-exclusive-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-primary,
.page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-primary {
  background-color: var(--btn-login-bg);
  color: var(--text-light);
  border: 2px solid var(--btn-login-bg);
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-primary:hover {
  background-color: darken(var(--btn-login-bg), 10%);
  border-color: darken(var(--btn-login-bg), 10%);
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary {
  background-color: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary:hover {
  background-color: var(--text-light);
  color: var(--primary-color);
}

.page-blog-hihi8823-new-link-exclusive-promotions__btn-block {
  width: 100%;
  max-width: 300px; /* Limit width for block buttons */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hihi8823-new-link-exclusive-promotions__mt-40 {
  margin-top: 40px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__content-area,
.page-blog-hihi8823-new-link-exclusive-promotions__promo-section,
.page-blog-hihi8823-new-link-exclusive-promotions__guide-section,
.page-blog-hihi8823-new-link-exclusive-promotions__security-section,
.page-blog-hihi8823-new-link-exclusive-promotions__experience-section,
.page-blog-hihi8823-new-link-exclusive-promotions__app-section,
.page-blog-hihi8hi8823-new-link-exclusive-promotions__support-section,
.page-blog-hihi8823-new-link-exclusive-promotions__faq-section,
.page-blog-hihi8823-new-link-exclusive-promotions__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-hihi8823-new-link-exclusive-promotions__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-hihi8823-new-link-exclusive-promotions__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-blog-hihi8823-new-link-exclusive-promotions__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-hihi8823-new-link-exclusive-promotions__text-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-blog-hihi8823-new-link-exclusive-promotions__text-block p {
  margin-bottom: 20px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__sub-title {
  font-size: clamp(1.4em, 2.2vw, 1.8em);
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: inherit;
}

.page-blog-hihi8823-new-link-exclusive-promotions__list,
.page-blog-hihi8823-new-link-exclusive-promotions__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__ordered-list {
  list-style-type: decimal;
}

.page-blog-hihi8823-new-link-exclusive-promotions__list li,
.page-blog-hihi8823-new-link-exclusive-promotions__ordered-list li {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-blog-hihi8823-new-link-exclusive-promotions__image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__grid-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-hihi8823-new-link-exclusive-promotions__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-hihi8823-new-link-exclusive-promotions__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__card {
  background-color: var(--secondary-color);
  color: var(--text-dark);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-hihi8823-new-link-exclusive-promotions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-hihi8823-new-link-exclusive-promotions__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistent card images */
  object-fit: cover;
  display: block;
}

.page-blog-hihi8823-new-link-exclusive-promotions__card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 15px 10px 10px;
  color: var(--primary-color);
}

.page-blog-hihi8823-new-link-exclusive-promotions__card-description {
  font-size: 0.95em;
  padding: 0 15px 15px;
  flex-grow: 1;
}

.page-blog-hihi8823-new-link-exclusive-promotions__card .page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary {
  margin: 0 15px 15px;
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

.page-blog-hihi8823-new-link-exclusive-promotions__card .page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-hihi8823-new-link-exclusive-promotions__app-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__app-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}

.page-blog-hihi8823-new-link-exclusive-promotions__app-info {
  text-align: center;
}

.page-blog-hihi8823-new-link-exclusive-promotions__app-info p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* FAQ Styles */
.page-blog-hihi8823-new-link-exclusive-promotions__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-dark);
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-item[open] {
  background-color: #f8f8f8;
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--secondary-color);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-question:hover {
  background-color: #f0f0f0;
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--primary-color);
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: var(--text-dark);
}

.page-blog-hihi8823-new-link-exclusive-promotions__faq-answer p {
  margin-bottom: 0;
}

/* Floating Buttons */
.page-blog-hihi8823-new-link-exclusive-promotions__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-blog-hihi8823-new-link-exclusive-promotions__floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 45px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  color: var(--text-light);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.page-blog-hihi8823-new-link-exclusive-promotions__floating-btn:hover {
  transform: scale(1.05);
}

.page-blog-hihi8823-new-link-exclusive-promotions__floating-btn--register {
  background-color: var(--primary-color);
}

.page-blog-hihi8823-new-link-exclusive-promotions__floating-btn--login {
  background-color: var(--btn-login-bg);
}

/* Responsive Styles */
@media (min-width: 769px) {
  .page-blog-hihi8823-new-link-exclusive-promotions__hero-content {
    position: static;
    transform: none;
    background-color: transparent;
    padding: 100px 20px;
    max-width: 100%;
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__hero-image-wrapper {
    display: none; /* Hide image on desktop if text is separate */
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__hero-section {
    min-height: 500px; /* Ensure sufficient height on desktop */
    justify-content: center;
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__app-download {
    flex-direction: row;
    justify-content: center;
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__app-image {
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .page-blog-hihi8823-new-link-exclusive-promotions__hero-content {
    transform: translate(-50%, -50%); /* Keep centered for mobile overlay */
    background-color: rgba(0, 0, 0, 0.6); /* Darker overlay for mobile */
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__section-title {
    font-size: 1.8em;
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__text-block {
    font-size: 1em;
    padding: 0 15px;
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__content-area,
  .page-blog-hihi8823-new-link-exclusive-promotions__promo-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__guide-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__security-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__experience-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__app-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__support-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__faq-section,
  .page-blog-hihi8823-new-link-exclusive-promotions__conclusion-section {
    padding: 30px 0; /* Adjust padding for mobile */
  }

  /* Mobile image responsiveness */
  .page-blog-hihi8823-new-link-exclusive-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__hero-image {
    height: 400px; /* Fixed height for hero image on mobile */
  }

  /* Mobile button responsiveness */
  .page-blog-hihi8823-new-link-exclusive-promotions__cta-button,
  .page-blog-hihi8823-new-link-exclusive-promotions__btn-primary,
  .page-blog-hihi8823-new-link-exclusive-promotions__btn-secondary,
  .page-blog-hihi8823-new-link-exclusive-promotions a[class*="button"],
  .page-blog-hihi8823-new-link-exclusive-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-hihi8823-new-link-exclusive-promotions__cta-buttons,
  .page-blog-hihi8823-new-link-exclusive-promotions__button-group,
  .page-blog-hihi8823-new-link-exclusive-promotions__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column !important;
    gap: 10px;
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__app-download {
    flex-direction: column;
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__app-image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-blog-hihi8823-new-link-exclusive-promotions__floating-buttons {
    flex-direction: row;
    bottom: 15px;
    right: 15px;
    left: 15px;
    width: auto;
    justify-content: space-around;
  }
  .page-blog-hihi8823-new-link-exclusive-promotions__floating-btn {
    width: 48%;
    height: 50px;
  }
}