/* style/blog-huong-dan-dang-ky-tg88-ok.css */
.page-blog-huong-dan-dang-ky-tg88-ok {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  line-height: 1.6;
  background-color: #F4F7FB; /* Custom Background */
}

.page-blog-huong-dan-dang-ky-tg88-ok__content-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-section {
  background-color: #F4F7FB; /* Custom Background */
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
  padding-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tg88-ok__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tg88-ok__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-tg88-ok__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__btn-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Custom Button Color */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-tg88-ok__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-huong-dan-dang-ky-tg88-ok__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background-color: #ffffff; /* Card BG */
  color: #2F6BFF; /* Main Color */
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #2F6BFF;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-tg88-ok__btn-secondary:hover {
  background-color: #F4F7FB; /* Background */
  color: #2F6BFF;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-image {
  flex: 1 1 40%;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-tg88-ok__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.page-blog-huong-dan-dang-ky-tg88-ok__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__section-title--white {
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-tg88-ok__text-block {
  font-size: 1rem;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-tg88-ok__text-block--white {
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-tg88-ok__link--white {
  color: #A5C4FF;
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-tg88-ok__intro-section {
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefits-section {
  padding: 60px 0;
  background-color: #ffffff; /* Card BG */
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefit-item {
  text-align: center;
  padding: 30px;
  background-color: #F4F7FB; /* Background */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefit-item:hover {
  transform: translateY(-10px);
}

.page-blog-huong-dan-dang-ky-tg88-ok__icon-box-media {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #D6E2FF; /* Border */
  box-shadow: 0 0 0 8px rgba(47, 107, 255, 0.1);
}

.page-blog-huong-dan-dang-ky-tg88-ok__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefit-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__benefit-description {
  font-size: 0.95rem;
  color: #1F2D3D; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tg88-ok__guide-section {
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-tg88-ok__step-item {
  background-color: #ffffff; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-huong-dan-dang-ky-tg88-ok__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2F6BFF; /* Main Color */
  margin-bottom: 15px;
  border-bottom: 2px solid #D6E2FF; /* Border */
  padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__guide-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tg88-ok__guide-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-huong-dan-dang-ky-tg88-ok__guide-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-blog-huong-dan-dang-ky-tg88-ok__sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__text-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tg88-ok__text-list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-huong-dan-dang-ky-tg88-ok__troubleshoot-section {
  padding: 60px 0;
  background-color: #F4F7FB; /* Background */
}

.page-blog-huong-dan-dang-ky-tg88-ok__troubleshoot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__troubleshoot-item {
  background-color: #ffffff; /* Card BG */
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-huong-dan-dang-ky-tg88-ok__troubleshoot-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2F6BFF; /* Main Color */
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__promo-section {
  padding: 60px 0;
  background-color: #2F6BFF; /* Main Color */
  color: #ffffff;
}

.page-blog-huong-dan-dang-ky-tg88-ok__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__card {
  background-color: #ffffff; /* Card BG */
  color: #1F2D3D; /* Text Main */
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-tg88-ok__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__card-description {
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-section {
  padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-item {
  background-color: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  cursor: pointer;
  list-style: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-item summary:hover {
  background-color: #F4F7FB; /* Background */
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-item[open] .page-blog-huong-dan-dang-ky-tg88-ok__faq-toggle {
  color: #2F6BFF;
}

.page-blog-huong-dan-dang-ky-tg88-ok__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1rem;
  color: #1F2D3D; /* Text Main */
  border-top: 1px solid #D6E2FF; /* Border */
}

.page-blog-huong-dan-dang-ky-tg88-ok__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #F4F7FB; /* Background */
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-tg88-ok__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-huong-dan-dang-ky-tg88-ok__hero-content {
    flex: 1 1 100%;
  }
  .page-blog-huong-dan-dang-ky-tg88-ok__hero-image {
    flex: 1 1 100%;
  }
  .page-blog-huong-dan-dang-ky-tg88-ok__cta-buttons {
    justify-content: center;
  }
}