.page-blog-deep-dive-best-88xn-experience {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6;
  background-color: #0A0A0A;
}

.page-blog-deep-dive-best-88xn-experience__hero-section {
  padding-top: 10px; /* Rely on body padding-top for header offset */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #0A0A0A;
  padding-bottom: 40px;
}

.page-blog-deep-dive-best-88xn-experience__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.page-blog-deep-dive-best-88xn-experience__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-deep-dive-best-88xn-experience__hero-content-wrapper {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-deep-dive-best-88xn-experience__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFD36B;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-deep-dive-best-88xn-experience__intro-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-deep-dive-best-88xn-experience__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Changed to dark for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-blog-deep-dive-best-88xn-experience__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
}

.page-blog-deep-dive-best-88xn-experience__content-area {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-deep-dive-best-88xn-experience__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-deep-dive-best-88xn-experience__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #FFD36B;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 211, 107, 0.3);
}

.page-blog-deep-dive-best-88xn-experience__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #F2C14E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #F2C14E;
  padding-left: 15px;
}

.page-blog-deep-dive-best-88xn-experience__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #FFF6D6;
}

.page-blog-deep-dive-best-88xn-experience__image-inline {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  max-width: 800px; /* Ensure images don't stretch too wide */
}

.page-blog-deep-dive-best-88xn-experience__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-deep-dive-best-88xn-experience__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-deep-dive-best-88xn-experience__cta-button--small {
  padding: 10px 20px;
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-blog-deep-dive-best-88xn-experience__faq-list {
  margin-top: 40px;
  border-top: 1px solid #3A2A12;
}

.page-blog-deep-dive-best-88xn-experience__faq-item {
  background-color: #111111;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3A2A12;
}

.page-blog-deep-dive-best-88xn-experience__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #FFF6D6;
  font-size: 1.1rem;
  background-color: #1a1a1a;
  list-style: none;
  position: relative;
}

.page-blog-deep-dive-best-88xn-experience__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-deep-dive-best-88xn-experience__faq-question::marker {
  display: none;
}

.page-blog-deep-dive-best-88xn-experience__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Prevent text from interfering with summary click */
}

.page-blog-deep-dive-best-88xn-experience__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E;
  pointer-events: none; /* Prevent toggle from interfering with summary click */
}

.page-blog-deep-dive-best-88xn-experience__faq-answer {
  padding: 15px 25px 25px;
  background-color: #111111;
  color: #FFF6D6;
  font-size: 1rem;
  line-height: 1.6;
}

.page-blog-deep-dive-best-88xn-experience__faq-item[open] .page-blog-deep-dive-best-88xn-experience__faq-question {
  background-color: #222222;
}

.page-blog-deep-dive-best-88xn-experience__call-to-action {
  background-color: #111111;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #3A2A12;
}

.page-blog-deep-dive-best-88xn-experience__container--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-deep-dive-best-88xn-experience__cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #FFD36B;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-deep-dive-best-88xn-experience__cta-text {
  font-size: 1.1rem;
  color: #FFF6D6;
  margin-bottom: 40px;
  max-width: 700px;
}

.page-blog-deep-dive-best-88xn-experience__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

/* General image responsiveness */
.page-blog-deep-dive-best-88xn-experience img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* General button responsiveness */
.page-blog-deep-dive-best-88xn-experience__cta-button,
.page-blog-deep-dive-best-88xn-experience a[class*="button"],
.page-blog-deep-dive-best-88xn-experience a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-deep-dive-best-88xn-experience__cta-buttons,
.page-blog-deep-dive-best-88xn-experience__button-group,
.page-blog-deep-dive-best-88xn-experience__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* --- Mobile specific styles (max-width: 768px) --- */
@media (max-width: 768px) {
  .page-blog-deep-dive-best-88xn-experience {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Hero Section */
  .page-blog-deep-dive-best-88xn-experience__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-deep-dive-best-88xn-experience__hero-image-wrapper {
    margin-bottom: 15px;
  }

  .page-blog-deep-dive-best-88xn-experience__hero-image {
    object-fit: contain; /* Ensure full image is visible, no cropping */
    aspect-ratio: unset; /* Remove fixed aspect ratio for mobile contain */
    max-height: none; /* Remove max-height for mobile contain */
  }

  .page-blog-deep-dive-best-88xn-experience__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-deep-dive-best-88xn-experience__intro-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-deep-dive-best-88xn-experience__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  /* Content Area */
  .page-blog-deep-dive-best-88xn-experience__content-area {
    padding: 40px 0;
  }

  .page-blog-deep-dive-best-88xn-experience__container {
    padding: 0 15px;
  }

  .page-blog-deep-dive-best-88xn-experience__section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page-blog-deep-dive-best-88xn-experience__sub-title {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .page-blog-deep-dive-best-88xn-experience__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-deep-dive-best-88xn-experience__image-inline {
    margin: 20px auto;
  }

  .page-blog-deep-dive-best-88xn-experience__list {
    margin-left: 20px;
  }

  .page-blog-deep-dive-best-88xn-experience__list-item {
    font-size: 0.95rem;
  }

  /* FAQ Section */
  .page-blog-deep-dive-best-88xn-experience__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-deep-dive-best-88xn-experience__faq-toggle {
    font-size: 1.3rem;
  }

  .page-blog-deep-dive-best-88xn-experience__faq-answer {
    padding: 10px 20px 20px;
    font-size: 0.95rem;
  }

  /* Call to Action */
  .page-blog-deep-dive-best-88xn-experience__call-to-action {
    padding: 50px 0;
  }

  .page-blog-deep-dive-best-88xn-experience__cta-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-deep-dive-best-88xn-experience__cta-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-blog-deep-dive-best-88xn-experience__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  /* Mobile image responsiveness (must have !important) */
  .page-blog-deep-dive-best-88xn-experience img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-deep-dive-best-88xn-experience__section,
  .page-blog-deep-dive-best-88xn-experience__card,
  .page-blog-deep-dive-best-88xn-experience__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile button responsiveness (must have !important) */
  .page-blog-deep-dive-best-88xn-experience__cta-button,
  .page-blog-deep-dive-best-88xn-experience a[class*="button"],
  .page-blog-deep-dive-best-88xn-experience a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-deep-dive-best-88xn-experience__cta-buttons,
  .page-blog-deep-dive-best-88xn-experience__button-group,
  .page-blog-deep-dive-best-88xn-experience__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-deep-dive-best-88xn-experience__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}