/* style/blog-how-to-safely-access-pu88-new-link.css */

:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-dark-1: var(--dark-bg-1, #0d0d0d); /* Assuming shared.css defines --dark-bg-1 */
  --btn-login-color: #EA7C07;
}

.page-blog-how-to-safely-access-pu88-new-link {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Light text on assumed dark body background */
  background-color: transparent; /* Body background from shared.css */
}

.page-blog-how-to-safely-access-pu88-new-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background: linear-gradient(135deg, var(--primary-color), #0d0d0d);
  overflow: hidden;
}

.page-blog-how-to-safely-access-pu88-new-link__hero-image-container {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-how-to-safely-access-pu88-new-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-safely-access-pu88-new-link__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-how-to-safely-access-pu88-new-link__main-title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondary-color);
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-safely-access-pu88-new-link__hero-description {
  font-size: 1.15em;
  color: var(--secondary-color);
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-blog-how-to-safely-access-pu88-new-link__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-safely-access-pu88-new-link__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-how-to-safely-access-pu88-new-link__btn-primary,
.page-blog-how-to-safely-access-pu88-new-link__btn-secondary,
.page-blog-how-to-safely-access-pu88-new-link__btn-link {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-safely-access-pu88-new-link__btn-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-how-to-safely-access-pu88-new-link__btn-primary:hover {
  background-color: #1a8cc2;
  border-color: #1a8cc2;
}

.page-blog-how-to-safely-access-pu88-new-link__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-how-to-safely-access-pu88-new-link__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-blog-how-to-safely-access-pu88-new-link__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--secondary-color); /* Light background for content */
  color: var(--text-dark); /* Dark text on light background */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-30px); /* Lift content slightly over hero */
  z-index: 2;
  position: relative;
}

.page-blog-how-to-safely-access-pu88-new-link__light-bg {
  background-color: var(--secondary-color);
  color: var(--text-dark);
}

.page-blog-how-to-safely-access-pu88-new-link__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-how-to-safely-access-pu88-new-link__section-title {
  font-size: 2.2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-how-to-safely-access-pu88-new-link__sub-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-safely-access-pu88-new-link__paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-blog-how-to-safely-access-pu88-new-link__highlight {
  color: var(--primary-color);
  font-weight: 700;
}

.page-blog-how-to-safely-access-pu88-new-link__image-text-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

.page-blog-how-to-safely-access-pu88-new-link__content-image {
  width: 50%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-safely-access-pu88-new-link__text-content {
  width: 50%;
}

.page-blog-how-to-safely-access-pu88-new-link__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-pu88-new-link__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-pu88-new-link__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-how-to-safely-access-pu88-new-link__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.page-blog-how-to-safely-access-pu88-new-link__step-card {
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-how-to-safely-access-pu88-new-link__step-title {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-blog-how-to-safely-access-pu88-new-link__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-safely-access-pu88-new-link__benefit-card {
  background-color: var(--secondary-color);
  color: var(--text-dark);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-blog-how-to-safely-access-pu88-new-link__benefit-card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-safely-access-pu88-new-link__benefit-icon {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-safely-access-pu88-new-link__benefit-title {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-safely-access-pu88-new-link__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-safely-access-pu88-new-link__feature-card {
  background-color: var(--secondary-color);
  color: var(--text-dark);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-safely-access-pu88-new-link__feature-card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-safely-access-pu88-new-link__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-safely-access-pu88-new-link__feature-title {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--primary-color);
  padding: 20px 20px 10px 20px;
}

.page-blog-how-to-safely-access-pu88-new-link__feature-card .page-blog-how-to-safely-access-pu88-new-link__paragraph {
  padding: 0 20px 20px 20px;
  flex-grow: 1;
}

.page-blog-how-to-safely-access-pu88-new-link__btn-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  padding: 0 20px 20px 20px;
  display: block;
  text-align: left;
}

.page-blog-how-to-safely-access-pu88-new-link__btn-link:hover {
  text-decoration: underline;
}

.page-blog-how-to-safely-access-pu88-new-link__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-safely-access-pu88-new-link__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-safely-access-pu88-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  background-color: var(--secondary-color);
  list-style: none; /* For details/summary */
}

.page-blog-how-to-safely-access-pu88-new-link__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-blog-how-to-safely-access-pu88-new-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-safely-access-pu88-new-link__faq-item[open] .page-blog-how-to-safely-access-pu88-new-link__faq-toggle {
  transform: rotate(45deg); /* Change to 'x' or similar */
}

.page-blog-how-to-safely-access-pu88-new-link__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-blog-how-to-safely-access-pu88-new-link__highlight-link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 600;
}

.page-blog-how-to-safely-access-pu88-new-link__highlight-link:hover {
  color: #1a8cc2;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-safely-access-pu88-new-link__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__image-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-how-to-safely-access-pu88-new-link__content-image,
  .page-blog-how-to-safely-access-pu88-new-link__text-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-safely-access-pu88-new-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-safely-access-pu88-new-link__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-how-to-safely-access-pu88-new-link__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-how-to-safely-access-pu88-new-link__btn-primary,
  .page-blog-how-to-safely-access-pu88-new-link__btn-secondary,
  .page-blog-how-to-safely-access-pu88-new-link__btn-link {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-safely-access-pu88-new-link__cta-buttons,
  .page-blog-how-to-safely-access-pu88-new-link__button-group,
  .page-blog-how-to-safely-access-pu88-new-link__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-how-to-safely-access-pu88-new-link__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-how-to-safely-access-pu88-new-link__content-area {
    padding: 30px 15px;
    transform: translateY(-15px);
  }

  .page-blog-how-to-safely-access-pu88-new-link__section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-safely-access-pu88-new-link__sub-title {
    font-size: 1.2em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__paragraph,
  .page-blog-how-to-safely-access-pu88-new-link__list-item {
    font-size: 0.95em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__content-image,
  .page-blog-how-to-safely-access-pu88-new-link__hero-image,
  .page-blog-how-to-safely-access-pu88-new-link__benefit-icon,
  .page-blog-how-to-safely-access-pu88-new-link__feature-image,
  .page-blog-how-to-safely-access-pu88-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-safely-access-pu88-new-link__image-text-block {
    gap: 20px;
  }

  .page-blog-how-to-safely-access-pu88-new-link__steps-grid,
  .page-blog-how-to-safely-access-pu88-new-link__benefits-grid,
  .page-blog-how-to-safely-access-pu88-new-link__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-safely-access-pu88-new-link__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-safely-access-pu88-new-link__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95em;
  }

  /* Ensure all containers are responsive */
  .page-blog-how-to-safely-access-pu88-new-link__section,
  .page-blog-how-to-safely-access-pu88-new-link__card,
  .page-blog-how-to-safely-access-pu88-new-link__container,
  .page-blog-how-to-safely-access-pu88-new-link__hero-section,
  .page-blog-how-to-safely-access-pu88-new-link__image-text-block,
  .page-blog-how-to-safely-access-pu88-new-link__steps-grid,
  .page-blog-how-to-safely-access-pu88-new-link__benefits-grid,
  .page-blog-how-to-safely-access-pu88-new-link__features-grid,
  .page-blog-how-to-safely-access-pu88-new-link__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  .page-blog-how-to-safely-access-pu88-new-link__hero-section {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-how-to-safely-access-pu88-new-link__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Color contrast fixes */
.page-blog-how-to-safely-access-pu88-new-link__content-area p,
.page-blog-how-to-safely-access-pu88-new-link__content-area li,
.page-blog-how-to-safely-access-pu88-new-link__benefit-card p,
.page-blog-how-to-safely-access-pu88-new-link__feature-card p,
.page-blog-how-to-safely-access-pu88-new-link__faq-answer p {
  color: var(--text-dark);
}

.page-blog-how-to-safely-access-pu88-new-link__step-card {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-blog-how-to-safely-access-pu88-new-link__step-title {
  color: var(--secondary-color);
}