.page-blog-ph365-security-guide {
  font-family: Arial, sans-serif;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-blog-ph365-security-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-ph365-security-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: 500px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.page-blog-ph365-security-guide__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-ph365-security-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-ph365-security-guide__hero-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
  box-sizing: border-box;
}

.page-blog-ph365-security-guide__hero-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-ph365-security-guide__hero-description {
  font-size: 1.2em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-ph365-security-guide__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: #F2C14E; /* Primary Color */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-blog-ph365-security-guide__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD36B; /* Glow */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #F2C14E;
  padding-left: 15px;
}

.page-blog-ph365-security-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6; /* Text Main */
}

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

.page-blog-ph365-security-guide__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border: none;
  margin-right: 15px;
}

.page-blog-ph365-security-guide__btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 15px rgba(242, 193, 78, 0.6);
}

.page-blog-ph365-security-guide__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Primary Color */
  border: 2px solid #3A2A12; /* Border */
}

.page-blog-ph365-security-guide__btn-secondary:hover {
  background: #222222;
  color: #FFD36B;
  border-color: #F2C14E;
}

.page-blog-ph365-security-guide__image-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
}

.page-blog-ph365-security-guide__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: block;
  object-fit: cover;
}

.page-blog-ph365-security-guide__faq-section {
  padding-bottom: 60px;
}

.page-blog-ph365-security-guide__faq-list {
  margin-top: 30px;
}

.page-blog-ph365-security-guide__faq-item {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-ph365-security-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: bold;
  color: #FFD36B; /* Glow */
  background-color: #111111;
  transition: background-color 0.3s ease;
}

.page-blog-ph365-security-guide__faq-question:hover {
  background-color: #1a1a1a;
}

.page-blog-ph365-security-guide__faq-title {
  margin: 0;
  color: inherit;
}

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

.page-blog-ph365-security-guide__faq-item.active .page-blog-ph365-security-guide__faq-toggle {
  transform: rotate(45deg);
  color: #FFD36B;
}

.page-blog-ph365-security-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6; /* Text Main */
  background-color: #111111;
}

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

.page-blog-ph365-security-guide__cta-section {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.page-blog-ph365-security-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-ph365-security-guide__hero-title {
    font-size: 2.5em;
  }
  .page-blog-ph365-security-guide__hero-description {
    font-size: 1.1em;
  }
  .page-blog-ph365-security-guide__section-title {
    font-size: 2em;
  }
  .page-blog-ph365-security-guide__sub-title {
    font-size: 1.6em;
  }
  .page-blog-ph365-security-guide__text-block {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-ph365-security-guide {
    padding-top: var(--header-offset, 120px) !important; /* Mobile padding for fixed header */
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-ph365-security-guide__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-ph365-security-guide__hero-title {
    font-size: 2em;
    padding: 0 10px;
  }

  .page-blog-ph365-security-guide__hero-description {
    font-size: 1em;
    padding: 0 10px;
  }

  .page-blog-ph365-security-guide__hero-content-wrapper {
    width: 90%;
  }

  .page-blog-ph365-security-guide__section-title {
    font-size: 1.8em;
    padding-top: 40px;
  }

  .page-blog-ph365-security-guide__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
  }

  .page-blog-ph365-security-guide__text-block {
    font-size: 0.95em;
  }

  .page-blog-ph365-security-guide__btn-primary,
  .page-blog-ph365-security-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    margin: 0;
  }

  .page-blog-ph365-security-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-ph365-security-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-ph365-security-guide__image-content-block,
  .page-blog-ph365-security-guide__section,
  .page-blog-ph365-security-guide__card,
  .page-blog-ph365-security-guide__container,
  .page-blog-ph365-security-guide__faq-list,
  .page-blog-ph365-security-guide__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-blog-ph365-security-guide__faq-question,
  .page-blog-ph365-security-guide__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-ph365-security-guide__hero-title {
    font-size: 1.8em;
  }
  .page-blog-ph365-security-guide__section-title {
    font-size: 1.6em;
  }
  .page-blog-ph365-security-guide__sub-title {
    font-size: 1.2em;
  }
}

/* Color contrast safety checks - applied based on body background */
/* Body background is #0A0A0A (dark), so text should be light */
.page-blog-ph365-security-guide {
  color: #FFF6D6;
}

.page-blog-ph365-security-guide__hero-content-wrapper {
  background: rgba(0, 0, 0, 0.7);
}

.page-blog-ph365-security-guide__faq-item,
.page-blog-ph365-security-guide__faq-question,
.page-blog-ph365-security-guide__faq-answer {
  background-color: #111111;
  color: #FFF6D6;
}

.page-blog-ph365-security-guide__faq-question .page-blog-ph365-security-guide__faq-title {
  color: #FFD36B;
}

.page-blog-ph365-security-guide__faq-toggle {
  color: #F2C14E;
}

.page-blog-ph365-security-guide__faq-item.active .page-blog-ph365-security-guide__faq-toggle {
  color: #FFD36B;
}

.page-blog-ph365-security-guide__btn-primary {
  color: #ffffff;
}

.page-blog-ph365-security-guide__btn-secondary {
  color: #F2C14E;
}

.page-blog-ph365-security-guide__hero-title {
  color: #FFD36B;
}

.page-blog-ph365-security-guide__section-title {
  color: #F2C14E;
}

.page-blog-ph365-security-guide__sub-title {
  color: #FFD36B;
}

.page-blog-ph365-security-guide__hero-image {
  filter: brightness(0.6);
}