/* style/blog-peryagame-security-features.css */
.page-blog-peryagame-security-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-blog-peryagame-security-features__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
}

.page-blog-peryagame-security-features__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-peryagame-security-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-peryagame-security-features__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.page-blog-peryagame-security-features__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  color: #F2C14E; /* Main color */
  margin-bottom: 20px;
}

.page-blog-peryagame-security-features__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-peryagame-security-features__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-peryagame-security-features__btn-primary,
.page-blog-peryagame-security-features__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-peryagame-security-features__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111;
  border: 2px solid transparent;
}

.page-blog-peryagame-security-features__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-peryagame-security-features__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Main color */
}

.page-blog-peryagame-security-features__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
}

.page-blog-peryagame-security-features__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #0A0A0A; /* Background */
  color: #FFF6D6; /* Text Main */
}

.page-blog-peryagame-security-features__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-peryagame-security-features__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-peryagame-security-features__sub-title {
  font-size: 1.8em;
  color: #FFD36B; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-peryagame-security-features__text-block {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #FFF6D6;
}

.page-blog-peryagame-security-features__image-with-text {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 50px 0;
}

.page-blog-peryagame-security-features__image-with-text--reversed {
  flex-direction: row-reverse;
}

.page-blog-peryagame-security-features__image-with-text img {
  flex: 1;
  min-width: 400px; /* Minimum size for content images */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-peryagame-security-features__image-with-text div {
  flex: 1;
}

.page-blog-peryagame-security-features__content-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-peryagame-security-features__inline-link {
  color: #FFD36B; /* Auxiliary color */
  text-decoration: underline;
}

.page-blog-peryagame-security-features__inline-link:hover {
  color: #F2C14E;
}

.page-blog-peryagame-security-features__cta-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #111111; /* Card BG */
  color: #FFF6D6;
}

.page-blog-peryagame-security-features__cta-title {
  font-size: 2.2em;
  color: #F2C14E; /* Main color */
  margin-bottom: 20px;
}

.page-blog-peryagame-security-features__cta-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-peryagame-security-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-peryagame-security-features__cta-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-peryagame-security-features__faq-section {
  padding: 60px 20px;
  background-color: #0A0A0A; /* Background */
  color: #FFF6D6; /* Text Main */
}

.page-blog-peryagame-security-features__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-peryagame-security-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #FFF6D6;
  background-color: #111111;
  transition: background-color 0.3s ease;
}

.page-blog-peryagame-security-features__faq-question:hover {
  background-color: #1D1D1D;
}

.page-blog-peryagame-security-features__faq-title {
  font-size: 1.1em;
  margin: 0;
  color: #F2C14E; /* Main color */
}

.page-blog-peryagame-security-features__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD36B;
}

.page-blog-peryagame-security-features__faq-item.active .page-blog-peryagame-security-features__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-peryagame-security-features__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-blog-peryagame-security-features__faq-item.active .page-blog-peryagame-security-features__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-peryagame-security-features__image-with-text {
    flex-direction: column;
  }
  .page-blog-peryagame-security-features__image-with-text--reversed {
    flex-direction: column;
  }
  .page-blog-peryagame-security-features__image-with-text img {
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .page-blog-peryagame-security-features__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-peryagame-security-features__section-title {
    font-size: 2em;
  }

  .page-blog-peryagame-security-features__sub-title {
    font-size: 1.5em;
  }

  .page-blog-peryagame-security-features__hero-buttons,
  .page-blog-peryagame-security-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-peryagame-security-features__btn-primary,
  .page-blog-peryagame-security-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-peryagame-security-features__hero-content,
  .page-blog-peryagame-security-features__content-area,
  .page-blog-peryagame-security-features__cta-section,
  .page-blog-peryagame-security-features__faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-peryagame-security-features img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-peryagame-security-features__hero-image-wrapper,
  .page-blog-peryagame-security-features__content-area .page-blog-peryagame-security-features__container,
  .page-blog-peryagame-security-features__cta-section .page-blog-peryagame-security-features__container,
  .page-blog-peryagame-security-features__faq-section .page-blog-peryagame-security-features__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-peryagame-security-features__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-peryagame-security-features__faq-question {
    padding: 15px 20px;
  }

  .page-blog-peryagame-security-features__faq-answer {
    padding: 0 20px;
  }

  .page-blog-peryagame-security-features__faq-item.active .page-blog-peryagame-security-features__faq-answer {
    padding: 15px 20px;
  }
}