/* style/blog-helo888-safe-download-installation.css */
:root {
  --primary-color: #C61F1F;
  --secondary-color: #E53030;
  --button-gradient: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  --card-bg: #2A1212;
  --body-bg: #140C0C;
  --text-main: #FFF1E8;
  --border-color: #6A1E1E;
  --gold-color: #F3C54D;
  --deep-red-color: #7E0D0D;
}

.page-blog-helo888-safe-download-installation {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--body-bg);
  padding-bottom: 50px;
}

.page-blog-helo888-safe-download-installation__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-helo888-safe-download-installation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-helo888-safe-download-installation__section-title {
  font-size: 36px;
  color: var(--gold-color);
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-helo888-safe-download-installation__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--gold-color);
  border-radius: 2px;
}

.page-blog-helo888-safe-download-installation h3 {
  font-size: 24px;
  color: var(--text-main);
  margin-bottom: 20px;
}

.page-blog-helo888-safe-download-installation p {
  margin-bottom: 20px;
  font-size: 17px;
  color: var(--text-main);
}

.page-blog-helo888-safe-download-installation__highlight {
  color: var(--gold-color);
  font-weight: bold;
}

/* Hero Section */
.page-blog-helo888-safe-download-installation__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-red-color);
}

.page-blog-helo888-safe-download-installation__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-helo888-safe-download-installation__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-helo888-safe-download-installation__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-helo888-safe-download-installation__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-helo888-safe-download-installation__hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--gold-color);
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-helo888-safe-download-installation__hero-content p {
  font-size: 18px;
  color: var(--text-main);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-helo888-safe-download-installation__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--button-gradient);
  color: var(--text-main);
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-helo888-safe-download-installation__cta-button:hover {
  background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-helo888-safe-download-installation__cta-button--wide {
  min-width: 300px;
}

/* Introduction Section */
.page-blog-helo888-safe-download-installation__introduction-section p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Download Guide */
.page-blog-helo888-safe-download-installation__download-platforms {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-helo888-safe-download-installation__platform-card {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  text-align: left;
}

.page-blog-helo888-safe-download-installation__platform-card h3 {
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 25px;
}

.page-blog-helo888-safe-download-installation__platform-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-helo888-safe-download-installation__step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-helo888-safe-download-installation__step-list li {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--text-main);
}

.page-blog-helo888-safe-download-installation__step-list li strong {
  color: var(--gold-color);
}

.page-blog-helo888-safe-download-installation__text-link {
  color: var(--gold-color);
  text-decoration: none;
  font-weight: bold;
}

.page-blog-helo888-safe-download-installation__text-link:hover {
  text-decoration: underline;
}

/* Installation Guide */
.page-blog-helo888-safe-download-installation__installation-steps {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-helo888-safe-download-installation__step-card {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  text-align: left;
}

.page-blog-helo888-safe-download-installation__step-card h3 {
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 25px;
}

.page-blog-helo888-safe-download-installation__step-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Account Management */
.page-blog-helo888-safe-download-installation__flex-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-helo888-safe-download-installation__card {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
  text-align: left;
}

.page-blog-helo888-safe-download-installation__card h3 {
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 25px;
}

.page-blog-helo888-safe-download-installation__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Security Tips */
.page-blog-helo888-safe-download-installation__bullet-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-blog-helo888-safe-download-installation__bullet-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23F3C54D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-main);
}

.page-blog-helo888-safe-download-installation__image-full-width {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Game Showcase */
.page-blog-helo888-safe-download-installation__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-helo888-safe-download-installation__game-card {
  background-color: var(--card-bg);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-helo888-safe-download-installation__game-card h3 {
  color: var(--gold-color);
  font-size: 20px;
  margin-bottom: 15px;
}

.page-blog-helo888-safe-download-installation__game-card p {
  font-size: 15px;
  color: var(--text-main);
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Promotions */
.page-blog-helo888-safe-download-installation__promotion-list {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 900px;
  margin: 30px auto;
}

.page-blog-helo888-safe-download-installation__promotion-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23F3C54D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-main);
}

/* FAQ Section */
.page-blog-helo888-safe-download-installation__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

details.page-blog-helo888-safe-download-installation__faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-helo888-safe-download-installation__faq-item summary.page-blog-helo888-safe-download-installation__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-helo888-safe-download-installation__faq-item summary.page-blog-helo888-safe-download-installation__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-helo888-safe-download-installation__faq-item summary.page-blog-helo888-safe-download-installation__faq-question:hover {
  background: rgba(var(--deep-red-color), 0.5);
}
.page-blog-helo888-safe-download-installation__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-blog-helo888-safe-download-installation__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--gold-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-helo888-safe-download-installation__faq-item .page-blog-helo888-safe-download-installation__faq-answer {
  padding: 0 20px 20px;
  background: rgba(var(--card-bg), 0.7);
  border-radius: 0 0 12px 12px;
  color: var(--text-main);
}

/* Conclusion */
.page-blog-helo888-safe-download-installation__conclusion p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-helo888-safe-download-installation__section-title {
    font-size: 32px;
  }
  .page-blog-helo888-safe-download-installation__hero-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .page-blog-helo888-safe-download-installation__hero-content p {
    font-size: 17px;
  }
  .page-blog-helo888-safe-download-installation__cta-button {
    padding: 14px 35px;
    font-size: 17px;
  }
  .page-blog-helo888-safe-download-installation__platform-card,
  .page-blog-helo888-safe-download-installation__step-card,
  .page-blog-helo888-safe-download-installation__card {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .page-blog-helo888-safe-download-installation__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-helo888-safe-download-installation__hero-image img {
    border-radius: 4px;
  }
  .page-blog-helo888-safe-download-installation__hero-content h1 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }
  .page-blog-helo888-safe-download-installation__hero-content p {
    font-size: 16px;
  }
  .page-blog-helo888-safe-download-installation__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    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-helo888-safe-download-installation__cta-button--wide {
    min-width: unset;
  }
  .page-blog-helo888-safe-download-installation__container {
    padding: 0 15px;
  }
  .page-blog-helo888-safe-download-installation__section {
    padding: 40px 0;
  }
  .page-blog-helo888-safe-download-installation__section-title {
    font-size: 28px;
  }
  .page-blog-helo888-safe-download-installation h3 {
    font-size: 20px;
  }
  .page-blog-helo888-safe-download-installation p {
    font-size: 16px;
  }
  .page-blog-helo888-safe-download-installation__download-platforms,
  .page-blog-helo888-safe-download-installation__installation-steps,
  .page-blog-helo888-safe-download-installation__flex-cards {
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-helo888-safe-download-installation__platform-card,
  .page-blog-helo888-safe-download-installation__step-card,
  .page-blog-helo888-safe-download-installation__card {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .page-blog-helo888-safe-download-installation__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-helo888-safe-download-installation__bullet-list,
  .page-blog-helo888-safe-download-installation__promotion-list {
    margin-left: 0;
    padding-left: 0;
  }
  .page-blog-helo888-safe-download-installation__bullet-list li,
  .page-blog-helo888-safe-download-installation__promotion-list li {
    font-size: 16px;
  }
  details.page-blog-helo888-safe-download-installation__faq-item summary.page-blog-helo888-safe-download-installation__faq-question { padding: 15px; }
  .page-blog-helo888-safe-download-installation__faq-qtext { font-size: 16px; }
  .page-blog-helo888-safe-download-installation__faq-toggle { font-size: 24px; width: 24px; }
  details.page-blog-helo888-safe-download-installation__faq-item .page-blog-helo888-safe-download-installation__faq-answer {
    padding: 0 15px 15px;
  }

  /* Image responsiveness */
  .page-blog-helo888-safe-download-installation img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-helo888-safe-download-installation__section,
  .page-blog-helo888-safe-download-installation__card,
  .page-blog-helo888-safe-download-installation__container,
  .page-blog-helo888-safe-download-installation__cta-buttons,
  .page-blog-helo888-safe-download-installation__button-group,
  .page-blog-helo888-safe-download-installation__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}