.page-blog-tabet-latest-promotions-benefits {
  background-color: var(--bg-color, #08160F);
  color: var(--text-main, #F2FFF6);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-tabet-latest-promotions-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-tabet-latest-promotions-benefits__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px 60px;
  background-color: var(--card-bg, #11271B);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--divider, #1E3A2A);
}

.page-blog-tabet-latest-promotions-benefits__hero-section .page-blog-tabet-latest-promotions-benefits__container {
  position: relative;
  z-index: 1;
}

.page-blog-tabet-latest-promotions-benefits__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-blog-tabet-latest-promotions-benefits__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: bold;
  color: var(--gold, #F2C14E);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-tabet-latest-promotions-benefits__description {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-tabet-latest-promotions-benefits__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-tabet-latest-promotions-benefits__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-tabet-latest-promotions-benefits__cta-button--secondary {
  background: var(--deep-green, #0A4B2C);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-tabet-latest-promotions-benefits__cta-button--secondary:hover {
  background: var(--border, #2E7A4E);
}

.page-blog-tabet-latest-promotions-benefits__content-section,
.page-blog-tabet-latest-promotions-benefits__promotions-section,
.page-blog-tabet-latest-promotions-benefits__benefits-section,
.page-blog-tabet-latest-promotions-benefits__guide-section,
.page-blog-tabet-latest-promotions-benefits__why-choose-section,
.page-blog-tabet-latest-promotions-benefits__faq-section,
.page-blog-tabet-latest-promotions-benefits__conclusion-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--divider, #1E3A2A);
}

.page-blog-tabet-latest-promotions-benefits__content-section a,
.page-blog-tabet-latest-promotions-benefits__promotions-section a,
.page-blog-tabet-latest-promotions-benefits__benefits-section a,
.page-blog-tabet-latest-promotions-benefits__guide-section a,
.page-blog-tabet-latest-promotions-benefits__why-choose-section a,
.page-blog-tabet-latest-promotions-benefits__faq-section a,
.page-blog-tabet-latest-promotions-benefits__conclusion-section a {
  color: var(--glow, #57E38D);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-tabet-latest-promotions-benefits__content-section a:hover,
.page-blog-tabet-latest-promotions-benefits__promotions-section a:hover,
.page-blog-tabet-latest-promotions-benefits__benefits-section a:hover,
.page-blog-tabet-latest-promotions-benefits__guide-section a:hover,
.page-blog-tabet-latest-promotions-benefits__why-choose-section a:hover,
.page-blog-tabet-latest-promotions-benefits__faq-section a:hover,
.page-blog-tabet-latest-promotions-benefits__conclusion-section a:hover {
  color: var(--primary-color, #11A84E);
  text-decoration: underline;
}

.page-blog-tabet-latest-promotions-benefits__section-title {
  font-size: clamp(24px, 3.5vw, 36px);
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-tabet-latest-promotions-benefits__section-title--light {
  color: var(--gold, #F2C14E);
}

.page-blog-tabet-latest-promotions-benefits__promotions-section {
  background-color: var(--card-bg, #11271B);
}

.page-blog-tabet-latest-promotions-benefits__text-secondary {
  color: var(--text-secondary, #A7D9B8);
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-tabet-latest-promotions-benefits__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-tabet-latest-promotions-benefits__promo-item {
  background-color: var(--deep-green, #0A4B2C);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-tabet-latest-promotions-benefits__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-blog-tabet-latest-promotions-benefits__promo-title {
  font-size: 22px;
  color: var(--gold, #F2C14E);
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-blog-tabet-latest-promotions-benefits__promo-description {
  font-size: 15px;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  flex-grow: 1;
  padding: 0 15px;
}

.page-blog-tabet-latest-promotions-benefits__promo-button {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-tabet-latest-promotions-benefits__promo-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-tabet-latest-promotions-benefits__benefits-section {
  background-color: var(--bg-color, #08160F);
}

.page-blog-tabet-latest-promotions-benefits__benefits-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 0;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-tabet-latest-promotions-benefits__benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-tabet-latest-promotions-benefits__benefit-item {
  background-color: var(--card-bg, #11271B);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-tabet-latest-promotions-benefits__benefit-title {
  font-size: 24px;
  color: var(--glow, #57E38D);
  margin-bottom: 15px;
}

.page-blog-tabet-latest-promotions-benefits__guide-section {
  background-color: var(--light-bg, #f9f9f9);
  color: var(--dark-text, #333333);
}

.page-blog-tabet-latest-promotions-benefits__guide-section .page-blog-tabet-latest-promotions-benefits__section-title {
  color: var(--dark-text, #333333);
}

.page-blog-tabet-latest-promotions-benefits__guide-section p {
  color: var(--dark-text, #333333);
}

.page-blog-tabet-latest-promotions-benefits__guide-section a {
  color: var(--primary-color, #11A84E);
}

.page-blog-tabet-latest-promotions-benefits__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.page-blog-tabet-latest-promotions-benefits__guide-list li {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-tabet-latest-promotions-benefits__guide-title {
  font-size: 22px;
  color: var(--primary-color, #11A84E);
  margin-bottom: 10px;
}

.page-blog-tabet-latest-promotions-benefits__guide-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-tabet-latest-promotions-benefits__why-choose-section {
  background-color: var(--card-bg, #11271B);
}

.page-blog-tabet-latest-promotions-benefits__why-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-tabet-latest-promotions-benefits__why-item {
  background-color: var(--deep-green, #0A4B2C);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-tabet-latest-promotions-benefits__why-title {
  font-size: 22px;
  color: var(--gold, #F2C14E);
  margin-bottom: 10px;
}

/* FAQ Section */
details.page-blog-tabet-latest-promotions-benefits__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border, #2E7A4E);
  overflow: hidden;
  background: var(--card-bg, #11271B);
  color: var(--text-main, #F2FFF6);
}

details.page-blog-tabet-latest-promotions-benefits__faq-item summary.page-blog-tabet-latest-promotions-benefits__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-tabet-latest-promotions-benefits__faq-item summary.page-blog-tabet-latest-promotions-benefits__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-tabet-latest-promotions-benefits__faq-item summary.page-blog-tabet-latest-promotions-benefits__faq-question:hover {
  background: var(--deep-green, #0A4B2C);
}

.page-blog-tabet-latest-promotions-benefits__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main, #F2FFF6);
}

.page-blog-tabet-latest-promotions-benefits__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--glow, #57E38D);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-tabet-latest-promotions-benefits__faq-item .page-blog-tabet-latest-promotions-benefits__faq-answer {
  padding: 0 20px 20px;
  background: var(--deep-green, #0A4B2C);
  border-radius: 0 0 5px 5px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-tabet-latest-promotions-benefits__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-tabet-latest-promotions-benefits__conclusion-section .page-blog-tabet-latest-promotions-benefits__section-title {
  color: var(--gold, #F2C14E);
}

.page-blog-tabet-latest-promotions-benefits__conclusion-section p {
  max-width: 800px;
  margin: 0 auto 30px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-tabet-latest-promotions-benefits__conclusion-section .page-blog-tabet-latest-promotions-benefits__cta-button {
  margin-top: 20px;
}

/* General text styles */
.page-blog-tabet-latest-promotions-benefits h3 {
  color: var(--text-main, #F2FFF6);
}

.page-blog-tabet-latest-promotions-benefits p {
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 15px;
}

.page-blog-tabet-latest-promotions-benefits ul,
.page-blog-tabet-latest-promotions-benefits ol {
  color: var(--text-secondary, #A7D9B8);
  padding-left: 25px;
  margin-bottom: 15px;
}

.page-blog-tabet-latest-promotions-benefits ul li,
.page-blog-tabet-latest-promotions-benefits ol li {
  margin-bottom: 10px;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-blog-tabet-latest-promotions-benefits__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-blog-tabet-latest-promotions-benefits__benefit-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-tabet-latest-promotions-benefits__why-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-tabet-latest-promotions-benefits__container {
    padding: 0 15px;
  }

  .page-blog-tabet-latest-promotions-benefits__hero-section {
    padding: 30px 15px 40px;
  }

  .page-blog-tabet-latest-promotions-benefits__main-title {
    font-size: clamp(24px, 7vw, 36px);
  }

  .page-blog-tabet-latest-promotions-benefits__description {
    font-size: clamp(15px, 3.5vw, 18px);
  }

  .page-blog-tabet-latest-promotions-benefits__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-tabet-latest-promotions-benefits__section-title {
    font-size: clamp(20px, 6vw, 30px);
    margin-bottom: 30px;
  }

  .page-blog-tabet-latest-promotions-benefits__content-section,
  .page-blog-tabet-latest-promotions-benefits__promotions-section,
  .page-blog-tabet-latest-promotions-benefits__benefits-section,
  .page-blog-tabet-latest-promotions-benefits__guide-section,
  .page-blog-tabet-latest-promotions-benefits__why-choose-section,
  .page-blog-tabet-latest-promotions-benefits__faq-section,
  .page-blog-tabet-latest-promotions-benefits__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-tabet-latest-promotions-benefits__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-tabet-latest-promotions-benefits__promo-title {
    font-size: 20px;
  }

  .page-blog-tabet-latest-promotions-benefits__promo-description {
    font-size: 14px;
  }

  .page-blog-tabet-latest-promotions-benefits__promo-button {
    font-size: 15px;
    padding: 8px 20px;
  }

  .page-blog-tabet-latest-promotions-benefits__benefits-image,
  .page-blog-tabet-latest-promotions-benefits__guide-image {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-tabet-latest-promotions-benefits__benefit-list,
  .page-blog-tabet-latest-promotions-benefits__why-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-tabet-latest-promotions-benefits__benefit-title,
  .page-blog-tabet-latest-promotions-benefits__guide-title,
  .page-blog-tabet-latest-promotions-benefits__why-title {
    font-size: 20px;
  }

  details.page-blog-tabet-latest-promotions-benefits__faq-item summary.page-blog-tabet-latest-promotions-benefits__faq-question {
    padding: 15px;
  }
  .page-blog-tabet-latest-promotions-benefits__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-tabet-latest-promotions-benefits__faq-item .page-blog-tabet-latest-promotions-benefits__faq-answer {
    padding: 0 15px 15px;
  }

  /* Force responsive images and videos */
  .page-blog-tabet-latest-promotions-benefits img,
  .page-blog-tabet-latest-promotions-benefits video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .page-blog-tabet-latest-promotions-benefits__hero-section,
  .page-blog-tabet-latest-promotions-benefits__content-section,
  .page-blog-tabet-latest-promotions-benefits__promotions-section,
  .page-blog-tabet-latest-promotions-benefits__benefits-section,
  .page-blog-tabet-latest-promotions-benefits__guide-section,
  .page-blog-tabet-latest-promotions-benefits__why-choose-section,
  .page-blog-tabet-latest-promotions-benefits__faq-section,
  .page-blog-tabet-latest-promotions-benefits__conclusion-section,
  .page-blog-tabet-latest-promotions-benefits__container,
  .page-blog-tabet-latest-promotions-benefits__promo-item,
  .page-blog-tabet-latest-promotions-benefits__benefit-item,
  .page-blog-tabet-latest-promotions-benefits__why-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-tabet-latest-promotions-benefits__hero-section .page-blog-tabet-latest-promotions-benefits__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-blog-tabet-latest-promotions-benefits__cta-button--primary,
  .page-blog-tabet-latest-promotions-benefits__cta-button--secondary {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}