.page-blog-phdream-safety-security {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-phdream-safety-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-phdream-safety-security__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding as per instruction */
  background-color: #0A0A0A;
}

.page-blog-phdream-safety-security__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-phdream-safety-security__hero-content {
  padding: 20px;
  max-width: 900px;
}

.page-blog-phdream-safety-security__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FFD36B;
  margin-bottom: 15px;
}

.page-blog-phdream-safety-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E5E5E5;
}

.page-blog-phdream-safety-security__hero-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-phdream-safety-security__hero-button:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #F2C14E 100%);
}

.page-blog-phdream-safety-security__content-section {
  padding: 40px 0;
  background-color: #0A0A0A;
}

.page-blog-phdream-safety-security__content-section--alt-bg {
  background-color: #111111; /* Card BG color */
}

.page-blog-phdream-safety-security__section-title {
  font-size: 2.2em;
  color: #FFD36B;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-phdream-safety-security__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-phdream-safety-security__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12;
}

.page-blog-phdream-safety-security__text-block a {
  color: #F2C14E;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-phdream-safety-security__text-block a:hover {
  text-decoration: underline;
}

.page-blog-phdream-safety-security__faq-section {
  padding: 40px 0;
  background-color: #111111;
}

.page-blog-phdream-safety-security__faq-item {
  background-color: #0A0A0A;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-phdream-safety-security__faq-question {
  font-size: 1.3em;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-blog-phdream-safety-security__faq-answer {
  font-size: 1.05em;
  color: #E5E5E5;
}

.page-blog-phdream-safety-security__cta-section {
  padding: 50px 0;
  text-align: center;
  background-color: #0A0A0A;
}

.page-blog-phdream-safety-security__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-phdream-safety-security__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-phdream-safety-security__cta-button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-blog-phdream-safety-security__cta-button--primary:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #F2C14E 100%);
  box-shadow: 0 0 15px #FFD36B;
}

.page-blog-phdream-safety-security__cta-button--secondary {
  background-color: #111111;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-blog-phdream-safety-security__cta-button--secondary:hover {
  background-color: #F2C14E;
  color: #111111;
  box-shadow: 0 0 15px #F2C14E;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-phdream-safety-security__hero-content {
    padding: 15px;
  }

  .page-blog-phdream-safety-security__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-phdream-safety-security__hero-description,
  .page-blog-phdream-safety-security__text-block,
  .page-blog-phdream-safety-security__faq-answer {
    font-size: 1em;
  }

  .page-blog-phdream-safety-security__section-title {
    font-size: 1.8em;
  }

  .page-blog-phdream-safety-security__faq-question {
    font-size: 1.2em;
  }

  .page-blog-phdream-safety-security__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-phdream-safety-security__cta-button {
    width: 80%;
    max-width: 300px;
  }

  /* Ensure images do not overflow on mobile */
  .page-blog-phdream-safety-security img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-phdream-safety-security__main-title {
    font-size: clamp(1.5em, 8vw, 2em);
  }

  .page-blog-phdream-safety-security__section-title {
    font-size: 1.5em;
  }

  .page-blog-phdream-safety-security__hero-button {
    width: 90%;
    max-width: 250px;
  }

  .page-blog-phdream-safety-security__cta-button {
    width: 90%;
  }
}