/* style/resources-1gom-bong88-analysis.css */
.page-resources-1gom-bong88-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text color for light body background */
  background-color: #ffffff; /* Explicitly set for content area */
}

.page-resources-1gom-bong88-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Color contrast classes */
.page-resources-1gom-bong88-analysis__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-1gom-bong88-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-1gom-bong88-analysis__section-title {
  font-size: 2.5em;
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-1gom-bong88-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-1gom-bong88-analysis__link-in-text {
  color: #26A9E0;
  text-decoration: underline;
  font-weight: bold;
}

/* Hero Section */
.page-resources-1gom-bong88-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  overflow: hidden;
}

.page-resources-1gom-bong88-analysis__hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-1gom-bong88-analysis__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken video for text readability */
}

.page-resources-1gom-bong88-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #ffffff;
}

.page-resources-1gom-bong88-analysis__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-resources-1gom-bong88-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-resources-1gom-bong88-analysis__btn-primary,
.page-resources-1gom-bong88-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-1gom-bong88-analysis__btn-primary {
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-1gom-bong88-analysis__btn-primary:hover {
  background-color: #d16b00;
  border-color: #d16b00;
}

.page-resources-1gom-bong88-analysis__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-1gom-bong88-analysis__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-1gom-bong88-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-resources-1gom-bong88-analysis__cta-buttons--center {
  justify-content: center;
}

/* Features Grid */
.page-resources-1gom-bong88-analysis__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__feature-card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-1gom-bong88-analysis__card-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-1gom-bong88-analysis__card-text {
  font-size: 1em;
  line-height: 1.6;
}

/* Product Categories */
.page-resources-1gom-bong88-analysis__product-category {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
  text-align: center;
}

.page-resources-1gom-bong88-analysis__category-title {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-1gom-bong88-analysis__product-category .page-resources-1gom-bong88-analysis__btn-secondary {
  color: #26A9E0;
  border-color: #26A9E0;
  background-color: transparent;
  margin-top: 20px;
}

.page-resources-1gom-bong88-analysis__product-category .page-resources-1gom-bong88-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Steps Grid */
.page-resources-1gom-bong88-analysis__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__step-card {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* Promotions Grid */
.page-resources-1gom-bong88-analysis__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__promo-card {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-1gom-bong88-analysis__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.page-resources-1gom-bong88-analysis__promo-card .page-resources-1gom-bong88-analysis__card-title {
  color: #26A9E0;
}

.page-resources-1gom-bong88-analysis__promo-card .page-resources-1gom-bong88-analysis__btn-secondary {
  color: #26A9E0;
  border-color: #26A9E0;
  margin-top: 15px;
}

.page-resources-1gom-bong88-analysis__promo-card .page-resources-1gom-bong88-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Lists */
.page-resources-1gom-bong88-analysis__payment-list,
.page-resources-1gom-bong88-analysis__support-list,
.page-resources-1gom-bong88-analysis__responsibility-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-resources-1gom-bong88-analysis__payment-item,
.page-resources-1gom-bong88-analysis__support-item,
.page-resources-1gom-bong88-analysis__responsibility-item {
  background-color: #f0f8ff; /* Light blue background for list items */
  color: #333333;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-1gom-bong88-analysis__payment-item::before,
.page-resources-1gom-bong88-analysis__support-item::before,
.page-resources-1gom-bong88-analysis__responsibility-item::before {
  content: '✔';
  color: #26A9E0;
  font-weight: bold;
  margin-right: 10px;
}

/* Mobile Experience Grid */
.page-resources-1gom-bong88-analysis__mobile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__mobile-item {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-resources-1gom-bong88-analysis__mobile-item .page-resources-1gom-bong88-analysis__card-title {
  color: #26A9E0;
}

.page-resources-1gom-bong88-analysis__mobile-item .page-resources-1gom-bong88-analysis__btn-secondary {
  color: #26A9E0;
  border-color: #26A9E0;
  margin-top: 15px;
}

.page-resources-1gom-bong88-analysis__mobile-item .page-resources-1gom-bong88-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* FAQ Section */
.page-resources-1gom-bong88-analysis__faq-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__faq-item {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-1gom-bong88-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-1gom-bong88-analysis__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-1gom-bong88-analysis__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-1gom-bong88-analysis__faq-item.active .page-resources-1gom-bong88-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-1gom-bong88-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-1gom-bong88-analysis__faq-item.active .page-resources-1gom-bong88-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-1gom-bong88-analysis__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.05em;
  color: #555555;
  line-height: 1.6;
}

/* Images */
.page-resources-1gom-bong88-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.page-resources-1gom-bong88-analysis__image-full-width {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-resources-1gom-bong88-analysis__image-spacing {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-1gom-bong88-analysis__image-small-spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-1gom-bong88-analysis__hero-title {
    font-size: 3em;
  }
  .page-resources-1gom-bong88-analysis__hero-description {
    font-size: 1.2em;
  }
  .page-resources-1gom-bong88-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-1gom-bong88-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-1gom-bong88-analysis__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-1gom-bong88-analysis__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-1gom-bong88-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-1gom-bong88-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-1gom-bong88-analysis__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-1gom-bong88-analysis__btn-primary,
  .page-resources-1gom-bong88-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-1gom-bong88-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-1gom-bong88-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-1gom-bong88-analysis__text-block {
    font-size: 0.95em;
  }
  .page-resources-1gom-bong88-analysis__features-grid,
  .page-resources-1gom-bong88-analysis__steps-grid,
  .page-resources-1gom-bong88-analysis__promotions-grid,
  .page-resources-1gom-bong88-analysis__mobile-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-1gom-bong88-analysis__card {
    padding: 20px;
  }
  .page-resources-1gom-bong88-analysis__card-title {
    font-size: 1.4em;
  }
  .page-resources-1gom-bong88-analysis__category-title {
    font-size: 1.6em;
  }
  /* Images and Videos responsiveness */
  .page-resources-1gom-bong88-analysis img,
  .page-resources-1gom-bong88-analysis video,
  .page-resources-1gom-bong88-analysis__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-1gom-bong88-analysis__hero-video-wrapper,
  .page-resources-1gom-bong88-analysis__video-section,
  .page-resources-1gom-bong88-analysis__video-container,
  .page-resources-1gom-bong88-analysis__video-wrapper,
  .page-resources-1gom-bong88-analysis__section,
  .page-resources-1gom-bong88-analysis__card,
  .page-resources-1gom-bong88-analysis__container,
  .page-resources-1gom-bong88-analysis__product-category,
  .page-resources-1gom-bong88-analysis__feature-card,
  .page-resources-1gom-bong88-analysis__step-card,
  .page-resources-1gom-bong88-analysis__promo-card,
  .page-resources-1gom-bong88-analysis__mobile-item,
  .page-resources-1gom-bong88-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  /* Ensure content area images are not smaller than 200px (this rule is for general content images, not icons which are prohibited) */
  .page-resources-1gom-bong88-analysis__content-area img,
  .page-resources-1gom-bong88-analysis__product-category img,
  .page-resources-1gom-bong88-analysis__promo-card img {
      min-width: 200px !important;
      min-height: 200px !important;
  }
}

@media (max-width: 480px) {
  .page-resources-1gom-bong88-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-1gom-bong88-analysis__section-title {
    font-size: 1.5em;
  }
  .page-resources-1gom-bong88-analysis__btn-primary,
  .page-resources-1gom-bong88-analysis__btn-secondary {
    padding: 10px 15px;
    font-size: 0.9em;
  }
  .page-resources-1gom-bong88-analysis__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-resources-1gom-bong88-analysis__faq-answer {
    padding: 15px;
  }
}