/* style/blog-gk88-khuyen-mai-exclusive-offer-analysis.css */

:root {
  --gk88-primary-color: #11A84E;
  --gk88-secondary-color: #22C768;
  --gk88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --gk88-card-bg: #11271B;
  --gk88-body-bg: #08160F;
  --gk88-text-main: #F2FFF6;
  --gk88-text-secondary: #A7D9B8;
  --gk88-border-color: #2E7A4E;
  --gk88-glow-color: #57E38D;
  --gk88-gold-color: #F2C14E;
  --gk88-divider-color: #1E3A2A;
  --gk88-deep-green: #0A4B2C;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis {
  color: var(--gk88-text-main); /* Dark body background, so light text */
  background-color: var(--gk88-body-bg);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section {
  padding: 60px 0;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section-title {
  font-size: 2.8em;
  color: var(--gk88-gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--gk88-text-secondary);
}

/* Hero Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: var(--gk88-deep-green);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px 60px;
  box-sizing: border-box;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Using clamp for H1 */
  color: var(--gk88-gold-color);
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-description {
  font-size: 1.3em;
  color: var(--gk88-text-secondary);
  margin-bottom: 40px;
}

/* CTA Button */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-primary {
  background: var(--gk88-button-gradient);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-secondary {
  background-color: transparent;
  color: var(--gk88-primary-color);
  border: 2px solid var(--gk88-primary-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-secondary:hover {
  background-color: var(--gk88-primary-color);
  color: #ffffff;
}

/* About gk88 Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__about-gk88 {
  background-color: var(--gk88-body-bg);
}

/* Promotion Types Grid */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__promotion-types {
  background-color: var(--gk88-deep-green);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card {
  background-color: var(--gk88-card-bg);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--gk88-border-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card-title {
  font-size: 1.5em;
  color: var(--gk88-gold-color);
  padding: 20px 20px 10px;
  font-weight: 700;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card-description {
  font-size: 1em;
  color: var(--gk88-text-secondary);
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card-button {
  margin: 0 20px 20px;
  width: calc(100% - 40px);
}

/* How to Optimize Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__how-to-optimize {
  background-color: var(--gk88-body-bg);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__content-card {
  background-color: var(--gk88-card-bg);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--gk88-border-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__content-card-title {
  font-size: 1.4em;
  color: var(--gk88-gold-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__content-card-button {
  margin-top: auto; /* Pushes button to the bottom */
}

/* Security Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__security {
  background-color: var(--gk88-deep-green);
}

/* FAQ Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq {
  background-color: var(--gk88-body-bg);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-item {
  background-color: var(--gk88-card-bg);
  border: 1px solid var(--gk88-border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--gk88-text-main);
  cursor: pointer;
  background-color: var(--gk88-card-bg);
  transition: background-color 0.3s ease;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-question:hover {
  background-color: rgba(var(--gk88-primary-color), 0.1);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-item[open] > .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-question {
  background-color: var(--gk88-deep-green);
  color: var(--gk88-gold-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--gk88-primary-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-item[open] > .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-question .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-toggle {
  color: var(--gk88-gold-color);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--gk88-text-secondary);
}

/* Remove default details arrow */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-item summary {
  list-style: none;
}

/* Conclusion Section */
.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__conclusion {
  text-align: center;
  background-color: var(--gk88-deep-green);
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__conclusion .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-gk88-khuyen-mai-exclusive-offer-analysis__conclusion .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__cta-button {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section-title {
    font-size: 2.2em;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
}

@media (max-width: 768px) {
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section {
    padding: 40px 0;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__text-block {
    font-size: 1em;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-content {
    padding: 0 15px 40px;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__cta-button,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-primary,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__btn-secondary,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis a[class*="button"],
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis 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 !important;
    padding-right: 15px !important;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__cta-buttons,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__button-group,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__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-gk88-khuyen-mai-exclusive-offer-analysis__card-image,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-image,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__section,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__container,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-image-wrapper,
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__hero-section {
    padding-top: 10px !important; /* body handles --header-offset */
  }
  .page-blog-gk88-khuyen-mai-exclusive-offer-analysis__card-button {
    width: calc(100% - 30px); /* Adjust for 15px padding on container */
  }
}