.page-download-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-download-guide__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-download-guide__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric_shapes,pg88_hero_bg]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-download-guide__hero > * {
  position: relative;
  z-index: 1;
}

.page-download-guide__title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffc107;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-download-guide__subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-download-guide__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-download-guide__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-download-guide__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-guide__section:nth-of-type(even) {
  background-color: #f2f6fc;
}

.page-download-guide__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-download-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-download-guide__intro-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-download-guide__why-download .page-download-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-download-guide__feature-item {
  text-align: center;
  padding: 30px;
  border-radius: 8px;
  background-color: #fefefe;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-download-guide__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  color: #007bff;
}

.page-download-guide__feature-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-download-guide__feature-description {
  font-size: 1em;
  color: #666;
}

.page-download-guide__download-steps .page-download-guide__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.page-download-guide__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fefefe;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-download-guide__step-number {
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-download-guide__step-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
}

.page-download-guide__step-item p {
  font-size: 1.1em;
  color: #555;
  max-width: 800px;
  margin-bottom: 20px;
}

.page-download-guide__button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-download-guide__button--primary {
  background-color: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.page-download-guide__button--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-download-guide__button--secondary {
  background-color: transparent;
  color: #007bff;
  border-color: #007bff;
}

.page-download-guide__button--secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
}

.page-download-guide__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-download-guide__qr-section {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.page-download-guide__qr-box {
  text-align: center;
  background-color: #fefefe;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-download-guide__qr-code {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.page-download-guide__qr-box p {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
}

.page-download-guide__note {
  font-style: italic;
  color: #777;
  margin-top: 10px;
}

.page-download-guide__list {
  text-align: left;
  margin: 20px auto;
  max-width: 700px;
  list-style: disc inside;
  color: #555;
  font-size: 1.1em;
}

.page-download-guide__list li {
  margin-bottom: 10px;
}

.page-download-guide__button-group {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-download-guide__button-group--center {
  margin-top: 40px;
}

.page-download-guide__faq .page-download-guide__accordion {
  max-width: 900px;
  margin: 0 auto;
}

.page-download-guide__accordion-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-download-guide__accordion-header {
  width: 100%;
  background-color: #007bff;
  color: #fff;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-download-guide__accordion-header:hover {
  background-color: #0056b3;
}

.page-download-guide__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-download-guide__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-download-guide__accordion-content {
  padding: 0 25px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-download-guide__accordion-content.open {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-download-guide__accordion-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-download-guide__accordion-content .page-download-guide__button {
  margin-top: 10px;
}

.page-download-guide__explore-games .page-download-guide__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-download-guide__game-card {
  background-color: #fefefe;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-download-guide__game-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-download-guide__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-download-guide__game-title {
  font-size: 1.6em;
  color: #007bff;
  margin: 20px 0 10px;
  padding: 0 20px;
}

.page-download-guide__game-description {
  font-size: 1em;
  color: #666;
  padding: 0 20px 25px;
}

.page-download-guide__final-cta {
  background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.page-download-guide__final-cta-content {
  max-width: 900px;
}

.page-download-guide__section-title--light {
  color: #ffc107;
}

.page-download-guide__section-title--light::after {
  background-color: #fff;
}

.page-download-guide__intro-text--light {
  color: #e0e0e0;
}

.page-download-guide__cta-button--inverted {
  background-color: #fff;
  color: #007bff;
}

.page-download-guide__cta-button--inverted:hover {
  background-color: #f0f0f0;
  color: #0056b3;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-download-guide__title {
    font-size: 2.8em;
  }

  .page-download-guide__subtitle {
    font-size: 1.2em;
  }

  .page-download-guide__section-title {
    font-size: 2em;
  }

  .page-download-guide__feature-item,
  .page-download-guide__step-item,
  .page-download-guide__game-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-download-guide__hero {
    padding: 60px 0;
  }

  .page-download-guide__title {
    font-size: 2.2em;
  }

  .page-download-guide__subtitle {
    font-size: 1em;
  }

  .page-download-guide__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-download-guide__section {
    padding: 40px 0;
  }

  .page-download-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-download-guide__intro-text {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-download-guide__why-download .page-download-guide__grid {
    grid-template-columns: 1fr;
  }

  .page-download-guide__step-by-step {
    gap: 40px;
  }

  .page-download-guide__step-item {
    padding: 30px;
  }

  .page-download-guide__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-download-guide__step-title {
    font-size: 1.6em;
  }

  .page-download-guide__qr-section {
    flex-direction: column;
    gap: 20px;
  }

  .page-download-guide__qr-code {
    width: 120px;
    height: 120px;
  }

  .page-download-guide__list {
    font-size: 0.95em;
  }

  .page-download-guide__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-download-guide__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-download-guide__accordion-content.open {
    padding: 15px 20px;
  }

  .page-download-guide__explore-games .page-download-guide__game-showcase {
    grid-template-columns: 1fr;
  }

  .page-download-guide__final-cta {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .page-download-guide__title {
    font-size: 1.8em;
  }

  .page-download-guide__subtitle {
    font-size: 0.9em;
  }

  .page-download-guide__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-download-guide__section-title {
    font-size: 1.5em;
  }

  .page-download-guide__step-title {
    font-size: 1.4em;
  }

  .page-download-guide__qr-code {
    width: 100px;
    height: 100px;
  }

  .page-download-guide__accordion-header {
    font-size: 1em;
  }
}