.page-lol-ph-start-game-error {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0;
  background-color: #1a1a1a;
  line-height: 1.6;
}

.page-lol-ph-start-game-error__hero-section {
  position: relative;
  padding: 10px 0 60px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0f0f, #333333);
}

.page-lol-ph-start-game-error__hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

.page-lol-ph-start-game-error__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-lol-ph-start-game-error__hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 20px;
  color: #ffcc00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-lol-ph-start-game-error__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-lol-ph-start-game-error__button {
  display: inline-block;
  background-color: #ff4500;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-lol-ph-start-game-error__button:hover {
  background-color: #e03d00;
  transform: translateY(-2px);
}

.page-lol-ph-start-game-error__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-lol-ph-start-game-error__section--dark {
  background-color: #121212;
}

.page-lol-ph-start-game-error__section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffcc00;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-lol-ph-start-game-error__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ff4500;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-lol-ph-start-game-error__subsection-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #fff;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-lol-ph-start-game-error__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-lol-ph-start-game-error__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-lol-ph-start-game-error__list-item {
  background-color: #2a2a2a;
  padding: 20px;
  border-left: 5px solid #ffcc00;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.page-lol-ph-start-game-error__list-item:hover {
  transform: translateY(-5px);
}

.page-lol-ph-start-game-error__list-item-title {
  font-size: 1.3rem;
  color: #ffcc00;
  margin-bottom: 10px;
}

.page-lol-ph-game-advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-lol-ph-game-advantage-card {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lol-ph-game-advantage-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-lol-ph-game-advantage-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-lol-ph-game-advantage-title {
  font-size: 1.8rem;
  color: #ffcc00;
  margin-bottom: 15px;
}

.page-lol-ph-game-advantage-description {
  font-size: 1rem;
  color: #ccc;
}

.page-lol-ph-start-game-error__faq-container {
  margin-top: 40px;
}

.page-lol-ph-start-game-error__faq-item {
  background-color: #2a2a2a;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-lol-ph-start-game-error__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #333;
  color: #ffcc00;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #444;
  transition: background-color 0.3s ease;
  user-select: none;
}

.page-lol-ph-start-game-error__faq-question:hover {
  background-color: #444;
}

.page-lol-ph-start-game-error__faq-question h3 {
  margin: 0;
  font-size: inherit;
  color: inherit;
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-lol-ph-start-game-error__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #ff4500;
  pointer-events: none; /* Prevent span from blocking click event */
  transition: transform 0.3s ease;
}

.page-lol-ph-start-game-error__faq-item.active .page-lol-ph-start-game-error__faq-toggle {
  transform: rotate(45deg);
}

.page-lol-ph-start-game-error__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background-color: #2a2a2a;
  color: #ccc;
  font-size: 1rem;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.page-lol-ph-start-game-error__faq-item.active .page-lol-ph-start-game-error__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to accommodate content */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-lol-ph-start-game-error__image-container {
  text-align: center;
  margin: 40px 0;
}

.page-lol-ph-start-game-error__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .page-lol-ph-start-game-error__hero-section {
    padding-bottom: 40px;
  }

  .page-lol-ph-start-game-error__hero-title {
    font-size: 2.2rem;
  }

  .page-lol-ph-start-game-error__hero-description {
    font-size: 0.95rem;
  }

  .page-lol-ph-start-game-error__button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-lol-ph-start-game-error__section {
    padding: 40px 15px;
  }

  .page-lol-ph-start-game-error__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-lol-ph-start-game-error__subsection-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-lol-ph-start-game-error__paragraph {
    font-size: 1rem;
  }

  .page-lol-ph-start-game-error__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-lol-ph-start-game-error__list-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 15px;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }

  .page-lol-ph-start-game-error__list-item-title {
    font-size: 1.1rem;
  }

  .page-lol-ph-game-advantage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-lol-ph-game-advantage-card {
    padding: 25px;
  }

  .page-lol-ph-game-advantage-icon {
    width: 150px;
    height: 150px;
  }

  .page-lol-ph-game-advantage-title {
    font-size: 1.5rem;
  }

  .page-lol-ph-start-game-error__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-lol-ph-start-game-error__faq-answer {
    padding: 15px 20px;
  }

  .page-lol-ph-start-game-error__faq-item.active .page-lol-ph-start-game-error__faq-answer {
    padding: 15px 20px !important;
  }

  .page-lol-ph-start-game-error__faq-toggle {
    font-size: 1.5rem;
  }

  .page-lol-ph-start-game-error__content-image {
    max-width: 100%;
    height: auto;
    box-sizing: border-box !important;
    padding: 0;
  }
}

@media (max-width: 375px) {
  .page-lol-ph-start-game-error__hero-title {
    font-size: 2rem;
  }

  .page-lol-ph-start-game-error__hero-description {
    font-size: 0.9rem;
  }

  .page-lol-ph-start-game-error__section-title {
    font-size: 1.8rem;
  }

  .page-lol-ph-start-game-error__subsection-title {
    font-size: 1.3rem;
  }

  .page-lol-ph-start-game-error__list-item {
    padding: 12px;
  }
}