/* style/khuynmi.css */
.page-khuynmi {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-khuynmi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-khuynmi__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-khuynmi__hero-image-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.page-khuynmi__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-khuynmi__hero-content {
  text-align: center;
  max-width: 900px;
  z-index: 1;
  padding: 0 20px;
}

.page-khuynmi__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-khuynmi__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-khuynmi__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-khuynmi__section-description {
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  color: #A7D9B8; /* Text Secondary */
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-khuynmi__overview-section,
.page-khuynmi__how-to-claim-section,
.page-khuynmi__vip-section,
.page-khuynmi__faq-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-khuynmi__promotions-types-section,
.page-khuynmi__terms-section,
.page-khuynmi__why-choose-section,
.page-khuynmi__cta-final-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG, used as dark section background */
}

.page-khuynmi__dark-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-khuynmi__image-content {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-khuynmi__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuynmi__card {
  background: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-khuynmi__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-khuynmi__card-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-khuynmi__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
}

.page-khuynmi__steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuynmi__step-item {
  background: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-khuynmi__step-title {
  font-size: 1.35rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-khuynmi__step-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-khuynmi__terms-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-khuynmi__term-item {
  background: #0A4B2C; /* Deep Green */
  border-radius: 8px;
  padding: 18px 25px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  border-left: 5px solid #F2C14E; /* Gold */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-khuynmi__term-item strong {
  color: #F2C14E; /* Gold */
}

.page-khuynmi__vip-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuynmi__vip-benefit-card {
  background: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-khuynmi__vip-benefit-title {
  font-size: 1.4rem;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-khuynmi__vip-benefit-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-khuynmi__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-khuynmi__benefit-item {
  background: #0A4B2C; /* Deep Green */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-khuynmi__benefit-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-khuynmi__benefit-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-khuynmi__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-khuynmi__faq-item {
  background: #11271B; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-khuynmi__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  outline: none;
  list-style: none;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  font-size: 1.15rem;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
}

.page-khuynmi__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-khuynmi__faq-item summary:hover {
  background-color: #0A4B2C;
}

.page-khuynmi__faq-qtext {
  flex-grow: 1;
}

.page-khuynmi__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E; /* Gold */
}

.page-khuynmi__faq-item[open] .page-khuynmi__faq-toggle {
  content: '−';
}

.page-khuynmi__faq-answer {
  padding: 20px 25px;
  background-color: #11271B; /* Card BG */
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
}

.page-khuynmi__faq-answer p {
  margin-bottom: 0;
  color: #A7D9B8;
}

.page-khuynmi__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-khuynmi__btn-primary,
.page-khuynmi__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-khuynmi__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-khuynmi__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-khuynmi__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Main color from button gradient top */
  border: 2px solid #2AD16F;
  box-shadow: none;
}

.page-khuynmi__btn-secondary:hover {
  background-color: #2AD16F;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-khuynmi a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-khuynmi a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-khuynmi__hero-content {
    padding: 0 30px;
  }
  .page-khuynmi__image-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-khuynmi__container {
    padding: 0 15px;
  }

  .page-khuynmi__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 40px;
  }

  .page-khuynmi__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-khuynmi__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-khuynmi__section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }

  .page-khuynmi__section-description {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    margin-bottom: 30px;
  }

  .page-khuynmi__overview-section,
  .page-khuynmi__how-to-claim-section,
  .page-khuynmi__vip-section,
  .page-khuynmi__faq-section,
  .page-khuynmi__promotions-types-section,
  .page-khuynmi__terms-section,
  .page-khuynmi__why-choose-section,
  .page-khuynmi__cta-final-section {
    padding: 40px 0;
  }

  .page-khuynmi img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-khuynmi__hero-image-wrapper,
  .page-khuynmi__container,
  .page-khuynmi__grid,
  .page-khuynmi__steps-list,
  .page-khuynmi__vip-benefits-grid,
  .page-khuynmi__benefits-list,
  .page-khuynmi__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-khuynmi__card,
  .page-khuynmi__step-item,
  .page-khuynmi__vip-benefit-card,
  .page-khuynmi__benefit-item {
    padding: 20px;
  }

  .page-khuynmi__card-title,
  .page-khuynmi__step-title,
  .page-khuynmi__vip-benefit-title,
  .page-khuynmi__benefit-title {
    font-size: 1.2rem;
  }

  .page-khuynmi__card-text,
  .page-khuynmi__step-text,
  .page-khuynmi__vip-benefit-text,
  .page-khuynmi__benefit-text {
    font-size: 0.9rem;
  }

  .page-khuynmi__terms-list,
  .page-khuynmi__faq-list {
    padding: 0;
  }

  .page-khuynmi__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-khuynmi__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  .page-khuynmi__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-khuynmi__btn-primary,
  .page-khuynmi__btn-secondary,
  .page-khuynmi a[class*="button"],
  .page-khuynmi a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}

@media (max-width: 480px) {
  .page-khuynmi__main-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }
  .page-khuynmi__section-title {
    font-size: clamp(1.4rem, 7vw, 1.8rem);
  }
}