/* style/game-guides-platform-security-settings-account-protection.css */
.page-game-guides-platform-security-settings-account-protection {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #000000;
  line-height: 1.6;
}

.page-game-guides-platform-security-settings-account-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-platform-security-settings-account-protection__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #FFD700, #000000);
}

.page-game-guides-platform-security-settings-account-protection__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-game-guides-platform-security-settings-account-protection__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 20px;
}

.page-game-guides-platform-security-settings-account-protection__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-game-guides-platform-security-settings-account-protection__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-game-guides-platform-security-settings-account-protection__hero-button,
.page-game-guides-platform-security-settings-account-protection__cta-button {
  display: inline-block;
  background-color: #DC143C;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
}

.page-game-guides-platform-security-settings-account-protection__hero-button:hover,
.page-game-guides-platform-security-settings-account-protection__cta-button:hover {
  background-color: #FFD700;
  color: #000000;
  transform: translateY(-3px);
}

.page-game-guides-platform-security-settings-account-protection__section {
  padding: 60px 0;
  background-color: #000000;
  color: #E0E0E0;
}

.page-game-guides-platform-security-settings-account-protection__section--dark {
  background-color: #1A1A1A;
}

.page-game-guides-platform-security-settings-account-protection__section--accent {
  background-color: #0F0F0F;
}

.page-game-guides-platform-security-settings-account-protection__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-guides-platform-security-settings-account-protection__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #DC143C;
  border-radius: 2px;
}

.page-game-guides-platform-security-settings-account-protection__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-guides-platform-security-settings-account-protection__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #D0D0D0;
}

.page-game-guides-platform-security-settings-account-protection__paragraph .keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-game-guides-platform-security-settings-account-protection__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-guides-platform-security-settings-account-protection__feature-item {
  background-color: #000000;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  border: 1px solid #333;
}

.page-game-guides-platform-security-settings-account-protection__feature-item:hover {
  transform: translateY(-10px);
  border-color: #FFD700;
}

.page-game-guides-platform-security-settings-account-protection__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-guides-platform-security-settings-account-protection__feature-item .page-game-guides-platform-security-settings-account-protection__subsection-title {
  font-size: 1.5em;
  margin-top: 0;
  color: #FFD700;
}

.page-game-guides-platform-security-settings-account-protection__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-game-guides-platform-security-settings-account-protection__faq-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-game-guides-platform-security-settings-account-protection__faq-list li {
  background-color: #1A1A1A;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #DC143C;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-game-guides-platform-security-settings-account-protection__faq-list li strong {
  color: #FFD700;
}

.page-game-guides-platform-security-settings-account-protection__cta {
  background: linear-gradient(90deg, #DC143C, #FFD700);
  padding: 80px 0;
  text-align: center;
  color: #000000;
}

.page-game-guides-platform-security-settings-account-protection__cta-title {
  font-size: 3em;
  color: #000000;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.page-game-guides-platform-security-settings-account-protection__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-platform-security-settings-account-protection__hero-title {
    font-size: 2.8em;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-subtitle {
    font-size: 1.3em;
  }
  .page-game-guides-platform-security-settings-account-protection__section-title {
    font-size: 2em;
  }
  .page-game-guides-platform-security-settings-account-protection__subsection-title {
    font-size: 1.6em;
  }
  .page-game-guides-platform-security-settings-account-protection__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-game-guides-platform-security-settings-account-protection__hero {
    height: 400px;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-title {
    font-size: 2.2em;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-guides-platform-security-settings-account-protection__section,
  .page-game-guides-platform-security-settings-account-protection__cta {
    padding: 40px 0;
  }
  .page-game-guides-platform-security-settings-account-protection__section-title {
    font-size: 1.8em;
  }
  .page-game-guides-platform-security-settings-account-protection__subsection-title {
    font-size: 1.4em;
  }
  .page-game-guides-platform-security-settings-account-protection__paragraph,
  .page-game-guides-platform-security-settings-account-protection__faq-list li {
    font-size: 1em;
  }
  .page-game-guides-platform-security-settings-account-protection__cta-title {
    font-size: 2em;
  }
  .page-game-guides-platform-security-settings-account-protection__cta-description {
    font-size: 1.1em;
  }
  .page-game-guides-platform-security-settings-account-protection__features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-game-guides-platform-security-settings-account-protection__hero {
    height: 300px;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-title {
    font-size: 1.8em;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-subtitle {
    font-size: 0.9em;
  }
  .page-game-guides-platform-security-settings-account-protection__hero-button,
  .page-game-guides-platform-security-settings-account-protection__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-game-guides-platform-security-settings-account-protection__section-title {
    font-size: 1.5em;
  }
  .page-game-guides-platform-security-settings-account-protection__subsection-title {
    font-size: 1.2em;
  }
  .page-game-guides-platform-security-settings-account-protection__cta-title {
    font-size: 1.6em;
  }
  .page-game-guides-platform-security-settings-account-protection__cta-description {
    font-size: 1em;
  }
}