/* style/blog-cap-nhat-khuyen-mai-99ok.css */
.page-blog-cap-nhat-khuyen-mai-99ok {
  font-family: Arial, sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-cap-nhat-khuyen-mai-99ok__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-hero {
  padding-top: 10px; /* Fixed header spacing */
  padding-bottom: 60px;
  background-color: #F4F7FB;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-header {
  text-align: center;
  padding: 40px 0;
}

.page-blog-cap-nhat-khuyen-mai-99ok__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-99ok__lead-text {
  font-size: 1.15rem;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-image-wrapper {
  margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-main-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-99ok__section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-blog-cap-nhat-khuyen-mai-99ok__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-cap-nhat-khuyen-mai-99ok__section-description {
  font-size: 1rem;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF; /* Border */
}

.page-blog-cap-nhat-khuyen-mai-99ok__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-cap-nhat-khuyen-mai-99ok__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-cap-nhat-khuyen-mai-99ok__card-title {
  font-size: 1.4rem;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-cap-nhat-khuyen-mai-99ok__card-text {
  font-size: 0.95rem;
  color: #1F2D3D;
  margin-bottom: 25px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__card-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-99ok__card-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-item {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  border: 1px solid #D6E2FF; /* Border */
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-icon {
  width: 60px;
  height: 60px;
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 8px #A5C4FF; /* Glow */
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-title {
  font-size: 1.3rem;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-text {
  font-size: 0.95rem;
  color: #1F2D3D;
  margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFFFFF; /* Card BG */
  color: #2F6BFF; /* Main Color */
  border: 2px solid #2F6BFF; /* Main Color */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-99ok__btn-secondary:hover {
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-99ok__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-99ok__terms-list {
  list-style: disc;
  max-width: 800px;
  margin: 0 auto 30px;
  padding-left: 25px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-99ok__terms-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #000000; /* Custom Color_1776249996415 */
  cursor: pointer;
  background-color: #FFFFFF;
  user-select: none;
  list-style: none;
  position: relative;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #2F6BFF; /* Main Color */
  transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-item[open] .page-blog-cap-nhat-khuyen-mai-99ok__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #1F2D3D;
  border-top: 1px solid #D6E2FF;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-answer p {
  margin-top: 15px;
  margin-bottom: 0;
}

.page-blog-cap-nhat-khuyen-mai-99ok__faq-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 50px auto 0;
}

.page-blog-cap-nhat-khuyen-mai-99ok__conclusion-section {
  padding-bottom: 80px;
}

.page-blog-cap-nhat-khuyen-mai-99ok__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 380px;
  width: 100%;
  margin: 40px auto 0;
}

.page-blog-cap-nhat-khuyen-mai-99ok__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(47, 107, 255, 0.5);
}

/* General image responsiveness */
.page-blog-cap-nhat-khuyen-mai-99ok img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-cap-nhat-khuyen-mai-99ok {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__container,
  .page-blog-cap-nhat-khuyen-mai-99ok__promo-hero,
  .page-blog-cap-nhat-khuyen-mai-99ok__section,
  .page-blog-cap-nhat-khuyen-mai-99ok__promo-card,
  .page-blog-cap-nhat-khuyen-mai-99ok__guide-item,
  .page-blog-cap-nhat-khuyen-mai-99ok__faq-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__promo-hero {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__promo-header {
    padding: 20px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__main-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__lead-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__section {
    padding: 40px 0;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__section-title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__section-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__promo-card {
    padding: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__card-title {
    font-size: 1.2rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__card-button,
  .page-blog-cap-nhat-khuyen-mai-99ok__btn-secondary,
  .page-blog-cap-nhat-khuyen-mai-99ok__cta-button,
  .page-blog-cap-nhat-khuyen-mai-99ok a[class*="button"],
  .page-blog-cap-nhat-khuyen-mai-99ok 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;
    font-size: 1rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__guide-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__guide-title {
    font-size: 1.1rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__terms-list {
    padding-left: 20px;
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__faq-image {
    margin-top: 30px;
  }

  .page-blog-cap-nhat-khuyen-mai-99ok__cta-button {
    font-size: 1.1rem;
    padding: 12px 25px;
    margin-top: 30px;
  }

  /* Image specific rules for content area */
  .page-blog-cap-nhat-khuyen-mai-99ok img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure general containers also adapt */
  .page-blog-cap-nhat-khuyen-mai-99ok__cta-buttons,
  .page-blog-cap-nhat-khuyen-mai-99ok__button-group,
  .page-blog-cap-nhat-khuyen-mai-99ok__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;
    display: flex;
    flex-direction: column;
  }
}